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

/*------------------------------------------------------------
	content
------------------------------------------------------------*/
.content {
	margin: 0 auto;
	width: 450px;
}

/*------------------------------------------------------------
	headLine01
------------------------------------------------------------*/
.headLine01 {
	margin: 0 2px 33px;
	color: #b6b6b6;
	font-size: 24px;
	font-weight: normal;
	font-family: 'Oswald', sans-serif;
}

.headLine01 span {
	margin-left: 26px;
	vertical-align: middle;
	display: inline-block;
	color: #959595;
	font-size: 13px;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}

/*------------------------------------------------------------
	headLine02
------------------------------------------------------------*/
.headLine02 {
	margin-bottom: 6px;
	padding: 3px 8px;
	color: #959595;
	font-weight: normal;
	letter-spacing: 2px;
	border: 1px solid #B6B6B6;
}

/*------------------------------------------------------------
	headLine03
------------------------------------------------------------*/
#main .headLine03 {
	padding: 15px 0;
	font-size: 13px;
	font-weight: normal;
	border-top: 1px solid #3E3E3E;
}


@media all and (-ms-high-contrast:none){
	.headLine02 {
		padding: 4px 8px 2px;
	}

}
/*------------------------------------------------------------
	pageTop
------------------------------------------------------------*/
#main .pageTop {
	margin-top: 50px;
	text-align: right;
}

#main .pageTop a {
	display: inline-block;
	color: #e6b304;
}

#main .pageTop a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	text-decoration: none;
}



