@charset 'UTF-8';
@import url(https://fonts.googleapis.com/css?family=Montserrat);
.btn-twitter .fa.fa-lg,
.btn-facebook .fa.fa-lg
{
    margin-right: 2px;

    vertical-align: -1px;
}
/* Palette generated by Material Mixer - http://materialmixer.co/ */
.dark-primary-color    { background: #039BE5; }
.default-primary-color { background: #29B6F6; }
.light-primary-color   { background: #E1F5FE; }
.accent-color          { background: #FFD600; }
.accent-light          { background: #FFEA00; }
.accent-tint           { background: #FFDE33; }
.accent-shade          { background: #FDC505; }
.accent-button       { background: #FFD600; box-shadow: 0px 1px 0px #FFDE33 inset, 0px -1px 0px #FDC505 inset, 0px 0px 5px rgba(0, 0, 0, 0.5); }
.text-color {color: #2E2E2E}

.bg-red    {background: #fe4848;}
.bg-purple {background: #b272eb;}
.bg-blue   {background: #2c70ff;}
.bg-green  {background: #66BB6A;}
.bg-orange {background: #ffb95a;}
.bg-pink   {background: #ff8796;}

/*menu用スタイル*/
/*
.bg-red-hover{
    background: #fe4848;
    color: #fe4848;
}
.bg-purple-hover{
    background: #b272eb;
    color: #fff;
}
.bg-blue-hover{
    background: #2c70ff;
    color: #fff;
}
.bg-green-hover{
    background: #66BB6A;
    color: #fff;
}
.bg-orange-hover{
    background: #ffb95a;
    color: #fff;
}
.bg-pink-hover{
    background: #ff8796;
    color: #fff;
}
*/


.hover-anime{
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
    transition: 0.4s;
}
.bg-red-hover:hover{
    background: #fe4848;
    /*color: #fe4848;*/
}
.bg-purple-hover:hover{
    background: #b272eb;
    /*color: #b272eb;*/
}
.bg-orange-hover:hover{
    background: #ffb95a;
    /*color: #ffb95a;*/
}
.bg-pink-hover:hover{
    background: #ff8796;
    /*color: #ff8796;*/
}
.bg-green-hover:hover{
    background: #66BB6A;
    /*color: #66BB6A;*/
}
.bg-blue-hover:hover{
    background: #2c70ff;
    /*color: #2c70ff;*/
}
.nav-category-outer {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: auto;
    overflow: hidden;
    background: rgba(255,255,255, 0.98);
    z-index: 100;
    margin: 10px auto;
    margin-top: 0;
}

.display-on{
    opacity: 1;
    height: auto;
}

.display-off{
    opacity: 0;
    height: 0px;
}
.paginate{
    text-align: center;
    margin: 20px 0 30px;
}
.paginate span{
    margin-right: 5px;
    font-size: 130%;
    font-weight: bold;
}
.paginate a{
    margin-right: 5px;
    color: #070606;
}
.paginate a:hover{
    text-decoration: underline;
}
.form-refine{
    max-width: 1000px;
    margin: 0 auto 10px;
}
.btn-orange {
    color: #fff;
    border-color: #FFA726;
    background-color: #FFA726;
}
.btn > .icon-search{
    width: 1rem;
    margin-right: 5px;
    vertical-align: text-top;
}
.error{
    background-color: #f8ccc8;
}
table .width240{
    width: 240px;
}
table .width150{
    width: 150px;
}
table .width130{
    width: 130px;
}
table .width100{
    width: 100px;
}
table .width70{
    width: 70px;
}

/*リスト用*/
.bg-red-list{
    background-color: #fe4848;
    color: #fff;
}
.bg-red-list:hover{
    background-color: #fc6a6a;
}
.bg-orange-list{
    background-color: #ffb95a;
    color: #fff;
}
.bg-orange-list:hover{
    background-color: #fbd5a2;
}
.bg-pink-list{
    background-color: #ff8796;
    color: #fff;
}
.bg-pink-list:hover{
    background-color: #fac2c9;
}
.bg-blue-list{
    background-color: #2c70ff;
    color: #fff;
}
.bg-blue-list:hover{
    background-color: #8edbff;
}

.span-icon_nav_acticipate   {color: #fe4848;}
.span-icon_nav_live         {color: #b272eb;}
.span-icon_nav_info         {color: #ffb95a;}
.span-icon_nav_enjoy        {color: #ff8796;}
.span-icon_nav_beginner     {color: #66BB6A;}
.span-icon_nav_ticket       {color: #2c70ff;}

.red{
    color: #fe4848;
}
.nav{
    font-size: 0;
}

#nav-wrapper .list-nav a{
    text-decoration: none;
    width:16%;
    margin: 10px 2%;
    font-size: 0;
    display: inline-block;
}

.nav-main-font{
    font-size: 12px;
    font-weight: 550;
    color: #444;
}
.nav-sub-font{
    color: #c0c0c0;
    font-size: 11px;
    font-weight: normal;
    font-family: Oswald Regular;
}
.nav-btm{
    display: block;
}
.nav-btm img{
    width: 35px;
}
.nav-btm img.on-img{
    display: none;
}
.pc_header_main{
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100px;
}
.mt100{
    margin-top:100px;
}
.mt900{
    margin-top:900px;
}
.mt750{
    margin-top:750px;
}
.w100{
    width: 100%;
}
.pf{
    position: fixed;
    top:0px;
}
.whiite{
    background: #fff;
}
div.ivent0514 table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

div.ivent0514 table.demo03 th {
    background: #f4f4f4;
    height: 80px;
}

div.ivent0514 table.demo03 th, table.demo03 td {
    padding: 10px;
    border: 1px solid #ddd;
}
.demo03 th, .demo03 td  { width: 20%; text-align: left; }
.demo03 th{
    background: #9dd1f4!important;
    padding: 10px;
}
.hiduke03{
	padding: 5px;
    font-weight: 700;
    font-size: 20px;
    margin-top: 20px;

}

.tableimg img{
    padding: 5px;
    border: red solid;
    width:50%;
}

.banner_img_allstar{
	width: 210px;
}
.banner_img_allstar img{
	width: 180px;
}
.cppre{
    width: 100%;
    margin: 0 auto;
}
.cppre ul{
    list-style: none;
    width: 100%;
}
.cppre ul li{
    display: block;
    padding: 10px;
    padding-bottom: 0px;
}
.cppre ul li.title{
    display: block;
    padding: 10px;
    background: #c8e9f9;
    margin-top: 15px;
    font-weight: 700;
}
.cppre ul li.title:first-child{
    margin-top: 0px;
}
.cppre ul li.date{
    padding-left: 30px;
}
.speedCH p{
    letter-spacing: inherit;
    line-height: inherit;
}

@media (min-width: 1200px){
    .nav-main-font{
        font-size: 20px;
    }
}

.nav-list-font{
    font-size: 8px;
    font-weight: 500;
}

@media (min-width: 1200px){
    .nav-list-font{
        font-size: 15px;
        font-weight: 500;
    }
}
.video{
    position: relative;
    width: 100%;
    background-color: #000;
}
.video:before{
    content:"";
    display: block;
    padding-top: 56.25%
}
.video object,
.video video,
.video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.not-in-live-time{
    position: absolute;
    text-align: center;
    width: 100%;
    top: 50%;
    margin-top: -0.5em;
    color: #fff;
}
/*ここまで*/

.btn-accent{
    /*background-color: #ffb114;*/
    background-color: #5C6BC0;
}
.back-orange{
    background-color: #fff4ea;
}
a.btn{
    color: #fff;
}
p{
    letter-spacing: 2px;
    line-height: 1.9;
}
button{
    letter-spacing: 1px;
}
body{
    color: #070606;
    font-size: 14px;
}
body.font-mudium{
    font-size: 16px;
}
body.font-large{
    font-size: 18px;
}
ol, ul, dl {
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
}
.sp-br br{
    display: none;
}
.text-center{
    text-align: center;
}
.table-wrapper {
    width: 100%;
    overflow-x: scroll;
}
header{
    /*border-bottom: 5px solid #026ca0;*/
    background-color: #29B6F6;
    z-index: 1000;
    padding: 7px 0;
}
header .container{
    position: relative;
}
header .brand{
    text-align: center;
}
header .brand img{
    margin: 10px 0;
    height: 61px;
}
header .head-right{
    position: absolute;
    top: 15px;
    right: 4%;
}
header .right-box.language{
    display: inline-block;
    margin-right: 30px;
}
header .right-box.font{
    display: inline-block;
}
.goog-te-gadget-simple .goog-te-menu-value{
    display: block;
    text-align: right;
    padding-left: 10px;
    padding-right: 2px;
}
.goog-te-gadget-simple .goog-te-menu-value span:nth-child(1){
    float: left;
}
.goog-te-gadget-simple .goog-te-menu-value span:nth-child(3){
    display: none;
}
.goog-te-gadget-simple > img{
    display: none;
}
.goog-te-gadget-simple > span{
    vertical-align: middle;
    display: block;
    font-size: 14px;
    padding: 4px 0;
}
.goog-te-gadget-simple,
header .right-box.language select{
    border-radius: 0;
}
header .right-box .change-text-size{
    color: #fff;
    font-size: 16px;
}
header .right-box .change-text-size .title{
    /*display: inline-block;*/
    text-align: center;
    padding-bottom: 2px;
    font-size: 12px;
    letter-spacing: 2px;
}
header .right-box .change-text-size ul{
    display: inline-block;
}
header .right-box .change-text-size li{
    padding: 7px 10px;
    display: inline-block;
    border-radius: 50%;
    background-color: #fff;
    margin: 2px;
    color: #016fbc;
    font-size: 14px;
}
header .right-box .change-text-size li.back-blue{
    background-color: #016fbc;
    color: #fff;
}
header .right-box .change-text-size li#font-large{
    font-weight: bold;
}
header .right-box .change-text-size li#font-mudium{
    font-size: 13px;
}
header .right-box .change-text-size li#font-small{
    font-size: 11px;
    padding: 8px 11px;
}
header .head-left{
    position: absolute;
    top: 15px;
    left: 4%;
}
header .left-box.tel{
    display: inline-block;
}
header .left-box .tel-vote-num{
    border: 2px solid #fff;
    padding: 8px 15px 5px;
    text-align: center;
    color: #fff;
    font-size: 11px;
    border-left: none;
    border-right: none;
    letter-spacing: 2px;
}
header .left-box .tel-vote-num span{
    display: block;
    font-size: 23px;
    letter-spacing: 3px;
}
header .left-box.sns{
    display: inline-block;
    vertical-align: text-bottom;
    margin-left: 30px;
}
header .left-box.sns li{
    display: inline-block;
}
header .left-box.sns li img{
    height: 35px;
    margin-left: 15px;
}
header .left-box.sns li:nth-child(1) img{
    margin-left: 0;
}
header .left-box.sns li:nth-child(3) img{
    height: 30px;
}
header .sp-menu{
    display: none;
}
header .sp-menu.fixed{
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
}
header .right-box .goog-te-gadget-simple{
    border: 2px solid #070606;
    background-color: #fff;
    width: 180px;
    height: 33px;
    padding: 2px 5px;
    margin-top: 0;
}
header .right-box .sp-translate .skiptranslate.goog-te-gadget select{
    webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
    width: 180px;
    height: 33px;
    padding: 2px 5px;
    margin: -2px 0 0 -2px;
}
header .right-box .sp-translate .skiptranslate.goog-te-gadget select::-ms-expand{
    display: none;
}
header .right-box .change-language .sp-translate{
    border: 2px solid #000;
    position: relative;
    width: 180px;
    height: 33px;
    display: block;
    background-color: #fff;
    overflow: hidden;
}
header .right-box .change-language .sp-translate:after{
    content : '▼';
    position: absolute;
    top: 6px;
    right: 2px;
    font-size: 80%;
}
.skiptranslate.goog-te-gadget > span{
    display: none;
}
#emergency{
    padding: 10px 0;
}
#emergency div{
    width: 90%;
    margin: auto;
    padding: 10px;
    text-align: center;
    border: 3px solid #EF5350;
    background-color: #fff;
}
#emergency label{
    margin-bottom: 3px;
    color: #EF5350;
    font-weight: bold;
    font-size: 120%;
}
#emergency p{
    margin-bottom: 0;
}
#main-visual{
    /* position: relative; */
    background: url(../img/top-back_03.jpg);
    background-size: 100%;
    background-size: cover;
    width: 100%;
    text-align: center;
}
#main-visual .text-center{
    background: url(../img/bank.png) repeat-x bottom;
    background-size: 100%;
}
#main-visual #main-movie .movie-box img {
    width:100%;
}
#main-visual #main-movie{
    padding: 15px 0 70px;
}
#main-visual #main-movie h2{
    /*background-color: #5C6BC0;*/
    margin: auto;
    padding: 5px 30px;
    margin-bottom: 20px;
    color: #fff;
    /*text-shadow: 0 2px 0 #070606;*/
    display: inline-block;
    letter-spacing:0.1em;
    font-size:35px;

}
@media (min-width: 1200px){
    #main-visual #main-movie .container{
        width: 1250px;
    }
    .net_innner{
        display: inline-block;
        padding: 10px;
        width: 100%;
    }
    .net_innner_l{
        display: inline-block;
        width: 50%;
        float: left;
        text-align: right;
        padding: 20px;
    }
    .net_innner_r{
        display: inline-block;
        width: 50%;
        float: right;
        text-align: left;
        padding: 20px;
    }

    .net_innner_l a,.net_innner_r a{
        display: inline-block;
    }
    .net_innner_l a img,.net_innner_r a img{
        width: 80%;
    }

}
#main-visual #main-movie .movie-box{
    width: 100%;
    border: 5px solid #fff;
}
#main-visual #main-movie .yosou{
    background-color: #fff;
    width: 100%;
    position: relative;
    border: 5px solid #fff;
}
#main-visual #main-movie .yosou:before {
    content:"";
    display: block;
    padding-top: 56.25%;
}
.yosou-inner{
    overflow-y: scroll;
    -ms-overflow-style:none;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 25px 5px 5px 5px;
}
#main-visual #main-movie .yosou .race-info-box{
    height: 90%;
}
#main-visual table.data-table{
    height: 80%;
}
#main-visual table.line-table{
    height: 20%;
}
#main-visual #main-movie .yosou .race-table-tab{
    display: none;
}
#main-visual #main-movie .yosou .race-table-tab.active{
    display: block;
}
#main-visual #main-movie .yosou .tab-header{
    margin-bottom: 0;
    line-height: 1.6;
    font-weight: bold;
    position: absolute;
    top: -1px;
    left: 0;
    width: 100%;
    background-color: #fff;
    height: 25px;
    z-index: 100!important;
    font-size: 110%;
}
#main-visual #main-movie .yosou .tab-header button{
    border: none;
    background-color: transparent;
}
#main-visual #main-movie .yosou .tab-header .btn-prev{
    position: absolute;
    top: 0;
    left: 0;
}
#main-visual #main-movie .yosou .tab-header .btn-next{
    position: absolute;
    top: 0;
    right: 0;
}

/*#main-visual #main-movie .yosou h3{*/
    /*padding-bottom: 10px;*/
    /*background:url(../img/bar.png) repeat-x bottom;*/
    /*background-size:100%;*/
/*}*/
#main-visual #main-movie .top-race-tab{
    width: 80%;
    text-align: left;
    margin: auto;
    margin-top: 20px;
    max-width: 800px;
    display: none;
}
#main-visual #main-movie .top-race-tab.selected{
    display: block;
}
#main-visual #main-movie .top-race-tab li{
    display: inline-block;
    width: 30%;
    margin-bottom: -1px;
}
#main-visual #main-movie .top-race-tab li img{
    width: 100%;
}
#main-visual #main-movie .top-race-content{
    margin-bottom: 40px;
}
#main-visual #main-movie .top-race-content li{
    width: 80%;
    margin: auto;
    max-width: 800px;
    display: none;
}
#main-visual #main-movie .top-race-content li.block{
    display: block;
}
#main-visual #main-movie .yosou p.no-contents{
    position: absolute;
    text-align: center;
    width: 100%;
    top: 50%;
    margin-top: -0.5em;
}
#main-visual #main-movie .yosou table{
    width: 100%;
}
#main-visual #main-movie .yosou table th,
#main-visual #main-movie .yosou table td{
    text-align: center;
    border: 1px solid #ccc;
    background-color: #fff;
    font-size: 12px;
    padding: 1px;
}
#main-visual #main-movie .yosou table th{
    background-color: #EEF9FF;
}
#main-visual #main-movie .yosou .line-table th{
    border-top: none;
}
#main-visual #main-movie .yosou .line-table td{
    padding: 5px;
}
#main-movie h3{
    text-align: left;
    margin-bottom: 0;
    margin-bottom: -1px;
}
#main-movie h3 img{
    max-width: 220px;
    width: 100%;
}
#main-visual #main-movie .race-result{
    background-image: url(../img/b-back.png);
    color: #fff;
    padding: 15px;
    text-align: center;
    width: 100%;
    max-width: 650px;
    margin: 20px auto 0;
}
#main-visual #main-movie .race-result h3{
    text-align: center;
    margin-bottom: 15px;
}
#main-visual #main-movie .race-result h3 img{
    width: 100%;
    max-width: 130px;
}
#main-visual #main-movie .race-result button{
    width: 34px;
    height: 34px;
    border-radius: 50%;
    margin: 5px;
    color: #333;
    font-size: 14px;
    outline: none;
    background-color: #fff;
    border: dashed 1px #333;
    box-shadow: 0px 0px 0px 3px #fff;
    display: inline-block;
    vertical-align: middle;
    line-height: 28px;
    cursor: pointer;
    padding: 0;
    letter-spacing: 0;
}
#main-visual #main-movie .race-result button:hover{
    background-color: #f0ac36;
    box-shadow: 0px 0px 0px 3px #f0ac36;
}
#main-visual #main-movie .race-result button:disabled{
    background-color: #999;
    box-shadow: 0px 0px 0px 3px #999;
}
#main-visual .bx-wrapper{
    border: none;
    box-shadow: none;
    margin: 0 auto;
}
#main-visual .bx-viewport{
    overflow:visible!important;
}
#main-visual #main-img img{
    width: 40%;
    margin: 40px 0 50px 0;
}
#main-visual #main-img {
    text-align: center;
}
#main-visual #main-img video {
    width: 80%;
    height: auto;
    text-align: center;
    right: auto;
}
#main-visual{
    position: fixed;
    top: 100px;
    z-index: -100;
}
#headline{
    background-image: url(../img/b-back.png);
    color: #fff;
    padding: 8px;
    text-align: left;
    background-color: rgba(12,54,86,0.8);
    margin-top: 100px;
}
#headline div{
    width: 75%;
    margin: auto;
}
#headline div a{
    color: #fff;
}
#headline img{
    height: 25px;
}
#headline .fa-chevron-right{
    vertical-align: middle;
    margin-right: 9px;
    margin-left: 11px;
}
#nav-wrapper{
    /*background-image: url(../img/bg_nav.png);*/
}
.nav a{
    color: #fff;
}

.nav li{
    padding-top: 10px;
    display: inline-block;
    width: 16.66%;
    text-align: center;
    line-height: 30px;
    border-right: 1px solid #ccc;
}
.nav li:hover .nav-main-font{
    color: #fff;
}
.nav li:hover .nav-sub-font{
    color: #fff;
}
.nav li:hover .nav-btm img.off-img{
    display: none;
}
.nav li:hover .nav-btm img.on-img{
    display: block;
}
.nav li#icon_nav_acticipate{
    border-left: none;
    border-bottom: 6px solid #fe4848;
}
.nav li#icon_nav_ticket{
    border-bottom: 6px solid #2c70ff;
}
.nav li#icon_nav_live{
    border-bottom: 6px solid #b272eb;
}
.nav li#icon_nav_info{
    border-bottom: 6px solid #ffb95a;
}
.nav li#icon_nav_enjoy{
    border-bottom: 6px solid #ff8796;
}
.nav li#icon_nav_beginner{
    border-bottom: 6px solid #66BB6A;
}
.nav li img{
    margin-right: 10px;
    display: block;
    margin: 0 auto;
}
.nav li img.main-nav{
    height: 33px;
    width: auto;
}
.nav li span{
    display: block;
    line-height: 1.5;
    letter-spacing: 2px;
}
img.top-icon{
    width: 35px;
    margin-bottom: 5px;
}
section{
    padding: 30px 0;
}
h1{
    margin: 10px 0;
}
h1 img{
    margin-right: 15px;
    margin-bottom: 10px;
    height: 40px;
}
h2 > img{
    height: 60px;
    padding: 0 5px 15px 0;
}
.top-title-box{
    text-align: center;
}
.top-title-box p{
    color: #c0c0c0;
    margin-bottom: 5px;
    font-size: 13px;
}
.top-title-box div{
    background: url(../img/wave-line.png) repeat-x center 12px;
    background-size: 610px;
    width: 90%;
    max-width: 800px;
    margin: auto;
}
.top-title-box h2{
    font-size: 55px;
    letter-spacing: 3px;
    font-family: Oswald Regular;
    color: #016ca0;
    background: #fff;
    display: inline-block;
    padding: 0 40px;
    font-weight: lighter;
}
.top-title-box h2.back-blue{
    background-color: #EEF9FF;
}
.top-title-box2{
    text-align: left;
}
.top-title-box2 img.line-img{
    width: 100%;
}
.top-title-box2 img.top-icon{
    margin-bottom: 0;
}
.top-title-box2 .right{
    width: 250px;
    margin: auto;
    display: inline-block;
    padding-left: 15px;
}
.top-title-box2 .left{
    display: inline-block;
}
.top-title-box2 h2{
    font-size: 55px;
    letter-spacing: 3px;
    font-family: Oswald Regular;
    color: #016ca0;
    background: #fff;
    font-weight: lighter;
}
.top-title-box2 p{
    color: #c0c0c0;
    margin-bottom: 5px;
    font-size: 13px;
}
#sec-race{
    margin: auto;
    width: 95%;
    max-width: 1800px;
    padding-bottom: 20px;
    background: #fff;
}
/*#sec-race h2{
    margin-bottom: 20px;
    font-size:22px;
    color:#888;
}*/
#sec-race article{
    width: 100%;
    max-width: 900px;
    margin: auto;
    display: flex;
    -js-display: flex;
    display:box;
    padding: 15px;
    height: 150px;
}
#sec-race article .date{
    font-size: 150%;
    text-align: center;
    width: 290px;
    display: inline-block;
    align-items: center;
    margin-right: 10px;
}
#sec-race article .date.today{
    background: url(../img/today.png) no-repeat;
    background-size: 110%;
}
#sec-race article .date.tomorrow{
    background: url(../img/tomorrow.png) no-repeat;
    background-size: 110%;
}
#sec-race article .date div{
    width: 100%;
    height: 100%;
    background: url(../img/hukidashi.png) no-repeat right;
    background-size: 25px;
}
#sec-race article .date div span{
    font-weight: bold;
    font-size: 130%;
}
#sec-race article .date div p{
    margin-bottom: 0;
    font-size: 20px;
    padding-top: 50px;
    color: #333;
    font-weight: bold;
    padding-right: 20px;
    line-height: 1.1;
}
#sec-race article .date div p span{
    font-size: 40px;
    padding: 0 5px;
}
#sec-race article .race-info{
    width: 65%;
    display: inline-block;
}
#sec-race article .race-info table{
    width: 100%;
}
#sec-race article .race-info table tr{
    height: 60px;
}
#sec-race article .race-info table th{
    display: inline-block;
    padding: 6px;
}
#sec-race article .race-info table td{
    padding: 5px;
    display: inline-block;
}
#sec-race article .race-info table td div{
    display: inline-block;
    letter-spacing: 1px;
    width: 380px;
    /*width: 390px;*/
}
#sec-race article .race-info table th .honjyo{
    color: #fff;
    font-size: 16px;
    background: url(../img/hukidashi2.png);
    background-size: 100%;
    height: 30px;
    width: 150px;
    font-weight: normal;
    text-align: center;
    padding: 2px;
}
#sec-race article .race-info table th .jyogai{
    color: #fff;
    font-size: 16px;
    background: url(../img/hukidashi3.png);
    background-size: 100%;
    height: 30px;
    width: 150px;
    font-weight: normal;
    text-align: center;
    padding: 3px;
}
#sec-race article .race-info a{
    text-decoration: underline;
    color: #333;
    letter-spacing: 1px;
    font-weight: bold;
}
#sec-race .row{
    margin: auto;
    width: 100%;
}
#sec-schedule{
    padding-top: 0;
    width: 95%;
    margin: auto;
    background: #fff;
}
#sec-schedule h2{
    margin-bottom: 20px;
}
#sec-schedule table.sp{
    display: none;
}
#sec-schedule table{
    margin: auto;
    max-width: 1800px;
    table-layout: fixed;
    border:0;
    border-spacing:0;
}
#sec-schedule .table tbody{
    background-color: #fff;
    width: 100%;
    /*border: 3px solid #ccc;*/
}
#sec-schedule .table tr{
    width: 100%;
}
#sec-schedule .table th,
#sec-schedule .table td{
    padding: 5px;
    border: 1px solid #e0e0e0;
    text-align: center;
    vertical-align: middle;
}
#sec-schedule .table td{
    width: 55px;
}
#sec-schedule td img{
    width: 20px;
    margin: 3px;
}
#sec-schedule td a{
    color: #070606;
    font-weight: bold;
}
#sec-schedule .icon-guide p{
    margin-bottom: 0;
    display: inline-block;
}
#sec-schedule th.years{
    min-width: 100px;
    width: 200px;
    /*color: #29B6F6;*/

}
#sec-schedule th.years strong{
    font-size: 2em;
}
#sec-schedule th.red{
    color: #EF5350;
}
#sec-schedule th.blue{
    color: #5C6BC0;
}
#sec-schedule tr.back-gray{
    background-color: #F8F8F8;
}
#sec-schedule th.back-red{
    background-color: #fff4f9;

   /* color: #EF5350;*/
}
#sec-schedule th.back-orange{
    background-color: #fff9f4;
    color: #FFA726;
}
#sec-schedule .back-outside{

}
#sec-schedule td.back-red{
    background-color: #fff4f9;
}
#sec-schedule td.back-orange{
    background-color: #fff9f4;
}
#sec-schedule .icon-guide{
    margin-top: 15px;
    margin-bottom: 10px;
}
#sec-schedule .icon-guide img{
    width: 20px;
    padding-bottom: 3px;
    padding-right: 3px;
    margin-left: 20px;
}
#sec-schedule .desc{
    margin-bottom: 0;
    margin-top: 10px;
    text-align: right;
}
#sec-schedule button{
    color: #fff;
    width: 150px;
    padding: 5px;
    outline: none;
    border: 2px solid #086490;
    background-color: #086490;
    margin-top: 5px;
    cursor: pointer;
}
#sec-schedule button:hover{
    background: #fff;
    color: #086490;
}
#sec-schedule .icon-guide{
    margin-top: 10px;
}
#sec-schedule .text-center{
    margin-bottom: 40px;
}
.table table{
    border:0;
}
#sec-contents{
    background-color: #EEF9FF;
    display: block;
}
#sec-contents .text-center{
    width: 100%;
    display: inline-flex;
    -js-display: flex;
    display:box;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 50px;
}
#sec-contents .cont-list-box h3{
    font-size: 18px;
}
#sec-contents .cont-list-box img{
    margin: 5px 0 15px 0;
    width: 80px;
}
#sec-contents a{
    text-decoration: none;
    color: #070606;
    display: inline-block;
    width: 18%;
    max-width: 380px;
    background-color: #fff;
    padding: 20px 5px;
    margin: 1em;
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.12);
    border: 3px solid #fff;
    transition-duration: .3s;
}
#sec-contents a:hover{
    border: 3px solid #086490;
}
#sec-info{
    overflow: hidden;
    margin: auto;
    width: 95%;
    max-width: 1800px;
    background: #fff;
}
#sec-info div .news-box,
#sec-info div .event-box{
    padding: 1em;
    margin: 1em 0;
    margin-bottom: 25px;
    height: 420px;
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.12);
}
#sec-info div .event-box{
    position: relative;
}
#sec-info div .event-box .has-not-event{
    position: absolute;
    top: 50%;
    width: 100%;
    margin: -1em 0 0 -1em;
}
#sec-info .info-list-box{
    display: flex;
    -js-display: flex;
    align-items: center;
    padding: 5px;
    height: 130px;
    border-bottom: 1px dotted #ccc;
}
#sec-info .info-img{
    width: 130px;
    height: auto;
}
#sec-info .info-img img{
    width: 100%;
    height: auto;
}
#sec-info .info-cont{
    width: 100%;
    padding: 20px 10px;
}
#sec-info .info-list-box:nth-child(3){
    border-bottom: none;
}
#sec-info .title{
    text-align: left;
    overflow: hidden;
    height: 5em;
    line-height: 1.5;
    padding-left: 10px;
    padding-top: 5px;
}
#sec-info a{
    cursor: pointer;
    outline: none;
}
#sec-info a .title{
    font-weight: bold;
    color: #070606;
}
#sec-info .date{
    text-align: right;
    margin-bottom: 0.5em;
    color: #016ca0;
    font-weight: bold;
}
#sec-info .left-box{
    float: left;
    width: 46%;
    margin: 1em;
}
#sec-info .right-box{
    float: right;
    width: 46%;
    margin: 1em;
}
#sec-info button{
    color: #fff;
    width: 200px;
    padding: 8px;
    outline: none;
    border: 2px solid #086490;
    background-color: #086490;
}
#sec-info button:hover{
    background-color: #fff;
    color: #086490;
}
#sec-pickup-contents{
    background-color: #EEF9FF;
}
#sec-pickup-contents .text-center{
    max-width:  1800px;
    width: 100%;
    margin: auto;
}
#sec-pickup-contents .row div{
    display: inline-block;
    margin: 1em;
    width: 28%;
}
#sec-pickup-contents .row img{
    box-shadow: 2px 2px 5px #333;
    width: 100%;
}
#sec-pickup-contents .row{
    margin: 0;
    width: 100%;
    margin-bottom: 20px;
}
#sec-pickup-contents .row:last-child{
    margin-bottom: 0;
}
#sec-banner .banner-inner{
    margin: auto;
    width: 90%;
    max-width: 1800px;
    text-align: center;
}
#sec-banner .banner-inner img{
    margin: 10px 15px;
    text-align: left;
}

.main-title{
    margin: 20px 0;
}

#pan{
    width: 90%;
    margin: auto;
    max-width: 1800px;
    padding-top: 20px;
    color: #888;
    font-size: 13px;
}
#pan{
    letter-spacing: 1px;
}
#pan a{
    color: #888;
    text-decoration: underline;
}
#pan a:hover{
    color: #29B6F6;
}
#pan svg{
    margin: 0  10px;
}
.info .title-box{
    color: #FFA726;
}
.vote .title-box{
    color: #2c70ff;
}
.race .title-box{
    color: #fe4848;
}
.ticket .title-box{
    color: #016fbc;
}
.other .title-box{
    color: #999;
}
.enjoy .title-box{
    color: #ff8796;
}
.live .title-box{
    color: #b272eb;
}
.beginner .title-box{
    color: #66BB6A;
}
.title-box{
    padding: 5px;
    background: url(../img/bar.png) repeat-x bottom;
    background-size: 50%;
    padding-bottom: 10px;
}
.title-box h1{
    /*font-family: 源柔ゴシック;*/
    letter-spacing: 4px;
}
.title-box h2{
    margin-bottom: 0;
}
.info-list{
    max-width: 1000px;
    margin: auto;
    padding: 20px;
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.12);
}
.info-list div{
    padding: 12px 0;
}
.info-list p{
    margin-bottom: 0;
}
.info-list .date{
    width: 20%;
    display: inline-block;
    text-align: center;
    vertical-align: top;
    color: #777;
    font-weight: bold;
}
.info-list .date svg{
    margin-right: 5px;
    color: #FFA726;
}
.info-list a{
    color: #070606;
    text-decoration: underline;
}
.info-list a:hover{
    color: #FFA726;
}
.info-list .title{
    width: 79%;
    display: inline-block;
}
.info-box{
    width: 70%;
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.12);
    margin: auto;
    padding: 3%;
}
.info-box h3{
    margin-bottom: 30px;
    border-bottom: 3px solid #FFA726;
    padding-bottom: 10px;
    letter-spacing: 2px;
}
.info-box p{
    margin-bottom: 0;
}
.info-box p.date{
    margin-bottom: 15px;
}
.info-box .contents{
    width: 95%;
    margin: auto;
}
.info-box img{
    max-width: 100%;
    height: auto;
}
.cont{
    padding: 50px 0 30px;
    width: 90%;
    margin: auto;
    max-width: 1800px;
}
.button-box button{
    width: 350px;
    padding: 10px 5px;
    outline: none;
    color: #fff;
    font-size: 120%;
    margin: 0 20px;
    cursor: pointer;
}
.info .button-box button{
    background-color: #016ca0;
    border: 2px solid #016ca0;
}
.info .button-box button:hover{
    background-color: #fff;
    color: #016ca0;
}
#access-car,
#access-bus{
    margin-top: 50px;
}
#access-car .inner > p,
#access-bus .inner > p{
    margin-top: 20px;
}
#access p{
    letter-spacing: 2px;
    line-height: 1.9;
}
#access .map-area{
    text-align: center;
}
#access iframe{
    margin-top: 50px;
    margin-bottom: 10px;
}
.access-park img{
    width: 50%;
    max-width: 600px;
}
.access-park div{
    display: inline-block;
    margin-left: 3%;
    vertical-align: middle;
}
.access-park div a{
    display: block;
    margin: 5px 0;
}
.access-park button,
#access-bus button{
    width: 300px;
    padding: 10px 5px;
    outline: none;
    color: #fff;
    cursor: pointer;
    border: 2px solid #016ca0;
    margin-top: 20px;
    background-color: #016ca0;
}
.access-park button:hover,
#access-bus button:hover{
    background-color: #fff;
    color: #016ca0;
}
#access-bus p{
    line-height: 2;
}
#access-bus #hiratuka-station,
#access-bus #honatugi-station{
    padding: 40px 20px 50px;
    margin: auto;
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.12);
    display: inline-block;
    margin-bottom: 30px;
    margin-top: 30px;
}
#access-bus div h3{
    margin-bottom: 30px;
    letter-spacing: 4px;
    background: #fff;
}
#access-bus div img{
    width: 40%;
    max-width: 500px;
    margin-bottom: 15px;
}
#access-bus div div{
    display: inline-block;
    vertical-align: middle;
    margin-left: 3%;
    min-width: 350px;
}
#access-bus div div p:last-child{
    margin-top: 40px;
}
#access-bus div div p strong{
    color: red;
}
.bus_style{
    width: 100%;
}
.bus_style th,
.bus_style td{
    /*border-bottom: 1px solid #FFA726;*/
    border: 1px solid #FFA726;
    text-align: center;
    padding: 10px 20px;
    height: 17px;
}
.bus_style th{
    background-color: #fff4ea;
    border: 1px solid #FFA726;
}
@media only screen and (min-width: 481px){
.sub-race-img img{
    height: 30px;
}
#bus .clearfix br{
  display:none;
 }
}
#bus .clearfix p{
    border-bottom: 1px solid orange;
    margin-bottom: 10px;
    display: inline-block;
    letter-spacing: 1px;
    line-height: 1.5;
}
#bus .clearfix a{
    display: block;
    margin-bottom: 5px;
}
#bus .cont{
    width: 80%;
}
#bus p{
    margin-bottom: auto;
}
#bus .comment{
    text-align: right;
    margin-top: 10px;
}
#bus .time{
    width: 120px;
}
#bus .minute{
    width: 400px;
}
#bus .red{
    color: red;
}
#bus .orange{
    color: #FFA726;
}
#bus div.bus-table{
    padding-top: 30px;
}
#bus h2.bus_access{
    text-align: center;
    margin-bottom: 15px;
    color: #888;
}
#bus .fa-chevron-down{
    display: none;
}
#bus .station{
    font-size: x-large;
    font-weight: bold;
    margin-top: 20px;
}
#race-info .race-name{
    margin-bottom: 40px;
    display: block;
}
#race-info .race-top{
    display: inline-flex;
    width: 100%;
    max-width: 1350px;
    margin: auto;
}
#race-info .cont div .left{
    width: 47%;
    display: inline-block;
    max-width: 650px;
    margin-right: 15px;
    vertical-align: middle;
}
#race-info .cont div .left .col2{
    width: 46%;
    display: inline-block;
    margin-top: 0;
    display: inline-grid;
    margin: 0 1.3% 10px;
    border: 1px solid #ffd6d6;
}
#race-info .cont div.event{
    text-align: left;
    padding: 10px;
    width: 95%;
    margin: auto;
    line-height: 1.8;
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.12);
}
#race-info .cont div.event label{
    width: 120px;
    text-align: left;
    margin-bottom: 0;
    font-weight: bold;
    vertical-align: top;
}
#race-info .cont div.event p{
    margin-bottom: 0;
    display: inline-block;
    max-width: 73%;
}
#race-info .cont div.event a{
    color: #070606;
}
#race-info .cont .data{
    color: #999;
    letter-spacing: 1px;
    margin-bottom: 0;
}
#race-info .cont h4{
    margin:15px 0;
}
#race-info .cont div .left .col2 label{
    margin-bottom: 0;
    color: #070606;
    background-color: #ffd6d6;
    display: block;
    padding: 5px;
    font-weight: bold;
}
#race-info .cont div .left .col2 p{
    margin-bottom: 0;
    padding: 10px;
}
#race-info .cont div .right{
    width: 49%;
    display: inline-block;
    max-width: 650px;
    margin-left: 15px;
}
#race-info .cont div .right img{
    width: 100%;
}
#race-info .left button{
    margin-top: 20px;
    color: #fff;
    background: #016ca0;
    border: 2px solid #016ca0;
    outline: none;
    padding: 8px 30px;
    cursor: pointer;
    border-radius: unset;
    font-size: 100%;
}
#race-info .left button:hover{
    background: #fff;
    color: #016ca0;
}
.hide{
    display: none;
}
.race-tab{
    margin-top: 60px;
}
.race-tab li{
    display: inline-block;
    width: 20%;
    padding: 12px;
    background: #eaeaea;
    font-size: 18px;
    border-bottom: none;
    cursor: pointer;
}
.race-tab li .fa-chevron-down{
    display: none;
}
.race-tab li.select{
    background: #fe4848;
    color: #fff;
    cursor: auto;
}
.race-tab li.select .fa-chevron-down{
    display: inline-block;
}
#race-info .content li{
    list-style: none;
    width: 100%;
    max-width: 1350px;
    margin: auto;
    padding: 40px;
    border-top: 5px solid #fe4848;
}
#race-info li.player{
    text-align: left;
}
#race-info li.player a.list-box{
    width: 23%;
    display: inline-block;
    padding: 15px;
    margin: 0.8%;
    text-decoration: none;
    color: #070606;
    text-align: center;
    border: 3px solid #fff;
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.12);
    transition-duration: .3s;
}
#race-info li.player a.list-box:hover{
    border: 3px solid #fe4848;
}
#race-info li.player .list-box .name{
    font-weight: bold;
    font-size: 120%;
}
#race-info li.player .list-box .name span{
    display: block;
    font-size: 75%;
}
#race-info li.player .list-box img{
    width: 60%;
    margin-top: 5px;
    max-width: 120px;
}
#race-info li.player .list-box table{
    width: 100%;
    text-align: center;
    background: #fff;
    margin: auto;
    margin-top: 10px;
    max-width: 230px;
    font-size: 90%;
}
#race-info li.player .list-box table th,
#race-info li.player .list-box table td{
    border: 1px solid #ffd6d6;
    padding: 2px;
}
#race-info li.player .list-box table th{
    background: #ffd6d6;
    text-align: center;
    border-bottom-color: #fff;
}
#race-info li.tv div:last-child{
    margin-top: 20px;
}
#race-info li.tv div p{
    margin-bottom: 12px;
}
#race-info li.tv table{
    display: inline-block;
}
#race-info li.tv table th,
#race-info li.tv table td{
    padding: 5px;
    width: 130px;
    border: 1px solid #ffd6d6;
    text-align: center;
}
#race-info li.tv table th{
    background: #ffd6d6;
    border-bottom: 1px solid #fff;
}
#race-info li.time table{
    width: 90%;
    margin: auto;
}
#race-info li.time table th,
#race-info li.time table td{
    border: 1px solid #ffd6d6;
    padding: 10px;
    text-align: center;
    width: 15%;
}
#race-info li.time table th{
    background: #ffd6d6;
}
#race-info li.time table td:first-child{
    background: #ffefef;
    font-weight: bold;
}
#race-view .cont .data{
    color: #999;
    letter-spacing: 1px;
}
.cont .boder h2{
    margin: auto;
    margin: 10px 0;
    letter-spacing: 4px;
    background: #fff;
    display: inline-block;
    padding: 0 40px;
    font-weight: normal;
    color: #333;
}
.cont .boder{
    background: url(../img/wave-line.png) repeat-x center 12px;
    background-size: 610px;
    width: 95%;
    margin: auto;
}
#race-view .cont .detail{
    width: 80%;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 10px;
    text-align: left;
    padding: 20px;
    letter-spacing: 2px;
    line-height: 1.9;
}
#race-view section,#race-info section{
    width: 80%;
    margin: auto;
    padding-top: 20px;
    text-align: center;
    padding-bottom: 0;
}
#race-view .cont section button,#race-info .cont section button{
    width: 250px;
    margin: 1%;
    padding: 10px 0;
    color: #fff;
    border: 2px solid #016ca0;
    outline: none;
    cursor: pointer;
    background-color: #016ca0;
}
#race-view .cont section button:hover,#race-info .cont section button:hover{
    background-color: #fff;
    color: #016ca0;
}
#race-view p{
    margin-bottom: 0;
}
.table-inner{
    width: 80%;
    margin: auto;
}
table.list{
    width: 100%;
    text-align: left;
}
table.list td.date{
    color: #888;
    letter-spacing: 1px;
    padding: 15px 0;
    text-align: center;
    width: 300px;
}
table.list td.race-name{
    font-size: 1.3rem;
    padding: 15px;
}
table.list td.race-name a{
    color: #016ca0;
}
table.list tr{
    border-bottom: 1px dotted #ccc;
}
#assen .sec-btn {
    padding: 0;
    margin-bottom: 10px;
}
#assen .sec-btn button{
    width: 15%;
    margin: 5px;
    padding: 13px;
    border: none;
    font-size: 120%;
    font-weight: bold;
    outline: none;
    cursor: pointer;
    color: #070606;
    background-color: #eaeaea;
}
#assen .sec-btn button.select{
    background-color: #fe4849;
    color: #fff;
}
#assen table td{
  white-space:nowrap;
}
#assen table td:nth-child(4),
#assen table td:nth-child(5){
        text-align: left;
        padding-left: 10px;
}
#player .boder{
    text-align: center;
    margin-bottom: 20px;
    margin-top: 10px;
}
#player .sec-btn {
    padding: 0;
    margin-bottom: 10px;
}
#player .sec-btn button{
    width: 15%;
    margin: 5px;
    padding: 13px;
    border: none;
    font-size: 120%;
    font-weight: bold;
    outline: none;
    cursor: pointer;
    color: #070606;
    background-color: #eaeaea;
}
#player .sec-btn button.select{
    background-color: #fe4849;
    color: #fff;
}
#player .list-box{
    text-align: left;
    padding-bottom: 0;
    padding-top: 30px;
    display: none;
}
#player .list-box .inner{
    padding: 0 1rem;
    display: flex;
    -js-display: flex;
    flex-wrap: wrap;
}
#player .list-box.block{
    display: block;
}
#player .list-box .player-box{
    width: 22%;
    display: inline-block;
    margin: 1.3%;
    text-align: center;
}
#player .list-box .player-box .box-inner{
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.12);
    padding: 20px;
}
#player .list-box .player-box .name{
    margin-bottom: 5px;
    font-size: 120%;
    font-weight: bold;
}
#player .list-box .player-box .name span{
    display: block;
    font-size: 65%;
    font-weight: normal;
}
#player .list-box .player-box .prof-box img{
    height: auto;
    width: 40%;
    max-width: 80px;
    margin-right: 1%;
}
#player .list-box .player-box .prof-box div{
    display: inline-block;
    vertical-align: middle;
    font-size: 90%;
    margin-top: 5px;
}
#player .list-box .player-box div p{
    margin-bottom: 3px;
}
#player .list-box .player-box div p span{
    display: block;
    font-weight: bold;
}
#player .list-box .sns-box{
    margin-top: 10px;
}
#player .list-box .sns-box img{
    width: 30px;
    margin: 0 2%;
}
#player .list-box .player-box button{
    width: 100%;
    max-width: 200px;
    margin-top: 15px;
    outline: none;
    padding: 5px;
    color: #fff;
    border: 2px solid #016ca0;
    background-color: #016ca0;
    cursor: pointer;
    margin-bottom: 3px;
}
#player .list-box .player-box button:hover{
    background-color: #fff;
    color: #016ca0;
}
#player .list-box .player-box button.interview-btn{
    background: #2bb6f6;
    border-color: #2bb6f6;
}
#player .list-box .player-box button.interview-btn:hover{
    color: #2bb6f6;
    background-color: #fff;
}
#single-player .boder{
    margin-bottom: 30px;
}
#single-player .movie-img-box{
    width: 45%;
    display: inline-block;
    overflow: hidden;
}
#single-player .movie-img-box img{
    width: 80%;
    height: auto;
    max-width: 500px;
    float: right;
    margin-right: 5%;
}
#single-player .movie-img-box div{
    position:relative;
    width:100%;
    height:0;
    padding-top:75%;
}
#single-player .movie-img-box iframe{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}
#single-player .prof-box{
    width: 45%;
    display: inline-block;
    text-align: left;
    vertical-align: top;
    margin-left: 3%;
}
#single-player .prof-box table{
    width: 100%;
}
#single-player .prof-box th,
#single-player .prof-box td{
    padding: 7px 15px;
    border: 1px solid #ffd6d6;
}
#single-player .prof-box th{
    background-color: #ffd6d6;
    border-bottom-color: #fff;
}
#single-player .prof-box div{
    text-align: right;
    margin-top: 10px;
    margin-right: 10px;
}
#single-player .interview-box{
    max-width: 1000px;
    width: 100%;
    margin: auto;
    margin-top: 30px;
    text-align: left;
}
#single-player .interview-box h3{
    margin-bottom: 20px;
}
#single-player .interview-box p{
    line-height: 1.6;
    letter-spacing: 1px;
}
#single-player .interview-box img{
    max-width: 100%;
    height: auto;
    margin-bottom: 15px;
}
#fmcheck table{
    width: 100%;
}
#fmcheck table th,
#fmcheck table td{
    text-align: center;
    font-weight: normal;
    color: #333;
}
#fmcheck table tr{
    border: 1px solid #ccc;
    border-left: none;
    border-right: none;
}
#fmcheck table th.black span{
    background-color: #3f3f3f;
    color: #fff;
}
#fmcheck table th.red span{
    background-color: #fe4848;
    color: #fff;
}
#fmcheck table th.blue span{
    background-color: #2c70ff;
    color: #fff;
}
#fmcheck table th.yellow span{
    background-color: #ffff66;
}
#fmcheck table th.green span{
    background-color: #66BB6A;
    color: #fff;
}
#fmcheck table th.orange span{
    background-color: #ffb95a;
    color: #fff;
}
#fmcheck table th.pink span{
    background-color: #ff8796;
    color: #fff;
}
#fmcheck table th.purple span{
    background-color: #b272eb;
    color: #fff;
}
#fmcheck input[type="checkbox"]{
    cursor: pointer;
}
#fmcheck .comb-box table td input{
    width: 40px;
    border: none;
    background: #eaeaea;
    padding: 7px 0;
    margin: 0 5px;
}
#fmcheck table td input{
    text-align: center;
}
#fmcheck .comb-box table{
    width: 55%;
}
#fmcheck .comb-box table tr{
    border: none;
}
#fmcheck .comb-box table tr:nth-child(2){
    border-bottom: 1px solid #ccc;
}
#fmcheck .comb-box table th{
    background: #016fbc;
    color: #fff;
    padding: 7px 0;
    letter-spacing: 1px;
}
#fmcheck .comb-box table td span{
    display: block;
    margin: 13px 0;
    border-right: 1px solid #ccc;
    padding: 5px;
}
#fmcheck .comb-box table tr td:last-child span{
    border: none;
}
#fmcheck .formbutton{
    background-color: #f0f0f0;
    color: #999;
    padding: 6px 50px;
    border: none;
    outline: none;
    cursor: pointer;
    font-size: 90%;
    margin-top: 20px;
    margin-left: -45px;
}
#fmcheck form{
    padding: 25px 60px;
    padding-bottom: 15px;
    padding-right: 0;
}
#fmcheck .cont p{
    margin-bottom: 5px;
    display: inline-block;
    text-align: left;
    line-height: 1.9;
    letter-spacing: 2px;
}
#fmcheck .guide{
    text-align: left;
    color: #016fbc;
}
#fmcheck .guide .maru{
    display: inline-block;
    font-size: 22px;
    border: 4px solid #016fbc;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    text-align: center;
}
#fmcheck .guide .guide-font{
    display: inline-block;
    vertical-align: text-bottom;
    margin-left: 10px;
    letter-spacing: 2px;
    font-size: 15px;
}
#fmcheck .check-box,
#fmcheck .comb-box{
    border-left: 4px solid #016fbc;
    margin-left: 18px;
}
#fmcheck .check-box{
    margin-bottom: 75px;
}
#fmcheck .guide-box{
    width: 900px;
    margin: auto;
    margin-top: 20px;
}
#fmcheck table th.chaku,
#fmcheck table td.chaku{
    background: #f8f8f8;
}
#fmcheck .check-box table th span{
    display: inline-block;
    padding: 6px 13px;
    margin: 2px 0;
}
#fmcheck .check-box table td span{
    margin: 4px 0;
    display: block;
    padding: 6px 5px;
    border-right: 1px solid #ccc;
}
#fmcheck .check-box table td.zentoori span{
    border-right: none;
}
#race-result .cont > div{
    width: 90%;
    margin: auto;
}
#race-result .year-tab li{
    display: inline-block;
    width: 20%;
    padding: 10px;
    font-size: 130%;
    font-weight: bold;
    cursor: pointer;
    border-bottom: none;
    background-color: #eaeaea
}
#race-result .year-tab li .fa-chevron-down{
    display: none;
}
#race-result .year-tab li.selected{
    background-color: #016ca0;
    color: #fff;
}
#race-result .year-tab li.selected .fa-chevron-down{
    display: inline-block;
}
#race-result .content li:first-child{
    display: block;
}
#race-result .content li{
    list-style: none;
    display: none;
    border-top: 5px solid #016ca0;
    padding: 50px 0;
}
#race-result .content li table{
    margin: 0 auto;
    font-size: 100%;
    width: 100%;
}
#race-result .content th.date{
    max-width: 100px;
    width: 25%;
}
#race-result .content th{
    background-color: #016ca0;
    color: #ffffff;
    font-size: 130%;
    border: 1px solid #fff;
    font-weight: normal;
    text-align: center;
}
#race-result .content th,
#race-result .content td{
    padding: 15px;
    font-family: sans-serif;
}
#race-result .content td{
    border-bottom: 1px dotted #ccc;
}
#race-result .content td.race-body{
    text-align: left;
}
#race-result .content td.race-body .title{
    font-size: 130%;
}
#race-result .content td.race-body .title a{
    color: #016ca0;
    text-decoration: none;
}
#race-result .content td.race-body .title a:hover{
    text-decoration: underline;
}
#race-result .content td.race-body .result{
    margin-bottom: 10px;
    padding-left: 10px;
}
#race-result .content td.race-body .result .btn-list button{
    width: 50px;
    padding: 3px 0;
    background-color: #4d98bc;
    border: 3px double #fff;
    border-radius: 3px;
    margin-top: 5px;
    color: #fff;
    font-size: 90%;
}
#race-result .content td.race-body .btn-list button:hover{
    transition: 0.5s;
    cursor: pointer;
    background-color: #016ca0;
}
#race-result .content td.race-body .result .btn-list button:disabled,
#race-result .content td.race-body .result .btn-list button:disabled:hover{
    background-color: #eee;
    border: 1px solid #eee;
    border: 3px double #fff;
}
#race-result .content td a{
    color: #070606;
    text-decoration: underline;
}
#race-result .content td a:hover{
    color: #fe4848;
}
#vote .cont ul{
    padding: 40px 5px;
    border-bottom: 1px dotted #070606;
}
#vote .cont li img.dmm{
    max-width: 70%;
}
#vote .cont ul:first-child{
    padding-top: 0;
}
#vote .cont li{
    display: inline-block;
    width: 24%;
}
#vote .cont li p{
    margin-bottom: 0;
}
#vote .cont li img,
#vote .cont svg{
    vertical-align: middle;
    margin-top: 5px;
    max-width: 100%;
}
#vote .cont li button{
    background: #EF5350;
    color: #fff;
    border: 2px solid #EF5350;
    width: 80%;
    max-width: 250px;
    padding: 10px;
    margin-top: 5px;
    cursor: pointer;
    outline: none;
}
#vote .cont li button.green{
    background-color: #66BB6A;
    border: 2px solid #66BB6A;
}
#vote .cont li button.orange{
    background-color: #FFA726;
    border: 2px solid #FFA726;
}
#vote .cont li button:hover{
    background: #fff;
    color: #EF5350;
}
#vote .cont li button.green:hover{
    color: #66BB6A;
}
#vote .cont li button.orange:hover{
    color: #FFA726;
}
#streetview h1 img{
    margin-bottom: 13px;
}
#streetview .top-wrap{
    margin: 20px 0;
}
#streetview .top-wrap img{
    width: 68%;
    max-width: 700px;
}
#streetview .top-wrap div{
    width: 30%;
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
}
#streetview .top-wrap div button{
    width: 90%;
    margin: 10px;
    color: #fff;
    padding: 10px;
    font-size: 120%;
    max-width: 350px;
    border: 2px solid;
    outline: none;
    cursor: pointer;
    font-weight: bold;
    color: #070606;
    background-color: #eaeaea;
    border: none;
}
#streetview .top-wrap div button.block{
    color: #fff;
}
#streetview .top-wrap div button:nth-child(1).block{
    background-color: #EF5350;
}
#streetview .top-wrap div button:nth-child(2).block{
    background-color: #2d6fff;
}
#streetview .top-wrap div button:nth-child(3).block{
    background-color: #FFA726;
}
#streetview .top-wrap div button:nth-child(4).block{
    background-color: #66BB6A;
}
#streetview .top-wrap div button:nth-child(5).block{
    background-color: #AB47BC;
}
#streetview .cont-wrap{
    margin-top: 50px;
    text-align: left;
    display: none;
}
#streetview .cont-wrap .inner{
    display: flex;
    flex-wrap: wrap;
    -js-display: flex;
}
#streetview #gate{
    display: block;
}
#streetview .cont-wrap .boder{
    margin-bottom: 20px;
    text-align: center;
}
#streetview .cont-wrap h2 .fa-chevron-right{
    display: none;
}
#streetview .cont-wrap h2 .fa-chevron-down{
    display: none;
}
#streetview .cont-wrap a{
    width: 23%;
    padding: 20px 5px;
    padding-bottom: 30px;
    display: inline-block;
    margin: 0.8%;
    text-align: center;
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.12);
    border: 3px solid #fff;
}
#streetview .cont-wrap a:hover{
    border: 3px solid;
}
#streetview #gate a{
    color: #EF5350;
}
#streetview #entertainment a{
    color: #0999db;
}
#streetview #viewing a{
    color: #FFA726;
}
#streetview #bank a{
    color: #66BB6A;
}
#streetview #backyard a{
    color: #AB47BC;
}
#streetview .cont-wrap div p{
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 95%;
}
#streetview .cont-wrap div img{
    width: 80%;
    margin: auto;
    max-width: 200px;
}
#contact .fa-asterisk{
    font-size: 70%;
    vertical-align: middle;
    color: #EF5350;
}
#contact input,#contact textarea{
    background-color: #eee;
    border: none;
    padding: 5px 10px;
    outline: none;
    width: 650px;
    margin-top: 5px;
    font-weight: normal;
    border: 1px solid #eee;
}
#contact input:focus,#contact textarea:focus{
    border: 1px solid #999;
}
#contact input.wpcf7-form-control.wpcf7-submit{
    width: 150px;
    border: 2px solid #016ca0;
    background-color: #016ca0;
    color: #fff;
    margin-top: 15px;
}
#contact input.wpcf7-form-control.wpcf7-submit:hover{
    background-color: #fff;
    color: #016ca0;
}
.wpcf7-form {
    margin: 20px 0;
    margin-bottom: 30px;
}
.wpcf7-form p{
    margin-bottom: 10px;
    font-weight: bold;
}
.wpcf7-form p.normal{
    font-weight: normal;
    margin-bottom: 0;
}
.screen-reader-response{
    margin-bottom: 10px;
    color: #EF5350;
}
.screen-reader-response li{
    display: none;
}
.wpcf7-response-output.wpcf7-validation-errors{
    display: none;
}
.wpcf7-response-output{
    display: none;
}
.wpcf7-not-valid-tip{
    display: block;
    color: #EF5350;
    font-size: 80%;
    padding-top: 5px;
}
#data-box h2{
    margin-bottom: 0;
}
#data-box h4{
    color: #0999db;
}
#data-box .cont a{
    color: #0999db;
}
#data-box .data-tab li{
    display: inline-block;
    width: 20%;
    padding: 10px;
    border-bottom: none;
    font-size: 120%;
    background-color: #eaeaea;
}
#data-box .data-tab li.selected{
    background-color: #fe4848;
    color: #fff;
}
#data-box .data-tab li .fa-chevron-down{
    display: none;
}
#data-box .data-tab li.selected .fa-chevron-down{
    display: inline-block;
}
#data-box .main-content li.main{
    list-style: none;
    border-top: 5px solid #fe4848;
    display: none;
    padding: 40px;
}
#data-box .main-content li:first-child{
    display: block;
}
#data-box .main-content div button{
    width: 200px;
    margin: 25px 5px 30px;
    padding: 8px;
    color: #070606;
    font-weight: bold;
    font-size: 110%;
    outline: none;
    cursor: pointer;
    border: none;
}

#data-box .main-content .prize div button{
    border: none;
    color: #070606;
    background-color: #eaeaea;
    cursor: pointer;
}
#data-box .main-content .prize div.year button.selected{
    background: #fe4848;
    color: #fff;
}
#data-box .main-content .prize div button.selected.man{
    background-color: #C6F1FF;
}
#data-box .main-content .prize div button.selected.woman{
    background-color: #ffccff;
}
#data-box .main-content .prize .sub-content{
    display: none;
}
#data-box .main-content .prize .sub-content.block{
    display: block;
}
#data-box .main-content .prize .table-content{
    display: none;
}
#data-box .main-content .prize .table-content.block{
    display: block;
}
#data-box .main-content .prize table{
  width:800px;
}
/*
#data-box .main-content .prize .table-content th:nth-child(1){
  width:90px;
}
#data-box .main-content .prize .table-content th:nth-child(2){
  width:180px;
}
#data-box .main-content .prize .table-content th:nth-child(3){
  width:90px;
}
#data-box .main-content .prize .table-content th:nth-child(4){
  width:90px;
}
#data-box .main-content .prize .table-content th:nth-child(5){
  width:350px;
}
*/
#data-box .sub-content ul li{
    width: 20%;
    padding: 8px;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
}
#data-box .sub-content ul li:last-child{
    border-right: 1px solid #ccc;
}
#data-box .sub-content .title li{
    display: inline-block;
    border-top: 1px solid #ccc;
    font-weight: bold;
}
#data-box .sub-content .rank-data li{
    display: inline-block;
}
#data-box .main-content .dividend div button{
    border: none;
    color: #070606;
    background-color: #eaeaea;
    cursor: pointer;
}
#data-box .main-content .dividend div button.selected{
    background: #fe4848;
    color: #fff;
}
#data-box .main-content .dividend .sub-content{
    display: none;
}
#data-box .main-content .dividend .sub-content.block{
    display: block;
}
#data-box .main-content .dividend .sub-content li{
    display: inline-block;
}
#data-box .dividend .sub-content .content-data li:nth-child(1){
    width: 10%;
}
#data-box .dividend .sub-content .content-data li:nth-child(2){
    width: 30%;
}
#data-box .dividend .sub-content .content-data li:nth-child(3){
    width: 20%;
}
#data-box .dividend .sub-content .content-data li:nth-child(4){
    width: 20%;
}
#data-box .dividend .sub-content .content-data li:nth-child(5){
    width: 20%;
}
#data-box .main-content .dividend .sub-content .title li{
    background-color: #ffefef;
}
#data-box .main-content .dividend .sub-content li span{
    border: 1px solid #ccc;
    padding: 1px 5px;
}
#data-box .main-content .dividend .sub-content li span.yellow{
    background-color: #ffff66;
}
#data-box .main-content .dividend .sub-content li span.pink{
    background-color: #ff66cc;
    color: #fff;
}
#data-box .main-content .dividend .sub-content li span.blue{
    background-color: #0999db;
    color: #fff;
}
#data-box .main-content .dividend .sub-content li span.black{
    background-color: #3f3f3f;
    color: #fff;
}
#data-box .main-content .dividend .sub-content li span.red{
    background-color: #EF5350;
    color: #fff;
}
#data-box .main-content .dividend .sub-content li span.green{
    background-color: #66BB6A;
    color: #fff;
}
#data-box .main-content .dividend .sub-content li span.orange{
    background-color: #FFA726;
    color: #fff;
}
#data-box .main-content .dividend .sub-content li span.purple{
    background-color: #AB47BC;
    color: #fff;
}
#pickup .data{
    color: #999;
    letter-spacing: 1px;
}
#pickup .left{
    float: left;
}
#pickup div.profile{
    width: 100%;
    text-align: center !important;
    padding-top: 10px;
}
#pickup .name{
    font-size: 2rem;
}
#pickup .list-box{
    padding-bottom: 0;
    padding-top: 0;
}
#pickup .list-box .player-box {
    width: 100%;
    display: inline-block;
    text-align: center;
    padding: 20px 50px;
    margin-top: 40px;
    margin-bottom: 20px;
}
#pickup .player-box button {
    display: block;
    margin-right: auto;
    margin-left: auto;
    background-color: #ccc;
    width: 100%;
    max-width: 210px;
    outline: none;
    padding: 3px;
    background-color: #fe4848;
    color: #fff;
    border: 2px solid #fe4848;
    cursor: pointer;
}
#pickup .prospect-text{
    width: 70%;
    display: inline-block;
    padding-left: 50px;
}
#pickup .prospect-text p{
    text-align: left;
    line-height: 1.9;
    letter-spacing: 2px;
}
#pickup .cont {
    width: 90%;
}
#pickup  p.name{
    font-weight: bold;
    color: #333;
    letter-spacing: 3px;
}
#pickup .player-box img{
    vertical-align:top;
    max-width: 100%;
}
#pickup .list-box .player-box div{
    vertical-align: top;
}
#pickup .select button{
    width: 100%;
    /*max-width: 200px;*/
    max-width:230px;
    margin: 10px 20px;
    outline: none;
    padding: 8px;
    color: #fff;
    border: 2px solid #016ca0;
    background-color: #016ca0;
    cursor: pointer;
    margin-bottom: 3px;
}
#pickup .select button:hover{
    background-color: #fff;
    color: #016ca0;
}
#pickup .picture{
    width: 20%;
    display: inline-block;
    margin-top: 10px;
}
#commentator .cont .boder{
    width: 100%;
}
#commentator .period{
    color: #888;
    letter-spacing: 1px;
    margin-bottom: 5px;
}
#commentator .period br.sp-br{
    display: none;
}
#commentator .conment-inner{
    margin-top: 20px;
}
#commentator .list-box{
    width: 85%;
    margin: auto;
    padding-top: 20px;
}
#commentator .data-box{
    background: url(../img/day-img.png) no-repeat;
    background-size: 135%;
    width: 300px;
    height: 100px;
    text-align: left;
}
#commentator .data-box .day{
    color: #fff;
    display: inline-block;
    padding: 5px;
    width: 50%;
    text-align: center;
    letter-spacing: 1px;
    margin-bottom: 0;
    font-size: 15px;
    letter-spacing: 2px;
}
#commentator .data-box .data{
    margin-bottom: 0;
    padding: 7px 0;
    padding-left: 52px;
    font-size: 18px;
    letter-spacing: 3px;
    color: #333;
    line-height: 1.2;
}
#commentator .data-box .data span{
    font-size: 37px;
    font-weight: bold;
}
#commentator .coment-box{
    text-align: left;
    margin-left: 50px;
    letter-spacing: 2px;
    line-height: 1.9;
}
#commentator .coment-box .coment-list{
    display: flex;
    -js-display: flex;
    padding: 5px 0;
    align-items: center;
    justify-content: center;
}
#commentator .coment-box .coment-title{
    width: 18%;
    display: inline-block;
    text-align: right;
    background: url(../img/hukidashi.png) no-repeat right;
    background-size: 10%;
    padding: 30px 0;
    padding-right: 35px;
    font-weight: bold;
    color: #333;
}
#commentator .coment-box .coment-list p{
    width: 80%;
    display: inline-block;
    margin-bottom: 0;
    padding: 5px 0;
    margin-left: 10px;
}
/*
#commentator h2{
    padding-bottom: 5px;
    border-bottom: 2px solid #fe4848;
    margin-bottom: 0;
}
#commentator h3{
    margin-top: 2rem;
    font-size: 1.3rem;
    color: #070606;
    text-align: left;
    padding-left: 100px;
}
#commentator .commentator-box{
    padding-top: 10px;
}
#commentator .box{
    position: relative;
    margin: 2.5em;
    padding: 1em;
    border: solid 2px #ccc;
    border-radius: 8px;
}
#commentator .box .box-title{
    position: absolute;
    top: -13px;
    left: 10px;
    padding: 0 9px;
    line-height: 1;
    background: #FFF;
    font-weight: bold;
}
#commentator .box p {
    margin: 0;
}
#commentator .list-box {
    padding-top: 30px;
}

#commentator .svg-inline--fa{
    color: #fe4848;
}
#commentator article.commentator-table{
    width: 80%;
    display: inline-block;
}
*/
#cyclistcomment .comment-date{
    font-size: 160%;
    color: #016ca0;
    font-weight: bold;
}
#cyclistcomment .btn-comment-date{
    width: 50px;
    padding: 5px 8px;
    background-color: #4d98bc;
    border: 3px double #fff;
    border-radius: 3px;
    margin-top: 5px;
    color: #fff;
    font-size: 14px;
}
#cyclistcomment .btn-comment-date:hover{
    transition: 0.5s;
    cursor: pointer;
    background-color: #016ca0;
    text-decoration: none;
}
#cyclistcomment .profile{
    padding-top: 8px;
}
#cyclistcomment .picture{
    display: inline-block;
    width: 23%;
    vertical-align: top;
}
#cyclistcomment .comment{
    width: 70%;
    display: inline-block;
}
#cyclistcomment .mainBox{
    display: inline-flex;
    flex-wrap: wrap;
    padding: 0 50px;
}
#cyclistcomment .list-box .player-box img{
    height: auto;
    width: 100%;
    max-width: 120px;
}
#cyclistcomment .list-box .player-box div p{
    text-align: left;
    margin-bottom: 0;
    margin-left: 15px;
}
#cyclistcomment p.name{
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 5px;
    color: #333;
}
#cyclistcomment p.svg-inline--fa{
    color: #fe4848;
}
#cyclistcomment .list-box .player-box {
    display: inline-block;
    width: 46%;
    margin: 2%;
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.12);
    padding: 15px;
    padding-bottom: 25px;
}
#cyclistcomment .boder{
    margin-bottom: 20px;
}
#cyclistcomment section{
    padding: 0;
}
#schedule div button{
    width: 130px;
    padding: 8px;
    background-color: #eaeaea;
    border: none;
    outline: none;
    color: #070606;
    /*font-weight: bold;*/
    margin: 0 3px;
    font-size: 120%;
    position:relative;
}
#schedule div button.selected{
    background-color: #fe4848;
    color: #fff;
}
@media (min-width: 1200px){
#schedule div button.selected::after{
    content: '';
  position: absolute;
  left:50px;
  top: 40px;
  display: block;
  width: 0;
  height: 0;
  border-right: 15px solid transparent;
  border-top: 15px solid #fe4848;
  border-left: 15px solid transparent;
}
}
#schedule section{
    padding: 40px 0;
    padding-bottom: 15px;
    display: none;
}
#schedule section.block{
    display: block;
}
#schedule table{
    border: 1px solid #e0e0e0;
    width: 90%;
    margin: auto;
}
#schedule table th,
#schedule table td{
    border: 1px solid #e0e0e0;
    text-align: center;
    padding: 5px 10px;
    vertical-align: middle;
    /*font-weight: bold;*/
}
#schedule table th.years{
    background-color: #F8F8F8;
    /*color: #29B6F6;*/
    color: #fff;
    background-color: #136594;
    border-left: 1px solid #fff;
}
#schedule table th.years span{
    font-size: 2em;
}
#schedule table td:nth-child(1),
#schedule table td:nth-child(2){
    width: 8%;
    /*background-color: #F8F8F8;*/
}
#schedule table td:nth-child(3),
#schedule table td:nth-child(4),
#schedule table td:nth-child(5){
    width: 25%;
}
#schedule table td.red{
    color: #EF5350;
}
#schedule table td.blue{
    color: #5C6BC0;
}
#schedule table img{
    width: 25px;
    margin: 3px  10px;
}
#schedule table p{
    margin-bottom: 0;
}
#schedule table a{
    color: #070606;
}
#schedule .back-orange{
    background-color: #fff9f4;
    color: #fff;
   /* border-left: 1px solid #fff;*/
}
#schedule th.back-orange{
    font-size: 120%;
    /*color: #FFA726;*/
}
#schedule th.back-orange{
    font-size: 120%;
    /*color: #FFA726;*/
}
#schedule .back-red{
    background-color: #fff4f9;
}
#schedule th.back-red{
    font-size: 120%;
    /*color: #EF5350;*/
    color: #fff;
    background-color: #136594;
    border-left: 1px solid #fff;
}
#schedule th.back-outside{
    font-size: 120%;
    /*color: #EF5350;*/
    color: #fff;
    background-color: #136594;
    border-left: 1px solid #fff;
}
#schedule .icon-guide img{
    width: 25px;
    padding-bottom: 4px;
    padding-right: 3px;
}
#schedule .icon-guide p{
    display: inline-block;
    margin-right: 5px;
}
#schedule table td p{
    display: inline-block;
}
#request-box .img-box{
    max-width: 1200px;
    margin: auto;
    margin: 50px;
    margin-bottom: 20px;
    margin: auto;
    margin-top: 50px;
}
#request-box h1 img{
    margin-bottom: 13px;
}
#request-box div ul{
   display: flex;
   -js-display: flex;
}
#request-box div li{
   display: inline-block;
   width: 25%;
}
#request-box div li img{
   width: 90%;
   border-radius: 50%;
   max-width: 300px;
}
#request-box div li p{
   font-size: 110%;
   font-weight: bold;
   margin-top: 15px;
}
#request-box .big-font{
   font-size: 26px;
   line-height: 1.9;
   font-weight: bold;
   color: #9d3939;
   margin-bottom: 40px;
   background: url(../img/hukidashi4.png) no-repeat;
   background-size: 100%;
   height: 260px;
   max-width: 1000px;
   margin: auto;
   padding-top: 80px;
   text-align: left;
   padding-left: 10%;
}
#request-box textarea{
    width: 95%;
    height: 200px;
    outline: none;
    padding: 10px;
    color: #070606;
    margin: 15px;
}
#request-box [type='submit']{
   background-color: #016ca0;
   border: 2px solid #016ca0;
   color: #fff;
   width: 150px;
   padding: 10px;
   outline: none;
   margin-top: 25px;
}
#request-box [type='submit']:hover{
    background-color: #fff;
    color: #016ca0;
}
#request-box .wpcf7-form label{
    font-size: 120%;
}
#request-box .form-box{
    max-width: 800px;
    margin: auto;
    margin-top: 20px;
}
#request-box .form{
    border: 1px dotted;
    border-left: none;
    border-right: none;
    display: flex;
    -js-display: flex;
    justify-content: center;
}
#request-box .form .left{
    width: 35%;
    display: flex;
    -js-display: flex;
    background-color: #f5eaee;
    align-items: center;
}
#request-box .form .left p{
    padding-left: 15%;
    color: #333;
    font-weight: normal;
    letter-spacing: 0;
}
#request-box .form .right{
    display: inline-block;
    width: 65%;
}
#request-box .form-box p.title{
    font-size: 18px;
    text-align: left;
    margin-bottom: 0;
    border-left: 5px solid #9d3939;
    padding-left: 10px;
    font-weight: bold;
    color: #333;
    line-height: 1.2;
    margin-bottom: 40px;
}
#live h2{
    margin-bottom: 50px;
}
#live .movie-box{
    width: 1000px;
    display: inline-block;
    margin: auto;
    max-width: 100%;
}
/*#live .movie-box .video{
    position: relative;
    padding: 30px 0 56.25%;
    overflow: hidden;
}*/
#live .movie-box iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#live .race-btn{
    margin: auto;
    margin-top: 60px;
    width: 100%;
}
#live .race-btn img{
    width: 45px;
    position: absolute;
    left: 8px;
    top: -47px;
    display: none;
}
#live .race-btn button{
    width: 65px;
    height: 55px;
    border-radius: 50%;
    margin: 0.7%;
    background-color: #f4eafc;
    color: #070606;
    font-weight: bold;
    font-size: 1.4rem;
    outline: none;
    cursor: pointer;
    border: dashed 2px #fff;
    box-shadow: 0px 0px 0px 5px #f4eafc;
    position: relative;
}
#live .race-btn button.selected{
    background-color: #b272eb;
    box-shadow: 0px 0px 0px 5px #b272eb;
    color: #fff;
}
#live .race-btn button.selected img{
    display: block;
}
#live .race-info-box{
    margin-top: 40px;
    display: none;
}
#live .race-info-box.block{
    display: block;
}
#live .race-info-box h4{
    margin-bottom: 20px;
}
#live .race-info-box table{
    width: 100%;
}
#live .race-info-box table th,
#live .race-info-box table td{
    border: 1px solid #ccc;
    text-align: center;
    padding: 5px;
}
#live .race-info-box table th{
    background-color: #f4eafc;
    font-size: 110%;
}
.race-info-box table td span{
    display: inline-block;
    border: 1px solid #070606;
    color: #fff;
    /*height: 20px;
    width: 20px;*/
    padding: 0 6px;
    vertical-align: middle;
}
.race-info-box table td span.white{
    color: #070606;
}
.race-info-box table td span.black{
    background-color: #555;
}
.race-info-box table td span.red{
    background-color: #fe4848;
}
.race-info-box table td span.blue{
    background-color: #2c70ff;
}
.race-info-box table td span.yellow{
    background-color: #ffff66;
    color: #070606;
}
.race-info-box table td span.green{
    background-color: #66BB6A
}
.race-info-box table td span.orange{
    background-color: #ffb95a;
}
.race-info-box table td span.pink{
    background-color: #ff8796;
}
.race-info-box table td span.purple{
    background-color: #b272eb;
}
#live .race-info-box .line-table th{
    border-top: none;
}
#live .race-info-box .line-table td{
    padding: 20px 10px;
}
.line-table .inner-table{
    margin-bottom: 0;
    display: table;
    margin: 0 auto;
    min-height: 25px;
}
.line-table .inner-table .tr{
    display: table-row;
}
.line-table .inner-table .tr .td{
    display: table-cell;
    padding: 2px 1px;
}
.line-table .inner-table .tr .td span.arrow{
    border: none;
    color: #070606;
}
.line-table .inner-table .tr .td span.blank{
    border: none;
}
#parking .cont{
    text-align: center;
}
#parking .top-wrap{
    margin-bottom: 60px;
}
#parking .top-wrap img{
    width: 50%;
    max-width: 750px;
    display: none;
}
#parking .top-wrap img:first-child{
    display: inline-block;
}
#parking .top-wrap div{
    width: 35%;
    display: inline-block;
    vertical-align: middle;
}
#parking .top-wrap div button{
    background-color: #eaeaea;
    color: #070606;
    border: none;
    padding: 10px;
    width: 90%;
    max-width: 450px;
    margin: 5px;
    font-weight: bold;
    font-size: 120%;
    outline: none;
    cursor: pointer;
}
#parking .top-wrap div button.selected{
    background-color: #FFA726;
    color: #fff;
}
#parking .cont-wrap{
    display: none;
}
#parking .cont-wrap.block{
    display: block;
}
#parking .cont-wrap .list-box{
    text-align: left;
    display: flex;
    -js-display: flex;
    flex-wrap: wrap;
    padding: 20px;
}
#parking .cont-wrap h3{
    margin-bottom: 10px;
    color: #888;
    margin-top: 20px;
    display: flex;
    -js-display: flex;
    align-items: center;
    margin-top: 30px;
}
#parking .cont-wrap h3:before,
#parking .cont-wrap h3:after{
    border-top: 1px solid;
    content: "";
    flex-grow: 1;
}
#parking .cont-wrap h3:before{
    margin-right: 1rem;
}
#parking .cont-wrap h3:after{
    margin-left: 1rem;
}
#parking .cont-wrap .list-box div{
    width: 22%;
    display: inline-block;
    text-align: center;
    padding: 2%;
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.12);
    margin: 1.3%;
}
#parking .cont-wrap .list-box div img{
    width: 100%;
    margin-bottom: 10px;
}
#parking .cont-wrap p{
    margin-bottom: 0;
    text-align: left;
}
#beginner section{
    padding: 20px 0;
}
#beginner section:first-child{
    padding: 0;
}
#beginner h3{
    font-size: 1.5rem;
    letter-spacing: 2px;
}
#beginner .detail{
    margin: 40px 0 60px;
    padding: 0 40px;
}
#beginner p{
    margin-bottom: 0;
}
#beginner #what-keirin img{
    max-width: 350px;
    width: 30%;
}
#beginner #what-keirin .right{
    display: inline-block;
    width: 65%;
    vertical-align: middle;
    text-align: left;
    margin-left: 2%;
}
#beginner #what-keirin .right div{
    padding: 15px 10px;
    margin-top: 15px;
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.12);
}
#beginner .green{
    color: #66BB6A;
    font-weight: bold;
}
#beginner #what-keirin .right div p{
    font-size: 90%;
    padding: 0 5px;
}
#beginner #what-keirin .right div p:first-child{
    margin-bottom: 3px;
    font-weight: bold;
    color: #fe4848;
}
#beginner #what-keirin button{
    margin-top: 30px;
}
#beginner #beginner-schedule h3{
    background-color: #EEF9FF;
    padding: 15px 0;
    margin-bottom: 0;
}
#beginner #beginner-schedule .detail{
    width: 95%;
    margin: auto;
    margin-top: 50px;
    margin-bottom: 50px;
}
#beginner #beginner-schedule .detail p:first-child{
    margin-bottom: 15px;
}
#beginner #beginner-schedule .detail .inner div{
    width: 48.5%;
    display: inline-block;
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.12);
}
#beginner #beginner-schedule .detail .inner{
    display: inline-flex;
    justify-content: space-around;
    margin: 15px 0;
}
#beginner #beginner-schedule .detail .inner p{
    padding: 20px;
    text-align: left;
}
#beginner button{
    background-color: #016ca0;
    color: #fff;
    border: 2px solid #016ca0;
    padding: 10px;
    width: 300px;
    margin-top: 20px;
    outline: none;
}
#beginner button:hover{
    background-color: #fff;
    color: #016ca0;
}
#beginner #beginner-price .detail div{
    width: 30%;
    display: inline-table;
    margin: 0 1%;
}
#beginner #beginner-price .detail div p{
    width: 80%;
    margin: auto;
    margin-top: 10px;
}
#beginner #beginner-price .detail div h3{
    margin-bottom: 15px;
}
#beginner #beginner-price .detail img{
    border-radius: 50%;
    width: 70%;
    max-width: 250px;
}
#beginner #beginner-vote .detail button{
    margin: 40px 10px 50px;
    width: 350px;
}
#beginner #beginner-vote .sakura{
    margin-top: 20px;
    font-weight: bold;
}
#beginner .sakura-btn{
    width: 200px !important;
}
#beginner #beginner-vote .detail div{
    padding: 20px;
    width: 80%;
    margin: auto;
    text-align: left;
    font-size: 90%;
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.12);
}
#beginner #beginner-vote .detail div p:first-child{
    margin-bottom: 5px;
    color: #fe4848;
    font-weight: bold;
}
#privacy h3{
    font-weight: normal;
    border-bottom: 1px solid #d9d9d6;
    margin-bottom: 20px;
    padding-bottom: 10px;
    line-height: 1.5;
    margin-top: 40px;
    font-size: 130%;
}
#privacy .cont{
    width: 80%;
}
#caution h1 img{
    margin-bottom: 13px;
}
#caution .consultation{
    padding: 30px;
    padding-bottom: 40px;
    width: 80%;
    margin: auto;
    margin-top: 30px;
}
#caution .consultation .inner{
    display: inline-block;
    padding: 20px;
    background-color: #EEF9FF;
}
#caution .consultation .inner strong{
    font-size: 17px;
}
#caution .consultation .inner div{
    margin-top: 10px;
}
#caution .consultation .inner div span{
    margin-top: 10px;
    display: block;
}
#caution .consultation .inner a{
    color: #a9a9a9;
    text-decoration: underline;
}
#caution .consultation .inner p{
    margin-bottom: 0;
}
#caution .consultation .inner p.left{
    text-align: left;
}
#cheer-team .bank-angel img{
    margin: 5px;
    width: 23%;
    max-width: 250px;
}
#cheer-team .pink-font{
    color: #ff8796;
    text-shadow: 2px 2px #fff, 4px 4px #ffc0cb;
    font-size: 250%;
    margin-bottom: 20px;
}
#cheer-team .nice-box{
    margin: 30px 0;
}
#cheer-team .nice-box a{
    color: #fff;
    padding: 8px 15px;
    border: 1px solid;
    text-decoration: none;
    background-color: #1da1f2;
}
#cheer-team .nice-box a:hover{
    background-color: #fff;
    color: #1da1f2;
}
#cheer-team .nice-box p{
    margin-bottom: 10px;
}
#cheer-team .button-box{
    max-width: 1200px;
    margin: auto;
    margin-bottom: 20px;
}
#cheer-team .button-box button{
    background-color: #fff;
    color: #ff8796;
    width: 15%;
    border: 2px solid #ff8796;
    margin: 5px 0.6%;
}
#cheer-team .button-box button.selected{
    background-color: #ff8796;
    color: #fff;
}
#cheer-team section{
    padding: 10px 0;
    max-width: 1300px;
    margin: auto;
    display: flex;
    -js-display: flex;
    flex-wrap: wrap;
}
#cheer-team section div{
    display: inline-block;
    width: 15%;
    margin: 5px 0.6%;
    float: left;
}
#cheer-team section div p{
    margin-bottom: 10px;
    font-size: 80%;
}
#cheer-team section div img{
    margin-bottom: 5px;
    width: 100%;
    border: 3px solid #fff;
}
#cheer-team section div img:hover{
    border: 3px solid #ff8796;
}
#cheer-team .head-box{
    margin: 30px 0;
}
#cheer-team .head-box p{
    margin-bottom: 0;
}
#cheer-team .head-box .left-box{
    width: 48%;
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
}
#cheer-team .head-box .left-box p{
    float: right;
}
#cheer-team .head-box .right-box{
    display: inline-block;
    width: 48%;
    vertical-align: middle;
    margin-left: 20px;
    text-align: left;
}
#cheer-team .head-box .right-box div{
    padding: 20px 40px 30px;
    display: inline-block;
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.12);
    text-align: center;
}
#cheer-team .head-box .right-box div a{
    width: 150px;
    border: 2px solid #016ca0;
    background-color: #016ca0;
    padding: 8px 20px;
    color: #fff;
    text-decoration: none;
    margin: 10px 0;
}
#cheer-team .head-box .right-box div a:hover{
    color: #016ca0;
    background-color: #fff;
}
#cheer-team .head-box .right-box div p{
    margin-bottom: 15px;
}
#entry h2{
    margin-bottom: 25px;
    font-size: 250%;
}
#entry h3{
    margin-bottom: 40px;
    margin-top: 40px;
    color: #888;
    display: flex;
    -js-display: flex;
    align-items: center;
}
#entry h3:before,
#entry h3:after{
    border-top: 1px solid;
    content: "";
    flex-grow: 1;
}
#entry h3:before{
    margin-right: 1rem;
}
#entry h3:after{
    margin-left: 1rem;
}
#entry .inner{
    margin: 50px 10px 70px;
}
#entry .posted-content{
    max-width: 1200px;
    margin: auto;
}
#entry .posted-content .inner div{
    width: 50%;
    display: inline-block;
    margin: 0 10px;
    border: 2px solid #ffc0cb;
}
#entry .posted-content .inner div strong{
    background-color: #ffc0cb;
    width: 100%;
    display: block;
    padding: 10px;
    font-size: 130%;
}
#entry .posted-content .inner div p{
    text-align: left;
    padding: 15px;
}
#entry .posted-content .inner div p span{
    font-size: 90%;
    display: block;
    margin-top: 5px;
    color: #fe4848;
}
#entry .posted-content .inner{
    display: flex;
    -js-display: flex;
}
#entry p{
    margin-bottom: 0;
}
#entry .permission{
    max-width: 1200px;
    margin: auto;
}
#entry .permission ul{
    list-style: none;
    margin: 10px;
}
#entry .permission li{
    text-align: left;
}
#entry .entry-form{
    max-width: 1200px;
    margin: auto;
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.12);
    padding: 50px;
    margin: 10px;
    margin: auto;
    padding-bottom: 30px;
}
#entry .entry-form h4{
    margin-bottom: 20px;
}
#entry .entry-form .fa-asterisk{
    font-size: 70%;
    vertical-align: middle;
    color: #EF5350;
}
#entry .entry-form input,
#entry .entry-form textarea{
    width: 700px;
    background-color: #fff4ff;
    outline: none;
    padding: 5px 10px;
    margin-top: 5px;
    border: 1px solid #ffdbff;
}
#entry .entry-form label{
    margin-bottom: 15px;
    text-align: left;
}
#entry .entry-form .wpcf7-form-control.wpcf7-submit{
    width: 150px;
    border: 2px solid #ff8796;
    background-color: #ff8796;
    color: #fff;
    margin-top: 25px;
}
#entry .entry-form .wpcf7-form-control.wpcf7-submit:hover{
    background-color: #fff;
    color: #ff8796;
}
#gourmet h2{
    margin-bottom: 20px;
}
#gourmet .food-list{
    display: flex;
    -js-display: flex;
    flex-wrap: wrap;
}
#gourmet .food-box{
    width: 45%;
    padding-bottom: 25px;
    display: inline-block;
    margin: 2%;
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.12);
    margin-top: 30px;
}
#gourmet .food-box h3{
    padding: 20px;
    color: #333;
    text-shadow: 1px 0px 0px #070606;
    letter-spacing: 2px;
    background: #EEF9FF;
}
#gourmet .food-box p{
    text-align: left;
    margin-bottom: 10px;
    height: 60px;
    margin: 10px 20px 5px;
}
#gourmet .food-box div{
    padding: 1rem 2rem;
}
#gourmet .food-box div img{
    width: 47%;
    margin: 1%;
    height: auto;
}
#gourmet .food-box a{
    width: 200px;
    padding: 8px 40px;
    border: 2px solid #086490;
    color: #fff;
    text-decoration: none;
    font-size: 90%;
    outline: none;
    background-color: #086490;
}
#gourmet .food-box a:hover{
    background-color: #fff;
    color: #086490;
}
.foot-img{
    background: url(../img/footer-back.png) repeat-x bottom;
    background-size: 100%;
    background-color: #fff;
}
.foot-img img{
    width: 100%;
}
footer {
    margin-top: -1px;

}
footer .inner{
    background-color: #29B6F6;
    padding: 3%;
    color: #fff;
}
footer h3{
    font-size: 110%;
    border-bottom : 1px solid #fff;
    padding-bottom: 3px;
}
footer ul{
    list-style: none;
    margin-bottom: 20px;
}
footer li{
    font-size: 90%;
    margin-left: 20px;
    line-height: 1.8em;
}
footer ul li:before{
    display: none;
    font-family: "Font Awesome 5 Solid";
    content : "\f0a9";
}
footer ul li svg{
    padding-right: 5px;
    color: #fff;
}
footer ul a{
    color: #fff;
}

footer .address{
    text-align: center;
}
footer .address br{
    display: none;
}
footer .address a{
    color: #fff;
}
footer .copyright{
    text-align: center;
    font-size: 11px;
    margin-top: 10px;
}

footer .search input{
    width: 250px;
    border-radius: 15px;
    border: none;
    outline: none;
    padding: 5px 15px;
    margin-bottom: 20px;
    background-color: #EEF9FF;
}
footer .search img{
    width: 25px;
}
footer .search button{
    margin-left: 5px;
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
}
footer .search button:hover{
    transition: 0.5s;
    opacity: .6;
}

footer #pagetop a{
    color: #5C6BC0;
    position: fixed;
    bottom: 20px;
    right: 30px;
    cursor: pointer;
}
#pagetop img{
    width: 120px;
    height: auto;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 100;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 200;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 300;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Bold");
  font-weight: bold;
}
@font-face {
    font-family: 'Oswald Regular';
    src: url('../fonts/Oswald_Regular/Oswald-Regular.eot');
    src: url('../fonts/Oswald_Regular/Oswald-Regular.eot?iefix') format('eot'),
         url('../fonts/Oswald_Regular/Oswald-Regular.woff') format('woff'),
         url('../fonts/Oswald_Regular/Oswald-Regular.ttf') format('truetype'),
         url('../fonts/Oswald_Regular/Oswald-Regular.svg#webfontjSpbZQRv') format('svg');
}
@font-face {
    font-family: 'ほのか丸ゴシック';
    src: url('../fonts/honoka-marugo/font_1_honokamarugo_1.1.ttf') format('truetype');
}
@font-face {
    font-family: '源柔ゴシック';
    src: url('../fonts/genjyuugothic-20150607/GenJyuuGothic-Medium.ttf') format('truetype');
}
body {
  font-family: "Yu Gothic", YuGothic;
}
#fontS{
    font-size:12px;
    vertical-align: bottom;
}
#fontM{
    font-size:14px;
}
#fontL{
    font-weight:bold;
}


.title-border {
    display: flex;
    -js-display: flex;
    align-items: center;
}
.title-border:before,
.title-border:after {
    border-top: 1px solid;
    content: "";
    flex-grow: 1;
}
.title-border:before {
    margin-right: 1rem;
}
.title-border:after {
    margin-left: 1rem;
}

#main-visual #main-movie h2  {
    display: flex;
    -js-display: flex;
    align-items: center;
    display: inline-block;
    width: auto;
    max-width: 55%;
}
#main-visual #main-movie .boder{
    background:url(../img/wave-line-wh.png) no-repeat;
    background-size:contain;
    width: 15%;
    height: 25px;
    display: inline-block;
}
#main-visual #main-movie p.date{
    color: #fff;
    margin-bottom: 0;
    font-size: 110%;
    letter-spacing: 1px;
}
/*
#main-visual #main-movie h2:before,
#main-visual #main-movie h2:after {
    border-top: 1px solid;
    content: "";
    flex-grow: 1;
}
#main-visual #main-movie h2:before {
    margin-right: 1rem;
    background: url(../img/wave-line-wh.png) ;
}
#main-visual #main-movie h2:after {
    margin-left: 1rem;
}
h3{
    color: #444;
    font-size: 24px;
    display: flex;
    align-items: center;
    color: #fff;
}
h3:before, h3:after {
    content: "";
    flex-grow: 1;
    border-top: 8px dotted #fff;
    display: block;
}
h3:before {
    margin-right: 3.4em;
}
h3:after {
    margin-left: 3.4em;
}
*/
#sitemap .inline img{
    width: 25px;
}
#sitemap .cont{
    text-align: center;
}
#sitemap .inline{
    min-height: 310px;
    float: left;
    min-width: 250px;
    padding-top: 20px;
    text-align: left;
    margin: 0 15px;
}
#sitemap .a{
    display: inline-flex;
    flex-wrap: wrap;
}
#sitemap li {
    list-style: none;
}
#sitemap ul li{
    position: relative;
}
#sitemap .sitemap a {
    cursor: pointer;
    color: #777;
    text-decoration: underline;
}
#sitemap .sitemap a:hover{
    color: #29B6F6;
}
#sitemap .sitemap ul li ul li::before {
    content: "";
    position: absolute;
    top: -0.5em;
    left: -16px;
    width: 10px;
    height: calc(100% + .75em);
    border-left: 1px solid #000;
}
#sitemap .sitemap ul li ul li::after {
    content: "";
    position: absolute;
    top: .75em;
    left: -16px;
    width: 10px;
    border-bottom: 1px solid #000;
}
#sitemap .sitemap ul li ul li {
    margin-bottom: .25em;
    position: relative;
}
#sitemap .sitemap ul li ul {
    margin-top: 1em;
    margin-bottom: 1.75em;
    margin-left: 40px;
}
#sitemap .sitemap ul li ul li:last-child::before {
    height: calc(1em + .25em);
}
#sitemap .sitemap p{
    margin-bottom: 0;
}
#sitemap p.race{
    color: #fe4848;
}
#sitemap p.ticket{
    color: #2c70ff;
}
#sitemap p.info{
    color: #ffb95a;
}
#sitemap p.enjoy{
    color: #ff8796;
}
#sitemap p.live{
    color: #b272eb;
}
#sitemap p.beginner{
    color: #18bc9c;
}
#link  a {
    cursor: pointer;
    color: #888;
}
#link li {
    width: 40%;
    list-style: none;
    margin-top: 60px;
    display: inline-block;
}
#link .cont{
    text-align: center;
    padding: 40px 0;
}
#link img{
    max-width: 350px;
    max-height: 70px;
}
#mainstand .top-box img{
    margin: 10px;
    max-height: 400px;
}
#mainstand .select-box{
   margin-top: 30px;
   border-bottom: 5px solid #016ca0;
}
#mainstand .select-box button{
    width: 200px;
    padding: 10px;
    border: none;
    background-color: #eaeaea;
    font-weight: bold;
    margin: 0 5px;
    font-size: 120%;
    outline: none;
    color: #070606;
}
#mainstand .select-box button.selected{
    background-color: #016ca0;
    color: #fff;
}
#mainstand .content-wrap img.main-map{
    display: none;
    width: 800px;
}
#mainstand .content-wrap.block img.main-map{
    display: inline-block;
}
#mainstand .content-wrap p{
    margin-top: 40px;
}
#mainstand .content-wrap p img{
    height: 30px;
    margin-right: 3px;
}
#mainstand .content-wrap img.main-map{
    margin-top: 10px;
    max-width: 100%;
}
#mainstand .btm-box{
    margin-top: 30px;
}
#mainstand .btm-box button{
    width: 250px;
    margin: 1%;
    padding: 10px 0;
    color: #fff;
    border: 2px solid #016ca0;
    outline: none;
    cursor: pointer;
    background-color: #016ca0;
}
#mainstand .btm-box button:hover{
    background-color: #fff;
    color: #016ca0;
}

#speedchannel .wpcf7 p span{
    width: 200px;
    display: inline-block;
    vertical-align: text-top;
}
#entry .wpcf7 p span{
    width: 230px;
    display: inline-block;
}
#speedchannel .wpcf7,
#entry .wpcf7{
    max-width:  700px;
    width: 100%;
    margin: auto;
}
#speedchannel .wpcf7 p,
#entry .wpcf7 p{
    text-align: left;
    border-bottom: 1px dotted #ccc;
    padding: 15px;
    margin-bottom: 5px;
}
#speedchannel .wpcf7 p br,
#entry .wpcf7 p br{
    display: none;
}
#speedchannel .wpcf7 p span.wpcf7-form-control-wrap.your-old{
    width: auto;
    vertical-align: middle;
}
#speedchannel .wpcf7 p .wpcf7-not-valid-tip{
    display: block;
    width: 150%;
}
#speedchannel .wpcf7 p textarea{
    width: 440px;
    margin: 5px;
}
#speedchannel .wpcf7 select{
    height: 35px;
    width: 70px;
}
#speedchannel .wpcf7 input,
#speedchannel .wpcf7 select,
#speedchannel .wpcf7 textarea,
#entry .wpcf7 input,
#entry .wpcf7 select,
#entry .wpcf7 textarea{
    padding: 5px;
    border: 1px solid #ccc;
    outline: none;
}
#speedchannel .wpcf7 input:focus,
#speedchannel .wpcf7 textarea:focus,
#entry .wpcf7 input:focus,
#entry .wpcf7 textarea:focus{
    border: 1px solid #070606;
}
#speedchannel .wpcf7 p:nth-child(14),
#entry .wpcf7 p:nth-child(15){
    text-align: center;
    margin-top: 20px;
    border: none;
}
#speedchannel .wpcf7-form-control.wpcf7-submit,
#entry .wpcf7-form-control.wpcf7-submit{
    width: 150px;
    border: 2px solid #016ca0;
    background-color: #016ca0;
    color: #fff;
}
#speedchannel .fa-asterisk,
#entry .fa-asterisk{
    font-size: 70%;
    vertical-align: middle;
    color: #EF5350;
}
#speedchannel .cont{
    padding-bottom: 0;
}
#entry .wpcf7 label{
    display: flex;
    align-items: center;
}
#entry .wpcf7 select{
    height: 35px;
}
#entry .back-btn{
    display: inline-block;
    text-decoration: none;
    width: 250px;
    padding: 10px 0;
    margin: 1%;
    color: #fff;
    background-color: #016ca0;
    border: 2px solid #016ca0;
    margin-top: 35px;
}
#blog .inner{
    text-align: center;
}
#blog .main-img{
    width: 100%;
    height: auto;
}
#blog .main-box{
    width: 70%;
    max-width: 1000px;
    display: inline-block;
    text-align: left;
    margin-right: 15px;
}
#blog .main-box .list-box{
    padding: 20px;
    border: 2px solid #ff8796;
    margin-bottom: 20px;
}
.blog-list .main-box .list-box{
    display: flex;
    -js-display: flex;
    align-items: center;
}
#blog .main-box .list-box .img-box{
    width: 20%;
    margin-right: 20px;
}
#blog .main-box .list-box .img-box img{
    width: 100%;
    height: auto;
}
#blog .main-box .list-box .text-box{
    width: 80%;
}
#blog .main-box img{
    max-width: 100%;
    height: auto;
}
#blog .data{
    color: #999;
    letter-spacing: 2px;
    margin-bottom: 5px;
}
#blog .title{
    font-size: 2rem;
    color: #ff8796;
    font-weight: bold;
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: 1px dotted #ccc;
}
#blog .blog-content{
    margin: 0;
}
#blog .blog-content p{
    letter-spacing: 0;
}
#blog .side-box{
    width: 25%;
    max-width: 300px;
    display: inline-block;
    text-align: left;
    vertical-align: top;
}
#blog .next-link{
    display: inline-block;
    width: 49%;
    text-align: right;
}
#blog .back-link{
    display: inline-block;
    width: 49%;
    text-align: left;
}
#blog .next-link a,
#blog .back-link a{
    color: #ff8796;
}
#blog .side-box strong{
    display: block;
    font-size: 18px;
}
#blog .side-box a{
    display: block;
    padding: 8px 0;
    border-bottom: 1px dotted #ccc;
    color: #ff8796;
    padding-left: 5px;
}
#blog .date-list{
    margin-top: 20px;
}
#blog .date-list li{
    display: block;
    letter-spacing: 2px;
}
#blog .paginate{
    margin-top: 0;
}
#blog .paginate .pagination{
    margin-top: 0;
}
#blog .read-more{
    text-align: right;
}
#blog .read-more a{
    color: #ff8796;
}
#not-found h2{
    margin: 40px 0;
}
#not-found .cont{
    padding-bottom: 0;
}
#not-found .cont img{
    max-width: 100%;
    height: auto;
}
.bank-angle-box{
    max-width: 1200px;
    margin: auto;
}
#bank-angel .cont .boder h2 .sp-br{
    display: none;
}
#bank-angel .head-box p{
    margin: 20px 0;
    letter-spacing: 1px;
    line-height: 1.9;
}
#bank-angel .girl-box{
    width: 30%;
    display: inline-block;
    padding: 10px;
    max-width: 330px;
    margin: 5px 10px;
}
#bank-angel .girl-box .name{
    margin-bottom: 0;
    font-size: 1.5rem;
    font-weight: bold;
    letter-spacing: 1px;
    padding-bottom: 5px;
}
#bank-angel .girl-box img{
    width: 100%;
    height: auto;
    border: 3px solid #fff;
}
#bank-angel .girl-box a{
    text-decoration: none;
}
#bank-angel .girl-box div{
    margin-top: 10px;
    margin-top: 10px;
    border-radius: 20px;
    background: #fff3f4;
    padding: 10px;
    color: #070606;
    margin: 15px;
}
#bank-angel .girl-box a:hover div{
    background: #ff8796;
    color: #fff;
}
#bank-angel .uniform-box{
    margin-top: 60px;
}
#bank-angel .uniform-box p{
    letter-spacing: 1px;
    line-height: 1.9;
    width: 80%;
    max-width: 1000px;
    margin: auto;
    text-align: left;
}
#bank-angel .uniform-box h2{
    margin-bottom: 50px;
}
#bank-angel .uniform-box .logo{
    width: 80%;
    max-width: 1000px;
    margin: auto;
    text-align: right;
}
#bank-angel .uniform-box .logo img{
    width: 30%;
    min-width: 150px;
}
#bank-angel .main-box{
    display: flex;
    -js-display: flex;
    width: 90%;
    margin: auto;
    margin-top: 40px;
    max-width: 1200px;
}
#bank-angel .top-photo{
    width: 25%;
    display: inline-block;
    margin-right: 40px;
}
#bank-angel .top-photo > img{
    width: 100%;
    height: auto;
}
#bank-angel .top-photo .sns-box{
    margin-top: 15px;
}
#bank-angel .top-photo .sns-box img{
    width: 35px;
    height: 35px;
    margin: 0 3px;
}
#bank-angel .question-box{
    width: 68%;
    display: inline-block;
    text-align: left;
}
#bank-angel .question-box p{
    margin-bottom: 0;
    letter-spacing: 1px;
    line-height: 1.9;
}
#bank-angel .question-box .question{
    margin-top: 10px;
    color: #ff8796;
    font-size: 130%;
    font-weight: bold;
}
#bank-angel .question-box .question:first-child{
    margin-top: 0;
}
#bank-angel  .angel-schedule{
    max-width: 1000px;
    width: 100%;
    margin: auto;
    margin-top: 40px;
    margin-bottom: 20px;
}
#bank-angel  .angel-schedule h3{
    font-weight: normal;
    letter-spacing: 2px;
    color: #ff8796;
}
#bank-angel  .angel-schedule table{
    width: 100%;
    margin-top: 20px;
}
#bank-angel  .angel-schedule table th{
    text-align: center;
    background-color: #fff3f4;
    color: #333;
    font-size: 110%;
}
#bank-angel  .angel-schedule table th,
#bank-angel  .angel-schedule table td{
    border: 1px solid #ccc;
    padding: 7px;
    width: 33%;
}
#guide .movie-box{
    width: 100%;
    max-width: 1000px;
    margin: auto;
}
.guide-youtube{
    position: relative;
    width: 100%;
    padding: 75% 0 0 0;
    margin-bottom: 40px;
}
.guide-youtube iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#guide .inner{
    width: 90%;
    margin: auto;
    margin-top: 40px;
    margin-bottom: 40px;
}
#guide #guide-open-time table{
    width: 80%;
    margin: auto;
    margin-bottom: 10px;
}
#guide #guide-open-time table tr{
    border: 1px solid #ccc;
    border-left: none;
    border-right: none;
}
#guide #guide-open-time table th,
#guide #guide-open-time table td{
    padding: 15px 20px;
}
#guide #guide-open-time table th{
    text-align: center;
    background: #EEF9FF;
    font-weight: normal;
}
#guide-open-time p{
    text-align: left;
    width: 80%;
    margin: auto;
}
.entrance-price p{
    display: inline-block;
    margin: 10px 20px;
    font-size: 18px;
}
.entrance-price p.honjyo{
    color: #fff;
    font-size: 16px;
    background: url(../img/hukidashi2.png);
    background-size: 100%;
    height: 40px;
    width: 200px;
    font-weight: normal;
    text-align: center;
    padding: 5px 0;
}
.entrance-price div{
    display: inline-block;
    margin: 0 10px;
}
.entrance-price p.jyogai{
    color: #fff;
    font-size: 16px;
    background: url(../img/hukidashi3.png);
    background-size: 100%;
    height: 40px;
    width: 200px;
    font-weight: normal;
    text-align: center;
    padding: 5px 0;
}
#guide .reserved-price{
    margin-top: 40px;
}
#guide-price h3{
    margin-bottom: 20px;
}
.reserved-price table{
    width: 80%;
    margin: auto;
}
.reserved-price th,
.reserved-price td{
    text-align: center;
    font-weight: normal;
    color: #333;
}
.reserved-price table th span,
.reserved-price table td span {
    margin: 4px 0;
    display: block;
    padding: 6px 5px;
    border-right: 1px solid #ccc;
}
.reserved-price table th:last-child span,
.reserved-price table td:last-child span{
    border: none;
}
.reserved-price table tr {
    border: 1px solid #ccc;
    border-left: none;
    border-right: none;
}
.reserved-price table thead th{
    background: #EEF9FF;
}
.reserved-price table tbody th{
    background: #f8f8f8;
}
.reserved-price div{
    width: 80%;
    margin: auto;
    margin-top: 15px;
}
.reserved-price div p{
    text-align: left;
    margin-bottom: 5px;
}
.refund{
    display: inline-block;
    margin: auto;
}
.refund p{
    text-align: left;
    margin-bottom: 0;
}
.refund p span{
    color: #333;
    font-weight: bold;
    font-size: 16px;
    letter-spacing: 5px;
}
.refund p .fa-angle-double-right{
    color: #016fbc;
    margin: 0 5px;
}
.watching-spot div{
    width: 23%;
    display: inline-block;
    margin: 0.8%;
    margin-bottom: 30px;
    vertical-align: top;
}
.watching-spot div strong{
    font-size: 18px;
    color: #016fbc;
    display: block;
    margin-top: 10px;
    letter-spacing: 2px;
}
.watching-spot div img{
    width: 80%;
    margin: auto;
    border-radius: 50%;
}
.watching-spot div p{
    margin-bottom: 5px;
    font-size: 15px;
    letter-spacing: 1px;
}
#guide br.sp-br,
#entry br.sp-br{
    display: none;
}
#guide .map img{
    width: 80%;
}
#guide .btn-box button{
    width: 250px;
    margin: 1%;
    padding: 10px 0;
    color: #fff;
    border: 2px solid #016ca0;
    outline: none;
    cursor: pointer;
    background-color: #016ca0;
}
#guide .btn-box button:hover{
    background-color: #fff;
    color: #016ca0;
}

.nav-box{
    /*width: 16%;*/
    width: 100%;
    padding: 12px;
    display: inline-block;
    /*margin: 10px 2%;*/
    text-align: center;
    height: 200px;
    overflow: hidden;
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -o-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
    /*border:#fff solid 3px;*/
    flex-wrap: wrap;
}

.box{
    text-align: left;
}
.list-nav{
    padding: 0;
    display: block;
    text-align: left;
    width: 100%;
    flex-wrap: wrap;
    display: flex;
    -js-display: flex;
}

.nav-cont {
    width: 90%;
    margin: auto;
    max-width: 1800px;
    background-color: rgba(0,0,0,0);
    padding: 30px 0;
}

.nav-active{
    -moz-transition: -moz-transform 0.2s linear;
    -webkit-transition: -webkit-transform 0.2s linear;
    -o-transition: -o-transform 0.2s linear;
    -ms-transition: -ms-transform 0.2s linear;
    transition: transform 0.2s linear;
    -webkit-transform: scale(1.0);
    -moz-transform: scale(1.0);
    -o-transform: scale(1.0);
    -ms-transform: scale(1.0);
    transform: scale(1.0);

}
.list-nav-img{
    max-width: 100px;
    max-height: 100px;
    padding-top:20px;
}
.padding15{
    padding: 15px;
}
.padding-top{
    padding-top: 10px;
}
.margin-th3{
    margin-top:3px;
    height:3px;
}
.margin-bh3{
    margin-bottom:3px;
    height:3px;
}
#speedchannel div.wpcf7-mail-sent-ok,
#contact div.wpcf7-mail-sent-ok,
#request-box div.wpcf7-mail-sent-ok,
#entry div.wpcf7-mail-sent-ok{
    border: none;
    display: block;
    color: #ff0000;
}
#bank-angel .img-box{
    margin-top: 50px;
}
#bank-angel .img-box .inner{
    display: flex;
    -js-display: flex;
    flex-wrap: wrap;
    width: 90%;
    margin: auto;
    margin-top: 30px;
}
#bank-angel .img-box .inner div{
    width: 18%;
    display: inline-block;
    margin: 0.5%;
}
#bank-angel .img-box .inner div img{
    width: 100%;
    max-width: 250px;
    border: 3px solid #fff;
}
#bank-angel .img-box .inner a:hover img{
    border: 3px solid #016ca0;
}
.wave-img{
    display: none;
}
#postscript .detail{
    width: 80%;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 10px;
    text-align: left;
    padding: 20px;
    letter-spacing: 2px;
    line-height: 1.9;
}
.btn-box{
    margin-bottom: 30px;
}
.btn-box a{
    display: inline-block;
    text-decoration: none;
    width: 250px;
    padding: 10px 0;
    margin: 1%;
    color: #070606;
    background-color: #eaeaea;
    border: 2px solid #eaeaea;
}
.btn-box a.select{
    background-color: #016ca0;
    border: 2px solid #016ca0;
    color: #fff;
}
#open-time .cont > div{
    width: 90%;
    margin: auto;
}
#open-time .year-tab li{
    display: inline-block;
    width: 20%;
    padding: 10px;
    font-size: 130%;
    font-weight: bold;
    cursor: pointer;
    border-bottom: none;
    background-color: #eaeaea
}
#open-time .year-tab li .fa-chevron-down{
    display: none;
}
#open-time .year-tab li.selected{
    background-color: #016ca0;
    color: #fff;
}
#open-time .year-tab li.selected .fa-chevron-down{
    display: inline-block;
}
#open-time .content li:first-child{
    display: block;
}
#open-time .content li{
    list-style: none;
    display: none;
    border-top: 5px solid #016ca0;
    padding: 50px 0;
}
#open-time .content li table{
    margin: 0 auto;
    font-size: 100%;
    width: 100%;
}
#open-time .content th.date{
    max-width: 100px;
    width: 25%;
}
#open-time .content th{
    background-color: #016ca0;
    color: #ffffff;
    font-size: 130%;
    border: 1px solid #fff;
    font-weight: normal;
    text-align: center;
}
#open-time .content th,
#open-time .content td{
    padding: 15px;
    font-family: sans-serif;
}
#open-time .content td{
    border-bottom: 1px dotted #ccc;
}
#open-time .content td.race-name .home,
#open-time .content td.race-name .outside{
    display: inline-block;
    background-color: #000;
    color: #fff;
    padding: 3px 8px;
    font-size: 80%;
    margin-right: 10px;
    border-radius: 3px;
    letter-spacing: 3px;
}
#open-time .content td.race-name{
    text-align: left;
}
#open-time .content td.race-name .start-end-date-sp{
    font-size: 80%;
    display: none;
}
#open-time .content td.race-name .home{
    background-color: #84d276;
}
#open-time .content td.race-name .outside{
    background-color: #bcbcbc;
}
.text-left{
    text-align: left;
}
.opinion-inner{
    width: 90%;
    margin: auto;
    max-width: 1200px;
}
#opinion .question{
    padding: 10px;
    background-color: #fff4ea;
    font-weight: bold;
    color: #FFA726;
    font-size: 110%;
    letter-spacing: 1px;
}
.opinion-inner a{
    text-decoration: none;
}
#opinion .answer{
    padding: 10px;
}
.opinion-inner .list-box{
    margin-bottom: 10px;
}
.opinion-inner .list-box p{
    margin-bottom: 0;
}
#single-opinion .question{
    background-color: #fff4ea;
    padding: 10px;
    font-weight: bold;
    color: #FFA726;
    font-size: 110%;
}
#single-opinion .answer{
    padding: 10px;
}
.opinion-inner .btm-box{
    text-align: center;
}
#participation table,
#race_scores table,
#assen table{
    width: 100%;
}
#race_scores table,
#view-odds table{
  border-collapse:collapse;
}
#data-box table th,
#data-box table td,
#race_scores table th,
#race_scores table td,
#view-odds table th,
#view-odds table td{
    letter-spacing: 1px;
    text-align: center;
    vertical-align: middle;
}
#data-box table th,
#data-box table td,
#participation table th,
#participation table td,
#assen table th,
#assen table td{
    padding: 15px;
}
#race_scores .button,
#view-odds .button{
    letter-spacing: 1px;
    width: 300px;
    margin: 5px;
    padding: 13px;
    border: none;
    font-size: 120%;
    font-weight: bold;
    outline: none;
    cursor: pointer;
    color: #070606;
    background-color: #eaeaea;
}
#race_scores button,
#view-odds button{
    width: 10%!important;
}
#race_scores #race_scores_DataTable tr.selected,
#view-oods .view-oods_DataTable tr.selected{
  border: solid 1px red;
}
#toggle_btn .select {
    background-color: #fe4849;
    color: #fff;
}
#data-box .prize .content-data div.dataTables_scrollHeadInner{
    margin: auto;
}
#data-box .prize .man table th{
    background-color: #C6F1FF;
    font-size: 110%;
    border: 1px dotted #ccc;
    padding: 10px 20px 10px 10px;
    font-weight: normal;
}
#data-box .prize .woman table th{
    background-color: #ffccff;
    font-size: 110%;
    border: 1px dotted #ccc;
    padding: 10px 20px 10px 10px;
    font-weight: normal;
}

#race_scores table th,
#view-odds table th{
    background-color: #016ca0;
    color: #ffffff;
    font-size: 110%;
    border: 1px solid #fff;
    padding: 10px 20px 10px 10px;
    font-weight: normal;
}
#participation table th,
#assen table th{
    background-color: #016ca0;
    color: #ffffff;
    font-size: 130%;
    border: 1px solid #fff;
}
#data-box table td,
#participation table td,
#race_scores table td,
#assen table td{
    border: 1px dotted #ccc;
}
#race_scores table td{
    padding: 10px;
}
#participation .cont .boder,
#race_scores .cont .boder,
#assen .cont .boder{
    margin-bottom: 20px;
}
#participation h1 br,
#assen h1 br{
    display: none;
}
.width450{
    width:450px;
}
#partner_div{
    display: none;
}
#entry .wpcf7-list-item.first .wpcf7-list-item-label,
#entry .wpcf7-list-item.last .wpcf7-list-item-label{
    width: auto;
    margin-left: 5px;
}
#entry .wpcf7-list-item.first,
#entry .wpcf7-list-item.last{
    width: auto;
}
#entry .wpcf7-form-control.wpcf7-radio{
    width: 300px;
}
table.tablesorter{
    font-size: 90%!important;
    background-color: #fff!important;
}
table.tablesorter thead tr .header{
    background-image: url(../img/sort.gif)!important;
    background-size: 27px;
}
table.tablesorter thead tr .headerSortDown{
    background-image: url(../img/desc.gif)!important;
}
table.tablesorter thead tr .headerSortUp{
    background-image: url(../img/asc.gif)!important;
}
#race_scores button,
#view-odds button{
    letter-spacing: 1px;
    width: 15%;
    margin: 5px;
    padding: 13px;
    border: none;
    font-size: 120%;
    font-weight: bold;
    outline: none;
    cursor: pointer;
    color: #070606;
    background-color: #eaeaea;
}
#race_scores button.select,
#view-odds button:hover{
    background-color: #016ca0;
    color: #fff;
}
#race_scores table,
#view-odds table{
    table-layout: auto;
}

.speed_channel{
    width: 30%;
    margin: 15px 5px 15px 5px;
    padding: 13px;
    border: none;
    font-size: 100%;
    font-weight: bold;
    outline: none;
    cursor: pointer;
    color: #000;
    background-color: #016ca0;
}

.banner{
width:180px;
}
/* .div-race-sub{
    margin: auto;
}
.race-sub{
    width: 150px;
    height: 150px;
    background: #fe4848;
    display: inline-block;
    margin: 10px;
}
#race-info .margin-top{
    margin-top:20px;
}
.sub-race-img{
    display: inline-block;
}
.sub-race-img img{
    margin-right: 15px;
    margin-left: 15px;
    height: 50px;
}
.sub-race-p{
    margin-right: 15px;
    margin-left: 15px;
    letter-spacing: 0px;
    line-height: inherit;
    color: #fe4848;
}
.sub-race-div{
    width: 100%;
    height: auto;
    margin: 0 auto;
}
.sub-race-div a{
    text-align: center;
}
.sub-race-div a:hover img,
.sub-race-div a:hover p{
    opacity: 0.5;
    filter: alpha(opacity=50);
    -ms-filter: "alpha(opacity=50)";
}
.sub-race-div a:hover{
    text-decoration: none;
} */
.holding-info-dl{
    margin-left: 10px;
    text-align: left
}
.holding-info-span{
    letter-spacing: 0;
    display: table;
    text-align: left;
}
#race-info .holding-info-span-bold{
    font-weight: bold;
}
#open-time .holding-info-span-bold{
    font-weight: bold;
    margin-left: 10px;
    width: 80px;
    display: inline-block;
}

#sales_ticket table{
  border-collapse:collapse;
}
#sales_ticket table td{
    letter-spacing: 1px;
    text-align: center;
    vertical-align: middle;
}
#sales_ticket .button{
    letter-spacing: 1px;
    width: 300px;
    margin: 5px;
    padding: 13px;
    border: none;
    font-size: 120%;
    font-weight: bold;
    outline: none;
    cursor: pointer;
    color: #070606;
    background-color: #eaeaea;
}
#sales_ticket button{
    width: 10%!important;
}
#sales_ticket #sales_ticket_DataTable tr.selected{
  border: solid 1px red;
}
#sales_ticket table th{
    background-color: #016ca0;
    color: #ffffff;
    font-size: 110%;
    border: 1px solid #fff;
    padding: 10px 20px 10px 10px;
    font-weight: normal;
}
#sales_ticket table td,
#assen table td{
    border: 1px dotted #ccc;
}
#sales_ticket table td{
    padding: 10px;
}
#sales_ticket .cont .boder,
#assen .cont .boder{
    margin-bottom: 20px;
}
#sales_ticket button{
    letter-spacing: 1px;
    width: 15%;
    margin: 5px;
    padding: 13px;
    border: none;
    font-size: 120%;
    font-weight: bold;
    outline: none;
    cursor: pointer;
    color: #070606;
    background-color: #eaeaea;
}
#sales_ticket button.select{
    background-color: #016ca0;
    color: #fff;
}
#sales_ticket table{
    table-layout: auto;
}
#view-odds .input-group {
    width: 400px;
    margin: auto;
}
#view-odds .outcome {
    margin: 15px 0;
}

#view-odds .race-info p {
    text-align: left;
}

#view-odds .table-frame th{
    white-space: nowrap;
}

.hide {
    display: none;
}
.loading {
    z-index: 100;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,.5);
    background-image: url(../img/loading.gif);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center center;
    background-size: 150px 150px;
}

#race-result-tel table {
  margin:0 auto;
	width:80%;
  font-size:1.5em;
	border-right:#29B6F6 solid 1px;
	border-collapse: collapse;
}
#race-result-tel tr:nth-child(1) td{
  border-top:#29B6F6 solid 1px;
}
#race-result-tel table thead th {
  text-align:center;
	background:#29B6F6;
	color:#FFF;
	padding:10px 15px;
	border-right:#FFF solid 1px;
	border-bottom:#FFF solid 1px;
}
#race-result-tel table thead th:last-child {
	border-right:#29B6F6 solid 1px;
}
#race-result-tel table tbody th {
  text-align:center;
	background:#29B6F6;
	color:#FFF;
	padding:10px 15px;
	border-bottom:#FFF solid 1px;
	vertical-align:top;
}
#race-result-tel table tbody tr:last-child th {
	border-bottom:#29B6F6 solid 1px;
}
#race-result-tel table tbody td {
  color:#29B6F6 ;
  text-align:center;
  font-weight:bold;
	background:#FFF;
	padding:10px 15px;
	border-left:#29B6F6 solid 1px;
	border-bottom:#29B6F6 solid 1px;
	vertical-align:top;
}

@media screen and (max-width: 640px) {
#race-result-tel table{
  width:100%;
}
#race-result-tel tr:nth-child(1) td{
  border-top:none;
}
#race-result-tel table thead {
	display:none;
}
#race-result-tel table tbody th {
	display:block;
}
#race-result-tel table tbody td {
	display:block;
}
#race-result-tel table tbody td::before {
	content: attr(label);
	float: left;
	clear:both;
	font-weight:bold;
}
#race-result-tel table tbody td p {
	padding-left:6em;
}
}

.tel-box{
    width:67%;
    padding: 40px 20px 50px;
    margin: auto;
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.12);
    display: inline-block;
    margin-bottom: 30px;
    margin-top: 30px;
}
@media screen and (max-width: 640px) {
  #race-result-tel table {
    width:100%;
    font-size:1.4em;
  }
  .tel-box{
    width:100%;
  }
}
.range_total th {
    background: #01a070 !important;
}
#race_scores .player_table, #view-odds .odds-table {
    overflow: scroll;
}
#view-odds .joumei {
    margin-top: 15px;
} 