@charset "utf-8";
/*===========================================
データベース
netkeiba.com DB クラシック
---------------------------------------------
目次
1.トップ
2.年表ページ
============================================*/

.db_info_link a{
    position: relative;
    display: block;
    color: #666;
    font-size: 0.8125rem;
    height: 38px;
    padding: 0 38px;
    margin:10px;
    border: 1px solid #e0e0e0;
    border-radius: 6px;
}
.db_info_link a span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
}
.db_info_link a:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 10px;
    width: 16px;
    height: 16px;
    background-image: url(../img/icon.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 16px;
    -webkit-transform: translateY(-50%);
                    transform: translateY(-50%);
}
.db_info_link a:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 15px;
    width: 6px;
    height: 11px;
    background-image: url(../img/icon.png);
    background-repeat: no-repeat;
    background-position: 0 -30px;
    background-size: 16px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
}
/*===========================================
1.トップ
============================================*/
.Classic_top{
    margin-bottom: 51px;
}
.Classic_top .ClassicSlide{
    position: relative;
    overflow: hidden;
    padding: 23px 0 9px;
    background-color: #898326;
    /*border-top: 1px solid #000000;*/
}
.Classic_top .ClassicSlide > img{
    position: absolute;
    width:350px;
    max-width: 95%;
    left: 0;
    right: 0;
    top:-5px;
    margin:auto;
}
.slick-slider .slick-track{
   /* width:4500px !important;*/
}
        
.Classic_top .ClassicSlide ul li{
  /*width:150px !important;*/
    display:inline-block;
}
.Classic_top .ClassicSlide ul li .Year{
    color:#fff;
    font-size:77.78%;
    font-weight: bold;
    padding:6px 0 8px;
    text-align: center;
    border-bottom: 1px solid #000000;
}
.Classic_top .ClassicSlide ul li .HorseCard{
    padding:10px 5px;
    background-color: #fff;
}
.Classic_top .ClassicSlide ul li:first-child .HorseCard{
    padding-left: 10px;
}
.Classic_top .ClassicSlide ul li:last-child .HorseCard{
    padding-right: 10px;
}
.Classic_top .ClassicSlide ul li .HorseCard a{
    display: block;
    height: 123px;
    overflow: hidden;
    border-radius: 10px;
    background-color: #423f17;
}
.Classic_top .ClassicSlide ul li .HorseCard .HorseImg{
    height: 92px;
    margin:auto;
    background-size: cover;
    background-repeat: no-repeat;

}
.Classic_top .ClassicSlide ul li .HorseCard dl{
    padding-top: 3px;
    height: 30px;
    font-weight: bold;
    text-align: center;
    background-color: #898326;
}
.Classic_top .ClassicSlide ul li .HorseCard dl dt{
    color:#e3e1bd;
    font-size: 55.56%;
}
.Classic_top .ClassicSlide ul li .HorseCard dl dd{
    padding-top: 2px;
    color:#ffffff;
    font-size:66.67%;
}
.Classic_top .ClassicSlide .slick-disabled{
    display:none !important;
}
button.slick-arrow{
    top:10px;
    bottom: 0;
    margin: auto;
    height: 40px;
    width: 40px;
    color: #fff !important;
    line-height: 40px;
    font-size: 18px;
    font-weight: bold;
    border-radius: 40px;
    background-color: #898326 !important;
}
button.slick-arrow:before{
    display:none;
}

.Classic_top ~ .nk_AdvBox_sp_01{
    margin-bottom:51px;
}
/*===========================================
2.年表ページ
============================================*/
.DB_classicDate {
    background: #898326;
}

.date_title {
    width: 83.37%;
    margin: auto;
    padding-top: 10px;
}

.date_title img {
    max-width: 100%;
}

.classic_dateContent{

}
.classic_dateContent::-webkit-scrollbar{
    display:none;
}
.date_list {
    width:100%;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style:none;
    padding-right:10px;    width:100%;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style:none;
    padding-top: 15px;
}

.date_list li {
    display:inline-block;
    padding-bottom: 8px;
}

.date_list li:first-child {
    margin-left: 10px;
}

.date_list a {
    width:60px;
    background: #898326;
    color: #fff;
    padding: 8px 10px;
    font-size:14px;
    font-weight:bold;
}
.date_list .active{
    position: relative;
}
.date_list .active a{
    width:60px;
    background: #fff;
    color: #898326;
    border-radius:11px 11px 0px 0px ;
    position: relative;
    top: 1px;
    /* -webkit-tap-highlight-color:rgba(0,0,0,0); */
}
.date_list .active:before,
.date_list .active a:before,
.date_list .active:after,
.date_list .active a:after{
    content: "";
    display: block;
    position: absolute;
    width: 11px;
    height: 11px;
}
.date_list .active:before{
    bottom:-2px;
    left: -11px;
    background:#fff;
}
.date_list .active:after{
    bottom:-2px;
    right: -11px;
    background:#fff;
}
.date_list .active a:before {
    bottom:0px;
    left: -11px;
    background:#898326;
    border-radius:0px 0px 22px 0px;
    z-index: 1;
}

.date_list .active a:after {
    bottom:0px;
    right: -11px;
    background:#898326;
    border-radius:0px 0px 0px 22px;
    z-index: 1;
}

@media screen and (max-width:320px) {
    .date_list .active:after {
        top: 22px;
    }
}
.classic_sliderImg{
    margin-top:10px;
    text-align:center;
}
.classic_sliderImg .slider{
    margin-top:-10px;
    opacity: 0;
}
.classic_sliderImg .slider.slick-initialized{
  opacity: 1;
}
.classic_sliderImg h2{
    font-size:53px;
    font-weight:bold;
    color:#a69e2a;
    opacity: 0.25;
}
.classic_sliderImg .slider li{
    width:59.28%;
    margin:auto;
    padding:0 10px;
    float: left;
}
.classic_sliderImg .slider li a{
    position: relative;
    display:block;
    max-width:100%;
    height: 164px;
    overflow: hidden;
    margin: auto;
    border-radius: 10px;
    box-shadow: 0 0 8px 0px rgba(0,0,0,.6);
    transition: height 300ms .3s ease;
}
.classic_sliderImg .slider li a .imgView{
    width:100%;
    height: 164px;
    background-size: cover;
    background-position: center top;
}
.classic_sliderImg .slider li a dl{
    position: absolute;
    display:flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    top: 164px;
    width:100%;
    height: 57px;
    background-color: #4b481f;
}
.classic_sliderImg .slider li a dl dt{
    font-size: 77.78%;
    color:#e3e1bd;
    font-weight: bold;
}
.classic_sliderImg .slider li a dl dd{
    font-size: 111.11%;
    color:#fff;
    font-weight: bold;
    margin-top: 4px;
}
.classic_sliderImg .slider li.slick-active a{
    height: 221px;
}
/*
.classic_sliderImg .slider li img{
    max-width:100%;
    height:auto;
    transition: all 300ms 0s ease;
}
.classic_sliderImg .slider .slick-active img{
    transform: scale(1.1);
}*/
.classic_sliderImg .slider .slick-list{
    overflow: visible;
    height: 221px;
}
.classic_sliderImg .slide_text{
    display:none;
    height: 46px;
    margin-top:18px;
    text-align:center;
}
.classic_sliderImg .slide_text [class$="info"]{
    font-size:16px;
    font-weight:bold;
    color:#757575;
    line-height:1.4375;
}

.DB_classicRace {
    margin-top: 30px;
}

.classic_bandTitle {
    text-align: center;
    font-size: 18px;
    color: #898326;
    background: #e9e9e9;
    padding: 12px 0 11px;
}

.classicRace_box {
    width: 94.66%;
    margin: auto;
}

.classicRace_box+.classicRace_box {
    margin-top: 28px;
}

.classicRace_box:last-child {
    padding-bottom: 41px;
}

.classicRace_content {
    width: 48.45%;
    float: left;
    margin-top: 18px;
    text-align: left;
}

.classicRace_content+.classicRace_content {
    margin-left: 3.1%;
}
.classicRace_content .classicRace_contentInner > a {
    display: inline-block;
    width:171px;
    height: 114px;
    overflow: hidden;
}
@media screen and (max-width:320px){
    .classicRace_content .classicRace_contentInner > a {
        width:147px;
        height: 98px;
    }
}
@media screen and (min-width:425px){
    .classicRace_content .classicRace_contentInner > a {
        width:194px;
        height: 129px;
    }
}
@media screen and (min-width:768px){
    .classicRace_content .classicRace_contentInner > a {
        width:343px;
        height: 229px;
    }
}
@media screen and (min-width:1024px){
    .classicRace_content .classicRace_contentInner > a {
        width:220px;
        height: 147px;
    }
}
.classicRace_content .race_subTitle {
    font-size: 11px;
    font-weight: 600;
    color: #757575;
}

.classicRace_content .race_title {
    display: block;
    font-size: 17px;
    font-weight: 600;
    margin-top: 6px;
    color: #0033aa;
}

.classicRace_content .race_date {
    font-size: 11px;
    margin-top: 9px;
    color: #444444;
}

.classicRace_contentInner img {
    max-width: 100%;
    display: block;
}

.classicRace_contentInner {
    margin-top: 7px;
}

.classicRace_contentInner .race_order {
    margin-top: 9px;
    margin-left: 4px;
}
.classicRace_contentInner .race_order li {
    font-size: 13px;
    color: #666666;
}
@media screen and (max-width:320px){
    .classicRace_contentInner .race_order li {
        font-size:11px;
    }
}

.classicRace_contentInner .race_order li+li {
    margin-top: 7px;
}

.classicRace_contentInner .race_order a {
    margin-left: 15px;
    font-weight: bold;
    color: #0033aa;
}

.classicRace_contentInner .race_table {
    margin-top: 14px;
    margin-left: 4px;
}

.classicRace_contentInner .race_table li {
    width: 47.87%;
    float: left;
}

.classicRace_contentInner .race_table li+li {
    margin-left: 4px;
}

.classicRace_contentInner .race_table a {
    text-align: center;
    display: block;
    border: 1px solid #dbdbdb;
    padding: 7px 0;
    border-radius: 4px;
    font-size: 11px;
    font-weight: bold;
    color: #757575;
}

.classicTable_Box {
    padding-bottom: 41px;
}



/*
.classic_rankingTable {
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap;
    padding-left: 8px;
    padding-right:8px;
}

.classic_rankingTable .classic_rankingTable_Box {
    width: 77.86%;
    display: inline-block;
}

.classic_rankingTable .classic_rankingTable_Box+.classic_rankingTable_Box {
    margin-left: 20px;
}

.classic_rankingTable_Box:last-child {
    margin-right: 20px;
}

.classic_rankingTable li+li {
    margin-top: 30px;
}

.classic_rankingTable:first-child {
    margin-left: 8px;
}

.classic_rankingTable .ranking_title {
    margin-top: 18px;
    position: relative;
}

.classic_rankingTable .ranking_title h3 {
    margin-left: 27px;
    font-size: 18px;
    font-weight: bold;
    color: #888888;
    float: left;
    margin-top: 5px;
}

.classic_rankingTable .ranking_title h3:after {
    content: "";
    width: 20px;
    height: 20px;
    display: block;
    position: absolute;
    top: 2px;
    left: 0;
}

.classic_rankingTable_Box:nth-child(1) .ranking_title h3:after {
    background: url(../img/db_classic_horseIcon.png)no-repeat;
    background-size: 20px 20px;
}

.classic_rankingTable_Box:nth-child(2) .ranking_title h3:after {
    width: 25px;
    background: url(../img/db_classic_jockeyIcon.png)no-repeat;
    background-size: 25px 20px;
    top: 5px;
}

.classic_rankingTable .ranking_title a {
    float: right;
    font-size: 12px;
    font-weight: bold;
    color: #888888;
    background: #e7e7e7;
    padding: 7px 14px;
    border-radius: 12px;
}
@media screen and (max-width:320px){
    .classic_rankingTable .ranking_title h3 {
        font-size:14px;
    }
    .classic_rankingTable_Box:nth-child(1) .ranking_title h3:after {
        background-size: 18px 18px;
    }
    .classic_rankingTable_Box:nth-child(2) .ranking_title h3:after {
        width: 22px;
        background-size: 22px 17px;
        top: 5px;
    }
    .classic_rankingTable .ranking_title a {
        font-size: 11px;
        padding: 6px 10px;
        border-radius: 12px;
    }
}

.classic_rankingTable .ranking_table {
    margin-top: 16px;
}

.classic_rankingTable .ranking_table li {
    position: relative;
}

.classic_rankingTable .ranking_table img {
    width: 33.14%;
    max-width: 100%;
}

.classic_rankingTable .ranking_table li:after {
    content: "";
    width: 30px;
    height: 30px;
    display: block;
    position: absolute;
    left: 0px;
    top: 0;
    border-radius: 3px 0 0 0;
    color:#fff;
    text-indent:0.3em;
    font-size:13px;
    font-weight:bold;
    background: -webkit-gradient(linear, right bottom, left top, color-stop(50%, rgba(255,255,255,0)), color-stop(50.5%, #cccccc)) no-repeat top left/100% 100%;
    background: -webkit-linear-gradient(bottom right, rgba(255,255,255,0) 50%, #cccccc 50.5%) no-repeat top left/100% 100%;
    background: -o-linear-gradient(bottom right, rgba(255,255,255,0) 50%, #cccccc 50.5%) no-repeat top left/100% 100%;
    background: linear-gradient(to top left, rgba(255,255,255,0) 50%, #cccccc 50.5%) no-repeat top left/100% 100%;
}

.classic_rankingTable .ranking_table li:nth-child(1)::after {
    content:"1";
    background: -webkit-gradient(linear, right bottom, left top, color-stop(50%, rgba(255,255,255,0)), color-stop(50.5%, #eab956)) no-repeat top left/100% 100%;
    background: -webkit-linear-gradient(bottom right, rgba(255,255,255,0) 50%, #eab956 50.5%) no-repeat top left/100% 100%;
    background: -o-linear-gradient(bottom right, rgba(255,255,255,0) 50%, #eab956 50.5%) no-repeat top left/100% 100%;
    background: linear-gradient(to top left, rgba(255,255,255,0) 50%, #eab956 50.5%) no-repeat top left/100% 100%;
}

.classic_rankingTable .ranking_table li:nth-child(2)::after {
    content:"2";
    background: -webkit-gradient(linear, right bottom, left top, color-stop(50%, rgba(255,255,255,0)), color-stop(50.5%, #7b8592)) no-repeat top left/100% 100%;
    background: -webkit-linear-gradient(bottom right, rgba(255,255,255,0) 50%, #7b8592 50.5%) no-repeat top left/100% 100%;
    background: -o-linear-gradient(bottom right, rgba(255,255,255,0) 50%, #7b8592 50.5%) no-repeat top left/100% 100%;
    background: linear-gradient(to top left, rgba(255,255,255,0) 50%, #7b8592 50.5%) no-repeat top left/100% 100%;
}


.classic_rankingTable .ranking_table li:nth-child(3)::after {
    content:"3";
    background: -webkit-gradient(linear, right bottom, left top, color-stop(50%, rgba(255,255,255,0)), color-stop(50.5%, #d67a47)) no-repeat top left/100% 100%;
    background: -webkit-linear-gradient(bottom right, rgba(255,255,255,0) 50%, #d67a47 50.5%) no-repeat top left/100% 100%;
    background: -o-linear-gradient(bottom right, rgba(255,255,255,0) 50%, #d67a47 50.5%) no-repeat top left/100% 100%;
    background: linear-gradient(to top left, rgba(255,255,255,0) 50%, #d67a47 50.5%) no-repeat top left/100% 100%;
}
.classic_rankingTable .ranking_table li:nth-child(4)::after{
    content:"4";
}
.classic_rankingTable .ranking_table li:nth-child(5)::after{
    content:"5";
}
.ranking_table li:nth-child(1n+4) h3{
    margin-left:0;
}

.ranking_tableInner {
    margin-left: 4.34%;
    width: 62.51%;
    float: right;
}

.ranking_tableInner h3 {
    display: block;
    margin-top: 3px;
    margin-left: 32px;
    font-size: 16px;
    font-weight: bold;
    color: #444444;
    position: relative;
}
@media screen and (max-width:320px){
    .ranking_tableInner h3 {
        font-size: 14px;
    }
}

.jockey .ranking_tableInner h3 {
    margin-left: 30px;
}

.jockey .ranking_tableInner h3 a {
    margin-left: 5px;
}

.jockey .ranking_tableInner h3 span {
    display: inline-block;
    font-size: 10px;
    color: #fff;
    padding: 4px 7px 3px;
    border-radius: 8px;
    vertical-align: top;
}

.barn01 {
    background: #3251bc;
}

.barn02 {
    background: #c53131;
}

.ranking_tableInner h3:after {
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    top: -4px;
    left: -32px;
}

.jockey.ranking_tableInner h3:after {
    left: -6px;
}

.ranking_table li:nth-child(1) .ranking_tableInner h3:after {
    background: url(../img/db_classic_crownNo1.png)no-repeat;
    background-size: 20px 20px;
}

.ranking_table li:nth-child(2) .ranking_tableInner h3:after {
    background: url(../img/db_classic_crownNo2.png)no-repeat;
    background-size: 20px 20px;
}

.ranking_table li:nth-child(3) .ranking_tableInner h3:after {
    background: url(../img/db_classic_crownNo3.png)no-repeat;
    background-size: 20px 20px;
}

.ranking_tableInner p {
    font-size: 14px;
    color: #666666;
    margin-top: 14px;
}
.jockey .ranking_tableInner p{
    margin-top:13px;
}

.jockey .ranking_tableInner p+p {
    margin-top: 5px;
}
*/
.classic_victoryContent {
    width: 94.66%;
    margin: auto;
    margin-top: 12px;
}

.classic_victoryContent table {
    width: 100%;
}

.classic_victoryContent thead th {
    width: 50%;
    background: #f3f3f3;
    font-size: 11px;
    color: #777777;
    padding: 8px 0;
    border-top: 1px solid #cacaca;
}

.classic_victoryContent thead th+th {
    border-left: 1px solid #cacaca;
}

.classic_victoryContent tbody td {
    width: 50%;
    background: #fff;
    font-size: 15px;
    font-weight: bold;
    color: #0033aa;
    border: 1px solid #cacaca;
}

.classic_victoryContent tbody a {
    display: block;
    padding: 11px 0 12px;
}

.classic_victoryContent tbody td:nth-child(1) {
    padding-left: 10px;
    border-left: none;
}

.classic_victoryContent tbody td:nth-child(2) {
    padding-left: 17px;
    border-right: none;
}

.DB_classicExplain {
    width: 94.66%;
    margin: auto;
    margin-top: 30px;
    padding-bottom: 83px;
}

.classic_explainBox {
    background: #898326;
    border-radius: 10px;
}

.classic_explainBox h2 {
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    color: #fff;
}
.classic_explainBox a{
    display: inline-block;
    padding: 27px 20px 27px 22px;
}
.classic_explainBox h2 span {
    font-size: 19px;
}
@media screen and (max-width:320px){
    .classic_explainBox h2 span {
        font-size: 15px;
    }
}
.classic_explainBox p {
    font-size: 16px;
    color: #fff;
    line-height: 1.5;
}

.classic_explainBox p:nth-child(2) {
    margin-top: 33px;
}

.classic_explainBox p:nth-child(n+3) {
    text-indent: 1em;
}
.classic_explainBox p.attention{
    font-size: 14px;
    text-indent:0;
    letter-spacing: -1px;
}
.DB_classicExplain p{
    font-size: 12px;
    margin-top: 13px;
}
.DB_classicExplain p.attention{
    color: #3c3c3c;
    line-height: 1.71;
    text-indent: -1em;
    padding-left:1em;
}

.DB_classicExplain p.offer_text{
    margin-top: 17px;
    font-size: 12px;
    /*font-weight: bold;*/
    color: #898326;
    text-align: right;
    line-height: 1.5;
}




/*-- リーディング情報　---*/
body.Classic .SlideArea{
    margin-top: 10px;
}
body.Classic .SlideArea .ContentsBox_Ranking{
    width:250px;
}
body.Classic .SlideArea .ContentsBox_Ranking .List_01 h2{
    position: relative;

}
body.Classic  .List_01 h2 .Icon_DB{
    display:none;
}
body.Classic span[class*="ContentsBoxRanking_Num"]{
    position: relative !important;
    display:inline-block !important;
    height: 20px !important;
    width:auto  !important;
    min-width: 20px !important;
    vertical-align: top;
    background: #cccccc !important;
    border-radius: 4px;
}
body.Classic  span.ContentsBoxRanking_Num01{
    background: #eab956 !important;
}
body.Classic  span.ContentsBoxRanking_Num02{
    background: #7b8592 !important;
}
body.Classic  span.ContentsBoxRanking_Num03{
    background: #d67a47 !important;
}
body.Classic span[class*="ContentsBoxRanking_Num"] span{
    width:auto !important;
    position: relative !important;
    padding: 0 6px;
}
body.Classic .SlideArea .ContentsBox_Ranking .List_01 .List_TextBox{
    padding-left: 0;
}
body.Classic .SlideArea .ContentsBox_Ranking .List_01 .List_TextBox p{
    height: 19px;
}
body.Classic .LeadingPage .PhotoThumb_01 {
    width: auto !important;
    min-width: 20px !important;
    height: 20px;
    min-height: auto;
}
body.Classic .LeadingPage .LinkBox_Item01{
    vertical-align: top;
}

