.sitemap_box {
    width:290px;
    height:260px;
    margin:0px 15px 20px 0px;
    float:left;
}

.sitemap_box div {
    background-image:url(../img/sitemap_top.gif);
    background-repeat:no-repeat;
    width:270px;
    height:25px;
    padding-left:20px;
    padding-top:5px;
    margin-bottom:5px;
    font-weight:bold;
}

.sitemap_box ul {
    margin-left:20px;
}

.sitemap_box li {
    list-style-type:circle;
    list-style-position:outside;
}
@media (max-width: 1024px) {
    .sitemap_box{
        width: 31%;
        margin: 0 2% 20px 0;
    }
    .sitemap_box div{
        width: 92%;
        padding-left: 8%;
    }
    .sitemap_box div{
        background-size: 100% 100%;
    }
}
@media (max-width: 768px) {
    .sitemap_box{
        width: 48%;
        margin:0 0 20px 0;
        height: 250px !important;
    }
    .w100par .sitemap_box:nth-child(odd){
        float: left;
    }
    .w100par .sitemap_box:nth-child(even){
        float: right;
    }

}
@media (max-width: 480px) {
    .sitemap_box{
        width: 100%;
        height: auto !important;
    }

}