@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%;
    }
}
/* ------------------------------
- news
------------------------------ */
.news {
    margin: 80px 0;
    border-bottom: none;
    padding-bottom: 0;
    min-height: 176px;
}
.news_list {
     margin-left:0;
    width: 100%;
}