@charset "utf-8";

/* ****************************************************************************

　目次

-------------------------------------------------------------------------------

　01. キャッチ
　02. 枠
　03. カラムモジュール
　04. 表組みモジュール
　05. リストモジュール
　06. インデントモジュール
　07. リンクスタイル
　08. 回り込み解除
　09. 区切り線
　10. テキストスタイル
　11. 汎用スタイル

******************************************************************************* */

/* ==

　01. キャッチ

=============================================================================== */
#main .catchImg {
	line-height: 1;
	margin-bottom: 20px;
}
#main .catchImg02 {
	line-height: 1;
	margin: 50px 0;
	font-size: 12px;
	text-align: center;
}
#main .catchImg03 {
	line-height: 1;
	margin: 35px 0;
	font-size: 12px;
	text-align: center;
}
#main .catchImg04 {
	line-height: 1;
	margin: 40px 0;
	font-size: 12px;
	text-align: center;
}
#main .categoryTit {
	line-height: 1;
	padding-top: 0;
	font-size: 12px;
}


/* ==

　02. 枠

=============================================================================== */



/* ==

　03. カラムモジュール

=============================================================================== */
/* ２カラム
------------------------------------------------------------------------------- */
#main .colBlock01 {
	width: 100%;
	margin-bottom: 25px;
}
#main .colBlock01 .col1 {
	float: left;
	width: 460px;
	/*
	width: 49.4%;
	*/
}
#main .colBlock01 .col2 {
	float: right;
	width: 460px;
	/*
	width: 49.4%;
	*/
}


/* 3カラム
------------------------------------------------------------------------------- */
#main .colBlock02 {
	width: 100%;
	margin-bottom: 25px;
}
#main .colBlock02 .col1,
#main .colBlock02 .col2,
#main .colBlock02 .col3{
	float: left;
	width: 300px;
	margin-right: 25px;
}
#main .colBlock02 .col3 {
	margin-right: 0;
}


/* ==

　04. 表組みモジュール

=============================================================================== */
 
 


/* ==

　05. リストモジュール

=============================================================================== */


/* ==

　06. インデントモジュール

=============================================================================== */
 
 
 


/* ==

　07. リンクスタイル

=============================================================================== */
.linkTxt {
	padding-left: 15px;
	background: url(../images/ico_arw04.gif) 1px 0.55em no-repeat;
}
span.linkTxt,
a.linkTxt {
	display: inline-block;
	margin-left: 5px;
}
.linkExternal {
	padding-left: 18px;
	background: url(../images/ico_arw03.gif) left 0.45em no-repeat;
}
span.linkExternal,
a.linkExternal {
	display: inline-block;
	margin-left: 5px;
}
.linkPdf {
	margin-left: 5px;
	padding-left: 21px;
	background: url(../images/ico_pdf01.gif) left 0.3em no-repeat;
}
.linkList li {
	margin-bottom: 5px;
	padding-left: 13px;
	background: url(../images/ico_arw04.gif) left 0.65em no-repeat;
}
.linkListS li {
	margin-bottom: 5px;
	padding-left: 7px;
	background: url(../images/ico_arw02.gif) left 0.7em no-repeat;
}
.linkList .external {
	padding-left: 18px;
	background: url(../images/ico_arw03.gif) left 0.5em no-repeat;
}
.linkListBd li,
.linkListBdL li {
	margin-bottom: 8px;
	padding-bottom: 9px;
	background: url(../images/bg_line01.gif) left bottom repeat-x;
}
.linkListBd li a {
	display: block;
	padding-left: 7px;
	background: url(../images/ico_arw02.gif) left 0.7em no-repeat;
}
.linkListBdL li a {
	display: block;
	padding-left: 13px;
	background: url(../images/ico_arw04.gif) left 0.6em no-repeat;
}
.linkListBd li .external,
.linkListBdL li .external {
	display: block;
	padding-left: 18px;
	background: url(../images/ico_arw03.gif) left 0.5em no-repeat;
}
.linkListBd02 li {
	margin-bottom: 8px;
	padding-bottom: 9px;
	border-bottom: 1px solid #e5e5e5;
}
.linkListBd02 li a {
	display: block;
	padding-left: 7px;
	background: url(../images/ico_arw02.gif) left 0.7em no-repeat;
}
.linkListBd02 li .external {
	display: block;
	padding-left: 18px;
	background: url(../images/ico_arw03.gif) left 0.5em no-repeat;
}


*:first-child+html .linkTxt,
*:first-child+html .linkExternal,
*:first-child+html .linkPdf { zoom: 1; } /* ie7 */
* html .linkTxt,
* html .linkExternal,
* html .linkPdf { zoom: 1; } /* ie6 */


*:first-child+html span.linkTxt,
*:first-child+html a.linkTxt,
*:first-child+html span.linkExternal,
*:first-child+html a.linkExternal {
  display: inline;
  zoom: 1;
} /* ie7 */
* html span.linkTxt,
* html a.linkTxt,
* html span.linkExternal,
* html a.linkExternal {
  display: inline;
  zoom: 1;
} /* ie6 */


/* ==

　08. 回り込み解除

=============================================================================== */
.clearfix:after { content: ''; display: block; clear: both; height: 0; }
*:first-child+html .clearfix { zoom: 1; } /* ie7 */
* html .clearfix { zoom: 1; } /* ie6 */


/* ==

　09. 区切り線

=============================================================================== */



/* ==

　10. テキストスタイル

=============================================================================== */
/* リードブロック
------------------------------------------------------------------------------- */
#main .leadBlock01 {
	margin-bottom: 30px;
	padding: 39px 0 35px;
	border-bottom: 1px solid #ccc;
}
#main .leadBlock02 {
	margin-bottom: 17px;
	padding: 39px 0;
	background: url(../images/bg_line02.gif) left bottom repeat-x;
}
#main .leadBlock03 {
	padding: 39px 0 35px;
}
#main .leadBlock01 .catchImg03,
#main .leadBlock02 .catchImg03,
#main .leadBlock03 .catchImg03 {
	margin-top: 0;
	margin-bottom: 0;
}
#main .leadTxt {
	color: #333;
	text-align: center;
}

/* 文字サイズ
------------------------------------------------------------------------------- */
.fsXXS,
#main .fsXXS {
	line-height: 1.4;
	font-size: 76%;
}
.fsXS,
#main .fsXS {
	line-height: 1.5;
	font-size: 84%;
}
.fsS,
#main .fsS {
	line-height: 1.6;
	font-size: 100%;
}
.fsM,
#main .fsM {
	line-height: 1.7;
	font-size: 117%;
}
.fsL,
#main .fsL {
	line-height: 1.6;
	font-size: 134%;
}
.fsXL,
#main .fsXL {
	line-height: 1.4;
	font-size: 150%;
}

/* キャプション
------------------------------------------------------------------------------- */
#main .contCapS {
	margin-top: 5px;
}
#main .contCap {
	margin-top: 10px;
}
#main .contCapL {
	margin-top: 15px;
}
#main .contCapXL {
	margin-top: 20px;
}
#main .descCap,
#main .descCapB {
	margin-top: 12px;
	margin-bottom: 6px;
}
#main .descCapB {
	font-weight: bold;
}

/* 注釈
------------------------------------------------------------------------------- */
.notes li {
	margin: 0 0 3px 1em;
	text-indent: -1em;
}
p.notes,
.note {
	margin-left: 1em;
	text-indent: -1em;
}
.notesNum li {
	margin-left: 1.9em;
	margin-bottom: 2px;
	text-indent: -1.9em;
}

/* 数字
------------------------------------------------------------------------------- */
#main .valNum {
	line-height: 1.2;
	margin-bottom: 15px;
	color: #333;
	font-size: 134%;
}
#main .valNum b {
	color: #f90046;
	font-size: 174%;
}

/* ページトップ
------------------------------------------------------------------------------- */
#main .pageTop {
	text-align: right;
}


/* ==

　11. 汎用スタイル

=============================================================================== */
/* 余白調整
------------------------------------------------------------------------------- */
.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; }
.mb05 { margin-bottom: 5px !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; }

#main .firstChild { margin-top: 0; }
#main .lastChild { margin-bottom: 0; }

/* 幅調整
------------------------------------------------------------------------------- */
.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; }