@CHARSET "UTF-8";

h4 {
    margin-top: 10px;
}

.timetable {
    font-size: 85.7%;
}

.honbun .timetable th {
    color: #fff;
    background-color: #55AA33;
    min-width: 9em;
}

.honbun .timetable td {
    text-align: center;
}

.honbun .timetable .even td {
    background-color: #ffffee;
}