@charset "utf-8";



@media screen and (max-width: 950px)
{

    /**
        Foundation
    */

    .data_with_list {
        margin-left: 1em;
        margin-right: 1em;
    }



    /**
        Modules
    */

    .news .section_body a {
        height: auto;
        line-height: normal;
    }

    .news .section_body a span.datetime,
    .news .section_body a span.title,
    .news .section_body a span.detail {
        width: 100%;
    }

    .news .section_body a span.title {
        line-height: 2em;
    }

    .news .section_body a span.detail {
        display: none;
    }



    .news .data {
        margin: 1em;
    }

    .news .data .text_body {
        font-size: 1.15em;
        line-height: 1.3em;
        padding: 1em 0;
    }

}
