@font-face {
    font-family: 'SarasaMonoSC-Regular';
    src: url('/archive/sarasamono/SarasaMonoSC-Regular.ttf') format('truetype');
}

p {
    font-family: sans-serif;
}

p.big {
    font-size: large;
}

h1 {
    text-align: center;
    font-family: sans-serif;
}

h2 {
    text-align: center;
    font-family: sans-serif;
}

h3 {
    text-align: left;
    font-family: sans-serif;
}


.header {
    display: flex;
    width: 100%;
    background-color: navy;
    color: white;
    align-items: center;
}

.header > .title {
    flex-grow: 1;
}

ul {
    list-style-type: none;
    margin: 5px;
    padding: 0;
    overflow: hidden;
    background-color: blue;
    outline: navy solid thick;
}

li {
    float: left;
}

li a {
    padding: 10px;
    display: block;
    color: white;
    text-align: center;
}

li a:hover {
    background-color: navy;
}

figcaption {
    text-align: center;
}

.column {
    float: left;
    width: 32%;
    padding: 0px;
}
  
.row::after {
    content: "";
    clear: both;
    display: table;
}

table.timetable {
    font-family: "SarasaMonoSC-Regular", "MS Gothic", monospace;
    border-collapse: collapse;
    border-style: solid;
}

tr.num td {
    text-align: center;
    vertical-align: bottom;
}

tr.tim td {
    text-align: center;
    vertical-align: middle;
}

td.hkr {
    font-weight: bold;
}

td.kil {
    white-space: nowrap;
    text-align: right;
}

td.sta {
    white-space: nowrap;
    text-align: center;
}

td.eng {
    white-space: nowrap;
    text-align: left;
}

table.timetable tbody th td {
    text-align: center;
}