@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; }
.mb5 { margin-bottom: 5px !important; }
.mb10 { margin-bottom: 10px !important; }
.t_center{ text-align:center !important;}

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

	*+html .clearfix {
		zoom: 1;
	}

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

/*------------------------------------------------------------
	リンク・インプットをタップ時のクラス
------------------------------------------------------------*/
a.tapCtrl, input.tapCtrl,
.tapCtrl a, .tapCtrl input {
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}

.tap {

}

/*------------------------------------------------------------
	comTtl
------------------------------------------------------------*/
#main .comTtl {
	margin: 0 0 39px 10px;
}

#main .comTtl p {
	float: left;
	color: #430000;
	font-size: 18px;
	font-weight: bold;
}

#main .comTtl p span {
	margin-right: 15px;
	padding: 3px 35px 7px 0;
	font-size: 26px;
	display: inline-block;
	line-height: 0.5;
	vertical-align: middle;
	border-right: 2px solid #430000;
}

#main .comTtl .link {
	float: right;
}

/*------------------------------------------------------------
	comTtl
------------------------------------------------------------*/
#main .comTopTtl {
	background: url(../../images/see/com_ttl_bg01.gif) no-repeat center top;
	background-size: cover;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/see/com_ttl_bg01.gif',sizingMethod='scale');
}

#main .comTopTtl .subBox {
	margin: 0 auto;
	padding-left: 96px;
	width: 970px;
	position: relative;
}

#main .comTopTtl .subBox .pic {
	position: absolute;
	left: -26px;
	top: -12px;
}

#main .comTopTtl .subBox .photoBox {
	float: right;
	position: relative;
    z-index: 10;
}

#main .comTopTtl .subBox .photoBox img {
	margin: -25px -10px -45px 0;
}

#main .comTopTtl .subBox .textBox {
	margin-top: 75px;
	width: 390px;
	float: left;
}

#main .comTopTtl .subBox .textBox p {
	font-size: 15px;
	font-weight: bold;
	line-height: 1.6;
}

/*------------------------------------------------------------
	comColor
------------------------------------------------------------*/
#main .comColor {
	padding: 40px 0 100px;
	background-color: #F0FAFD;
}

#main .comColor .sub {
	margin: 0 auto;
	padding: 35px 60px;
	width: 1032px;
	background-color: #FFF;
}

/*------------------------------------------------------------
	comTable
------------------------------------------------------------*/
#main .comTable {
	margin: 0 auto 70px;
	width: 710px;
}

#main .comTable table {
	width: 100%;
	border-collapse: collapse;
}

#main .comTable th {
	width: 20%;
	color: #FFF;
	font-size: 16px;
	text-align: center;
	vertical-align: middle;
	border: 3px solid #FFF;
	background-color: #EEAD4C;
}

#main .comTable td {
	padding: 7px 0;
	width: 14%;
	text-align: center;
	vertical-align: middle;
	border: 2px solid #FFF;
	background-color: #F9E0BB;
}

#main .comTable .cell02 {
	width: 20%;
	color: #FFF;
	font-weight: bold;
	background-color: #EEAD4C;
}

.comTable .cell01 {
	width: 30%;
	text-align: center;
}

@media all and (min-width: 0) and (max-width: 736px)  {
	/*------------------------------------------------------------
		comTtl
	------------------------------------------------------------*/
	#main .comTtl {
		margin: 0 0 10px;
	}
	
	#main .comTtl p {
		font-size: 11px;
	}
	
	#main .comTtl p span {
		margin-right: 10px;
		padding: 0 15px 0 0;
		font-size: 14px;
		line-height: 1;
		vertical-align: middle;
		border-right: 1px solid #430000;
	}
	
	#main .comTtl .link {
		float: right;
	}
	
	#main .comTtl .link img {
		width: 70px;
	}
	
	/*------------------------------------------------------------
		comTtl
	------------------------------------------------------------*/
	#main .comTopTtl {
		background: url(../../images/see/com_ttl_bg01.gif) no-repeat center top;
		background-size: cover;
		filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/see/com_ttl_bg01.gif',sizingMethod='scale');
	}

	#main .comTopTtl .subBox {
		margin: 0 auto;
		padding-left: 0;
		width: 93%;
	}

	#main .comTopTtl .subBox .pic {
		position: absolute;
		left: -2px;
		top: -13px;
	}
	
	#main .comTopTtl .subBox .pic img {
		width: 28%;
	}

	#main .comTopTtl .subBox .photoBox {
		width: 41%;
		float: right;
	}
	
	#main .comTopTtl .subBox .photoBox img {
		margin: 0 0 -2px;
		width: 100%;
		position: relative;
		z-index: 10;
	}

	#main .comTopTtl .subBox .textBox {
		margin-top: 5px;
		padding-left: 7%;
		width: 50%;
		float: right;
	}

	#main .comTopTtl .subBox .textBox p {
		font-size: 8px;
		line-height: 1.8;
		letter-spacing: -1px;
	}
	
	/*------------------------------------------------------------
		comColor
	------------------------------------------------------------*/
	#main .comColor {
		padding: 0;
		background-color: #FFF;
	}

	#main .comColor .sub {
		padding: 20px 22px;
		width: auto;
	}
	
	/*------------------------------------------------------------
		comTable
	------------------------------------------------------------*/
	#main .comTable {
		margin: 0 auto 20px;
		width: 88%;
	}

	#main .comTable th {
		width: 20%;
		font-size: 7px;
		border: 2px solid #FFF;
	}

	#main .comTable td {
		padding: 3px 0 2px;
		width: 14%;
		font-size: 7px;
		border: 2px solid #FFF;
	}

	#main .comTable td img {
		width: 8px;
	}
}


