@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: 20px;
	font-size: 22px;
	text-align: center;
	letter-spacing: 5px;
}

.headLine01 span {
	margin-top: 2px;
	display: block;
	font-size: 10px;
	letter-spacing: 2px;
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
}

.headLine01 img {
	margin-bottom: 15px;
}

@media all and (min-width: 0) and (max-width: 767px) {
	.headLine01 {
		margin-bottom: 15px !important;
		font-size: 18px;
		letter-spacing: 3px;
		line-height: 1.2;
	}

	.headLine01 span {
		letter-spacing: 1px;
	}

	.headLine01 img {
		margin-bottom: 5px;
		width: 10px;
	}
	
}

/*------------------------------------------------------------
	comLink
------------------------------------------------------------*/
.comLink {
	width: 244px;
	display: block;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	background: url(../../img/common/bg01.png) no-repeat left top;
	letter-spacing: 3px;
}

.comLink:hover {
	filter: alpha(opacity=70);
	opacity: 0.7;
}

.comLink span {
	padding: 18px 20px 18px 8px;
	display: inline-block;
	background: url(../../img/common/icon05.png) no-repeat right center;
}

@media all and (min-width: 0) and (max-width: 767px) {
	.comLink {
		width: 138px;
		background-size: 137px 46px !important;
		letter-spacing: 1px;
	}

	.comLink span {
		padding: 15px 11px;
		background-size: 5px auto;
	}

}

@media all and (-ms-high-contrast:none){
	.comLink span {
		padding: 23px 20px 13px 8px;
	}
	
	.headLine01 span {
		margin-top: -10px;
	}
}

.ie8 .comLink span {
	padding: 24px 20px 13px 8px;
}