tableCenter1stRow
code: style.css
/* 1行目を太字、中央揃え */
.line .table-block .cell {
text-align: center;
}
/* .table-block-startを持つ.lineの、すぐ次の.lineの中にある.table-block-row */
.line:has(.table-block-start) + .line .table-block-row {
font-weight: bold;
}