@charset "utf-8";

ul.sitemap{
	width: 960px;
	overflow: hidden;
	margin: 0 auto;
}
ul.sitemap>li{
	margin-bottom: 30px;
}
ul.sitemap>li>a,
ul.sitemap>li>span{
	display: block;
	font-size: 16px;
	color: #036dc7;
	font-weight: bold;
	padding: 10px 10px 8px;
	background: #eaf3ff url(../img/ico_arrow03.png) 98% center no-repeat;
	-webkit-background-size: auto 10px;
	background-size: auto 10px;
	border-bottom: 1px dotted #ccc;
}
ul.sitemap>li>span{
	background: #eaf3ff;
}
ul.sitemap>li>a:hover{
	opacity: 0.7;
}
ul.sitemap>li>ul{
	height: auto;
	overflow: hidden;
	padding: 0 15px;
	margin-top: 15px;
}
ul.sitemap>li>ul>li{
	width: 290px;
	float: left;
	margin-right: 30px;
}
ul.sitemap>li>ul>li:nth-child(3n){
	margin-right: 0;
}
ul.sitemap>li>ul li{
	margin-bottom: 5px;
}
ul.sitemap>li>ul li ul{
	margin-top: 5px;
	padding-left: 1em;
}
ul.sitemap>li>ul li a,
ul.sitemap>li>ul li span{
	font-size: 13px;
	background: url(/nyushi/img/ico_arrow01.png) left center no-repeat;
	-webkit-background-size: auto 7px;
	background-size: auto 7px;
	padding-left: 12px;
}
ul.sitemap>li>ul li span{
	display: block;
	background: url(/nyushi/img/ico_arrow09.png) left 6px no-repeat;
	-webkit-background-size: 7px auto;
	background-size: 7px auto;
	margin-bottom: 10px;
	padding-left: 14px;
}





















