@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; }

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

	*+html .clearfix {
		zoom: 1;
	}

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

img {
	vertical-align: top;
}

li img,
dl img {
	display: block;
	vertical-align: baseline;
}

/*------------------------------------------------------------
	h2
------------------------------------------------------------*/
#conts h2 {
	margin: 0 0 24px 26px;
}

/*------------------------------------------------------------
	h3
------------------------------------------------------------*/
#conts h3 {
	margin-bottom: 10px;
	padding: 4px 0 4px 20px;
	font-size: 2em;
	font-weight: normal;
	background: url(../img/h3_bg.gif) no-repeat left center;
}


/*------------------------------------------------------------
	h4
------------------------------------------------------------*/
#conts h4 {
	margin-bottom: 10px;
	padding: 4px 0 4px 20px;
	font-size: 1.8em;
	font-weight: normal;
	background: url(../img/h4_bg.png) no-repeat left center;
}

/*------------------------------------------------------------
	comSection
------------------------------------------------------------*/
#conts .comSection {
	padding: 17px 18px 150px;
	zoom: 1;
	background: url(../img/com_section_bg.png) repeat left top;
}

/*------------------------------------------------------------
	english
------------------------------------------------------------*/
#conts .english {
	margin: 0 7px 32px 0;
	font-size: 1.3em;
	text-align: right;
}

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

#conts .comTable th,
#conts .comTable td {
	padding: 9px 13px 13px;
	font-size: 1.4em;
	font-weight: normal;
	text-align: left;
	vertical-align: top;
	background: url(../img/line.png) repeat-x left bottom;
}

#conts .comTable td a {
	color: #000;
	text-decoration: underline;
}

#conts .comTable td a:hover {
	text-decoration: none;
}

#conts .tabBox {
	margin: 15px 0 15px 8px;
}

/*------------------------------------------------------------
	pageTop
------------------------------------------------------------*/
#conts .pageTop {
	padding: 25px 0 0;
	font-size: 1.2em;
	text-align: right;
}

#conts .pageTop a {
	color: #333;
}