@charset "utf-8";

/*中国简体*/
@import url(//fonts.googleapis.com/earlyaccess/notosanssc.css);

.chinese1{
font-family: 'Noto Sans SC', sans-serif !important;
}

/*中国繁體*/
@import url(//fonts.googleapis.com/earlyaccess/notosanstc.css);
.chinese2{
font-family: 'Noto Sans TC', sans-serif !important;
}

/*韓国*/
@import url(//fonts.googleapis.com/earlyaccess/notosanskr.css);
.korean{
font-family: 'Noto Sans KR', sans-serif !important;
}


/*------------------------------------------------------------
	書式設定
------------------------------------------------------------*/
/* テキストの位置 */
.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;
}

/*------------------------------------------------------------
	comBox
------------------------------------------------------------*/
#main .comBox {
	margin: 0 auto;
	max-width: 1282px;
}

/*------------------------------------------------------------
	headLine01
------------------------------------------------------------*/
#main .headLine01 {
	margin-bottom: 61px;
	padding: 19px 0 21px;
	color: #575554;
	font-family: "fot-tsukuardgothic-std",sans-serif!important;
	font-size: 1.8rem;
	letter-spacing: 3px;
	text-align: center;
	background: url(../../img/index/bg02.gif) repeat left top;
}

#main .headLine01 .en {
	display: block;
	color: #B3B3B3;
	font-family: "bebas-neue",sans-serif!important;
	font-size: 1.4rem;
	font-weight: normal;
	text-align: center;
}

/*------------------------------------------------------------
	headLine02
------------------------------------------------------------*/
#main .headLine02 {
	padding: 19px 0 21px;
	color: #575554;
	font-family: "fot-tsukuardgothic-std",sans-serif!important;
	font-size: 1.8rem;
	letter-spacing: 3px;
	text-align: center;
	background: url(../../img/index/bg02.gif) repeat left top;
}

#main .headLine02 .en {
	display: block;
	color: #B3B3B3;
	font-family: "bebas-neue",sans-serif!important;
	font-size: 1.4rem;
	font-weight: normal;
	text-align: center;
}


@media all and (min-width: 0) and (max-width: 767px) {
	/*------------------------------------------------------------
		comBox
	------------------------------------------------------------*/
	#main .comBox {
		margin: 0 15px;
		max-width: inherit;
	}

	/*------------------------------------------------------------
		headLine01
	------------------------------------------------------------*/
	#main .headLine01 {
		margin-bottom: 20px;
		padding: 10px 0;
	}
}