

#sitemap {
    width:100%;
    margin-top:30px;
    margin-left:0px;
    margin-bottom:80px;
    background:none;
    padding-left:0px;
    /*border:1px solid blue;*/
}
#sitemap .first_layer {
    margin-top:20px;
    /*border:1px solid yellow;*/
}
#sitemap .first_layer.has_links {
    margin-top:30px;
}
#sitemap .first_layer.home {
    margin-top:0px;
}

#sitemap .first_layer .title{
    width:180px;
    border-top:none
}
#sitemap .first_layer.has_links > .title{
    border-top:none;
}
#sitemap .first_layer > .title > h2{
    width:160px;
    margin-top:0px;
    padding-top:5px;
    padding-bottom:5px;
    padding-left:8px;
    padding-right:3px;
    border:1px solid #1675AD;
    background-color: #1B8FD6;
    font-size:0.8em;
    
}
#sitemap .first_layer.has_links > .title h2{
    margin-top:-16px;
    color:#FFF;
}
#sitemap .first_layer > .title h2 a{
    color:#FFF;
}


#sitemap .first_layer .item_list{
    width:100%;
    margin-left:0px;
    padding-left:10px;
    font-size:0.8em;
    background:none;
    /*border:1px solid pink;*/
}
#sitemap .first_layer .item_list li{
    margin-bottom:8px;
}

/** 第二階層 **/
.first_layer #ishikai_works {
    width:100%;
    margin-top:20px;
    /*border:1px solid green;*/
}
.first_layer #ishikai_works > div.title {
    width:150px;
    padding-right:30px;
    border-top:2px solid #BFEFFF;
}
.first_layer #ishikai_works > div.title a {
    display:block;
    width:auto;
    margin-top:-14px;
    background-color:#FFF;
    padding-right:10px;
    /*border:1px solid red;*/
}
.first_layer #ishikai_works > div.second_box {
    width:440px;
    margin-top:-2px;
    margin-left:38px;
    background-color:#FFF;
    padding-left:10px;
    background:url('img/tate_bar_skyblue2.png') repeat-y left top;
    font-size:0.9em;
    /*border:1px solid red;*/
}


#sitemap .first_layer .secon_layer.has_links2 {
    margin-top:30px;
    /*border:1px solid blue;*/
}
#sitemap .secon_layer > .title{
    width:180px;
    border-top:none
}



#sitemap .second_layer > .title > h2{
    width:160px;
    margin-top:0px;
    padding-top:5px;
    padding-bottom:5px;
    padding-left:8px;
    padding-right:3px;
    font-size:1.0em;
    background-color:#FFF;
}
#sitemap .second_layer .item_list2{
    width:250px;
    margin-left:0px;
    padding-left:10px;
    background:url('img/tate_bar_skyblue2.png') repeat-y left top;
    /*border:1px solid pink;*/
}

#sitemap .second_layer.has_links2 > .title{
    border-top:1px solid #BFEFFF;;
    padding-right:30px;
}

#sitemap .second_layer.has_links2 > .title h2{
    margin-top:-16px;
}

#sitemap .second_layer .item_list li{
    margin-bottom:8px;
}


a.yoko_bar_skyblue {
    background:url('img/yoko_bar_skyblue.png') no-repeat left center;
    padding-left:40px;
    margin-left:-30px;
}

@media (min-width: 768px) {

    #sitemap {
        width:880px;
        margin-left:90px;
        background:url('img/tate_bar_gray.png') repeat-y left top;
    }
    #sitemap .first_layer.has_links > .title{
        border-top:1px solid #9BA3AE;
    }

    #sitemap .first_layer .item_list{
        width:650px;
        background:url('img/tate_bar_gray.png') repeat-y left top;
    }
    
}