@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;
}
/*------------------------------------------------------------
	headLine01
------------------------------------------------------------*/
.headLine01 {
	margin-bottom: 29px;
	color: #106EB6;
	font-size: 30px;
	position: relative;
	text-align: center;
}

.headLine01:before {
	margin-left: -80px;
	width: 160px;
	height: 25px;
	position: absolute;
	left: 50%;
	top: -34px;
	background: url(../../img/common/h2_bg.png) no-repeat center top;
	
	content: "";
	
}

.headLine01 span {
	display: block;
	font-family: 'Oswald-Bold';
	color: #333;
	font-size: 21px;
	font-weight: normal;
	letter-spacing: 1.5px;
}

/*-----------------------------------
          headLine02
------------------------------------*/
.headLine02 {
	margin-bottom: 16px;
	padding: 12px 25px 11px;
	font-size: 18px;;
	font-weight: bold;
	color: #fff;
	background-color: #106EB6;
}

/*------------------------------------------------------------
	comLink
------------------------------------------------------------*/
#main .comLink {
	text-align: center;
}

#main .comLink a {
	padding: 15px 32px 14px;
	display: inline-block;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	background-color: #106EB6;
}

#main .comLink a:hover {
	opacity: 0.7;
}

#main .comLink a img {
	margin-left: 10px;
	vertical-align: middle;
}

/*------------------------------------------------------------
	mainImg
------------------------------------------------------------*/
.mainImg {
	margin-bottom: 7px;
	padding: 79px 20px 42px;
	background-color: #D0E8F4;
}

.mainImg .headLine01 {
	margin-bottom: 0;
}

.mainImg .headLine01 span {
	margin-top: 3px;
}

.mainImg .headLine01:before {
	top: -40px;
}

/*------------------------------------------------------------
	comImgBox
------------------------------------------------------------*/
#main .comImgBox {
	padding: 4px 15px 0;
	border: 3px solid #106EB8;
}

#main .comImgBox .phoBox {
	float: left;
}

#main .comImgBox .txtBox {
	margin-top: 12px;
	width: 590px;
	float: right;
}

#main .comImgBox .txtBox .ttl {
	margin-bottom: 10px;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}

#main .comImgBox .txtBox li {
	width: 300px;
	float: left;
}

#main .comImgBox .txtBox li span {
	margin-top: 12px;
	display: block;
	font-size: 12px;
	letter-spacing: 0.5px;
	text-align: center;
}

#main .comImgBox .txtBox li:last-child {
	width: 270px;
	float: right;
	padding-top: 10px;
}

#main .comImgBox .txtBox li:last-child a {
	padding: 10px 5px 9px;
	display: block;
	text-align: center;
	color: #fff;
	letter-spacing: 1px;
	font-weight: bold;
	background-color: #01B5DA;
}

#main .comImgBox .txtBox li:last-child a:hover {
	opacity: 0.7;
	text-decoration: none;
}

#main .comImgBox .txtBox li:last-child a img {
	vertical-align: middle;
}

#main .comImgBox .txtBox li:last-child .pho01 {
	margin-right: 10px;
}

#main .comImgBox .txtBox li:last-child .pho02 {
	margin: -1px 0 0 10px;
}

a:hover img {
	opacity:0.6;
	filter:alpha(opacity=60);
	-ms-filter: "alpha( opacity=60 )";
}

a:hover img.none {
	opacity:1;
	filter:alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";
}

a.none:hover img {
	opacity:1;
	filter:alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";
}


.pageList {
	clear: both;
}

.pageList li {
	margin-right: 6px;
	display: inline;
	font-size: 1.4em;
}

.pageList .current span,
.pageList li a {
	padding: 3px 10px 4px;
	display: inline-block;
	border: 1px solid #464C5A;
	position: relative;
	behavior: url(/js/pie.htc);
	zoom: 1;
}

.pageList .current span,
.pageList li a:hover {
	color: #FFF;
	border: 1px solid #318BD5;
	text-decoration: none;
	background-color: #106EB6;
}

/*----------------------------------
      comTab
------------------------------------*/
.comTab {
	width: 100%;
	font-size: 14px;;
	border-collapse: collapse;
}

.comTab th {
	width: 20%;
	background-color: #EDEDED;
}

.comTab th,
.comTab td {
	padding: 20px 18px;
	text-align: left;
	vertical-align: top;
	border: 2px solid #999;
}

.comTab td {
	padding: 18px 20px 20px;
	line-height: 1.8; 
}

.comTab .thStyle01 {
	padding: 19px 18px 15px;
}

.comTab .tdStyle01 {
	padding: 18px 20px 15px;
}

.comTab .tdStyle02 {
	padding: 18px 20px 16px;
}

.comTab td .text {
	margin-bottom: 25px;
}

.inset {
	display: inline-block;
	background-color: #FFF;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	margin-bottom: 0px;

}
.outset {
	display: inline-block;
	background-color: #FFF;
	background-repeat: no-repeat;
	background-size: cover;

}

.row {
	margin-bottom:20px;
}