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

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

/*------------------------------------------------------------
	headLine01
------------------------------------------------------------*/
#main .headLine01{
	margin-bottom: 3px;
	padding-left: 28px;
	color: #0066AA;
	font-size: 20px;
	background : url(icon01.gif) left 6px / auto auto no-repeat scroll padding-box border-box transparent;
}

/*------------------------------------------------------------
	pageTitle
------------------------------------------------------------*/
.pageTitle{
	margin-bottom: 33px;
	padding: 10px 0 5px;
	background-color: #0066AA;
}

/*------------------------------------------------------------
	headLine02
------------------------------------------------------------*/
.headLine02{
	margin: 0 auto;
	width: 980px;
	color: #fff;
	font-size: 27px;
	font-weight: normal;
}

/*------------------------------------------------------------
	headLine03
------------------------------------------------------------*/
.headLine03{
	margin-bottom: 8px;
	padding-left: 24px;
	color: #0066AA;
	font-size: 18px;
	background : url(icon02.gif) left 3px / auto auto no-repeat scroll padding-box border-box transparent;
}

/*------------------------------------------------------------
	comContact
------------------------------------------------------------*/
#main .comContact .lBox{
	float: left;
	width: 399px;
	position: relative;
}

#main .comContact .lBox span{
	position: absolute;
	left: 18px;
	top: 11px;
	font-size: 16px;
}

#main .comContact .lBox .time{
	top: 80px;
	font-size: 11px;
}

#main .comContact .rBox{
	float: right;
	width: 559px;
	position: relative;
}

#main .comContact .rBox span{
	position: absolute;
	left: 18px;
	top: 72px;
	font-size: 16px;
}

#main .comContact .rBox a:hover img {
	filter: alpha(opacity=70);
	opacity: 0.7;
}