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

.sitemap-list {
	width: 95%;
	margin: 1.5em auto;
}
.sitemap-list > li > a {
	font-size: 1.2em;
	font-weight: bold;
	display: block;
	margin-bottom: .4em;
}
.sitemap-list > li > a:hover {
	color: #317fc7;	
}
.sitemap-list > li > a:before {
	content: "◆";
	padding-right: .2em;
	color: #317fc7;
}
.sitemap-lsit-ch {
	margin: .2em auto 1.5em;
	padding-left: 2em;
}
.sitemap-lsit-ch {
	font-size: 1.1em;
}
.sitemap-lsit-ch a:hover {
	text-decoration: underline;
}