@charset "utf-8";
/*------------------------------------------------------------
	書式設定
------------------------------------------------------------*/
/* テキストの位置 */
.taLeft { text-align: left !important; }
.taCenter { text-align: center !important; }
.taRight { text-align: right !important; }
.vaTop { vertical-align: top !important; }
.vaMiddle { vertical-align: middle !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; }

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

	*+html .clearfix {
		zoom: 1;
	}

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

.none {
	margin-bottom: 0 !important;
	padding-bottom: 0 !important;
	background: none !important;
}


/*------------------------------------------------------------
	h2
------------------------------------------------------------*/
h2 {
	margin: 0 auto 28px;
	width: 1004px;
}

/*------------------------------------------------------------
	h3
------------------------------------------------------------*/
#conts h3 {
	margin-bottom: 15px;
	padding-bottom: 11px;
	color: #000;
	font-size: 2.0em;
	font-weight: normal;
	line-height: 1.2;
	background: url('../../img/common/h3_bg.png') no-repeat left bottom;
}
/*------------------------------------------------------------
	h4
------------------------------------------------------------*/
#conts h4 {
	padding-bottom: 10px;
	font-size: 1.6em;
	line-height: 1.2;
	background: url('../../img/common/h4_bg.png') no-repeat left bottom;
}

#conts h4 span {
	padding: 11px 0 0 20px;
	display: block;
	background: url('../../img/common/h4_span_bg.png') no-repeat left top;
}

/*------------------------------------------------------------
	comTable
------------------------------------------------------------*/
#conts .comTable {
	width: 100%;
}

#conts .comTable th {
	padding: 7px 0 6px;
	font-size: 1.4em;
	line-height: 1.5;
	text-align: left;
	vertical-align: top;
	background: url('../../img/common/line.png') repeat-x left bottom;
}

#conts .comTable td {
	padding: 7px 2px 6px;
	font-size: 1.4em;
	line-height: 1.5;
	text-align: left;
	vertical-align: middle;
	background: url('../../img/common/line.png') repeat-x left bottom;
}

#conts .comTable a {
	padding-left: 10px;
	background: url('../../img/common/icon/icon01.png') no-repeat left center;
}

/*------------------------------------------------------------
	pageTop
------------------------------------------------------------*/
.pageTop {
	margin: 0 auto 5px;
	width: 1000px;
	clear: both;
	text-align: right;
}
.single_content{
	font-size: 14px;
}