
/* テーブルセルのパディング調整 */

.kn-tbl>thead>tr>th, .kn-tbl>tbody>tr>th, .kn-tbl>tbody>tr>td {
  line-height: 1.5;
  padding: 5px 6px;
}