@charset "utf-8";
/*------------------------------------------------------------
	書式設定
------------------------------------------------------------*/
/* テキストの位置 */
.taLeft { text-align: left !important; }
.taCenter { text-align: center !important; }
.taRight { text-align: right !important; }

/* フォントの太さ */
.fwNormal { font-weight: normal !important; }
.fwBold { font-weight: bold !important; }

/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
	* html .clearfix {
		zoom: 1;
	}

	*+html .clearfix {
		zoom: 1;
	}

.clearfix:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

/*------------------------------------------------------------
	common
------------------------------------------------------------*/
@font-face {
    font-family: 'KaiminSoStd';
    font-style: normal;
    font-weight: 100;
    src: url('../../font/A-OTF-KaiminSoStd-Medium.eot'); /* IE9 Compat Modes */
    src: url('../../font/A-OTF-KaiminSoStd-Medium.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../../font/A-OTF-KaiminSoStd-Medium.woff') format('woff'), /* Modern Browsers */
    url('../../font/A-OTF-KaiminSoStd-Medium.ttf')  format('truetype'); /* Safari, Android, iOS */
}

@font-face {
    font-family: 'IowanOldStBTRoman';
    font-style: normal;
    font-weight: 100;
    src: url('../../font/IowanOldStBTRoman.eot'); /* IE9 Compat Modes */
    src: url('../../font/IowanOldStBTRoman.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../../font/IowanOldStBTRoman.woff') format('woff'), /* Modern Browsers */
    url('../../font/IowanOldStBTRoman.ttf')  format('truetype'); /* Safari, Android, iOS */
}



.comBox {
	margin: 0 auto;
	max-width: 808px;
	box-sizing: border-box;
}

#main .heading {
	padding-top: 21px;
	margin: -51px 0 19px;
	color: #A581B9;
	position: relative;
	z-index: 5;
	line-height: 1;
	letter-spacing: 2px;
	font-size: 2.2rem;
	font-family: 'KaiminSoStd';
	text-align: center;
	background: url(../../img/common/heading_bg.png) no-repeat top center;
}

#main .heading .en {
	margin: 7px 0 4px;
	display: block;
	font-size: 3.1rem;
	font-family: 'IowanOldStBTRoman';
}

#main .heading .size {
	font-size: 1.9rem;
}


@media all and (max-width: 767px) {
	#main .heading {
		padding-top: 11px;
		margin: -26px 0 20px;
		font-size: 1.3rem;
		background-size: auto 26px;
	}
	
	#main .heading img {
		width: 26px;
	}
	
	#main .heading .en {
		margin: 2px 0;
		font-size: 1.4rem;
	}
	
	#main .heading .size {
		font-size: 1.1rem;
	}
}