@charset "utf-8";
/*------------------------------------------------------------
	書式設定
------------------------------------------------------------*/
/* テキストの位置 */
.taLeft { text-align: left !important; }
.taCenter { text-align: center !important; }
.taRight { text-align: right !important; }

/* フォントの大きさ（プラス） */
.fsP1 { font-size: 1.08em !important; }
.fsP2 { font-size: 1.16em !important; }
.fsP3 { font-size: 1.24em !important; }
.fsP4 { font-size: 1.32em !important; }
.fsP5 { font-size: 1.4em !important; }

/* フォントの大きさ（マイナス） */
.fsM1 { font-size: 0.92em !important; }
.fsM2 { font-size: 0.84em !important; }
.fsM3 { font-size: 0.76em !important; }
.fsM4 { font-size: 0.68em !important; }
.fsM5 { font-size: 0.6em !important; }

/* フォントの太さ */
.fwNormal { font-weight: normal !important; }
.fwBold { font-weight: bold !important; }

/*------------------------------------------------------------
	微調整用クラス（※多用しないこと）
------------------------------------------------------------*/
.mt0 { margin-top: 0 !important; }
.mb0 { margin-bottom: 0 !important; }

.clear {
	clear: both;
}

.floatL {
	float: left;
}

.floatR {
	float: right;
}

/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
	* html .clearfix {
		zoom: 1;
	}

	*+html .clearfix {
		zoom: 1;
	}

.clearfix:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

/*------------------------------------------------------------
	#conts
------------------------------------------------------------*/
#conts .imageBox {
	margin: 0 0 20px 1px;
	clear: both;
}

#conts .comText {
	margin: 0 0 20px 1px;
	width: 680px;
	background: url(../../img/common/comtext_bg.png) repeat-y left top;
}

#conts .comText p {
	padding: 10px 7px 13px;
	font-size: 1.2em;
	line-height: 2;
}

#conts h2 {
	margin-bottom: 19px;
	width: 684px;
	font-size: 2.6em;
	line-height: 1.2;
	font-weight: normal;
	background:  url(../../img/common/h2_bg.png) no-repeat left bottom;/*#fdf7f7*/
        clear:both;
}

#conts h2 span {
	padding: 8px 8px 10px;
	display: block;
	background: no-repeat right bottom;/*url(../../img/common/h201_bg.png) */
}

#conts h3 {
	margin: 0 43px 9px;
	padding: 0 0 5px 0;
	font-size: 1.8em;
	background: url(../../img/common/h3_line.png) no-repeat left bottom;
        clear:both;
}

#conts h3 span {
	padding: 12px 0 10px 60px;
	display: block;
	background: url(../../img/common/h3_bg.png) no-repeat; 
}