@charset "utf-8";
/*--京for_current.css--*/
/* ##########PC########## */
.sitemap_box > ul > li {
    font-size: 1.15em;
    font-weight: 600;
    margin-bottom: 0.5em;
    padding-left: 0;
}

.sitemap_box > ul > li:before {
    content: none;
}

    .sitemap_box > ul > li a {
        text-decoration: none;
        color: #222;
    }

    .sitemap_box > ul > li a:hover {
        border-bottom: 1px solid #222;
        color: #222;
    }

.sitemap_box > ul > li ul {
    margin: 0.5em 0.5em 0 0.5em;
}

    .sitemap_box > ul > li ul li{
        font-size: 1em;
        font-weight: normal;
    }


@media screen and (min-width:1px) and (max-width:1400px) {
}

/*ipad*/
@media screen and (min-width:1px) and (max-width:1024px){


}

/* ##########SP横向き########## */
@media screen and (min-width:1px) and (max-width:768px) {

}

/* ##########SP########## */
@media screen and (min-width:1px) and (max-width:479px) {

}


/* ##########印刷用########## */
@media print{

}