@charset "utf-8";
#wrap {
	background-color: #fff;
}
#banner {
	height: 4px;
	background: #f90;
	border-top: 4px solid #f60;
	border-bottom: 4px solid #fc0;
}
#sitemap {
	padding: 20px 0;
}
#sitemap a {
	color: #00e;
	text-decoration: underline;
}
#sitemap li {
	padding: 3px 0;
	font-size: 16px;
	list-style: disc inside;
}
#sitemap #sub_menu {
	list-style: none;
	padding-left: 80px;
}
#sitemap p:after {
	content: '';
	display: block;
    clear: both;
}
#sitemap p>a {
	display: inline-block;
	margin: 0 15px;
}
#sitemap p>strong {
	display: block;
	font-weight: normal;
	text-indent: -40px;
}
#sitemap p>strong:before {
	content: "\e006";
	margin-right: 8px;
	font-family: ico;
}
@media screen and (min-width:992px){
	#sitemap a:hover {
		color: #f60;
	}
}
@media screen and (max-width:991px){
	#sitemap a:active {
		color: #f60;
	}
}
@media screen and (max-width:600px){
	#sitemap p>a {
		float: left;
		clear: both;
	}
}