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

/*******************
 sitemap
********************/


.sitemap-ttl {
	background: url(../shared/img/info_titl_bg.jpg) repeat;
	color: #fff;

	font-size: 30px;
	font-weight: bold;
	box-sizing: border-box;
	padding: 15px;
	margin: 10px auto 20px;
	text-align: left;
	position: relative;
	z-index: 999;
}

.sitemap-list {
	padding: 20px;
	margin: 0 auto;
}
.sitemap-list a {
	display: inline-block;
	margin: 10px auto;
}
.sitemap-list a:hover {
	color: #4e350e;
}
.sitemap-list a:before {
	content: "◆";
	color: #4e350e;
}
.sitemap-list dt {
	box-sizing: border-box;
	color: #f2a367;
	font-size: 1.2em;
	font-weight: bold;
	padding: .5em;
	margin: 1em auto .5em;
	border-bottom: 1px solid #f2a367;
}