@charset "UTF-8";

@import url("swiper.css");

/* 共通スタイル */
#wrapper {
  width: 100%;
  overflow-x: hidden;
  font-family: "Noto Sans JP",sans-serif; }
@keyframes live_anime {
  0% {
    transform: scale(1, 1) translateY(0); }
  50% {
    transform: scale(0, 1) translateY(-5px); }
  100% {
    transform: scale(1, 1) translateY(0); } }
@media all and (-ms-high-contrast: none) {
  #wrapper {
    font-family: Meiryo, メイリオ, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Osaka, 'MS PGothic', arial, helvetica, sans-serif; } }

.hikaisai #header{margin-bottom: 40px;}
#kyogi_bk {
  color: #FFF;
  position: relative;
  background: url(../images/topic_bk.png) #000 right center;
}

/*
#kyogi_bk.sg{background: url("../images/topic_bk_sg.png") #000 right center;}
#kyogi_bk.g1{background: url("../images/topic_bk_g1.png") #000 right center;}
#kyogi_bk.g2{background: url("../images/topic_bk_g2.png") #000 right center;}
#kyogi_bk.g3{background: url("../images/topic_bk_g3.png") #000 right center;}
*/

#kyogi_bk:before{
	content: '';
	background: url("../images/kyogi_bk_shadow.png") top center no-repeat;
	width: 100%;
	height: 18px;
	position: absolute;
	bottom: -18px;
}

  #kyogi_bk #kyogi {
    width: 680px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between; }
  #kyogi_bk .loading {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #000;
    z-index: 1000;
    color: #0080FF; }
  #kyogi_bk .loader {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    height: 100%;
    font-family: "Oswald", sans-serif;
    font-size: 16px;
    font-weight: 800;
    align-items: center;
    justify-content: center;
    perspective: 500px; }
    #kyogi_bk .loader p {
      margin-top: 5px; }
@-webkit-keyframes line-scale-pulse-out-rapid {
  0% {
    -webkit-transform: scaley(1);
    transform: scaley(1); }
  80% {
    -webkit-transform: scaley(0.3);
    transform: scaley(0.3); }
  90% {
    -webkit-transform: scaley(1);
    transform: scaley(1); } }
@keyframes line-scale-pulse-out-rapid {
  0% {
    -webkit-transform: scaley(1);
    transform: scaley(1); }
  80% {
    -webkit-transform: scaley(0.3);
    transform: scaley(0.3); }
  90% {
    -webkit-transform: scaley(1);
    transform: scaley(1); } }
  #kyogi_bk .line-scale-pulse-out-rapid > div {
    background-color: #0080FF;
    width: 4px;
    height: 35px;
    border-radius: 2px;
    margin: 2px;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    display: inline-block;
    vertical-align: middle;
    -webkit-animation: line-scale-pulse-out-rapid 0.9s -0.5s infinite cubic-bezier(0.11, 0.49, 0.38, 0.78);
    animation: line-scale-pulse-out-rapid 0.9s -0.5s infinite cubic-bezier(0.11, 0.49, 0.38, 0.78); }
  #kyogi_bk .line-scale-pulse-out-rapid > div:nth-child(2), #kyogi_bk .line-scale-pulse-out-rapid > div:nth-child(4) {
    -webkit-animation-delay: -0.25s !important;
    animation-delay: -0.25s !important; }
  #kyogi_bk .line-scale-pulse-out-rapid > div:nth-child(1), #kyogi_bk .line-scale-pulse-out-rapid > div:nth-child(5) {
    -webkit-animation-delay: 0s !important;
    animation-delay: 0s !important; }

#kyogi_bk {
  margin-bottom: 25px;
  /*見どころ-レースインフォ*/ }
  #kyogi_bk #kyogi_left {
    width: 680px; }
  #kyogi_bk #race {
    display: flex;
    padding-top: 24px;
    margin-bottom: 8px;
    position: relative;
	margin-left: 10px;
	}
    #kyogi_bk #race .grade {
      text-align: center;
	 }
    #kyogi_bk #race .grade .ippan {
      background: url(../images/race_night.png) center 50px no-repeat, linear-gradient(#0557E4, #0B92F4); }
    #kyogi_bk #race .grade .sg {
      font-family: "Roboto", sans-serif;
      background: url(../images/race_night.png) center 50px no-repeat, linear-gradient(#B00004, #FF1C24); }
    #kyogi_bk #race .grade .g1 {
      font-family: "Roboto", sans-serif;
      background: url(../images/race_night.png) center 50px no-repeat, linear-gradient(#FF8D02, #FFA601); }
    #kyogi_bk #race .grade .g2 {
      font-family: "Roboto", sans-serif;
      background: url(../images/race_night.png) center 50px no-repeat, linear-gradient(#6666FF,#9999FF); }
    #kyogi_bk #race .grade .g3 {
      font-family: "Roboto", sans-serif;
      background: url(../images/race_night.png) center 50px no-repeat, linear-gradient(#76AE00,#99CC00); }
    #kyogi_bk #race .grade .sg,
    #kyogi_bk #race .grade .g1,
    #kyogi_bk #race .grade .g2,
    #kyogi_bk #race .grade .g3,
    #kyogi_bk #race .grade .ippan {
      font-weight: 600;
      font-size: 38px;
      width: 102px;
      height: 90px;
      line-height: 60px;
	}
    #kyogi_bk #race .grade .ippan {
      font-size: 30px; }
    #kyogi_bk #race .grade .day {
      height: 44px;
      line-height: 44px;
      width: 100%;
      background: #FFF;
      color: #222222;
      font-size: 26px;
      font-weight: 800; }
    #kyogi_bk #race .grade .day span {
      font-family: 'Oswald';
      font-size: 30px;
      position: relative;
      top: 2px;
      margin-right: 3px;
      font-weight: 600; }
    #kyogi_bk #race .race_right {
      margin-left: 10px;
      position: relative; }
    #kyogi_bk #race .race_tit {
      width: 550px;
      height: 90px;
      font-weight: 600;
      display: flex;
      align-items: center; }
      #kyogi_bk #race .race_tit p {
        font-size: 30px;
        line-height: 1.3em; }
    #kyogi_bk #race .race_tit.small p {
      font-size: 24px !important; }
    #kyogi_bk #race .race_date {
      font-family: "Oswald", sans-serif;
      color: #FFF;
      display: flex;
      font-weight: 400;
      border-bottom: 1px solid #FFF;
      position: absolute;
      bottom: 0;
      padding: 0 5px 0 0;
	  }
    #kyogi_bk #race .race_date li {
      font-size: 30px;
      height: 44px;
      margin-left: 3px;
	  margin-right: 10px;}
	#kyogi_bk #race .race_date li:first-child{
	  margin-right: 0px;
	}
      #kyogi_bk #race .race_date li span {
        background: #FFF;
        width: 24px;
        height: 24px;
        display: inline-block;
        line-height: 24px;
        text-align: center;
        color: #000;
        font-size: 18px;
        font-weight: 600;
        margin-left: 3px;
        position: relative;
        top: -4px; }
    #kyogi_bk #race .race_date li.today {
      background: #FFF;
      color: #000;
      font-weight: 400;
      padding: 0 5px;
      margin: 0 5px;
      border-radius: 5px 5px 0 0; }
      #kyogi_bk #race .race_date li.today span {
        background: #000;
        color: #FFF; }
    #kyogi_bk #race .race_date li.sat {
      color: #0B92F3; }
      #kyogi_bk #race .race_date li.sat span {
        background: #0B92F3;
        color: #FFF; }
    #kyogi_bk #race .race_date li.sun {
      color: #F00060; }
      #kyogi_bk #race .race_date li.sun span {
        background: #F00060;
        color: #FFF; }
    #kyogi_bk #race .race_date .month {
      font-size: 20px;
      position: relative;
      top: 2px; }
    #kyogi_bk #race .race_info {
      width: 650px; }

	#kyogi_bk .info-tab,
  #kyogi_bk .info-tab-no {
    position: absolute;
    left: -10px;
    top: 470px;
	z-index: 2;}
    #kyogi_bk .info-tab .tab01, #kyogi_bk .info-tab .tab02,
    #kyogi_bk .info-tab-no .tab01,
    #kyogi_bk .info-tab-no .tab02 {
      width: 164px;
      height: 164px;
      text-align: center;
      font-weight: 700;
      margin-left: 7px;
      cursor: pointer;
      font-size: 20px;
      text-indent: -9999px; }
    #kyogi_bk .info-tab .tab01,
    #kyogi_bk .info-tab-no .tab01 {
		width: 142px;
      background: url(../images/info-tab1.png) left center; }
    .zenken #kyogi_bk .info-tab .tab01,
    .zenken #kyogi_bk .info-tab-no .tab01 {
		width: 142px;
      background: url(../images/info-tab1b.png) left center; }
    #kyogi_bk .info-tab .tab02,
    #kyogi_bk .info-tab-no .tab02 {
		width: 142px;
      background: url(../images/info-tab2.png) left center;
	margin-top: -27px;}
	    #kyogi_bk .info-tab .tab01.active,
    #kyogi_bk .info-tab-no .tab01.active {
		width: 164px;
      background: url(../images/info-tab1_on.png) left center;
	  position: relative;
      z-index: 2;
      pointer-events: none;}
	.zenken #kyogi_bk .info-tab .tab01.active,
    .zenken #kyogi_bk .info-tab-no .tab01.active {
		width: 164px;
      background: url(../images/info-tab1b_on.png) left center;
	  position: relative;
      z-index: 2;
      pointer-events: none;}
    #kyogi_bk .info-tab .tab02.active,
    #kyogi_bk .info-tab-no .tab02.active {
		width: 164px;
      background: url(../images/info-tab2_on.png) left center;
	  position: relative;
      z-index: 2;
      pointer-events: none;
	  margin-top: -27px;
	}

    #kyogi_bk .info-tab .tab01 p,
    #kyogi_bk .info-tab-no .tab01 p {
      padding-top: 25px;
      line-height: 1.1em; }
    #kyogi_bk .info-tab .tab02 p,
    #kyogi_bk .info-tab-no .tab02 p {
      padding-top: 15px;
      line-height: 1em; }
    #kyogi_bk .info-tab .tab02 span,
    #kyogi_bk .info-tab-no .tab02 span {
      font-size: 16px;
      line-height: 1em; }
  #kyogi_bk .js-tab > div.active {
    background: #CCC; }
  #kyogi_bk .tab_content {
    display: none; }
  #kyogi_bk .tab_content.active {
    display: block; }
  #kyogi_bk #midokoro {
    width: 630px;
	margin: 20px auto 0;}
    #kyogi_bk #midokoro .mido_tit {
      background: url(../images/midokoro.png) top left no-repeat;
      width: 630px;
      padding-top: 70px;
      display: block; }
      #kyogi_bk #midokoro .mido_tit p {
        color: #02A4EE;
		position: absolute;
		top: 0px;
		right: 20px;
        text-align: center;
        width: 320px;
	    font-size: 34px;
		font-weight: bold;
        border-bottom: 2px solid #02A4EE; }
    #kyogi_bk #midokoro .mido_txt {
      font-size: 24px;
      width: 510px;
		height:490px;
	  padding-left: 20px;
	  margin-left: 130px;
		line-height: 160%;
	  background: url(../images/info_bk.png) left 20px no-repeat;
	}
	#kyogi_bk #midokoro #midokoro_racer{
		width: 172px;
		height: 250px;
		background: url("../images/midokoro_racer.png") left top no-repeat;
		position: absolute;
		top: 90px;
		left:0px;
	}


    #kyogi_bk #midokoro .jspVerticalBar {
      border-radius: 5px; }
    #kyogi_bk #midokoro .jspContainer {
      position: absolute; }
    #kyogi_bk #midokoro .jspVerticalBar:before {
      content: '';
      width: 1px;
      height: 100%;
      background: #FFF;
      display: block;
      position: absolute;
      left: 2px; }
  #kyogi_bk a:hover #race_info {
    background: rgba(0, 128, 255, 0.3); }
  #kyogi_bk #race_info {
	  display: block;
    width: 100%;
    color: #FFF; }
    #kyogi_bk #race_info ul.racer {
      display: flex;
      width: 700px;
      margin: 20px auto 20px 5px;
	}
      #kyogi_bk #race_info ul.racer li {
        text-align: center;
		margin:0 5px;
        width: 216px;
	}
	#kyogi_bk #race_info ul.racer li:first-child{
		margin-left: 0px;
	}

	    #kyogi_bk #race_info ul.racer li .img img {
          width: 100%; }
        #kyogi_bk #race_info ul.racer li .img {
          height: 228px;
          overflow: hidden; }

        #kyogi_bk #race_info ul.racer li p {
          line-height: 1em; }
        #kyogi_bk #race_info ul.racer li p.num {
          font-family: "Oswald", sans-serif;
          font-size: 22px;
          margin: 8px 0 2px 0;
          color: #BABABA; }
        #kyogi_bk #race_info ul.racer li p.name {
          font-size: 26px;
          height: 26px; }
        #kyogi_bk #race_info ul.racer li p.name.L {
          color: #FF99FF; }
        #kyogi_bk #race_info ul.racer li p.name.small {
          font-size: 24px; }

	#kyogi_bk #race_info .tenbo {
		width: 520px;
		padding-left: 20px;
		padding-top: 10px;
        margin-left: 150px;
		background: url(../images/info_bk.png) left top no-repeat;
	}
      #kyogi_bk #race_info .tenbo .tit {
        height: 97px;
        background: url(../images/tenbo_tit.png) left center no-repeat;
        line-height: 1.3em;
        display: flex;
        align-items: center;
        width: 500px;
		margin-bottom: 10px;
		  padding-right: 10px;
	}
        #kyogi_bk #race_info .tenbo .tit p {
          padding-left: 50px;
		  font-size: 24px;
		  line-height: 1.2em;
			padding-top: 8px;
	}
      #kyogi_bk #race_info .tenbo .txt {
        font-size: 24px;
        line-height: 1.3em;
		  height:180px;
        padding-top: 24px;
        background: url(../images/tenbo_txt.png) top no-repeat;
        overflow: hidden;
        text-overflow: ellipsis;
        position: relative; }
    #kyogi_bk #race_info .tenbo.chushi {
      width: 358px;
      display: flex;
      justify-content: center;
      align-items: center;
      color: #888;
      text-align: center; }
      #kyogi_bk #race_info .tenbo.chushi p {
        margin-top: -5px; }

#kyogi_bk .info_bt{
	display: flex;
	justify-content: center;
}
#kyogi_bk .info_bt li:nth-child(1){width: 250px;}
#kyogi_bk .info_bt li{
	margin: 0 5px 30px 5px;
	font-size: 26px;
	border-radius: 80px;
	width: 380px;
	line-height: 80px;
	font-weight: bold;
	color: #FFF;
	text-align: left;
	text-indent: 30px;
	background:linear-gradient(#333333,#000);
	position: relative;
}
#kyogi_bk .info_bt li:nth-child(1){border: 3px solid #FF0066;}
#kyogi_bk .info_bt li:nth-child(2){border: 3px solid #0080FF;}

#kyogi_bk .info_bt li a{
	color: #FFF;
}
#kyogi_bk .info_bt li:before{
	content: '';
    display: block;
    top: 50%;
    margin-top: -5px;
    width: 12px;
    height: 12px;
/*
    border-top: 4px solid #FF0066;
    border-right: 4px solid #FF0066;
*/
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    right: 15px;
    z-index: 2; 
}
#kyogi_bk .info_bt li:nth-child(1):before{border-top: 4px solid #FF0066;border-right: 4px solid #FF0066;}
#kyogi_bk .info_bt li:nth-child(2):before{border-top: 4px solid #0080FF;border-right: 4px solid #0080FF;}

/*競技情報ボタン*/
  #kyogi_bt ul {
	  margin: 0 auto 30px auto;
	 width: 650px;
	  flex-wrap: wrap;
	  justify-content: space-between;
    display: flex; }
  #kyogi_bt ul li {
    background: url(../images/kyogi_bt.png) repeat-x;
    line-height: 1.1em;
    display: block;
    position: relative;
	  margin-bottom: 10px;
    overflow: hidden;
    font-size: 26px;
	  border-left: solid 10px #FF0066;
}
  #kyogi_bt ul li,
  #kyogi_bt ul li a {
    height: 100px;
	  width: 310px;
    display: flex;
    align-items: center; }
  #kyogi_bt ul li p,
  #kyogi_bt ul li a p {
    text-align: center;
    width: 100%;
    color: #FFF;
    font-weight: bold;
    position: relative;
    z-index: 2; }
  #kyogi_bt ul li a p:after {
    content: '';
    display: block;
    top: 50%;
    margin-top: -5px;
    width: 12px;
    height: 12px;
    border-top: 4px solid #FF0066;
    border-right: 4px solid #FF0066;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    left: 270px;
    z-index: 2; }
  #kyogi_bt ul li:last-child {
    margin-right: 0; }
  #kyogi_bt ul li.off {
    opacity: 0.5;
    pointer-events: none;
    cursor: default; }


	#kyogi_bk .chushi_text{
		padding: 30px 0;
		text-align: center;
		margin-bottom: 30px;
/*		color: #F80000;*/
		background: rgba(255,255,255,0.2);}

	.hikaisai #kyogi_bk{background: none; height: auto !important;}
	.hikaisai #kyogi_bk #kyogi{
		display: block;
		width: 720px;
	}
	/*NEXT RACE*/
  .hikaisai #next_tab {
    background: url(/common_img/f_bk1.gif);
    width: 720px;
    height: 320px;
	}
	.hikaisai #next_tab h1 {
	background: url(../images/hi_next_tit.png) center 15px no-repeat;
      height: 70px;
      width: 100%;
      text-indent: -9999px; }
	.hikaisai #next_tab ul{
		display: flex;
	}
    .hikaisai #next_tab li.active {
      border: none;
      pointer-events: none;
      color: #FFF;
      position: relative;
      background: url(../images/next_on.png) !important; }
    .hikaisai #next_tab li.active:before {
      content: '';
      width: 30px;
      height: 30px;
      background: #0327DE;
      display: block;
      position: absolute;
      left: 50%;
		margin-left: -15px;
	bottom: -15px;
      transform: rotate(45deg); }
    .hikaisai #next_tab li {
      width: 240px;
      height: 220px;
      color: #000;
      cursor: pointer;
      border-right: 2px solid #CCC;
      position: relative; }
      .hikaisai #next_tab li .race {
		margin: 0 auto;
          width: 210px;}
        .hikaisai #next_tab li .race .tit {
          align-items: center; }
        .hikaisai #next_tab li .race .tit p {
          font-size: 22px;
          line-height: 1.2em;
          width: 210px; }
      .hikaisai #next_tab li .grade {
        color: #FFF;
		  margin-bottom: 5px;
		  margin-top: 14px;
        text-align: center; }
      .hikaisai #next_tab li .grade .ippan {
        background: url(../images/race_night.png) 135px center no-repeat, linear-gradient(#0557E4, #0B92F4);}
      .hikaisai #next_tab li .grade .sg {
        font-family: "Roboto", sans-serif;
        background: url(../images/race_night.png) 130px center no-repeat, linear-gradient(#B00004, #FF1C24);}
      .hikaisai #next_tab li .grade .g1 {
        font-family: "Roboto", sans-serif;
        background: url(../images/race_night.png) 130px center no-repeat, linear-gradient(#FF8D02, #FFA601);}
      .hikaisai #next_tab li .grade .g2 {
        font-family: "Roboto", sans-serif;
        background: url(../images/race_night.png) 130px center no-repeat, linear-gradient(#6666FF,#9999FF);}
      .hikaisai #next_tab li .grade .g3 {
        font-family: "Roboto", sans-serif;
        background: url(../images/race_night.png) 130px center no-repeat, linear-gradient(#76AE00,#99CC00);}
      .hikaisai #next_tab li .grade .sg,
      .hikaisai #next_tab li .grade .g1,
      .hikaisai #next_tab li .grade .g2,
      .hikaisai #next_tab li .grade .g3,
      .hikaisai #next_tab li .grade .ippan {
        font-weight: 600;
        font-size: 34px;
		margin: 0 auto;
        width: 207px;
        height:50px;
        line-height: 50px; }
      .hikaisai #next_tab li .grade .ippan {
        font-size: 30px; }
    .hikaisai #next_tab li:hover {
      background: #FFF; }
    .hikaisai #next_tab .date {
      line-height: 28px;
      font-family: "Oswald", sans-serif;
      font-weight: 600;
      top: 178px;
      position: absolute;
      background: url(/ind_img/next_arrow.png) left center no-repeat;
      padding-left: 10px;
      font-size: 28px;
      display: block; }
      .hikaisai #next_tab .date span {
        display: inline-block;
        width: 16px;
        height: 16px;
        font-size: 12px;
        color: #FFF;
        text-align: center;
        line-height: 16px;
        margin: 0 3px;
        position: relative;
        left: 0;
        top: -2px;
        background: #000; }
      .hikaisai #next_tab .date span.sat {
        background: #0B92F3;
        color: #FFF; }
      .hikaisai #next_tab .date span.sun {
        background: #F00060;
        color: #FFF; }
    .hikaisai #next_tab .active .date {
      background: url(/ind_img/next_arrow_on.png) left center no-repeat; }
      .hikaisai #next_tab .active .date span {
        color: #000;
        background: #FFF; }
      .hikaisai #next_tab .active .date span.sat {
        background: #0B92F3;
        color: #FFF; }
      .hikaisai #next_tab .active .date span.sun {
        background: #F00060;
        color: #FFF; }
.hikaisai  #race_info ul.racer{margin-left: 25px !important;}

  .hikaisai .next_content:not(.active) {
    display: none; }
  .hikaisai .grade .day_count {
    color: #000;
    height: 45px;
	  font-weight: bold;
    background: url(../images/day_count.jpg);
    padding-left: 48px; }
    .hikaisai .grade .day_count p:first-child {
      font-size: 14px;
      line-height: 14px;
      padding-top: 3px; }
    .hikaisai .grade .day_count p:nth-child(2) {
      line-height: 22px;
      font-size: 18px; }
      .hikaisai .grade .day_count p:nth-child(2) span {
        font-family: "Oswald", sans-serif;
        font-size: 24px; }

.hikaisai #kyogi_left{
	width: 720px !important;
/*	height: 900px !important;*/
/*	background: url("../images/topic_bk.png") top no-repeat #000;*/
}

.next_content{
	background: url("../images/topic_bk.png") top no-repeat #000;
	padding-bottom: 30px;
}
/*
.next_content.sg{background: url("../images/topic_bk_sg.png") top no-repeat #000;}
.next_content.g1{background: url("../images/topic_bk_g1.png") top no-repeat #000;}
.next_content.g2{background: url("../images/topic_bk_g2.png") top no-repeat #000;}
.next_content.g3{background: url("../images/topic_bk_g3.png") top no-repeat #000;}
*/

/*
.hikaisai .next_content.sg .tenbo_tit{
	border-top: solid 2px #E9141B;  
	border-bottom: solid 2px #E9141B;
	color: #E9141B;}
.hikaisai .next_content.g1 .tenbo_tit{
	border-top: solid 2px #FFBF00;  
	border-bottom: solid 2px #FFBF00;
	color: #FFBF00;}
.hikaisai .next_content.g2 .tenbo_tit{
	border-top: solid 2px #74D540;  
	border-bottom: solid 2px #74D540;
	color: #74D540;}
.hikaisai .next_content.g3 .tenbo_tit{
	border-top: solid 2px #0B91F2;  
	border-bottom: solid 2px #0B91F2;
	color: #0B91F2;}
*/

/*#kyogi_bk .next_content #race_info .tenbo{background: url(../images/info_bk.png) left top no-repeat #000; margin-bottom: 30px !important;}*/
/*
#kyogi_bk .next_content.sg #race_info .tenbo{background: url(../images/info_bk_sg.png) left top no-repeat #000;}
#kyogi_bk .next_content.g1 #race_info .tenbo{background: url(../images/info_bk_g1.png) left top no-repeat #000;}
#kyogi_bk .next_content.g2 #race_info .tenbo{background: url(../images/info_bk_g2.png) left top no-repeat #000;}
#kyogi_bk .next_content.g3 #race_info .tenbo{background: url(../images/info_bk_g3.png) left top no-repeat #000;}
*/

.hikaisai #kyogi_bk #race_info .tenbo {
	background: url(../images/info_bk.png) left top no-repeat #000;
	width:630px;
	padding-left: 20px;
	padding-top: 10px;
	margin: 0 auto;
	}
.hikaisai .tenbo_tit{
	margin: 0 auto 20px auto;
	text-align: center;
	font-size: 28px;
	font-weight: bold;
	border-top: solid 2px #0B91F2;
	border-bottom: solid 2px #0B91F2;
	color: #0B91F2;
	width: 630px;}

.hikaisai #kyogi_bk #race_info .tenbo .tit{width: 620px; color: #FFF;}
.hikaisai #kyogi_bk #race_info .tenbo .txt{width: 620px; color: #FFF;}
.hikaisai #kyogi_bk #race{margin-left: 34px;}

.hikaisai #kyogi_bk #race_info.blank{
	font-size: 26px;
	padding-top: 200px;
	padding-bottom: 200px;
	text-align: center;}


  .zenken #kyogi #dream {
	  padding: 0 0 20px 20px;
	  margin-top: 25px;
}
    .zenken #kyogi #dream h1 {
      background: url(../images/zenken_dream_tit.png) center repeat-x;
		width: 640px;
      margin-bottom: 15px; }
      .zenken #kyogi #dream h1 p {
        border: 1px solid #FFF;
        width: 340px;
        margin: 0 auto;
		  font-size: 26px;
        line-height: 40px;
        border-radius: 40px;
        background: #000000;
        text-align: center; }
        .zenken #kyogi #dream h1 p .t1 {
          font-weight: 600;
          position: relative;
          top: -2px; }
        .zenken #kyogi #dream h1 p .t2 {
          font-family: "Oswald", sans-serif;
          font-size: 32px; }
        .zenken #kyogi #dream h1 p .t3 {
          font-weight: 600;
          color: #03A2EF;
          position: relative;
          top: -2px; }
    .zenken #kyogi #dream ul {
      display: flex;
      flex-wrap: wrap; }
    .zenken #kyogi #dream li {
      width: 198px;
      height: 260px;
      position: relative;
      margin-right: 20px;
      margin-bottom: 10px; }
    .zenken #kyogi #dream li img {
      width: 100%;
      position: absolute; }
    .zenken #kyogi #dream li .racer {
      background: linear-gradient(#FFF, #CCC);
      height: 54px;
      width: 100%;
      position: absolute;
      bottom: 0;
      text-align: center;
      color: #000; }
      .zenken #kyogi #dream li .racer p {
        padding-left: 22px; }
      .zenken #kyogi #dream li .racer p.name {
        font-size: 26px;
        line-height: 28px; }
      .zenken #kyogi #dream li .racer p.name.L {
        color: #FF0066; }
      .zenken #kyogi #dream li .racer p.name.small {
        font-size: 23px; }
      .zenken #kyogi #dream li .racer p.jyo {
        font-size: 22px;
        line-height: 22px; }
    .zenken #kyogi #dream li .racer:before {
      content: '';
      width: 40px;
      height: 66px;
      display: block;
      position: absolute;
      left: -6px;
      top: -12px; }
    .zenken #kyogi #dream li:nth-child(1) .racer:before {
      background: url(../images/te1.png); }
    .zenken #kyogi #dream li:nth-child(2) .racer:before {
      background: url(../images/te2.png); }
    .zenken #kyogi #dream li:nth-child(3) .racer:before {
      background: url(../images/te3.png); }
    .zenken #kyogi #dream li:nth-child(4) .racer:before {
      background: url(../images/te4.png); }
    .zenken #kyogi #dream li:nth-child(5) .racer:before {
      background: url(../images/te5.png); }
    .zenken #kyogi #dream li:nth-child(6) .racer:before {
      background: url(../images/te6.png); }
.zenken #kyogi #dream .blank{
	width:640px;
	background: rgba(255,255,255,0.3);
	text-align: center;
	line-height: 200px;
	margin-bottom: 10px;
}

#topics .swiper-container{
  width: 650px;
  height:400px;
	position: relative;
	margin: 0 auto 20px auto; }
  #topics .swiper-wrapper {}
  #topics img {
    width: 650px; }
  #topics .swiper-slide {width: 100%;
    position: relative; }

#topics .swiper-pagination{bottom: 0px;}
  #topics .swiper-pagination-bullet {
    width: 24px;
    height: 24px;
    position: relative; }
  #topics .topics_prev,
  #topics .topics_next {
    position: absolute;
    top: 134px;
    width: 57px;
    height: 80px;
    z-index: 100;
    display: block;
    z-index: 10;
    cursor: pointer; }
  #topics .topics_prev {
    background: url(/ind_img/topics_prev.png) top;
    left: 0; }
  #topics .topics_next {
    background: url(/ind_img/topics_next.png) top;
    right: 0; }
  #topics .topics_prev:hover,
  #topics .topics_next:hover {
    background-position: bottom; }
  #topics .swiper-slide:before {
    content: '';
    background: #0080FF;
    display: block;
    position: absolute;
    left: 0;
    bottom:46px;
    width: 0%;
    height: 5px; }
  #topics .swiper-slide.anime:before {
    width: 100%;
    transition: 5s linear; }


/*-------------------
	前検日style
-------------------*/


/*-------------------
	非開催日style
-------------------*/



	ul#top_btn{
		width: 652px;
		height: 188px;
		margin: 30px auto;
	}
	ul#top_btn li{
		width: 202px;
		height: 90px;
		margin-left: 22px;
		margin-bottom: 8px;
		float: left;
	}
	ul#top_btn li#top_btn01{
		background: url(../images/top_btn01.png) no-repeat;
		margin-left: 0px;
	}
	ul#top_btn li#top_btn02{
		background: url(../images/top_btn02.png) no-repeat;
	}
	ul#top_btn li#top_btn03{
		background: url(../images/top_btn03.png) no-repeat;
	}
	ul#top_btn li#top_btn04{
		background: url(../images/top_btn04.png) no-repeat;
		margin-bottom: 0px;
		margin-left: 0px;
	}
	ul#top_btn li#top_btn05{
		background: url(../images/top_btn05.png) no-repeat;
		margin-bottom: 0px;
	}
	ul#top_btn li#top_btn06{
		background: url(../images/top_btn06.png) no-repeat;
		margin-bottom: 0px;
	}
	ul#top_btn li.off{
		opacity: 0.5;
	}



/***タイムライン***/

#timeline {
  background: url(../images/timeline_bk.png) no-repeat;
  width: 720px;
  height: 390px;
  margin-bottom: 35px;
  display: flex;
  position: relative; }



#timeline_l {
  width: 360px;
  height: 390px;
  overflow: hidden;
  position: relative; }

#timeline_r {
  width: 360px;
  height: 390px;
  overflow: hidden; }

/*----------------------
　　　swiper1 style
----------------------*/
/*スライダー7個表示→上部をoverflow: hidden;*/
.swiper1 {
  position: relative;
  height: 390px;
  /*タイムライン風ボタン＆ボーダー*/ }
  .swiper1 .swiper-slide {
  position: relative;
    color: #212121;
    transition: .3s;
    height: 130px !important; }
  .swiper1 .swiper-slide-active {
    height: 130px !important;
	  position: relative;
    color: #FFF; }
  .swiper1 .swiper-slide:before {
    content: "";
    display: block;
    width: 3px;
    height: 130px;
    background: #0080FF;
    position: absolute;
    top: 0;
    left: 305px;
    z-index: 1; }
  .swiper1 .swiper-slide-active:before {
    content: "";
    display: block;
    width: 3px;
    height: 130px;
    background: #FFFFFF;
    position: absolute;
    top: 0;
    left: 305px; }
  .swiper1 .swiper-slide:after {
    content: "";
    display: block;
    width: 18px;
    height: 18px;
    border-radius: 18px;
    background: #0080FF;
    position: absolute;
    top: 50%;
	  margin-top: -26px;
    left: 298px; }
  .swiper1 .swiper-slide-active:after {
    content: "";
    display: block;
    width: 18px;
    height: 18px;
    border-radius: 18px;
    background: #FFF;
    position: absolute;
    top: 50%;
    margin-top: -6px;
    left: 298px; }

.timeline_prev {
  position: absolute;
  left: 30px;
	top: 60px;
	margin-top: 5px;
  width: 28px;
  height: 18px;
  background: none;
	z-index: 10;
  background: url(../images/prev.png); }

.timeline_next {
  position: absolute;
  left: 30px;
	margin-top: 120px;
  background: #FFF;
  width: 28px;
  height: 18px;
  background: none;
	z-index: 10;
  background: url(../images/next.png); }

#timeline .swiper-button-disabled{opacity: 0.3;}
/*----------------------
　　　swiper2 style
----------------------*/
.swiper2 {
	height: 390px;
  width: 360px; }

.swiper2 .swiper-slide {
	height: 390px;
	  margin-left: 30px;
  width: 300px;
/*	background: url("../images/timeline_shadow.png");*/
  font-weight: bold;
  color: #666666;
  transition: .3s; }
  .swiper2 .swiper-slide ul li {
/*    width: 300px;*/
    height: 98px;
    text-indent: -9999px;
	  border-bottom: 1px solid #FFF;
    position: relative; }
.swiper2 .swiper-slide ul li.bt_ban{border-bottom: none;}
/*
  .swiper2 .swiper-slide li:before {
    content: '';
    display: block;
    background: url(../images/timeline_bt_bar.png);
    width: 117px;
    height: 13px;
    position: absolute;
    bottom: -13px; }
*/
  .swiper2 .swiper-slide li:last-child:before {
    display: none; 
    height: 96px;}
  .swiper2 .swiper-slide li a {
    width: 100%;
    height: 100%;
    opacity: 1;
    display: block;
    position: relative; }

  .swiper2 .swiper-slide li.off.bt_st {
    background: url(../images/bt_st_off.png) 90px center no-repeat;}
  .swiper2 .swiper-slide li.off.bt_taka {
    background: url(../images/bt_taka_off.png) 90px center no-repeat;}
  .swiper2 .swiper-slide li.off.bt_pit {
    background: url(../images/bt_pit_off.png) 90px center no-repeat;}
  .swiper2 .swiper-slide li.off.bt_ban {
    background: url(../images/bt_ban_off.png) 90px center no-repeat;}
  .swiper2 .swiper-slide li.bt_st a {
    background: url(../images/bt_st.png) 90px center no-repeat; }
  .swiper2 .swiper-slide li.bt_taka a {
    background: url(../images/bt_taka.png) 90px center no-repeat; }
  .swiper2 .swiper-slide li.bt_pit a {
    background: url(../images/bt_pit.png) 90px center no-repeat; }
  .swiper2 .swiper-slide li.bt_ban a {
    background: url(../images/bt_ban.png) 90px center no-repeat; }
  .swiper2 .swiper-slide li.bt_st a:after,
  .swiper2 .swiper-slide li.bt_taka a:after,
  .swiper2 .swiper-slide li.bt_pit a:after,
  .swiper2 .swiper-slide li.bt_ban a:after,
  .swiper2 .swiper-slide li.off.bt_st:after,
  .swiper2 .swiper-slide li.off.bt_taka:after,
  .swiper2 .swiper-slide li.off.bt_pit:after,
  .swiper2 .swiper-slide li.off.bt_ban:after {
    content: '';
    display: block;
    position: absolute;
    width: 56px;
    height: 57px;
    top: 20px;
    left: 10px; }
  .swiper2 .swiper-slide li.bt_st a:after {
    background: url(../images/bt_st_i.png) no-repeat; }
  .swiper2 .swiper-slide li.bt_taka a:after {
    background: url(../images/bt_taka_i.png) no-repeat;}
  .swiper2 .swiper-slide li.bt_pit a:after {
    background: url(../images/bt_pit_i.png) no-repeat;}
  .swiper2 .swiper-slide li.bt_ban a:after {
    background: url(../images/bt_ban_i.png) no-repeat;}

  .swiper2 .swiper-slide li.off.bt_st:after {
    background: url(../images/bt_st_i_off.png) no-repeat; }
  .swiper2 .swiper-slide li.off.bt_taka:after {
    background: url(../images/bt_taka_i_off.png) no-repeat;}
  .swiper2 .swiper-slide li.off.bt_pit:after {
    background: url(../images/bt_pit_i_off.png) no-repeat;}
  .swiper2 .swiper-slide li.off.bt_ban:after {
    background: url(../images/bt_ban_i_off.png) no-repeat;}

.swiper-slide-active li.bt_st a.anime:after,
.swiper-slide-active li.bt_taka a.anime:after,
.swiper-slide-active li.bt_pit a.anime:after,
.swiper-slide-active li.bt_ban a.anime:after {
  animation: live_anime .3s forwards; }
.swiper-slide-active li.bt_st a.anime:after {
  animation-delay: .3s; }
.swiper-slide-active li.bt_taka a.anime:after {
  animation-delay: .4s; }
.swiper-slide-active li.bt_pit a.anime:after {
  animation-delay: .5s; }
.swiper-slide-active li.bt_ban a.anime:after {
  animation-delay: .6s; }

/*----------------------
　　　swiper1 各R中身
----------------------*/
.swiper1 {
  position: relative; }
  .swiper1 .swiper-slide-active .race a {position: relative; top: 14px;}
  .swiper1 .swiper-slide .race a {
    position: absolute;
    left: 90px;
    height: 130px;
    width: 90px;
    text-indent: -9999px;
    display: block;
    opacity: 0.6; }
  .swiper1 .swiper-slide:nth-child(1) .race a {
    background: url(../images/race01.png) center center no-repeat; }
  .swiper1 .swiper-slide:nth-child(2) .race a {
    background: url(../images/race02.png) center center no-repeat; }
  .swiper1 .swiper-slide:nth-child(3) .race a {
    background: url(../images/race03.png) center center no-repeat; }
  .swiper1 .swiper-slide:nth-child(4) .race a {
    background: url(../images/race04.png) center center no-repeat; }
  .swiper1 .swiper-slide:nth-child(5) .race a {
    background: url(../images/race05.png) center center no-repeat; }
  .swiper1 .swiper-slide:nth-child(6) .race a {
    background: url(../images/race06.png) center center no-repeat; }
  .swiper1 .swiper-slide:nth-child(7) .race a {
    background: url(../images/race07.png) center center no-repeat; }
  .swiper1 .swiper-slide:nth-child(8) .race a {
    background: url(../images/race08.png) center center no-repeat; }
  .swiper1 .swiper-slide:nth-child(9) .race a {
    background: url(../images/race09.png) center center no-repeat; }
  .swiper1 .swiper-slide:nth-child(10) .race a {
    background: url(../images/race10.png) center center no-repeat; }
  .swiper1 .swiper-slide:nth-child(11) .race a {
    background: url(../images/race11.png) center center no-repeat; }
  .swiper1 .swiper-slide:nth-child(12) .race a {
    background: url(../images/race12.png) center center no-repeat; }
  .swiper1 .swiper-slide-active:nth-child(1) .race a {
    background: url(../images/race01_on.png) center center no-repeat; }
  .swiper1 .swiper-slide-active:nth-child(2) .race a {
    background: url(../images/race02_on.png) center center no-repeat; }
  .swiper1 .swiper-slide-active:nth-child(3) .race a {
    background: url(../images/race03_on.png) center center no-repeat; }
  .swiper1 .swiper-slide-active:nth-child(4) .race a {
    background: url(../images/race04_on.png) center center no-repeat; }
  .swiper1 .swiper-slide-active:nth-child(5) .race a {
    background: url(../images/race05_on.png) center center no-repeat; }
  .swiper1 .swiper-slide-active:nth-child(6) .race a {
    background: url(../images/race06_on.png) center center no-repeat; }
  .swiper1 .swiper-slide-active:nth-child(7) .race a {
    background: url(../images/race07_on.png) center center no-repeat; }
  .swiper1 .swiper-slide-active:nth-child(8) .race a {]
    background: url(../images/race08_on.png) center center no-repeat; }
  .swiper1 .swiper-slide-active:nth-child(9) .race a {
    background: url(../images/race09_on.png) center center no-repeat; }
  .swiper1 .swiper-slide-active:nth-child(10) .race a {
    background: url(../images/race10_on.png) center center no-repeat; }
  .swiper1 .swiper-slide-active:nth-child(11) .race a {
    background: url(../images/race11_on.png) center center no-repeat; }
  .swiper1 .swiper-slide-active:nth-child(12) .race a {
    background: url(../images/race12_on.png) center center no-repeat; }
  .swiper1 .swiper-slide-active .race a {
    pointer-events: none;
    opacity: 1; }
  .swiper1 .swiper-slide .race a {
    text-decoration: none;
    color: #0080FF; }
  .swiper1 .swiper-slide .race a:hover {
    opacity: 1; }
  .swiper1 .swiper-slide .race span {
    font-size: 32px; }
  .swiper1 .swiper-slide {
    font-size: 14px;
    line-height: 24px; }
  .swiper1 .dento1 {
    position: absolute;
    left: 190px;
    font-size: 24px;
	line-height: 130px;
	  margin-top: -20px;
    text-align: right; }
  .swiper1 .dento2 {
    position: absolute;
    left: 190px;
    font-size: 30px;
	  width: 95px;
	line-height: 130px;
	  margin-top: 10px;
    text-align: right;
    font-family: 'Oswald',sans-serif; }
.swiper1 .swiper-slide-active .dento1{margin-top: 0px;}
.swiper1 .swiper-slide-active .dento2{margin-top: 30px;}
  .swiper1 .swiper-slide .dento1,
  .swiper1 .swiper-slide .dento2 {
    top: 0px; }
  .swiper1 .swiper-slide-active .dento1,
  .swiper1 .swiper-slide-active .dento2 {}
  .swiper1 .swiper-slide .txt {
    font-size: 20px;
    position: absolute;
    top: 7px;
    left: 20px;
    opacity: 0;
    font-weight: bold; }
  .swiper1 .swiper-slide-active .txt,
  .swiper1 .swiper-slide-active .race_active {
    opacity: 1 !important;
    transition: .3s; }
  .swiper1 .swiper-slide .race_active {
    transition: .3s;
    background: url(../images/race_active.png);
    width: 32px;
    height: 113px;
    position: absolute;
    text-indent: -9999px;
    top: 5px;
    left:30px;
    opacity: 0; }

ul.point {
  display: flex;
  position: absolute;
  left: 90px;
  top: 36px; }

ul.point li {
  background: #0B92F4;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  opacity: 0.4;
  margin-right: 6px; }

ul.point li.on {
  opacity: 1; }

.swiper1 .swiper-slide-active ul.point {
  margin-top: 32px; }

.swiper1 .swiper-slide-active ul.point li {
  background: #FFF; }

ul.point a li {
  opacity: 1; }

.active-txt {
  width: 180px;
  height: 32px;
  line-height: 32px;
  font-weight: normal;
  font-size: 20px;
  text-indent: 8px;
  position: absolute;
  top: 10px;
  left: 80px;
  background: linear-gradient(to right, black, rgba(0, 0, 214, 0));
  z-index: 0;
  opacity: 0; }

.active-txt span {
  font-weight: bold;
  margin-left: 2px; }

.swiper1 .swiper-slide-active .active-txt {
  opacity: 1; }

.swiper-slide-active.chushi .active-txt,
.swiper-slide.chushi p {
  opacity: 0.5; }

/*発売開始*/
#dento00 {
  color: #FFF;
  background: #0760D8;
  width: 245px;
  line-height: 78px;
  text-align: center;
  position: absolute;
  left: 80px;
  top: 25px;
  opacity: 1;
  transform: translateY(0px);
  transition: .3s;
  transition-delay: .3s;
  background: url(../images/slide00.png);
  display: flex; }
  #dento00 p.tit {
    width: 180px;
    font-size: 22px; }
  #dento00 p.time {
    width: 110px;
    font-size:30px;
    font-family: "Oswald", sans-serif;
    padding-top: 2px; }

#dento00.off {
  opacity: 0;
  transform: translateY(-10px);
  transition: .3s; }



#info {
  width: 650px;
	margin: 0 auto 80px auto;}
  #info h1 {
    background: url(/ind_img/info_tit.png) left no-repeat;
    line-height: 36px;
    padding-left: 42px;
    color: #323230;
    font-weight: 800;
    font-size: 34px;
    margin-bottom: -12px; }
  #info hr {
    display: block;
    width: 100%;
    height: 1px;
    margin-bottom: -3px;
    border: 0;
    /*デフォルトデザインでは線がある場合があるので、消しておく。*/
    transform: rotate(-4.2deg); }
  #info hr.b1 {
    background: #0B92F4; }
  #info hr.b2 {
    background: #9DD3FB; }
  #info ul {
	padding: 20px 0;
    margin-top: 25px; }
  #info li {
    display: flex;
    position: relative;
    margin-left: 14px;
    padding: 5px 0 5px 3px; }
    #info li .date {
      font-family: "Oswald", sans-serif;
      font-weight: 600;
      font-size: 34px;
      width: 120px; }
      #info li .date span {
        display: inline-block;
        background: #000;
        color: #FFF;
        text-align: center;
        width: 26px;
        line-height: 26px;
        font-size: 20px;
        margin-left: 3px;
        position: relative;
        top: -3px; }
      #info li .date span.sat {
        background: #0B92F3; }
      #info li .date span.sun {
        background: #F00060; }
    #info li .cate01,
    #info li .cate02,
    #info li .cate03,
    #info li .cate04 {
      font-size: 18px;
      text-align: center;
      width: 85px;
      line-height: 22px;
      color: #FFF;
      border-radius: 15px; }
    #info li .cate01 {
      background: #FF7900; }
    #info li .cate02 {
      background: #74D540; }
    #info li .cate03 {
      background: #3EA8F4; }
    #info li .cate04 {
      background: #F30363; }
    #info li p {
		margin-top: 5px;
      line-height: 1.5em;
      font-size: 26px; }
  #info li:before {
    content: '';
    width: 14px;
    height: 1px;
    background: #000;
    position: absolute;
    top: 32px;
    left: -14px; }
  #info a li:hover {
    background: url(/ind_img/info_dot.png); }
  #info a li {
    color: #000; }
    #info a li p {
      text-decoration: underline; }
  #info a.more {
    font-family: "Oswald", sans-serif;
    color: #000;
    border-bottom: 1px solid #000;
    font-size: 24px;
    font-weight: 400;
    float: right;
    padding-right: 18px;
    background: url(/common_img/arrow_r_black.png) right center no-repeat;
    background-size: 10px;
    line-height: 36px; }
  #info a.more:hover {
    color: #F30363; }

#info a:nth-child(1) li,
#info a:nth-child(2) li,
#info a:nth-child(3) li,
#info a:nth-child(4) li,
#info a:nth-child(5) li {
  opacity: 0;
  transition: 1s;
  transform: translateY(5px); }

#info.anime a:nth-child(1) li,
#info.anime a:nth-child(2) li,
#info.anime a:nth-child(3) li,
#info.anime a:nth-child(4) li,
#info.anime a:nth-child(5) li {
  opacity: 1;
  transition: 1s;
  transform: translateY(0px); }
#info.anime a:nth-child(1) li {
  transition-delay: 0s; }
#info.anime a:nth-child(2) li {
  transition-delay: 0.1s; }
#info.anime a:nth-child(3) li {
  transition-delay: 0.2s; }
#info.anime a:nth-child(4) li {
  transition-delay: 0.3s; }
#info.anime a:nth-child(5) li {
  transition-delay: 0.4s; }


#cal{
	width: 720px;
	position: relative;
	background: #0435E1;
	padding: 20px 0;
}

#cal:before{
	content: '';
	background: url("../images/cal_bk.png") #FFF;
	width: 720px;
	height: 300px;
	display: block;
	position: absolute;
	top: 0;
}

#cal .month{
	width: 150px;
	height: 87px;
	margin: 0 auto;
	text-indent: -9999px;
}
#cal #m01{background: url("../images/month01.png") center center no-repeat;}
#cal #m02{background: url("../images/month02.png") center center no-repeat;}
#cal #m03{background: url("../images/month03.png") center center no-repeat;}
#cal #m04{background: url("../images/month04.png") center center no-repeat;}
#cal #m05{background: url("../images/month05.png") center center no-repeat;}
#cal #m06{background: url("../images/month06.png") center center no-repeat;}
#cal #m07{background: url("../images/month07.png") center center no-repeat;}
#cal #m08{background: url("../images/month08.png") center center no-repeat;}
#cal #m09{background: url("../images/month09.png") center center no-repeat;}
#cal #m10{background: url("../images/month10.png") center center no-repeat;}
#cal #m11{background: url("../images/month11.png") center center no-repeat;}
#cal #m12{background: url("../images/month12.png") center center no-repeat;}

#cal .scroll{
	overflow-x: scroll;
	padding-bottom: 20px;
	position: relative;z-index: 10;
}

#cal_wrap{
	background: url("../images/cal_border.png") 18px top;
	width: 2200px;}

#cal ul.day{
	overflow: hidden;
	font-family: 'Oswald',sans-serif;
	color: #FFF;
	position: relative;
	z-index: 10;
	margin-bottom: 15px;
}
#cal ul.day:before{
	content: '';
	position: absolute;
	bottom: 18px;
	display: block;
	background: #000;
	width: 100%;
	height: 4px;
	z-index: -1;
}

#cal ul{overflow: hidden;}

#cal ul.race_list{
	margin-bottom: 10px;
	display: flex;
}

#cal ul.day li:first-child{margin-left: 20px;}
#cal ul.day li,
#cal ul.race_list li,
#cal ul.jyogai_list li{
	float: left;
	text-align: center;
	font-size: 36px;
	line-height: 36px;
	position: relative;
	min-height: 1px;
	width: 70px !important;}


#cal ul.day li span{
	display: inline-block;
	height: 38px;
	line-height: 38px;
	font-size: 22px;
	width: 38px;
	background: #000;
	border-radius: 100%;
	font-weight: 600;
}
#cal ul.day .sat span{color: #0B92F3;}
#cal ul.day .sun span{color: #F00060;}

#cal ul.race_list .race,
#cal ul.jyogai_list .race{
	font-size: 26px; 
	position: relative;
	left: 18px;
	color: #FFF;
	padding: 10px 20px;height: 100%;
	min-height: 70px;
	text-align: left;}

#cal ul.jyogai_list .race{
	padding: 8px 10px 6px 10px;
	overflow: hidden;
	border-radius: 18px;
	font-size: 26px; 
	line-height: 24px;}
#cal .jyogai_list img.icon{width: 25px; margin-left:2px;}
#cal ul .race.sch01{padding: 8px 6px 8px 6px;font-size: 22px; }

#cal ul .race.sch01{width: 70px;}
#cal ul .race.sch02{width: 140px;}
#cal ul .race.sch03{width: 210px;}
#cal ul .race.sch04{width: 280px;}
#cal ul .race.sch05{width: 350px;}
#cal ul .race.sch06{width: 420px;}
#cal ul .race.sch07{width: 490px;}
#cal ul .race.sch08{width: 560px;}
#cal ul .race.sch09{width: 630px;}
#cal ul .race.sch10{width: 700px;}

#cal ul .race.chushi{
	background: #000000;
	color: #FF0000; 
	line-height: 1.2em; 
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
}
#cal ul .race.kyukan{
	background: rgba(100,100,100,0.8);
	color: #FFF; 
	line-height: 1.2em; 
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
}
#cal ul .race.sg{background: #FF1C24;}
#cal ul .race.g1{background: #FFBF00; color: #000;}
#cal ul .race.g2{background: #9999FF; color: #000;}
#cal ul .race.g3{background: #66CC00;}
#cal ul .race.ippan{background: #0B92F4;}


#cal img.icon{width: 30px; margin-left: 5px;}
#cal a.i_tenbo{
	background: url("../images/i_tenbo.png");
	width: 40px;
	margin-top: -20px;
	margin-left: 5px;
	height: 40px;
	display: inline-block;
	position: relative;
	top: 14px;
	z-index: 10;
}

#cal_select{
	position: relative;
	margin-bottom: 10px;
}

#cal_select .prev,
#cal_select .next{
	width: 45px;
	height: 45px;
	position: absolute;
	top: 20px;
}
#cal_select .prev.off,
#cal_select .next.off{opacity: 0.5;}

#cal_select .prev{
	left: 200px;
	background: url("../images/cal_prev.png");}
#cal_select .next{
	right: 200px;
	background: url("../images/cal_next.png");}

#cal_footer{
	background: url("../images/cal_bk2.png");
	height: 90px;
	overflow: hidden;
	margin-bottom:30px;
}
#cal_footer a{
	float: right;
	margin-right: 30px;
	font-size: 32px;
	height: 32px;
	line-height: 32px;
	padding-right: 40px;
	font-weight: 600;
	margin-top: 36px;
	color: #000;
	background: url("../images/cal_arrow.png") right no-repeat;
}


#cal .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{
	height: 8px!important;margin-top: 4px;
}

/* 縦向きの場合のスタイル */
 @media screen and (orientation: portrait) {
.foot_logo{margin-bottom: 120px;}
} 
/* 横向きの場合のスタイル */
@media screen and (orientation: landscape) {
  /*競技情報*/
  /* #kyogi_bk{height:570px;} */
/*
  #kyogi_bk #kyogi,#kyogi_bk #kyogi_left{width:100%;}
  #kyogi_bk #race{margin-left:3%; padding-top:12px;}
  #kyogi_bk #race .grade .sg,
  #kyogi_bk #race .grade .g1,
  #kyogi_bk #race .grade .g2,
  #kyogi_bk #race .grade .g3,
  #kyogi_bk #race .grade .ippan{
    width:200%; height:70px;
    line-height:45px;
    font-size:135%;
    background:url(../images/race_night.png) center 36px no-repeat, linear-gradient(#0557E4, #0B92F4);
  }
  #kyogi_bk #race .grade .ippan{font-size:130%;}
  #kyogi_bk #race .grade .day{
    width:200%; height:34px;
    line-height:34px;
    font-size:90%;
  }
  #kyogi_bk #race .grade .day span{top:1px; font-size:130%;}
  #kyogi_bk #race .race_right{margin-left:8%;}
  #kyogi_bk #race .race_tit{width:100%; height:65px;}
  #kyogi_bk #race .race_tit p{font-size:130%;}
  #kyogi_bk #race .race_date .month{font-size:95%;}
  #kyogi_bk #race .race_date li{height:34px; font-size:140%;}
  #kyogi_bk #race .race_date li span{
    width:22px; height:22px;
    line-height:20px;
    top:-2px;
    font-size:80%;
  }
  #kyogi_bk .info-tab, #kyogi_bk .info-tab-no{top:360px;}
  #kyogi_bk .info-tab .tab01,
  #kyogi_bk .info-tab .tab02,
  #kyogi_bk .info-tab-no .tab01,
  #kyogi_bk .info-tab-no .tab02{
    width:500%; height:85px;
    margin-left:0;
    background-size:100%;
  }
  #kyogi_bk .info-tab .tab01.active,
  #kyogi_bk .info-tab-no .tab01.active,
  #kyogi_bk .info-tab .tab02.active,
  #kyogi_bk .info-tab-no .tab02.active{
    width:500%;
    background-size:100%;
  }
  #kyogi_bk .info-tab .tab02, #kyogi_bk .info-tab-no .tab02,
  #kyogi_bk .info-tab .tab02.active, #kyogi_bk .info-tab-no .tab02.active{margin-top:0;}
  #kyogi_bk #race_info .tenbo{width:79%; margin-left:18%;}
  #kyogi_bk #race_info .tenbo .tit{
    width:100%; height:75px;
    background-size:30px;
  }
  #kyogi_bk #race_info .tenbo .tit p{font-size:100%; padding-left:40px;}
  #kyogi_bk #race_info .tenbo .txt{
    width:100%; height:90px;
    padding-top:20px;
    font-size:100%;
  }
  #kyogi_bk #race_info ul.racer{width:100%;}
  #kyogi_bk #race_info ul.racer li{width:28%; margin-left:2%;}
  #kyogi_bk #race_info ul.racer li:first-child{margin-left:6%;}
  #kyogi_bk #race_info ul.racer li .img{height:auto;}
  #kyogi_bk #race_info ul.racer li p.num{font-size:100%;}
  #kyogi_bk #race_info ul.racer li p.name{font-size:120%;}
*/
	#nav_f{display: none;}
}

/*------------------------------
		緊急告知
------------------------------*/
#emergency {
  background: #F80000;
  padding: 0 5px 5px 5px; }
  #emergency h2 {
    width: 100%;
    color: #FFF;
    text-align: center;
    font-size: 28px;
    font-weight: bold;
    padding: 8px 0;
    line-height: 1.2em; }
  #emergency div {
    background: #FFF;
    width: calc(100% - 20px);
    text-align: center;
    font-size: 28px;
    font-weight: bold;
    line-height: 1.2em;
    min-height: 46px;
    display: table;
    padding: 8px;
    margin: 0 auto; }
    #emergency div p {
      display: table-cell;
      vertical-align: middle; }


.desktop{
	display: block;
}