@charset "utf-8";
/*////////////// special/BasicCSS Document //////////////*/

/* ===============================================
 all（基本事項）　
=============================================== */

#special {
}



/* ===============================================
 headerArea（ヘッダー部分全体）　
=============================================== */

#headerArea {
	margin-bottom: 7%;
}
#headerArea .titleArea.main {
	margin: 2px 0 -3px;
}



/* ===============================================
 mainArea（メインコンテンツ部分）　
=============================================== */

#mainArea {
	margin: 0 0 10%;
}
#mainArea section {
	margin: 0 0 10%;
}
#mainArea section a {
	display: block;
}



/* ===============================================
 titleArea（タイトル部分）
=============================================== */

.titleArea {
	margin: 0 0 3%;
}
.titleArea .titleText {
}

/* titleArea.heading（中見出し/テキストのみ）------------------*/
.titleArea.heading {
	margin-bottom: 5px;
	display: inline-block;
}
.titleArea.heading .titleText {
	padding: .5em 1em .5em .5em;
	font-size: 1.3rem;
}

/* titleArea.subheading（小見出し/テキストのみ）------------------*/
.titleArea.subheading {
	margin: 0;
	border-left: none;
}
.titleArea.subheading .titleText {
	padding: 0;
	font-size: 1.3rem;
	color: #034896;
}