@charset "UTF-8";

/* CSS Document */

/*



PC



*/

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

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

h2.entry_title span a {
    color: #fff !important;
}

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

table.entry {
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    color: #fff;
    font-size: 13px;
    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(255, 255, 255, 0.6);
    color: #000;
}

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

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

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

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

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

table.entry.entry_temp th,
table.entry.entry_temp td {
    width: 50%;
}

table.entry th:nth-child(1) {
    width: 30px;
}

table.entry th:nth-child(2) {
    width: 220px;
    width: 500px;
    width: 30px;
}

table.entry th:nth-child(3) {
    width: 40px;
}

table.entry th:nth-child(4) {
    width: 220px;
}

table.entry th:nth-child(5),
table.entry th:nth-child(7),
table.entry th:nth-child(9),
table.entry th:nth-child(11) {
    width: 40px;
}

table.entry th:nth-child(12) {
    width: 100px;
}

table.entry th:nth-child(13) {
    width: 50px;
}




/*4耐エントリーテーブル*/

table.entry-4h {
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    color: #fff;
    font-size: 13px;
    letter-spacing: 0;
    line-height: 1.3;
    table-layout: fixed;
    text-align: center;
    width: 1220px;
    word-wrap: break-word;
}

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

table.entry-4h th {
    background: rgba(255, 255, 255, 0.6);
    color: #000;
}

table.entry-4h th.blue {
    background: rgba(0, 102, 178, 0.9);
    color: #fff;
    width: 120px;
}

table.entry-4h th.yellow {
    background: rgba(253, 189, 16, 0.9);
    color: #fff;
    width: 120px;
}

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

table.entry-4h th:nth-child(1) {
    width: 30px;
}

table.entry-4h th:nth-child(2) {
    width: 55px;
}

table.entry-4h th:nth-child(3) {
    width: 55px;
}

table.entry-4h th:nth-child(4) {
    width: 180px;
}

table.entry-4h th:nth-child(8) {
    width: 50px;
}



/*シード権行使チーム*/

.seeded-team table {
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    color: #fff;
    line-height: 1.3;
    margin-bottom: 1em;
    table-layout: fixed;
    text-align: center;
    width: 1220px;
    word-wrap: break-word;
}

.seeded-team table th,
.seeded-team table td {
    border-left: 1px solid #fff;
    border-top: 1px solid #fff;
    padding: 10px 0;
}

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




/*



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;
    }

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

    /*シード権行使チーム*/
    .seeded-team table {
        width: 100%;
    }







}
