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

/*------------------------------------------------------------
	subBox
------------------------------------------------------------*/
#main .subBox {
	margin: 0 auto;
	width: 1040px;
}

/*------------------------------------------------------------
	comTable
------------------------------------------------------------*/
#main .comTable {
	width: 100%;
	border-collapse: collapse;
	border-top: 1px solid #004181;
}

#main .comTable th,
#main .comTable td {
	padding: 14px 18px 11px;
	font-weight: normal;
	font-size: 16px;
	text-align: left;
	line-height: 1.9;
	vertical-align: top;
	border-bottom: 1px solid #004181;
}

#main .comTable th {
	width: 21.5%;
}

#main .comTable  a {
	text-decoration: none;
}
	
#main .comTable .link {
	margin-left: 41px;
	width: 187px;
	display: inline-block;
	color: #FFF;
	font-size: 14px;
	text-align: center;
	text-decoration: none;
	border: 1px solid #FFF;
	background: #004181 url(../../img/common/icon01.gif) no-repeat 172px center;
}

#main .comTable .link:hover {
	color: #004080;
	border-color: #014281;
	background: #FFF url(../../img/common/icon02.gif) no-repeat 172px center;
}

@media all and (min-width: 0) and (max-width: 767px) {
	/*------------------------------------------------------------
		subBox
	------------------------------------------------------------*/
	#main .subBox {
		margin: 0 10px;
		width: auto;
	}
	
	/*------------------------------------------------------------
		comTable
	------------------------------------------------------------*/
	#main .comTable th,
	#main .comTable td {
		padding: 6px 0 5px;
		width: 100%;
		float: left;
		font-size: 11px;
		box-sizing: border-box;
	}
	
	#main .comTable th {
		border-bottom: 1px dotted #004181;
	}
	
	#main .comTable .link {
		margin-left: 31px;
		width: 144px;
		font-size: 11px;
		background: #004181 url(../../img/common/icon01.gif) no-repeat 134px center;
	}
	
	#main .comTable link:hover {
		background: #FFF url(../../img/common/icon02.gif) no-repeat 134px center;
	}
}