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

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


.sitemap-titl {
	width: 825px;
	margin: 0 auto;
}
.sitemap-list {
	padding: 20px;
	margin: 0 auto;
}
.sitemap-list a {
	display: inline-block;
	margin: 10px auto;
	color: #fff;
	font-size: 21px;
}
.sitemap-list a:hover {
	color: #970000;
}
.sitemap-list a:before {
	position: relative;
	content: url(../shared/img/side_square.png);
	margin-right: 10px;
	top: 2px;
}
.sitemap-list dt {
	box-sizing: border-box;
	color: #f2c068;
	font-size: 28px;
	font-weight: bold;
	padding: .5em;
	margin: 1em auto .5em;
	border-bottom: 2px solid #f2c068;
}