@charset "euc-jp";
/*===========================================
データベース
netkeiba.com DB クラシック
---------------------------------------------
目次
1.トップページ
2.年表ページ
3.競走馬詳細
3.レース詳細
5.ちょいみせ
6.お知らせ
============================================*/

/*body{
    font-family: "Hiragino Kaku Gothic Pro","HiraKakuProN-W3","Hiragino Sans","ヒラギノ角ゴシック",YuGothic,"Yu Gothic",'メイリオ',Meiryo, sans-serif;
}*/
a:hover {
    text-decoration: none;
}

/*===========================================
1.トップページ
============================================*/
.Classic_top {
    margin-bottom: 28px;
    border-radius: 10px;
    background-color:#f7f6e2;
}
/*.Classic_top .ClassicHead{
    box-sizing: border-box;
    height: 140px;
    background-color: #f7f6e2;
    background-image: url("../image/db_classicTitle.png");
    background-repeat:no-repeat;
    background-position:center 36px;
    background-size: 530px auto;
}*/
.Classic_top .ClassicHead{
    display: flex;
    padding-right: 15px;
    justify-content:space-between; 
    height: 36px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background: rgb(183,161,51); /* Old browsers */
    background: -webkit-linear-gradient(top, rgba(183,161,51,1) 0%,rgba(137,131,38,1) 100%); 
    background: linear-gradient(to bottom, rgba(183,161,51,1) 0%,rgba(137,131,38,1) 100%);    
}
.Classic_top .ClassicHead h2{
    position: relative;
    line-height: 36px;
    font-size: 19px;
    color: #fff;
    font-weight: bold;
    padding-left: 104px;
}
.Classic_top .ClassicHead h2:before{
    position: absolute;
    display: inline-block;
    content: '';
    width: 100px;
    height: 58px;
    background-image: url(../image/db_top_h2_classic.png);
    background-size: 100px;
    left: 4px;
    top: -17px;
}
.Classic_top .ClassicHead a{
    position: relative;
    line-height: 36px;
    color:#fff;
}
.Classic_top .ClassicHead a:before{
    display: block;
    content:'';
    position: absolute;
    left: -17px;
    top: -1px;
    bottom: 0;
    margin: auto;
    width:13px;
    height: 13px;
    border-radius: 13px;
    background-color:#fff;
}
.Classic_top .ClassicHead a:after{
    display: block;
    content: '';
    position: absolute;
    left: -12px;
    top: -1px;
    bottom: 0;
    margin: auto;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 3.5px 0 3.5px 6px;
    border-color: transparent transparent transparent #898226;
}  
.Classic_top .ClassicBox{
   box-sizing: border-box;
    padding-top: 110px;
    background-color: #f7f6e2;
    background-image: url("../image/db_classicTitle.png");
    background-repeat:no-repeat;
    background-position:center 13px;
    background-size: 530px auto;
    border:3px solid #898326;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    overflow:hidden;
}
.Classic_top .ClassicSlide{
    position: relative;
    padding: 0 20px;
    height: 175px;
    background-color: #fff;
}
.Classic_top .ClassicSlide > a{
    position: absolute;
    right: 15px;
    bottom: 15px;
    font-size:14px;
    color:#898326;
}
.Classic_top .ClassicSlide > a img{
    display:inline-block;
    margin-right: 3px;
    position: relative;
    top: 2px;
}
.Classic_top .ClassicSlide ul.slider{
    position: relative;
    top:-85px;
}
.Classic_top .ClassicSlide ul.slider li{
    display:inline-block;
}
.Classic_top .ClassicSlide ul.slider li .year{
    font-size: 20px;
    text-align: center;
    color: #898326;
}
.Classic_top .ClassicSlide ul.slider li a{
    display:block;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 0 8px 0px rgba(0,0,0,.6);

}
.Classic_top .ClassicSlide ul.slider li a .imgView{
    height: 125px;
    margin: auto;
    background-color: #000;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.Classic_top .ClassicSlide ul.slider li a dl{
    text-align: center;
    height: 50px;
    background-color: #423f17;
}
.Classic_top .ClassicSlide ul.slider li a dl dt{
    color:#e0dcb0;
    font-size: 13px;
}
.Classic_top .ClassicSlide ul.slider li a dl dd{
    color:#ffffff;
    font-size: 14px;
}
.Classic_top button.slick-arrow,
.Classic_top button.slick-prev,
.Classic_top button.slick-next{
    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;
}
.Classic_top button.slick-prev{
    left:-17px;
}
.Classic_top button.slick-next{
    right:-17px;
}
.Classic_top button.slick-arrow:before{
    display:none;
}
.Classic_top .ClassicSlide .slick-disabled{
    display:none !important;
}
/*サイドカラムリンク*/
.db_classic_lplink{
    display: block;
    margin-bottom: 10px;
    width: 220px;
}
.db_classic_lplink img{
    width:100%;
}
/*===========================================
2.年表ページ
============================================*/
.DB_classicDate {
    position: relative;
    background: #898326;
}
/*.DB_classicDate:after {
    position: absolute;
    display: block;
    content: '';
    width:100%;
    height: 15px;
    bottom: 0;
    background-color: #ff0000;
}*/
.date_title {
    position: relative;
    width: 83.37%;
    margin: auto;
    padding-top: 10px;
    text-align:center;
}

.date_title img {
    display: inline-block;
    max-width: 100%;
}

.classic_dateContent{
    padding: 0 30px 0;
}

.date_list {
 width: 650px;
    white-space: nowrap;
    overflow-x: scroll;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    padding-top: 15px;
    margin: auto;
}
.date_list::-webkit-scrollbar {
    width: 15px;
}
.date_list::-webkit-scrollbar-track{
    border-radius: 10px;
    background: rgb(224, 211, 178);
}
.date_list::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(181, 156, 75);
}
.date_list li {
    display:inline-block;
}

.date_list li:first-child {
    margin-left: 10px;
    margin-bottom: 8px;
}

.date_list a {
    width:60px;
    background: #898326;
    color: #fff;
    padding: 8px 10px;
    font-size:14px;
    font-weight:bold;
}

.date_list .active {
    width:60px;
    background: #fff;
    color: #898326;
    border-radius: 11px;
    position: relative;
    padding-bottom: 25px;
    text-align: center;
    /* -webkit-tap-highlight-color:rgba(0,0,0,0); */
}

.date_list .active:after {
    content: "";
    display: block;
    position: absolute;
    width: 78.5px;
    height: 11px;
    background: url(../img/db_classic_menuActive.jpg)no-repeat;
    background-size: contain;
    bottom:-2px;
    left: -10px;
}
.date_list .no-act{
    display:none !important;
}
.date_list .slick-slide{
        width:55px !important;
}
/*
.slick-track .slick-slide:first-child{
     display:none !important;
}*/
@media screen and (max-width:320px) {
    .date_list .active:after {
        top: 22px;
    }
}
.DB_classicSlider{
    overflow: hidden;
}
.slick-slide{

    background-color: transparent !important;
    height: auto !important;
}
.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;
    margin-bottom: -25px;
}
.classic_sliderImg .slider li{
    margin:auto;
    float: left;
}
.classic_sliderImg .slider li > a{
    position: relative;
    display:block;
    max-width:100%;
    overflow: hidden;
    margin: auto 5px;
    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{
    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{
    height: 46px;
    margin-top:18px;
    text-align:center;
    padding-left: 6px;
}
.classic_sliderImg .slide_text [class$="info"]{
    font-size:107.69%;
    text-align: left;
    color:#757575;
    line-height:1.4375;
}
.classic_sliderImg .slide_text [class$="info"] a{
    background: none;
}
button.slick-arrow{
    top:-40px;
    bottom: 0;
    margin: auto;
    height: 40px;
    width: 40px;
    color: #fff;
    line-height: 40px;
    font-size: 18px;
    font-weight: bold;
    border-radius: 40px;
    background-color: #898326;
}
button.slick-arrow.yaer_list{
    text-align: center;
    bottom: -47px;
    background-color: transparent;
}
button.slick-arrow.yaer_list:after{
    display:inline-block;
    content:'';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6.5px 9px 6.5px 0;
    border-color: transparent #ffffff transparent transparent;
}
button.slick-prev.yaer_list{
    left: -36px;
}
button.slick-next.yaer_list{
    right: -36px;
    transform:rotate(180deg);
}
button.yaer_list.slick-disabled{
    display:none !important;
}
/*-- レース映像　--*/
.DB_classicRace {
    margin-top: 30px;
}

.classic_bandTitle {
    text-align: left;
    font-size: 153.85%;
    color: #898326;
    border-bottom: 1px solid #dcdcdc;
}
.classic_bandTitle span{
    position: relative;
    bottom: -1px;
    padding:10px 4px 8px;
    font-weight:bold;
    display:inline-block;
    border-bottom: 1px solid #898326;
}

.classicRace_box {
    display:flex;
    flex-wrap: wrap;
}


.classicRace_content {
    max-width: 220px;
    margin-left: 18px;
    text-align: left;
    margin-top:30px;
    margin-bottom: 30px;    
}

.classicRace_content .race_subTitle {
    font-size: 107.69%;
    color: #6a6a6a;
}

.classicRace_content .race_title {
    display: block;
    font-size: 169.23%;
    font-weight: 600;
    margin-top: 6px;
    color: #002ea7;
}

.classicRace_content .race_date {
    font-size: 107.69%;
    margin-top: 9px;
    color: #3c3c3c;
}

.classicRace_contentInner img {
    max-width: 100%;
    display: block;
    border-radius: 10px;
}

.classicRace_contentInner {
    margin-top: 7px;
}
.classicRace_contentInner > a{
    width: 220px;
    height: 146px;
    overflow: hidden;
    display: inline-block;
    border-radius: 10px;
}
.classicRace_contentInner .race_order {
    margin-top: 9px;
    margin-left: 4px;
}
.classicRace_contentInner .race_order li {
    font-size: 123.08%;
    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 #d0ccc2;
    padding: 7px 0;
    border-radius: 4px;
    font-size: 107.69%;
    font-weight: bold;
    color: #6a6a6a;
    background-color: #edebe5;
    box-shadow: 0px 2px 0px 0px #fff inset;
}

/*-- リーディング　--*/
.Icon_DB{
    display: inline-block;
    background: url("../image/icon_sprite_db_common.png");
    background-repeat: no-repeat;
    -webkit-background-size: 180px;
    -moz-background-size: 180px;
    -ms-background-size: 180px;
    background-size: 180px;
    width: 30px;
    height: 30px;
    margin:auto;
    vertical-align: middle;
}

/*カテゴリー系*/
.Icon_DB.Category_icon01{
    background-position: -91px -68px;
    width: 30px;
    height: 16px;
}
.Icon_DB.Category_icon02{
    background-position: -97px -96px;
    width: 25px;
    height: 18px;
}
.Icon_DB.Category_icon03{
    background-position: -65px -97px;
    width: 25px;
    height: 18px;
}
.Icon_DB.Category_icon04{
    background-position: -34px -98px;
    width: 29px;
    height: 16px;
}
.Icon_DB.Category_icon05{
    background-position: -4px -98px;
    width: 28px;
    height: 16px;
}
.Icon_DB.Category_icon06{
    background-position: -127px -6px;
    width: 25px;
    height: 18px;
}
.Icon_DB.Category_icon07{
    background-position: -124px -127px;
    width: 30px;
    height: 20px;
}
.Icon_DB.Category_icon08{
    background-position: -126px -37px;
    width: 23px;
    height: 20px;
}
.Icon_DB.Category_icon09{
    background-position: -70px -128px;
    width: 21px;
    height: 16px;
}
.Icon_DB.Category_icon10{
    background-position: -156px -67px;
    width: 21px;
    height: 18px;
}
/*--厩舎表記--*/
span[class^='Barn']{
    position: relative;
    top:-2px;
    display:inline-block;
    color:#fff;
    font-size: 55.56%;
    font-weight: normal;
    width:34px;
    height: 16px;
    line-height: 16px;
    margin-right: 3px;
    text-align:center;
    background:#686868;
    border-radius: 8px;
}
span.Barn01{
    background:#686868;
}
span.Barn02{
    background:#c14;
}

span.Barn03{
    background:#155cc1;
}

span.Barn04{
    background:#009000;
}


.Title_BtnMore {
    display: block;
}
.Title_BtnMore a {
    color: #888;
    font-size: 67%;
    font-weight: bold;
    display: block;
    border-radius: 1.23em;
    background: #e7e7e7;
    line-height: 2.18;
    padding: 0 1.2em;
    margin-left: 8px;
    white-space: nowrap;
}
.Title_BtnMore {
    display: block;
}
.Title_BtnMore a {
    color: #888;
    font-size: 67%;
    font-weight: bold;
    display: block;
    border-radius: 1.23em;
    background: #e7e7e7;
    line-height: 2.18;
    padding: 0 1.2em;
    margin-left: 8px;
    white-space: nowrap;
}
.SubTitle {
    position: relative;
}
.SubTitle h3 {
    color: #888;
    font-size: 72.22%;
    font-weight: bold;
    line-height: 1.94;
    margin-bottom: 16px;
}
.SubTitle .Title_BtnMore {
    position: absolute;
    top: 0;
    right: 0;
}
.SubTitle {
    position: relative;
}

.SubTitle .Title_BtnMore {
    position: absolute;
    top: 0;
    right: 0;
}

ul.List_01 li h2 {
    color: #444444;
    font-size: 88.89%;
}

ul.List_01 li .List_TextBox {
    position: relative;
    padding: 6px 0 0 0;
}

ul.List_01 li .List_TextBox p {
    color: #666666;
    font-size: 77.78%;
    line-height: 1.4;
}

ul.List_01 li + li {
    margin-top: 10px;
}
@media only screen and (max-width: 350px) {
    ul.List_01 li .PhotoThumb_01 {
        width: 83px;
    }
}
ul.List_01.NewsList li .PhotoThumb_01 {
    width: 97px;
    min-height: 72px;
}



.LinkBox_01 {
    display: table;
    width: 100%;
}

.LinkBox_01 .LinkBox_Item01,
.LinkBox_01 .LinkBox_Item02 {
    display: table-cell;
    vertical-align: middle
}

.LinkBox_01 .LinkBox_Item02 {
    width: 100%;
}

.LinkBox_Footer {
    color: #888;
    font-size: 61.11%;
    text-align: right;
    margin-top: 7px;
    padding-right: 6px;
}

.LinkBox_Footer p,
.LinkBox_Footer div {
    display: inline-block;
}

.LinkBox_Footer p span.Icon_DB {
    position: relative;
    top: -2px;
    margin: 0 4px 0 7px;
}

p.TimeStump {
    margin-top: 8px;
    color: #999;
    text-align: right;
}

ul.List_01 li .PhotoThumb_02 {
    float: left;
    width: 48px;
    height: 48px;
    border-radius: 24px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    margin-right: 9px;
}
.SlideArea{     
    position: relative;
    overflow-x: auto;
    overflow-y: hidden;
    font-size: 18px;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap;
    padding: 0 0 15px 10px;
}
.SlideArea .ContentsBox_Ranking{
    display: inline-block;
    width:312px;
    padding: 0 10px 0 0;
}
.SlideArea .ContentsBox_Ranking .List_01 .PhotoThumb_01{
    width:72px;
    height: 72px;
    min-height: auto;
    background-size: cover;
}
.SlideArea .ContentsBox_Ranking.horse .List_01 .PhotoThumb_01{
    background-size: 72px auto;
}
.SlideArea .ContentsBox_Ranking.owner .List_01 .PhotoThumb_01{
    background-size: 58px auto;
}
.SlideArea .ContentsBox_Ranking .List_01 h2{
    padding-top:4px;
    line-height: 1.5;
    overflow:hidden;
    text-overflow: ellipsis;
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    height: 1.5em;

}
.SlideArea .ContentsBox_Ranking .List_01 .List_TextBox{
    padding: 6px 19px 1px 13px;
}
@media only screen and (max-width: 350px){
    .SlideArea .ContentsBox_Ranking{
        width:280px;
    }
}


.SlideArea{
    margin-top: 10px;
}
.SlideArea .ContentsBox_Ranking .List_01 h2{
    position: relative;

}
.SlideArea .ContentsBox_Ranking .List_01 h2 .Icon_DB{
    display:none;
}
.RankingList ul.List_01 li span[class*="ContentsBoxRanking_Num"]{
    position: relative;
    display:inline-block;
    height: 20px;
    width: 20px;
    vertical-align: top;
    background: #cccccc;
    border-radius: 4px;
    text-align: center;
}
.RankingList ul.List_01 li span.ContentsBoxRanking_Num01{
    color:#fff;
    background: #eab956;
}
.RankingList ul.List_01 li span.ContentsBoxRanking_Num02{
    color:#fff;
    background: #7b8592;
}
.RankingList ul.List_01 li span.ContentsBoxRanking_Num03{
    color:#fff;

    background: #d67a47;
}
.RankingList ul.List_01 li span[class*="ContentsBoxRanking_Num"] span{
    width:auto;
    position: relative;
}
.SlideArea .ContentsBox_Ranking .List_01 .List_TextBox{
    padding-left: 0;
}

/*  八大競走　*/
.classic_victoryContent {
    width: 100%;
    margin: auto;
    margin-top: 12px;
}

.classic_victoryContent table {
    width: 100%;
    border-collapse: collapse;
    border-top:1px solid #d4d2c8;
    border-right:1px solid #d4d2c8;
}

.classic_victoryContent thead th {
    width:20%;
    background: #f2f0e9;
    font-size: 107.69%;
    color: #777777;
    padding: 8px 0;
    text-align: center;
    border-left:1px solid #d4d2c8;
    border-bottom:1px solid #d4d2c8;
}
.classic_victoryContent tbody tr:nth-child(even){
    background-color: #fdfaf7;
}

.classic_victoryContent tbody td {
    font-size: 107.69%;
    font-weight: bold;
    color: #0033aa;
    padding: 11px 0 12px;
    text-align: center;
    border-left:1px solid #d4d2c8;
    border-bottom:1px solid #d4d2c8;
}

/* dbクラシックとは　*/
.DB_classicExplain .head{
    height: 60px;
    line-height: 60px;
    text-align: center;
    color:#fff;
    font-size: 107.69%;
    background-color: #898326;
    border:1px solid #898326;
}
.DB_classicExplain .body{
    padding:21px 16px 30px;
    border:1px solid #cccbc4;
}
.DB_classicExplain .body p{
    font-size:107.69%;
    color:#3c3c3c;
    line-height: 1.71;
    text-indent: 1em;
}
.DB_classicExplain .body p + p{
    margin-top: 30px;
}
.DB_classicExplain .body p.attention{
    font-size: 92.31%;
    text-indent:0;
    letter-spacing: -1px;
}
.offer_text p{
    font-size: 12px;
    margin-top: 13px;
}
.offer_text p.attention{
    color: #3c3c3c;
    line-height: 1.71;
    text-indent: -1em;
    padding-left:1em;
}

.offer_text p.copy{
    /*font-weight: bold;*/
    color: #898326;
    text-align: right;
    line-height: 1.5;
}
/*-- ご意見ご要望　--*/
section.OpinionBox {
    margin-top:20px;
    font-size: 14px;
    border: 1px solid #cccbc4;
}

section.OpinionBox h2 {
    height: 60px;
    line-height: 60px;
    text-align: center;
    color: #fff;
    font-size: 107.69%;
    background-color: #898326;
    border: 1px solid #898326;
}

section.OpinionBox textarea {
  padding: 10px 10px;
  width: 100%;
  height: 7em;
  font-size: 12px;
  line-height: 1.4;
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 3px !important;
  -webkit-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.196);
  box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.196);
  text-shadow: 0 1px 0 #fff;
  box-sizing: border-box;
}

section.OpinionBox textarea:focus {
  background: #ffd;
}

section.OpinionBox p.OpinionBoxCheckTxt {
  font-size: 85.8%;
  line-height: 1.45;
  padding: 8px;
}

section.OpinionBox .OpinionBoxWrap {
  background: #fff;
  padding: 8px;
}

section.OpinionBox .GoikenFormMsgBox {
  border: 1px solid #dfdcd3;
  padding: 20px 16px;
}

section.OpinionBox .GoikenFormMsgBox p.GoikenFormMsg {
  line-height: 1.4;
  color: #222;
}

section.OpinionBox .GoikenFormMsgBox p.GoikenFormMsg + p {
  margin-top: 0.6em;
}

section.OpinionBox .GoikenFormMsgBox p.GoikenFormMsg strong {
  font-size: 114.3%;
  font-weight: bold;
}

section.OpinionBox a.SideOpinionBtn {
  display: block;
  background: #898326;
  border-style: none;
  border-radius: 4px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  margin: 0 0 3px;
  padding: 13px 0;
  -webkit-box-shadow: 0 2px 0 #54511b;
  box-shadow: 0 2px 0 #54511b;
  text-decoration: none;
  cursor: default;
  line-height: 14px;
}

section.OpinionBox a.SideOpinionBtn:hover {
  opacity: .7;
  cursor: pointer;
  text-decoration: underline;
}

section.OpinionBox a.SideOpinionBtn span:before {
  content: '';
  display: inline-block;
  background: url("../image/icon_mail_2.png") 0 0 no-repeat;
  background-size: 25px 18px;
  width: 25px;
  height: 18px;
  vertical-align: middle;
  margin-right: 12px;
}


/*===========================================
3.競走馬詳細
============================================*/
body.classic #db_main_box{
    border-color: #898326;
}
body.classic #db_main_box .db_head{
    background:none;
}
body.classic #db_main_box .db_head .db_head_name{
    background: none; 
    background-image: none;
    background-color: #898326 !important;
}
body.classic #db_main_box .db_head .db_head_regist{
    border-color: #898326;
}

span.classic_label{
    position: relative;
    top: -2px;
    display: inline-block;
    font-size: 55.56% !important;
    color: #fff !important;
    background-color: #a2a2a2;
    font-weight: bold;
    min-width: 42px;
    height: 14px;
    line-height: 14px;
    border-radius: 14px;
    text-align: center;
    margin-left: 5px;
    padding: 0 7px;
}

body.classic #db_main_box .db_head .db_head_name ul li.fav_regist img{
    display:none;
}
body.classic #db_main_box .db_head .db_head_name ul li.fav_regist a{
    position: relative;
}
body.classic #db_main_box .db_head .db_head_name ul li.fav_regist a:before{
    position: absolute;
    display: block;
    left:-30px;
    width:30px;
    height: 24px;
    content:'';
    background-image: url(../image/db_head_btn_bg_02_fav.png);
}
body.classic #db_main_box .db_head .db_head_name ul li.fav_regist{
    background: url(../image/db_head_btn_bg_02_right.png) no-repeat right top;
}
body.classic #db_main_box .db_head .db_head_name p.fav_user_count a {
    background  :   url("../image/user_count_bg_02.png") no-repeat 0 -22px;
    border-right:1px solid #898326;
}
body.classic #db_main_box .db_head .db_head_name p.fav_user_count a:hover {
    background-position :   0 0;
    text-decoration :   none;
}
body.classic #db_main_box .db_head .db_head_name ul li.pog_regist a {
    background: url(../image/db_head_pog_btn_bg_02.png) no-repeat 0 0;
}
body.classic #db_main_box .db_head .db_head_name  a{
    color: #898326;
}
/*===========================================
4.レース詳細
===========================================*/
body.classic.db #main .race_head .race_head_inner{
    background-image: none;
    background-color: #f7f6e2;
    border-radius:10px;
    border:3px solid #898326;
}
body.classic.db ul.race_place li a,body.classic.db #main .race_head ul.race_place li a{
    color:#898326;
    background: url(../image/race_kaisai_tab_02.png) no-repeat 0 0;
}
body.classic.db ul.race_place li a.active,body.classic.db #main .race_head ul.race_place li a.active{
    color:#fff;
    background: url(../image/race_kaisai_tab_active_02.png) no-repeat 0 0;
}
body.classic.db ul.race_place, body.classic.db #main .race_head ul.race_place{
    background: url(../image/bg_race_place02.png) repeat-x left bottom;
}
body.classic.db .race_num ul li a.active, body.classic.db #main .race_head .race_num ul li a{
    color:#898326;
}
body.classic.db .race_num ul li a.active,body.classic.db #main .race_head .race_num ul li a.active{
    color:#ffffff;
    background: url(../image/race_num_tab_active_02.png) no-repeat 0 0;
}
/*===========================================
5.ちょいみせ
===========================================*/
.Premium_Regist_Box {
    font-family: "Meiryo", "メイリオ", "ヒラギノ角ゴ ProN W3", 'ヒラギノ角ゴ Pro W3', "Hiragino Kaku Gothic ProN", "游ゴシック体", 'Yu Gothic', arial, sans-serif;
  border: 5px solid #ddd;
  background: #fff;
  margin: 11px 0 12px;
  padding: 18px 12px 0;
}

.Premium_Regist_Msg {
    font-size: 14px;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
  margin-bottom: 15px;
}

.Premium_RegistBtnWrap {
  margin: 33px 18px 22px;
}
.Premium_Regist_Btn {
  line-height: 1.2;
    font-size: 15px;
  position: relative;
  display: block;
  background: #c1ab71;
  color: #fff;
  font-weight: bold;
  text-align: center;
  padding: 14px 0;
  color: #fff !important;
}
.free .Premium_Regist_Btn{
  background: #2d4ebf;
}

.Premium_Regist_Btn:hover {
  opacity: .8;
}

.Premium_Regist_Txt02 {
  line-height: 1.3;
  font-size: 100%;
  color: #3159B9;
  margin-bottom: 20px;
  text-align: center;
}

.Premium_Regist_Txt02 > a {
  display: block;
  font-size: 14px;
  text-align: center;
  text-decoration: underline !important;
  color: #222;
}

.Premium_Regist_Txt02 > a:hover {
  color: #e25252;
}

/*===========================================
6.お知らせ
============================================*/
.DB_information > a{
    margin-top:20px;
    display: block;
    color:#898326;
    font-weight: bold;
    padding: 21px 16px;
    border: 1px solid #cccbc4;
    text-indent: -24px;
    padding-left: 45px;
}
.DB_information > a img{
    width: 18px;
    display: inline-block;
    position: relative;
    top: 4px;
    margin-right: 6px;
}
.content1{
    margin-top:20px;
}
.db_info .head{
  position:relative;
  z-index:10;
  margin-bottom: 20px;
}

.db_info .head:before{
      content:"";
      display:block;
      position:absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 114px 166px 0 0;
    border-color: #b0a12c transparent transparent transparent;
      z-index:-1;
}

.db_info .head:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 88px;
    height: 6px;
    background: #b0a12c;
    margin-left: -44px;
}
.db_info .head p{
    height: 114px;
    line-height: 114px;
    font-size: 28px;
    text-align: center;
    color:#888;
    font-weight: bold;
}
.db_info .information_box{
padding:0 10px 30px;


} 
.db_info .information_box p{
    font-size: 16px;
    line-height: 1.5;
}
.db_info .information_box p + p{
    margin-top: 20px;
}
.db_info .information_box dl{
    margin: 30px 0;

}
.db_info .information_box dl dt{
    font-weight: bold;
    font-size: 16px;
    line-height: 1.5;
}
.db_info .information_box dl dd{
    font-size: 16px;
    line-height: 1.5;
    text-indent: -1em;
    padding-left: 1em;
}
.db_info .information_box dl dd + dt{
    margin-top: 20px;
}