@charset "UTF-8";
#sitemap {
	/* [disabled]text-align: center; */
	/* [disabled]float: left; */
	margin: 30px 0 0 0;
	/* [disabled]background: #9C0; */
	width: 100%;
}
section  {
	/* [disabled]background: #9C0; */
	float: left;
	width: 230px;
	margin-right: 50px;
}
#sitemap h2 {
	font-size: 20px;
	color: #C06;
	/* [disabled]margin-top: 10px; */
	margin-bottom: 8px;
	padding-top: 10px;
	text-align: left;
}
#sitemap a {
	color: #333;
	text-decoration: none;
	display: block;
	padding: 10px 0px;
	font-size: 16px;
	text-align: left;
}
#sitemap a:hover {
	color: #C06;
}



@media only screen and (max-width: 880px) {
	
section {
	margin-right: 0px;
	clear: both;
	float: none;
}


}
