@charset "UTF-8";

table.schedule-table thead th {
    background-color: #00a273;
}
table.schedule-table tbody.greenBack td.title-td {
    background-color: #909090;
}
.new-responsive-template figure.topics_mainmv{
    margin-bottom: 3%;
}
table.schedule-table.seat th, table.schedule-table.seat td{
    text-align: left;
}
.bold{
    font-weight: bold;
}
.seat_image {
    margin-bottom: 60px;
    text-align: center;
}
.seat_image img {
    width: 50%;
}
@media(max-width: 767px){
    table.schedule-table td{
        font-size: 3vw;
    }
    table.schedule-table td a.volleyLinkBtn {
        font-size: 3vw;
    }
    table.schedule-table td a.volleyLinkBtn::after{
        width: 5vw;
        height: 5vw;
    }
    .seat_image {
        margin-bottom: 30px;
    }
    .seat_image img {
        width: 100%;
    }
}