@charset "utf-8";
/* CSS Document */

/****************************************************************************/
/**								サイトマップ								*/
/****************************************************************************/
.sitemap_head {
	background-image: url(../img/common/head_bg.png);
}

#page_title {
	background-color: #b8ad7f;
}

 
/* ----------------------------------------------------
		タイトル
---------------------------------------------------- */
.headline:before {
	border-color: #b8ad7f;
}

.subheading {
	color: #b8ad7f;
}


/* ----------------------------------------------------
		サイトマップ
---------------------------------------------------- */
.sitemap_list {
	display: inline-block;
	width: 48%;
	vertical-align: top;
	line-height: 1.5;
}

.sitemap_list:nth-of-type(2) {
	margin-left: 3%;
}

.sitemap_list > li {
	margin-top: 20px;
}

.sitemap_list > li > a {
	color: #b8ad7f;
	font-size: 1.8rem;
	font-family: "genjyuugothic";
	padding-left: 35px;
	background: url(../img/sub/arrow.png) no-repeat left 13px top 8px;
}

.sitemap_list li li {
	margin: 10px 0 0 48px;
	text-indent: -10px;
}

.sitemap_list li li a {
	background: url(../img/sub/arrow2.png) no-repeat left top 6px;
	padding-left: 10px;
	text-decoration: none;
}
