/* 本文テーブル 2026.06.16 */
/* ===== テーブル全体 ===== */

.wp-block-table {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    margin: 1.5em 0;
}

.wp-block-table table {
    width: 100%;
    min-width: 600px;
    border-collapse: collapse;
    background: #fff;
    font-size: 0.95rem;
    line-height: 1.7;
}

/* ===== セル ===== */

.wp-block-table th,
.wp-block-table td {
    border: 1px solid #ddd;
    padding: 0.75em 0.9em;
    vertical-align: top;
}

/* ===== 見出し ===== */

.wp-block-table th {
    background: #f4f1ec;
    font-weight: 700;
    text-align: left;
}

/* ===== 交互色 ===== */

.wp-block-table tbody tr:nth-child(even) td {
    background: #ece8df;
}