@charset 'UTF-8';


/* 実技のテーブルの左列thのデザイン */

table.jitsugi>tbody>tr>th {
    text-align: center;
    color: #fff;
    background-color: #547bdb;
    font-weight:bold;
}
