article table.schedule td {
    width: 5em;
    height: auto;
    padding: 10px 0;
}

.tablebox.oneday {
    padding-top: 30px;
}

article .oneday table.schedule td {
    width: auto;
}

article .oneday table.schedule tr td:first-child {
    width: 87px;
    letter-spacing: -0.1em;
}

article .oneday table.schedule tr td:nth-child(2) {
    width: 105px;
}

ul.schoolhouselist {
    justify-content: center;
}

@media (max-width:600px){
article table.schedule td {
    width: 67px;
}

.tablebox.oneday {
    padding-top: 10px;
}

article .oneday table.schedule tr td:first-child {
    width: 84px;
}

article .oneday .tablewrap {
    width: 598px;
}

ul.stylelist li:nth-child(3) a {
    height: auto;
    padding-bottom: 12px;
    border-radius: 100px;
}
}