/*---------------------------------------------*/
/*サイトマップCSS*/
/*---------------------------------------------*/
main {
	background:url("../../../eastboy-common/img/bg_img1.jpg") center top repeat;
    padding:0 16px;
}
#sitemap {
    margin:4em auto;
    max-width:640px;
    list-style:none;
}
#sitemap > li {
    margin-bottom:1em;
}
#sitemap br {
    display:none;
}

#sitemap ul {
    list-style:none;
    margin-left:1em;
}
#sitemap a {
    color:#337ab7;
    text-decoration:none;
}
#sitemap a:before {
    content:"・";
}
#sitemap dt a {
    color:inherit;
}
#sitemap dt a:before {
    content:"";
}
#sitemap a:hover {
    text-decoration:underline;
    cursor:pointer;
    color:#337ab7;
}
.menu_none {
	display:inherit!important;
}





