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

.sitemap{
	overflow: hidden;
}

.sitemap li{
	background:url(../img/ico_sitemap.png) no-repeat 13px center #e6f5f9;
    border-bottom: 2px solid #006bba;
    color: #006bba;
    font-size: 16px;
    line-height: 45px;
    margin: 0 0 20px;
    padding: 0 20px 0 30px;
	width: 250px;
}
.sitemap li{
	float: right;
}
.sitemap li:first-child{
	float: left;
}
.sitemap li a{
	display: block;
}

/*--------------  resposive  --------------*/
@media only screen and (max-width: 640px) {
.sitemap li{
	float: none;
    margin: 0 auto 20px;
	width: auto;
}
.sitemap li:first-child{
	float: none;
}
}