@charset "UTF-8";
/* ------------------------------
- contentArea
------------------------------ */
.contentArea{
    padding-top: 50px;
    padding-bottom: 50px;
}
@media only screen and (max-width: 640px) {
    .contentArea{
        padding-top: 10%;
        padding-bottom: 10%;
    }
}

/* ------------------------------
- sitemap
------------------------------ */
.sitemap_block{
    border-bottom: 1px solid #333;
    margin-bottom: 30px;
}
.sitemap_block:last-child{
    margin-bottom: 0;
}
.sitemap_child{
    margin-left: 30px;
    margin-bottom: 10px;
}

.sitemap_heading-large{
    font-size: 18px;
    padding: 20px 0;
}
.sitemap_heading-small{
    font-size: 16px;
    padding: 15px 0;
    font-weight: normal;
}
@media only screen and (max-width: 640px) {
    .sitemap_block{
        margin-bottom: 7%;
    }
    .sitemap_child{
        margin-left: 0;
        margin-bottom: 5%;
    }

    .sitemap_heading-large{
        padding: 5% 0;
    }
    .sitemap_heading-small{
        padding: 4% 0;
    }
}