
.tablebox.oneday {
    padding-top: 30px;
}
article .oneday table.schedule td {
    height: auto;
    padding: 10px 0;
    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: 115px;
}

ul.schoolhouselist {
    justify-content: center;
}


@media (max-width:600px){

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

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

    article .sectionbox h2 {
        width:calc(100% + 40px);
        margin-left:-20px;
    }
}