@charset "UTF-8";
/*------------------------------------------------------------
	リセット
------------------------------------------------------------*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}
body {
	line-height:1;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
	display:block;
}
ol, ul {
	list-style:none;
}
blockquote, q {
	quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content:'';
	content:none;
}
a {
	margin:0;
	padding:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
img {
	vertical-align:top;
}

/*------------------------------------------------------------
	基本設定
------------------------------------------------------------*/
body {
	font-family: Verdana, Roboto, "Droid Sans", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", sans-serif;
	line-height: 1.5;
	-webkit-text-size-adjust: none;
	color: #333;
}
a {
	text-decoration: none;
}
a:link, a:visited {
	color: #37f;
}
a:hover, a:active {
	color: #37f;
}
.cf:before, .cf:after {
	content: "";
	display: table;
}
.cf:after {
	clear: both;
}

/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#header {
	display: table;
	width: 100%;
	border-bottom: 4px solid #fff;
	background-color: #978a63;
}
.site-title {
	display: table-cell;
	padding: 10px 0 5px 0;
	vertical-align: middle;
	line-height: 1.2;
	text-align: center;
	font-weight: bold;
	font-size: 18px;
	color: #fff;
}

/*------------------------------------------------------------
	コンテンツ
------------------------------------------------------------*/
#contents {
	position: relative;
}

/*------------------------------------------------------------
	アコーディオンメニュー
------------------------------------------------------------*/
#acd-menu dt {
	position: relative;
	height: 44px;
	line-height: 44px;
	padding: 0 30px 0 50px;
	background-color: #0f1630;
	border-bottom: 1px solid #fff;
	font-size: 16px;
	color: #fff;
	cursor: pointer;
}
#acd-menu dt::before {
	font-family: 'icomoon-menu';
	content: "\f103";
	position: absolute;
	top: -1px;
	right: 10px;
	color: #d1c8c3;
	font-size: 20px;
}
#acd-menu .open::before {
	font-family: 'icomoon-menu';
	content: "\f102";
	position: absolute;
	top: -1px;
	right: 10px;
	color: #d1c8c3;
	font-size: 20px;
}
#acd-menu dt::after {
	font-family: 'icomoon-menu';
	content: "\f0ca";
	position: absolute;
	top: -1px;
	left: 10px;
	color: #d1c8c3;
	font-size: 20px;
}
#acd-menu dd ul li {
	list-style: none;
}
#acd-menu dd ul li a {
	display: block;
	position: relative;
	height: 44px;
	line-height: 44px;
	padding: 0 30px 0 30px;
	background-color: #e1e5f6;
	border-bottom: 1px solid #eee;
	font-size: 16px;
	color:#2f4598;
}
#acd-menu dd ul li a::before {
	font-family: 'icomoon-menu';
	content: "\f054";
	position: absolute;
	top: 0px;
	right: 10px;
}

/*------------------------------------------------------------
	アイコンフォント
------------------------------------------------------------*/
@font-face {
	font-family: 'icomoon-menu';
	src:url('../fonts/icomoon-menu.eot?-lk0k71');
	src:url('../fonts/icomoon-menu.eot?#iefix-lk0k71') format('embedded-opentype'),
		url('../fonts/icomoon-menu.woff?-lk0k71') format('woff'),
		url('../fonts/icomoon-menu.ttf?-lk0k71') format('truetype'),
		url('../fonts/icomoon-menu.svg?-lk0k71#icomoon-menu') format('svg');
	font-weight: normal;
	font-style: normal;
}
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.icon-chevron-right:before {
	content: "\f054";
}
.icon-list-ul:before {
	content: "\f0ca";
}
.icon-angle-double-up:before {
	content: "\f102";
}
.icon-angle-double-down:before {
	content: "\f103";
}

/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#footer {
	margin-top: 30px;
	padding: 10px 0;
	text-align: center;
	background-color: #d1c8c3;
	font-size: 12px;
}
