@charset "utf-8";

/* ****************************************************************************

　目次

-------------------------------------------------------------------------------

　01. モジュール
　02. 汎用スタイル

******************************************************************************* */
/* ==

　01. モジュール

=============================================================================== */
/* 画像可変
------------------------------------------------------------------------------- */
.liquidRange img {
	max-width: 100%;
	width: auto\9;
	height: auto;
}
*:first-child+html .liquidRange img { /* IE7 */
	-ms-interpolation-mode: bicubic;
}
/* メイン1
------------------------------------------------------------------------------- */
.visual01 {
	position: relative;
	min-width: 950px;
	height: 350px;
	margin: 0 0 40px;
}
#container .visual01 {
	min-width: 750px;
}
.visual01_in {
	position: absolute;
	top: 0px;
	left: 0;
	width: 100%;
	text-align: center;
}
.visual01 .anystretch img {
	max-width: none;
}
.visual01 img {
	max-width: 100%;
	width: auto\9;
	height: auto;
}
*:first-child+html .visual01 img { /* IE7 */
	-ms-interpolation-mode: bicubic;
}
/* メイン2
------------------------------------------------------------------------------- */
.visual02 {
	position: relative;
	min-width: 950px;
	height: 200px;
	margin: 0 0 40px;
}
#container .visual02 {
	min-width: 750px;
}
.visual02_in {
	position: absolute;
	top: 30px;
	left: 0;
	width: 100%;
	text-align: center;
}
.visual02 .anystretch img {
	max-width: none;
}
/* リード1
------------------------------------------------------------------------------- */
.lead01 {
	margin: 0 0 50px;
}
.lead01-min {
	margin: 0 0 25px;
}
.lead01:last-child {
	margin-bottom: 0;
}
.lead01 p,
.lead01 ul,
.lead01 ol {
	margin-bottom: 15px;
}
.lead01 .lead01_elem-last {
	margin-bottom: 0;
}
.lead01 > *:last-child {
	margin-bottom: 0;	
}
/* 見出し1
------------------------------------------------------------------------------- */
.heading01 {
	position: relative;
	line-height: 1.2;
	margin: 0 0 15px;
	padding: 14px 10px 12px 30px;
	background-color: #314672;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	color: #fff;
	font-size: 167%;
	font-weight: normal;
}
.heading01:after {
	display: block;
	content: "";
	position: absolute;
	top: 0;
	left: 11px;
	width: 5px;
	height: 40px;
	font-size: 0;
	background-color: #00acc0;
}
/* 見出し2
------------------------------------------------------------------------------- */
.heading02 {
	position: relative;
	line-height: 1.2;
	margin: 0 0 15px;
	padding: 0 0 8px;
	border-bottom: 3px solid #ddd;
	background-position: left top;
	background-repeat: no-repeat;
	color: #333;
	font-size: 167%;
	font-weight: normal;
}
.heading02:after {
	display: block;
	content: "";
	position: absolute;
	bottom: -3px;
	left: 0;
	width: 29.8%;
	max-width: 143px;
	//min-width: 143px;
	height: 3px;
	background-color: #314672;
}
/* 見出し3
------------------------------------------------------------------------------- */
.heading03 {
	line-height: 1.6;
	margin: 0 0 15px;
	padding: 6px 10px 5px;
	background-color: #faf2d0;
	color: #333;
	font-size: 134%;
	font-weight: bold;
}
/* 見出し4
------------------------------------------------------------------------------- */
.heading04 {
	line-height: 1.6;
	margin: 0 0 17px;
	padding: 0 0 3px;
	border-bottom: 1px solid #a7a7a7;
	color: #333;
	font-size: 134%;
	font-weight: normal;
}
/* カラム1
------------------------------------------------------------------------------- */
.col01 {
	margin: 0 0 30px;
	overflow: hidden;
}
.col01 p,
.col01 ul {
	margin-bottom: 20px;
}
.col01 .col01_elem-last {
	margin-bottom: 0;
}
.col01_col > *:last-child {
	margin-bottom: 0;
}
.col01_in {
	margin: -45px -20px 0 0;
}
.contents-fix .col01_in {
	margin-right: -30px;
}
.col01_col {
	float: left;
	width: 480px;
	margin: 45px 20px 0 0;
}
.col01_col-wide {
	width: 980px;
}
.contents-fix .col01_col {
	width: 460px;
	margin-right: 30px;
}
.contents-fix .col01_col-wide {
	width: 950px;
}
.col01_in:after { content: ''; display: block; clear: both; height: 0; }
*:first-child+html .col01_in { zoom: 1; } /* ie7 */
@media screen and (max-width:1205px) {
	.col01_col {
		width: 355px;
	}
	.col01_col-wide {
		width: 730px;
	}
}
/* カラム2
------------------------------------------------------------------------------- */
.col02 {
	margin: 0 0 30px;
	overflow: hidden;
}
.col02 p,
.col02 ul {
	margin-bottom: 20px;
}
.col02 .col02_elem-last {
	margin-bottom: 0;
}
.col02_col > *:last-child {
	margin-bottom: 0;
}
.col02_in {
	margin: -60px -25px 0 0;
}
.col02_col {
	float: left;
	width: 310px;
	margin: 60px 25px 0 0;
}
.col02_col-wide {
	width: 980px;
}
.col02:after { content: ''; display: block; clear: both; height: 0; }
*:first-child+html .col02 { zoom: 1; } /* ie7 */
@media screen and (max-width:1205px) {
	.col02_in {
		margin-right: -20px;
	}
	.col02_col {
		width: 230px;
		margin-right: 20px;
	}
}
/* カラム3
------------------------------------------------------------------------------- */
.col03 {
	margin: 0 0 30px;
}
.col03_colN > *:last-child,
.col03_colW > *:last-child {
	margin-bottom: 0;
}
.col03_elem-last {
	margin-bottom: 0;
}
.col03_colN {
	float: left;
	width: 230px;
}
.col03_colW {
	float: right;
	width: 730px;
}
.contents-fix .col03_colW {
	width: 700px;
}
.col03-reverse .col03_colN {
	float: right;
}
.col03-reverse .col03_colW {
	float: left;
}
.col03:after { content: ''; display: block; clear: both; height: 0; }
*:first-child+html .col03 { zoom: 1; } /* ie7 */
* html .col03 { zoom: 1; } /* ie6 */
@media screen and (max-width:1205px) {
	.col03_colW {
		width: 480px;
	}
}
/* カラム4
------------------------------------------------------------------------------- */
.col04 {
	margin: 0 0 30px;
	text-align: center;
}
.col04 p {
	margin-bottom: 20px;
}
.col04 .col04_elem-last {
	margin-bottom: 0;
}
.col04 > *:last-child {
	margin-bottom: 0;
}
.col04_img {
	margin: 0 0 20px;
}
/* カラム5
------------------------------------------------------------------------------- */
.col05 {
	margin: 0 0 30px;
}
.col05_colN {
	display: block;
	float: left;
	margin: 0 20px 0 0;
}
.col05_colW {
	display: block;
	overflow: hidden;
}
.col05-reverse .col05_colN {
	float: right;
	margin-right: 0;
	margin-left: 20px;
}
.col05:after { content: ''; display: block; clear: both; height: 0; }
*:first-child+html .col05 { zoom: 1; } /* ie7 */
/* カラム6
------------------------------------------------------------------------------- */
.col06 {
	margin: 0 0 30px;
}
.col06_colN > *:last-child,
.col06_colW > *:last-child {
	margin-bottom: 0;
}
.col06_elem-last {
	margin-bottom: 0;
}
.col06_colN {
	float: left;
	width: 140px;
}
.col06_colW {
	float: right;
	width: 820px;
}
.contents-fix .col06_colW {
	width: 790px;
}
.col06-reverse .col06_colN {
	float: right;
}
.col06-reverse .col06_colW {
	float: left;
}
.col06:after { content: ''; display: block; clear: both; height: 0; }
*:first-child+html .col06 { zoom: 1; } /* ie7 */
@media screen and (max-width:1205px) {
	.col06_colW {
		width: 570px;
	}
}
/* アンカーリンク1
------------------------------------------------------------------------------- */
.anchor01 {
	min-width: 980px;
	margin: 0 -500% 35px;
	padding: 10px 500% 20px;
	background-color: #b5e2e8;
	text-align: center;
	letter-spacing: -0.5em;
	overflow: hidden;
}
.contents-fix .anchor01 {
	min-width: 730px;
}
.anchor01_in,
.lead01 .anchor01_in {
	margin-bottom: 0;
	font-size: 117%;
}
.anchor01 li {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	margin: 10px 10px 0 0;
	vertical-align: top;
	white-space: nowrap;
	text-align: center;
	letter-spacing: normal;
}
.anchor01 a {
	display: block;
	line-height: 34px;
	padding: 0 20px 0 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #fff;
	box-shadow:0px 3px 5px 1px #a0c9cf;
	-moz-box-shadow:0px 3px 5px 1px #a0c9cf;
	-webkit-box-shadow:0px 3px 5px 1px #a0c9cf;
	text-align: center;
	text-decoration: none;
}
.d_hover .anchor01 a:hover {
	background-color: #eee;
}
.anchor01-t1 a {
	min-width: 140px;
}
.anchor01 span {
	padding: 0 0 0 21px;
	background: url(/common/images/ico_arw15.png) left center no-repeat;
}
@media screen and (max-width:1205px) {
	.anchor01 {
		min-width: 740px;
	}
}
/* アンカーリンク2
------------------------------------------------------------------------------- */
.anchor02 {
	margin: 0 0 40px;
	padding: 10px 0 20px;
	background-color: #b5e2e8;
}
.anchor02_in {
	width: 980px;
	margin: 0 auto;
	font-size: 117%;
	letter-spacing: -0.5em;
}
.anchor02_in-fix {
	width: 950px;
}
.anchor02 li {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	margin: 10px 10px 0 0;
	vertical-align: top;
	white-space: nowrap;
	text-align: center;
	letter-spacing: normal;
}
.anchor02 a {
	display: block;
	line-height: 34px;
	padding: 0 20px 0 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #fff;
	box-shadow:0px 3px 5px 1px #a0c9cf;
	-moz-box-shadow:0px 3px 5px 1px #a0c9cf;
	-webkit-box-shadow:0px 3px 5px 1px #a0c9cf;
	text-align: center;
	text-decoration: none;
}
.d_hover .anchor02 a:hover {
	background-color: #eee;
}
.anchor02 span {
	padding: 0 0 0 18px;
	background: url(/common/images/ico_arw15.png) left center no-repeat;
}
.anchor02:after { content: ''; display: block; clear: both; height: 0; }
*:first-child+html .anchor02 { zoom: 1; } /* ie7 */
/* 表組み1
------------------------------------------------------------------------------- */
.data01 {
	margin: 0 0 30px;
}
.data01-caption {
	margin-bottom: 10px;
	font-weight: bold;
}
.data01 table {
	width: 100%;
	line-height: 1.45;
	margin: 0 0 10px;
	font-size: 117%;
}
.data01 th {
	padding: 11px 11px 8px;
	border: 1px solid #999;
	background-color: #eee;
	font-weight: bold;
	vertical-align: top;
	text-align: left;
}
.data01 .data01_bg1 {
	background-color: #f7f5e6;
}
.data01 .aCenter {
	text-align: center;
}
.data01-busy th {
	padding: 6px 6px 3px;
}
.data01_table1 th {
	width: 104px;
}
.data01_table2 th {
	width: 84px;
}
.data01_table3 th {
	width: 154px;
}
.data01 td {
	padding: 11px 11px 8px;
	border: 1px solid #999;
	background-color: #fff;
	vertical-align: top;
}
.data01-busy td {
	padding: 6px 6px 3px;
}
.data01 .data01-bg1 {
	background-color: #f8f8e7;
}
.data01 .data01-bg2 {
	background-color: #cdefee;
}
.data01 .data01-bg3 {
	background-color: #f0fafa;
}
.data01 .data01-fc1 {
	color: #999;
}
.data01-mid th,
.data01-mid td {
	vertical-align: middle;
}
*:first-child+html .data01 table { table-layout: fixed; } /* ie7 */
/* 表組み2
------------------------------------------------------------------------------- */
.data02 {
	margin: 0 0 30px;
}
.data02 table {
	width: 100%;
	line-height: 1.45;
	margin: 0 0 10px;
	font-size: 117%;
}
.data02 th,
.data02 td {
	padding: 5px 0;
	vertical-align: top;
	text-align: left;
	font-weight: normal;
}
/* キャッチ1
------------------------------------------------------------------------------- */
.catch01 {
	font-weight: bold;
}
/* リンク装飾
------------------------------------------------------------------------------- */
.link01 {
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 28px;
	background: url(/common/images/ico_arw10.png) left 0.2em no-repeat;
}
.fsS .link01,
.fsS.link01,
.fsXS .link01,
.fsXS.link01,
.fsXXS .link01,
.fsXXS.link01 {
	background-position: left 0.1em;
}
.fsS a.link01,
a.fsS.link01,
.fsXS a.link01,
a.fsXS.link01,
.fsXXS a.link01,
a.fsXXS.link01 {
	padding-top: 2px;
	padding-bottom: 3px;
}
.link02 {
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 28px;
	background: url(/common/images/ico_arw09.png) left 0.2em no-repeat;
}
.fsS .link02,
.fsS.link02 {
	background-position: left 0.1em;
}
.fsS a.link02,
a.fsS.link02 {
	padding-top: 2px;
	padding-bottom: 3px;
}
.link02-l {
	background-position: left 0.25em;
}
.external01 {
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 20px;
	background: url(/common/images/ico_arw02.png) left 0.5em no-repeat;
}
.fsS .external01,
.fsS.external01 {
	background-position: left 0.45em;
}
.pdf01 {
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 28px;
	background: url(/common/images/ico_arw10.png) left 0.2em no-repeat;
}
.pdf01_ico {
	padding-right: 20px;
	background: url(/common/images/ico_pdf01.png) right center no-repeat;
}
.pdf02 {
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 28px;
	background: url(/common/images/ico_pdf01.png) 2px 0.2em no-repeat;
}
.fsS .pdf02,
.fsS.pdf02 {
	background-position: left 0.1em;
}
.xls01 {
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 28px;
	background: url(/common/images/ico_xls01.png) left 0.2em no-repeat;
}
.word01 {
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 28px;
	background: url(/common/images/ico_word01.png) left 0.2em no-repeat;
}
*:first-child+html .link02,
*:first-child+html .link01,
*:first-child+html .external01,
*:first-child+html .pdf01,
*:first-child+html .pdf02,
*:first-child+html .xls01,
*:first-child+html .word01 {
	zoom: 1;
} /* ie7 */
/* 文字色
------------------------------------------------------------------------------- */
.fEm01 {
	color: #e4007f;
}
.fEm02 {
	color: #f00;
}
/* 注釈
------------------------------------------------------------------------------- */
.notes li {
	margin: 0 0 3px 1em;
	text-indent: -1em;
}
.note {
	margin-left: 1em;
	text-indent: -1em;
}
.notesNum li {
	margin-left: 1.9em;
	margin-bottom: 2px;
	text-indent: -1.9em;
}
/* リスト1
------------------------------------------------------------------------------- */
.list01 li {
	margin: 9px 0 0;
}
.list01 li:first-child {
	margin-top: 0;
}
/* リスト2
------------------------------------------------------------------------------- */
.list02 {
	margin-top: -7px;
}
.list02 li {
	float: left;
	margin: 7px 30px 0 0;
	white-space: nowrap;
}
.list02:after { content: ''; display: block; clear: both; height: 0; }
*:first-child+html .list02 { zoom: 1; } /* ie7 */
/* リスト3
------------------------------------------------------------------------------- */
.list03 {
	letter-spacing: -0.5em;
	font-size: 100%;
}
.list03-l {
	text-align: left;
}
.list03-c {
	text-align: center;
}
.list03 li {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	margin: 5px 10px;
	letter-spacing: normal;
}
.list03 li:first-child {
	margin-left: 0;
}
.list03 li:last-child {
	margin-right: 0;
}
/* リスト4
------------------------------------------------------------------------------- */
.list04 {
	margin: 20px 0;
	overflow: hidden;
}
.list04_in {
	margin: -20px -20px 0 0;
	font-size: 100%;
}
.list04_item {
	float: left;
	width: 478px;
	margin: 20px 20px 0 0;
	border: 1px solid #33672a;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.list04_head {
	display: block;
	position: relative;
	margin: -1px -1px;
	padding: 15px 16px 13px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	background-color: #314672;
	color: #fff;
	font-size: 150%;
	text-decoration: none;
	overflow: hidden;
}
.d_hover a.list04_head:hover {
	background-color: #455880;	
}
.list04_head-arw {
	padding-right: 45px;
	background-image: url(/common/images/ico_arw03.png);
	background-position: 95% center;
	background-repeat: no-repeat;
}
.list04_head-external {
	padding-right: 45px;
	background-image: url(/common/images/ico_arw19.png);
	background-position: 94.1% center;
	background-repeat: no-repeat;
}
.list04_body {
	display: block;
	padding: 12px 15px 10px;
	font-size: 134%;
}
.list04_body-fReset {
	font-size: 100%;
}
.list04_in:after { content: ''; display: block; clear: both; height: 0; }
*:first-child+html .list04_in { zoom: 1; } /* ie7 */
@media screen and (max-width:1205px) {
	.list04_item {
		width: 353px;
	}
}
/* リスト5
------------------------------------------------------------------------------- */
.list05 {
	margin: 20px 0;
	overflow: hidden;
}
.list05_in {
	margin: -30px -30px 0 0;
	font-size: 100%;
}
.list05_item {
	float: left;
	width: 473px;
	margin: 30px 30px 0 0;
	border: 1px solid #314672;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.contents-fix .list05_item {
	width: 458px;
}
.list05_item-wide {
	width: 978px;
}
.contents-fix .list05_item-wide {
	width: 948px;
}
.list05_head {
	display: block;
	position: relative;
	margin: -1px -1px;
	padding: 15px 16px 13px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	background-color: #314672;
	color: #fff;
	font-size: 150%;
	text-decoration: none;
	overflow: hidden;
}
.d_hover .list05_head:hover {
	background-color: #455880;	
}
.list05_head-arw {
	padding-right: 45px;
	background-image: url(/common/images/ico_arw03.png);
	background-position: 95% center;
	background-repeat: no-repeat;
}
.list05_item-wide .list05_head-arw {
	background-position: 97.6% center;
}
.list05_head-t1 {
	padding-left: 30px;	
}
.list05_head-t1:before {
	display: block;
	content: "";
	position: absolute;
	top: 0;
	left: 11px;
	width: 5px;
	height: 40px;
	font-size: 0;
	background-color: #00acc0;
}
.list05_body {
	display: block;
	min-height: 35px;
	height: auto !important;
	height: 35px;
	line-height: 1.8;
	padding: 11px 15px 7px;
	font-size: 134%;
}
.list05_in:after { content: ''; display: block; clear: both; height: 0; }
*:first-child+html .list05_in { zoom: 1; } /* ie7 */
@media screen and (max-width:1205px) {
	.list05_item {
		width: 348px;
	}
	.list05_item-wide {
		width: 728px;
	}
}
/* 黒丸リスト1
------------------------------------------------------------------------------- */
.disc01 li {
	margin: 10px 0 0;
	padding: 0 0 0 15px;
	background: url(/common/images/ico_disc01.png) left 0.45em no-repeat;
}
.disc01 .disc01_em {
	background-image: url(/common/images/ico_disc05.png);
}
.disc01-busy li {
	margin-top: 5px;
}
.disc01-shorten li {
	margin-top: 0;
}
.disc01 li:first-child {
	margin-top: 0;
}
/* 黒丸リスト2
------------------------------------------------------------------------------- */
.disc02-em1 {
	padding: 10px 14px;
	border: 1px solid #e4007f;
}
.disc02 li {
	margin: 1px 0 0;
	padding: 0 0 0 10px;
	background: url(/common/images/ico_disc02.png) left 0.6em no-repeat;
}
.disc02 .fsS,
.disc02.fsS li {
	background-position: left 0.65em;
}
.disc02-em1 li {
	background-image: url(/common/images/ico_disc03.png);
	color: #e4007f;
}
.disc02 li:first-child {
	margin-top: 0;
}
/* 青丸リスト1
------------------------------------------------------------------------------- */
.disc03 li {
	margin: 10px 0 0;
	padding: 0 0 0 15px;
	background: url(/common/images/ico_disc04.png) left 0.45em no-repeat;
}
.disc03-busy li {
	margin-top: 5px;
}
.disc03 li:first-child {
	margin-top: 0;
}
/* 数字リスト1
------------------------------------------------------------------------------- */
.decimal01 {
	margin-left: 25px;
}
.decimal01 li {
	margin: 5px 0 0;
	padding: 0 0 0 0;
	list-style-type: decimal
}
.decimal01 li:first-child {
	margin-top: 0;
}
/* ボタン1
------------------------------------------------------------------------------- */
.btn01 {
	display: block;
	line-height: 1.5;
	margin: 0 auto 30px;
	padding: 21px 10px 19px;
	border: 2px solid #664402;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: url(/common/images/btn_bg02.jpg) left top repeat-x;
	color: #fff;
	font-size: 184%;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	overflow: hidden;
}
.d_hover .btn01:hover {
	background-position: left -500px;
}
.btn01_ico {
	padding: 2px 0 2px 35px;
	background: url(/common/images/ico_arw03.png) left center no-repeat;
	text-align: left;
}
/* ボタン2
------------------------------------------------------------------------------- */
.btn02 {
	display: block;
	line-height: 1.5;
	margin: 0 auto 30px;
	padding: 21px 10px 19px;
	border: 2px solid #008695;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: url(/common/images/btn_bg03.jpg) left top repeat-x;
	color: #fff;
	font-size: 184%;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	overflow: hidden;
}
.btn02-w1 {
	width: 616px;
}
.d_hover .btn02:hover {
	background-position: left -500px;
}
.btn02_ico {
	padding: 2px 0 2px 37px;
	background: url(/common/images/ico_arw03.png) left center no-repeat;
}
/* ==

　02. 汎用スタイル

=============================================================================== */
/* 回り込み解除
------------------------------------------------------------------------------- */
.clearfix:after { content: ''; display: block; clear: both; height: 0; }
*:first-child+html .clearfix { zoom: 1; } /* ie7 */
* html .clearfix { zoom: 1; } /* ie6 */
/* 文字サイズ
------------------------------------------------------------------------------- */
.fsXXS { font-size: 84%; }
.fsXS { font-size: 100%; }
.fsS { font-size: 117%; }
.fsM { font-size: 134%; }
.fsL { font-size: 150%; }
.fsXL { font-size: 167%; }
/* 余白調整
------------------------------------------------------------------------------- */
.mt00 { margin-top: 0 !important; }
.mt05 { margin-top: 5px !important; }
.mt10 { margin-top: 10px !important; }
.mt15 { margin-top: 15px !important; }
.mt20 { margin-top: 20px !important; }
.mt25 { margin-top: 25px !important; }
.mt30 { margin-top: 30px !important; }
.mt35 { margin-top: 35px !important; }
.mt40 { margin-top: 40px !important; }
.mt45 { margin-top: 45px !important; }
.mt50 { margin-top: 50px !important; }
.mt60 { margin-top: 60px !important; }
.mt70 { margin-top: 70px !important; }
.mt80 { margin-top: 80px !important; }

.mr00 { margin-right: 0 !important; }
.mr05 { margin-right: 5px !important; }
.mr10 { margin-right: 10px !important; }
.mr15 { margin-right: 15px !important; }
.mr20 { margin-right: 20px !important; }
.mr25 { margin-right: 25px !important; }
.mr30 { margin-right: 30px !important; }
.mr35 { margin-right: 35px !important; }
.mr40 { margin-right: 40px !important; }
.mr45 { margin-right: 45px !important; }
.mr50 { margin-right: 50px !important; }

.mb00 { margin-bottom: 0 !important; }
.mb01 { margin-bottom: 1px !important; }
.mb02 { margin-bottom: 2px !important; }
.mb03 { margin-bottom: 3px !important; }
.mb04 { margin-bottom: 4px !important; }
.mb05 { margin-bottom: 5px !important; }
.mb06 { margin-bottom: 6px !important; }
.mb07 { margin-bottom: 7px !important; }
.mb08 { margin-bottom: 8px !important; }
.mb09 { margin-bottom: 9px !important; }
.mb10 { margin-bottom: 10px !important; }
.mb15 { margin-bottom: 15px !important; }
.mb20 { margin-bottom: 20px !important; }
.mb25 { margin-bottom: 25px !important; }
.mb30 { margin-bottom: 30px !important; }
.mb35 { margin-bottom: 35px !important; }
.mb40 { margin-bottom: 40px !important; }
.mb45 { margin-bottom: 45px !important; }
.mb50 { margin-bottom: 50px !important; }
.mb100 { margin-bottom: 100px !important; }

.ml00 { margin-left: 0 !important; }
.ml05 { margin-left: 5px !important; }
.ml10 { margin-left: 10px !important; }
.ml15 { margin-left: 15px !important; }
.ml20 { margin-left: 20px !important; }
.ml25 { margin-left: 25px !important; }
.ml30 { margin-left: 30px !important; }
.ml35 { margin-left: 35px !important; }
.ml40 { margin-left: 40px !important; }
.ml45 { margin-left: 45px !important; }
.ml50 { margin-left: 50px !important; }

.pt00 { padding-top: 0 !important; }
.pt05 { padding-top: 5px !important; }
.pt10 { padding-top: 10px !important; }
.pt15 { padding-top: 15px !important; }
.pt20 { padding-top: 20px !important; }
.pt25 { padding-top: 25px !important; }
.pt30 { padding-top: 30px !important; }
.pt35 { padding-top: 35px !important; }
.pt40 { padding-top: 40px !important; }
.pt45 { padding-top: 45px !important; }
.pt50 { padding-top: 50px !important; }

.pr00 { padding-right: 0 !important; }
.pr05 { padding-right: 5px !important; }
.pr10 { padding-right: 10px !important; }
.pr15 { padding-right: 15px !important; }
.pr20 { padding-right: 20px !important; }

.pb00 { padding-bottom: 0 !important; }
.pb05 { padding-bottom: 5px !important; }
.pb10 { padding-bottom: 10px !important; }
.pb15 { padding-bottom: 15px !important; }
.pb20 { padding-bottom: 20px !important; }
.pb25 { padding-bottom: 25px !important; }
.pb30 { padding-bottom: 30px !important; }
.pb35 { padding-bottom: 35px !important; }
.pb40 { padding-bottom: 40px !important; }
.pb45 { padding-bottom: 45px !important; }
.pb50 { padding-bottom: 50px !important; }

.pl00 { padding-left: 0 !important; }
.pl05 { padding-left: 5px !important; }
.pl10 { padding-left: 10px !important; }
.pl15 { padding-left: 15px !important; }
.pl20 { padding-left: 20px !important; }
/* 幅調整
------------------------------------------------------------------------------- */
.w00 { width: 0 !important; }
.w05p { width: 5% !important; }
.w10p { width: 10% !important; }
.w15p { width: 15% !important; }
.w20p { width: 20% !important; }
.w25p { width: 25% !important; }
.w30p { width: 30% !important; }
.w35p { width: 35% !important; }
.w40p { width: 40% !important; }
.w45p { width: 45% !important; }
.w50p { width: 50% !important; }
.w55p { width: 55% !important; }
.w60p { width: 60% !important; }
.w65p { width: 65% !important; }
.w70p { width: 70% !important; }
.w75p { width: 75% !important; }
.w80p { width: 80% !important; }
.w85p { width: 85% !important; }
.w90p { width: 90% !important; }
.w95p { width: 95% !important; }
.w100p { width: 100% !important; }
/* 位置調整
------------------------------------------------------------------------------- */
.aCenter { text-align: center; }
.aRight { text-align: right; }
.aLeft { text-align: left; }
.vTop { vertical-align: top; }
.vMiddle { vertical-align: middle; }
.vBottom { vertical-align: bottom; }

.aCenter th,
.aCenter td { text-align: center; }
.aRight th,
.aRight td { text-align: right; }
.vTop th,
.vTop td { vertical-align: top; }
.vMiddle th,
.vMiddle td { vertical-align: middle; }

.dHide { display: none !important; }
.dShow { display: block !important; }
/* ==

　99. 印刷

=============================================================================== */
@media print {
	.col01_col {
		width: 355px;
	}
	.col01_col-wide {
		width: 730px;
	}
	.col02_in {
		margin-right: -20px;
	}
	.col02_col {
		width: 230px;
		margin-right: 20px;
	}
	.col03_colW {
		width: 480px;
	}
	.col06_colW {
		width: 570px;
	}
	.anchor01 {
		min-width: 740px;
	}
	.list04_item {
		width: 353px;
	}
	.list05_item {
		width: 348px;
	}
	.list05_item-wide {
		width: 728px;
	}
}