@CHARSET "UTF-8";

/* サイトマップ */
#contents_main {
    float: none !important;
    width: 100%;
}
#sitemap table {
    width: 100%;
}
#sitemap tr {
    height: 60px;
}
#sitemap td {
    border-style: solid;
    border-color: #CBCBCB;
    border-width: 2px 0;
}
#sitemap ul {
    margin-left: 20px;
}
#sitemap li {
    list-style-position: inside;
    list-style-image: url("../../../common/images/item_triangle_navy.png");
    float: left;
    margin-right: 50px;
}