h1
{
    text-align: center;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}

.text
{
    text-align: center;
    color: #494949;
    line-height: 22px;
}

.schedule_sup
{
    float: left;
    margin-left: calc(50% - 450px);
    margin-right: calc(50% - 450px);
    width: 900px;
    margin-top: 80px;
    margin-bottom: 30px;
}

.filter
{
    float: left;
    margin-top: 30px;
    width: 100%;
    margin-bottom: 20px;
}

.filter p
{
    float: left;
    width: 100%;
    font-size: 14px;
    color: #000;
    margin-bottom: 10px;
}

.filter select
{
    float: left;
    width: 100%;
    float: left;
    width: 100%;
    border: 1px solid #E0E3E7;
    height: 50px;
}

.schedule
{
    float: left;
    margin-left: calc(50% - 450px);
    margin-right: calc(50% - 450px);
    width: 900px;
    border: 1px solid #000;
    margin-bottom: 30px;
}

.schedule .r_line
{
    float: left;
    border-bottom: 1px solid #000;
}

.schedule .r_line:nth-child(odd)
{
    background-color: #F5F5F5;
}

.schedule .r_line .r_col
{
    float: left;
    padding: 10px;
    font-size: 12px;
    line-height: 15px;
    border-right: 1px solid #000;
}

.schedule .r_line .r_col.n1
{
    width: 60px;
}

.schedule .r_line .r_col.n2
{
    width: 300px;
}

.schedule .r_line .r_col.n3
{
    width: 140px;
}

.schedule .r_line .r_col.n4
{
    width: 748px;
}

.schedule .r_line .r_col.n5
{
    width: 150px;
}

.schedule .r_line .r_col.n6
{
    width: 100px;
}

.schedule .r_line .r_col.last
{
    width: 150px;
    border-right: 0 none;
}

.r_col a
{
    color: #000;
    text-decoration: underline;
    font-weight: bold;
}

.schedule .r_line .desc_m
{
    display: none;
}

#table_th
{
    height: 36px !important;
    background-color: transparent !important;
    border-right: 1px solid #FFF !important;
    font-weight: bold !important;
}

.schedule ul
{
    margin-left: 10px;
}

.schedule ul li
{
    margin-bottom: 5px;
}

.video_thumb
{
    cursor: pointer;
}

#pop_video
{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

#pop_video .background
{
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .5;
}

#pop_video_c
{
    background: #FFF;
    padding-top: 10px;
    padding-bottom: 10px;
}

.thumb
{
    cursor: pointer !important;
    border: 1px solid #ff9700 !important;
}

@media screen and (orientation: portrait) {
    #table_th
    {
        display: none;
    }

    .schedule_sup
    {
        float: left;
        margin-left: 5%;
        margin-right: 5%;
        width: 90%;
    }

    .schedule
    {
        float: left;
        margin-left: 5%;
        margin-right: 5%;
        width: 90%;
        border: 0;
    }

    .schedule .r_line
    {
        float: left;
        border: 1px solid #E2E2E2;
        margin-bottom: 20px;
    }

    .schedule .r_line .desc_m
    {
        display: block;
        font-weight: bold;
        color: #494949;
    }

    .schedule .r_line:nth-child(odd)
    {
        background-color: unset;
    }

    .schedule .r_line .r_col
    {
        float: left;
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 5px;
        padding-bottom: 5px;
        font-size: 12px;
        line-height: 15px;
        border-right: 0 none;
        height: auto;
    }

    .schedule .r_line .r_col.n1
    {
        width: calc(100% - 20px);
    }

    .schedule .r_line .r_col.n2
    {
        width: calc(100% - 20px);
    }

    .schedule .r_line .r_col.n3
    {
        width: calc(100% - 20px);
    }

    .schedule .r_line .r_col.n4
    {
        width: calc(100% - 20px);
    }

    .schedule .r_line .r_col.n5
    {
        width: calc(100% - 20px);
    }

    .schedule .r_line .r_col.n6
    {
        width: calc(100% - 20px);
    }

    .schedule .r_line .r_col.last
    {
        width: calc(100% - 20px);
        border-right: 0 none;
    }

    .thumb
    {
        margin-bottom: 20px !important;
    }
}