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

#sitemap {
	width: 100%;
	height: auto;
}

#sitemap h2 {
	color: #FFF;
	background-color: #153629;
	padding: 40px 0 20px 10px;
	text-align: left;
	font-size: 1em;
	width: 100%!important;
	clear: both;
}

#sitemap h3 {
	width: 98%;
	height: auto;
	padding-top: 20px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	text-align: left;
	border-bottom: 1px #060 solid;
	clear: both;
}

#sitemap ul{
	float: left;
	width: 25%;
}

#sitemap li{
	padding: 10px;
}
.sitemapBOX{
	margin-bottom: 30px;
	clear: both;
	height: auto;
}

.sitemapBOX a:link {
	color: #666;
	text-decoration: underline;
}

.sitemapBOX a:visited {
	color: #666;
	text-decoration: underline;
}

.sitemapBOX a:hover {
	color: #FFAA00;
	text-decoration: underline;
}


/*----------------------------------------------------------
*/

/*  PC------------------------------------------------------  */
@media screen and (min-width: 769px) {

}

/*  タブレット------------------------------------------------------  */
@media screen and (max-width: 768px) {

}

/*　スマホ------------------------------------------------------　*/
@media screen and (max-width:640px) {
#sitemap ul{
	float: none;
	width: 100%;
}

}
