<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

.MainColumn .sec_box_subtitle {
    font-weight: 700;
    font-size: 5.3333333333vw;
    line-height: 1.45;
    margin: 6.6666666667vw 0 2.6666666667vw;
}

.MainColumn .p-data__article__text-box dl dt {
    font-size: 24px;
    margin-bottom: 1em;
}
.MainColumn .p-data__article__text-box dl dt a{
    color: black;
}
.MainColumn .p-data__article__text-box dl dd {
    font-weight: 600;
    font-size: 3.7333333333vw;
    line-height: 1.66;
    text-indent: 1em;
}

.MainColumn .p-data__article__sub-heading {
    margin: 35px 0 10px;
}

.MainColumn p.lead {
    margin-bottom: 40px;
}

.data-list_inner .table-scroll {
    white-space: nowrap;
    display: block;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    margin-right: -20px;
}

.data-list_inner table {
    border-collapse: collapse;
    border-spacing: 0;
    margin-bottom: 26px;
    box-sizing: border-box;
}

.data-list_inner table.list01 {
    min-width: 750px;
}

.data-list_inner table.list02 {
    width: 318px;
}

.data-list_inner tbody, td {
    border: 1px solid #fff;
}

.data-list_inner table thead tr th {
    background: #1A234A;
    color: #fff;
    height: 25px;
    line-height: 25px;
    text-align: center;
    font-weight: bold;
    font-size: 14px;
    border: 1px solid #fff;
    width: 10.6%;
}

.data-list_inner table.list01 thead tr .th_width {
    width: 15%;
}

.data-list_inner table.list02 thead tr .th_width02 {
    width: 34%;
}

.data-list_inner table tbody tr td {
    height: 25px;
    line-height: 25px;
    font-size: 14px;
    text-align: center;
}
.data-list_inner table tbody tr:nth-child(even) {
    background: #DEDEDE;
}
.data-list_inner table tbody tr:nth-child(odd) {
    background: #EFEFEF;
}
.data-list_inner table tbody tr td.list_bg {
    background: #DCE0F0;
    font-weight: bold;
}
.data-list_inner .data-list_title {
    display: inline-block;
    margin-top: 14px;
    margin-bottom: 10px;
    font-size: 12px;
}
.data-list_inner .data-list_title span {
    display: inline-block;
    background: #BEA349;
    line-height: 18px;
    font-size: 3.4666666667vw;
    font-weight: 500;
    text-align: center;
    color: #fff;
    margin-right: 10px;
}

/* PC only */
@media only screen and (min-width: 1025px) {
    .MainColumn .p-data__article__text-box p {
        font-weight: 600;
        font-size: 16px;
    }
    .MainColumn .sec_box_subtitle {
        font-size: 24px;
        font-weight: 700;
        margin: 0 0 13px 0;
        line-height: 1.45;
    }
    .MainColumn .p-data__article__text-box dl dd {
        font-size: 16px;
        line-height: 1.62;
        font-weight: 600;
    }
    .data-list_inner .table-scroll {
        overflow-x: initial;
    }
    .data-list_inner table.list01, .data-list_inner table.list02 {
        width: 878px;
        margin-bottom: 40px;
    }
    .data-list_inner table thead tr th {
        height: 40px;
        line-height: 40px;
        width: auto;
    }
    .data-list_inner table.list01 thead tr .th_width {
        width: 136px;
    }
    .data-list_inner table.list02 thead tr .th_width02 {
        width: 239px;
    }
    .data-list_inner table.list01 thead tr th {
        width: 94px;
    }
    .data-list_inner table.list02 thead tr th {
        width: 228px;
    }
    .data-list_inner table tbody tr td {
        height: 40px;
        line-height: 40px;
    }
    .data-list_inner .data-list_title {
        margin-top: 18px;
        margin-bottom: 8px;
        font-size: 14px;
        font-weight: 500;
    }
    .data-list_inner .data-list_title span {
        width: 56px;
        height: 24px;
        line-height: 24px;
        margin-right: 10px;
        font-size: 14px;
    }
}

/* SP only */
@media only screen and (max-width: 1024px) {
    .data-list_inner .data-list_title span {
        display: inline-flex;
        flex: none;
        align-items: center;
        justify-content: center;
        min-width: 10.4vw;
        height: 4.8vw;
        text-align: center;
        padding-bottom: 0.2666666667vw;
    }
    .data-list_inner .data-list_title {
        font-size: 3.4666666667vw;
        margin-bottom: 1.6vw;
        font-weight: 500;
    }
    .data-list_inner table thead tr th,
    .data-list_inner table tbody tr td {
        font-weight: 500;
        font-size: 3.4666666667vw;
        padding: 0.5333333333vw 1.6vw;
    }

    .data-list_inner table tbody tr td.list_bg {
        font-weight: 500;
    }
    .data-list_inner table tbody tr td {
        height: 34px;
        line-height: 34px;
    }
}

.p-top-race .f_box .txt p.race span.blue,
.p-top-schedule .box_1 .place .race span.blue {
    background-color: #1d78c5;
}
.p-top-race .f_box .txt p.race span.green,
.p-top-schedule .box_1 .place .race span.green {
    background-color: #258250;
}
.p-top-race .f_box .txt p.race span.red,
.p-top-schedule .box_1 .place .race span.red {
    background-color: #d63737;
}
@media (min-width: 769px) {
    .p-top-schedule .box_1 .date{
        width: 24% !important;
    }
}
</pre></body></html>