@charset "utf-8";
.sitemap ul {
	margin-bottom:10px;
	list-style:none;
	border-bottom: 1px dotted #ccc;
}
.sitemap ul li{
 border-top: 1px dotted #ccc;
 height: 44px;
 margin: 0;
}
.sitemap ul li:first-child{
 border-top: none;
}
.sitemap ul li a{
 color: #666;
 display: block;
 height: 44px;
 margin: 0;
 padding: 0 0 0 10px;
 overflow: hidden;
 text-overflow: ellipsis;
 text-decoration: none;
 font-weight: bold;
 white-space: nowrap;
 line-height: 44px;
}
.sitemap ul li a::after{
 content: url(../images/list_mark.png);
 float: right;
}
.sitemap h3{
	margin-bottom:0px;
	height: 30px;
	border-left:none;
	padding-left:5px;
	margin-top:20px;
	margin-bottom:0px;
	font-size:16px;
	color:#0099FF;
}
.sitemap h3{
	background:none;
	border:none;	
	position:static;
}
.sitemap h3:before{
    border-left: none;
    background:none;
}


