@charset "UTF-8";

/* CSS Document */

/*



PC



*/

h2.entry_title {
    font-size: 28px;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 30px;
    text-align: center;
}

h2.entry_title span {
    font-size: 18px;
}

h3.ticket_subtitle {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 10px;
    text-align: center;
}

table.entry {
    border-bottom: 1px solid #dedede;
    border-right: 1px solid #dedede;
    letter-spacing: 0;
    line-height: 1.3;
    table-layout: fixed;
    text-align: center;
    width: 1220px;
    word-wrap: break-word;
}

table.entry td.bg,
table.entry tr:nth-child(2n-1) {
    background: rgba(255, 255, 255, 0.10);
}

table.entry tr.bg-none {
    background-color: transparent !important;
}

table.entry th {
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
}

table.entry th.blue {
    background: rgba(0, 102, 178, 0.9);
    width: 180px;
}

table.entry th.yellow {
    background: rgba(253, 189, 16, 0.9);
    width: 180px;
}

table.entry th.red {
    background: rgba(236, 28, 36, 0.9);
    width: 180px;
}

table.entry th,
table.entry td {
    border-left: 1px solid #dedede;
    border-top: 1px solid #dedede;
    padding: 5px;
}

table.entry td.subtitle {
    font-size: 20px;
    font-weight: 700;
}

table.entry.entry_temp th,
table.entry.entry_temp td {
    white-space: nowrap;
}










/*



SP



*/

@media (max-width: 749px) {


    h2.entry_title {
        font-size: 18px;
    }

    h2.entry_title span {
        font-size: 13px;
    }

    h3.ticket_subtitle {
        font-size: 16px;
    }

    table.entry {
        font-size: 12px;
        line-height: 1.3;
    }

    table.entry td.subtitle {
        font-size: 15px;
    }







}
