/* charset の宣言禁止（ampページでエラーになります。） */

#news .news_table td.colspan3 {
    padding: 0;
}

.table-list {
    height: 100%;
    display: flex;
}

.table-item {
    width: calc(100% / 3);
    height: 100%;
}

.table-item+.table-item {
    border-left: 1px solid #696969;
}