.section[data-section-title="特別ボーナス経験点早見表"] {
    table {
        tr:first-child {
            td {
                text-align: center;
            }
        }

        tr:not(:first-child) {
            td {
                text-align: right;
            }
        }
    }
}
