.reserveblock {
    margin: 12px auto;
    width: 100%;
    max-width: 900px;
}

.button_area {
    margin: 24px auto 12px auto;
    width: 100%;
    max-width: 900px;
}

.button_area .pre,
.button_area .nex,
.button_area .cancelreserve {
    padding: 3px 10px;
    outline: 0;
    border: 1px solid #000;
    border-radius: 5px;
    -webkit-border-radius: 7px;
    background-color: rgb(212, 212, 212);
}

.button_area .pre,
.button_area .nex {
    margin-right: 12px;
}

.button_area .cancelreserve {
    float: right;
    color: #000;
}

.reserveblock table {
    top: 0;
    left: 0;
    width: 100%;
    border-collapse: collapse;
    position: relative;
    white-space: nowrap;
    overflow-x: auto;
    table-layout: fixed;
}

.reserveblock tr {
    text-align: center;
}

.reserveblock th {
    text-align: center;
    padding: 8px 2px;
    border: 2px solid rgb(29, 27, 27);
    background-color: rgb(252, 231, 211);
    white-space: wrap;
    word-break: break-all;
}

.reserveblock td {
    text-align: center;
    padding: 3px 12px;
    border: 2px solid rgb(29, 27, 27);
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
    white-space: wrap;
    word-break: break-all;
}

.reserveblock .doc {
    height: 60px;
}

.reserveblock .hd {
    background-color: rgb(231, 231, 231);
    cursor: pointer;
}

/* .reserveblock .hd:hover,
.reserveblock .hd:active {
    background-color: rgb(212, 230, 255);
} */

.reserveblock tbody {
    font-weight: 600;
    overflow: hidden;
}

.time_td {
    width: 15%;
    padding: 8px 0 !important;
}

.time_td div {
    display: flex;
    flex-direction: column;
}

.time_td div:nth-child(1) {
    font-size: 16px;
    font-weight: 600;
}

.time_td div:nth-child(2) {
    font-weight: 600;
}

@media (max-width: 699px) {
    .time_td div:nth-child(2) {
        font-size: 2vw;
    }
}

@media (min-width: 700px) {
    .time_td div:nth-child(2) {
        font-size: 16px;
    }
}

.full {
    font-size: 12px;
    color: rgb(255, 110, 110);
}