@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 {

}

.floatR {
	float: right !important;
}

/*------------------------------------------------------------
	h2
------------------------------------------------------------*/
#main h2 {
	position: relative;
	text-align: center;
	background-color: #FFF;
	box-shadow: 1px 1px 8px #E3D41F,-1px -1px 8px #E3D41F;
	-moz-box-shadow: 1px 1px 8px #E3D41F,-1px -1px 8px #E3D41F;
	-webkit-box-shadow: 1px 1px 8px #E3D41F,-1px -1px 8px #E3D41F;
	behavior: url(js/pie.htc);
}

#main h2 .h2Arrow {
	margin-left: -22px;
	position: absolute;
	left: 50%;
	bottom: -30px;
}

/*------------------------------------------------------------
	comWhiteBox
------------------------------------------------------------*/
#main .comWhiteBox {
	margin-bottom: 33px;
	padding: 17px 19px 15px 35px;
	background-color: #FFF;
	position: relative;
	border-radius: 8px;
	behavior: url(js/pie.htc);
	zoom: 1;
}

.sp_img {
	display: none;
}

.print {
	display: none;
}

@media screen and (min-width: 0) and (max-width: 750px)  {
	.pc_img {
		display: none;
	}
	
	.sp_img {
		display: block;
	}

	/*------------------------------------------------------------
		comWhiteBox
	------------------------------------------------------------*/
	#main .comWhiteBox {
		margin-bottom: 33px;
		padding: 17px 19px 15px 35px;
		border-radius: 3px;
	}
	
	#main h2 img {
		margin: 0 auto;
	}
	
	#main h2 .h2Arrow {
		margin-left: -11px;
		bottom: -18px;
	}
	
	#main h2 .h2Arrow img {
		width: 23px;
	}

}

@media print {
	.print{
		display: block;
	}
	
	.noprint {
		display: none;
	}
	
	.pageTop {
		display: none;
	}
}