@charset "UTF-8";

@media screen and ( max-width:640px ){
    /* トピックス
    --------------------------------------------*/
    /*----- タイトル一覧 -----*/
    .newsList table,
    .dataTitle {
        width: 100%;
    }
    .newsList td:first-child,
    .dataTitle td:first-child {
        display: table-cell;
        white-space: nowrap;
    }
    .newsList td:last-child,
    .dataTitle td:last-child {
        width: 100%;
        display: table-cell;
        padding: 8px 0 8px 1em;
    }
}