/* トップページCSS */
@charset "utf-8";

/* 共通スタイル */
@import url(./base.css);
/* ヘッダタイプ３ */
@import url(./header_03.css);

			
/* コンテンツ枠 */
#contents h2 {
	font-family: 'Corbel';
	font-size: 10pt;
	text-align: center;
	margin-bottom: 37px;
}
	#contents h2:after {
		display: block;
		content: '';
		width: 20px;
		height: 1px;
		background-color: rgba(35, 24, 21, 0.5);
		margin: 5px auto 0px auto;
	}

#contents p {
	text-align: center;
	font-family: 'GothicBBBPr5 Medium-90ms-RKSJ-H*';
	font-size: 9pt;
	line-height: 200%;
	margin-bottom: 35px;
}
