
.tableCompetition {
    width: 100%;
    border-collapse: collapse;
    margin-top: 0px;
    margin-bottom: 0px;

}

.tableCompetition td,
.tableCompetition th {
    /* background-color: #333; */
    padding: 5px;
    border-top: 1px solid #222;
    border-bottom: 1px solid #222;
    text-align: left;
}

/* .tableCompetition tr.even th,
.tableCompetition tr.even td {
    background-color: #333;
}

.tableCompetition tr.odd th,
.tableCompetition tr.odd td {
    background-color: #444;
} */


.tableCompetition th{
    font-weight: normal;
}

.tableCompetition th.col1 {

}

.tableCompetition th.col2 {
    width: 10%;
}

.tableCompetition th.col3 {
    width: 10%;
}

.tableCompetition th.col4 {
    width: 10%;
}

.tableCompetition th.col5 {
    width: 20%;
}

.tableCompetition thead th{
    background-color: #555;
}

.tableCompetition tbody th {
    padding-left: 10px;
}

#CompetitionO  a {
    text-decoration: none;
    color: #E6E6E6;
}

/*************************************************************/
/* レスポンシブ用 */
/*************************************************************/

@media screen and ( max-width: 1024px )
{
    .tableCompetition {
        font-size:  12px;
    }
}

@media screen and ( max-width: 480px )
{
    .tableCompetition {
        display: block;
    }

    .tableCompetition thead{
        display: none;
    }

    .tableCompetition tbody{
        display: block;
    }

    .tableCompetition tbody tr{
        display: block;
        padding-bottom: 2px;
    }
    .tableCompetition tbody th,
    .tableCompetition tbody td{
        display: list-item;
        list-style: none;
        border: none;
    }
    .tableCompetition tbody th{
        margin-bottom: 1px;
        list-style-type: none;
        padding: 0 0 0 10px;
    }

    .tableCompetition tbody td{
        padding: 0 0 0 10px;
    }

    /* #TableCompetitionO tbody td:nth-of-type(1):before {
        content: "【日程・スタート】 ";
    } */
    #TableCompetitionO tbody td:nth-of-type(1){
        text-align: center;
    }

    #TableCompetitionO tbody th:before {
        content: "【競技名】 ";
    }
    #TableCompetitionO tbody td:nth-of-type(2):before {
        content: "【競技方法】 ";
    }
    #TableCompetitionO tbody td:nth-of-type(3):before {
        content: "【参加料】 ";
    }
    #TableCompetitionO tbody td:nth-of-type(4):before {
        content: "【備考】 ";
    }

    /* #TableCompetitionF tbody td:nth-of-type(1):before {
        content: "【日程・スタート】 ";
    } */
    #TableCompetitionF tbody td:nth-of-type(1) {
        text-align: center;
    }
    #TableCompetitionF tbody th:before {
        content: "【競技名】 ";
    }
    #TableCompetitionF tbody td:nth-of-type(2):before {
        content: "【競技方法】 ";
    }
    #TableCompetitionF tbody td:nth-of-type(3):before {
        content: "【使用ティ】 ";
    }
    #TableCompetitionF tbody td:nth-of-type(4):before {
        content: "【備考】 ";
    }
}

.tableCompetition tr {
    background-color: #444;
}
.tableCompetition tr:nth-child(odd) {
    background-color: #333;
}

@media screen and ( max-width: 480px ){
    .tableCompetition tr {
        background-color: #333;
        margin-bottom: 3px;
    }
    .tableCompetition tr td:first-child {
        background-color: #444;
    }
}