@charset "utf-8";
/*==============================================
netkeirin - ミッドナイト競輪
================================================
0.0 - 共通パーツ
1.0 - SP
  1.1 - メインビジュアル
    1.1.1 - タイトル
    1.1.2 - ミッドナイト競輪とは？
  1.2 - バナー
  1.3 - 本日なし
  1.4 - ピックアップ選手
  1.5 - 勝負予想
  1.6 - 開催中のレース
  1.7 - ニュース
  1.8 - メニュー
  # 1.9 - 展望ブロック
2.0 - PC
  2.1 - メインビジュアル
  2.2 - バナー
  2.3 - 本日なし
  2.4 - 勝負予想
  2.5 - 開催中のレース
  2.6 - ニュース
  2.7 - メニュー
==============================================*/
/*----------------------------------------------
# 0.0 - 共通パーツ
----------------------------------------------*/
.Wrap.fc {
  background: #F4F4F4;
}
body.Netkeirin_Midnight .Contents {
  display: block;
  background: #010B27;
}
@media only screen and (max-width: 1024px) {
  #Netkeirin_MidnightTop .Contents {
    position: relative;
    padding-bottom: 20px;
  }
  .star_disp_pc {
    display: none;
  }
  .star_disp_sp {
    display: inline-block;
  }
  .disp_pc {
    display: none;
  }
  .disp_sp {
    display: block;
  }
}
@media only screen and (min-width: 1025px) {
  #Netkeirin_MidnightTop .Wrap{
    margin-bottom:40px;
  }
  #Netkeirin_MidnightTop .Contents {
    padding: 10px;
    width: 1000px;
    border-radius: 4px;
  }
  .Main_Column {
    float: left;
    width: 640px;
    margin: 0 0px 0 0;
  }
  .star_disp_pc {
    display: inline-block;
    margin-left: 6px;
  }
  .star_disp_sp {
    display: none;
  }
  .disp_pc {
    display: block;
  }
  .disp_sp {
    display: none;
  }
}
.Main_Column {
  background-color: #010B27;
}
.BetFixedBtn {
  background-color: #FFEB60;
 }
.BetFixedBtn a {
  color: #010B27;
}
.BetFixedBtn a line, .BetFixedBtn a path, .BetFixedBtn a rect {
  stroke: #010B27;
}
.div_flex {
  display: flex;
}
#Netkeirin_MidnightTop .AdCard_Box.Card_Sp01 {
  margin-top: 15px;
}
/*----------------------------------------------
1.0 - SP
------------------------------------------------
  # 1.1 - メインビジュアル
----------------------------------------------*/
.Midnight_Top_ImgWrap {
  margin: 20px 10px 10px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.Midnight_Top_ImgCover {
  width: 100%;
  height: 80px;
  position: relative;
  z-index: 2;
  bottom: 48px;
  border-radius: 0 0 10px 10px;
  background: linear-gradient(0deg, rgb(12, 39, 108) 50%, rgb(43, 43, 110) 80%, rgba(12, 39, 108, 0) 100%);
}
@media only screen and (min-width: 320px) and (max-width: 1024px) {
  .Midnight_Top_ImgCover::before {
    content: "";
    position: absolute;
    top: -30px;
    left: 0px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0px 0px 64px 100vw;
    border-color: rgba(12, 39, 108, 0.8);
    z-index: 1;
    transform: skewY(6deg);
    transform-origin: top left;
  }
}
@media only screen and (min-width: 500px) and (max-width: 1024px){
  .Midnight_Top_ImgCover{
    height: 130px;
    bottom:68px;
  }
  .Midnight_Top_ImgCover:before{
    top: -40px;
  }
}
.Midnight_Top_ImgWrap img {
  width: 100%;
}
/*----------------------------------------------
1.0 - SP
------------------------------------------------
  1.1 - メインビジュアル
------------------------------------------------
    # 1.1.1 - タイトル
----------------------------------------------*/
.Midnight_Top_TxtWrap {
  padding: 0 20px;
  z-index: 5;
  position: absolute;
  bottom: 48px;
  left: 0;
  width: 100%;
}
@media only screen and (min-width: 500px) and (max-width: 1024px){
  .Midnight_Top_TxtWrap {
    bottom: 78px;
  }
}
.Midnight_Top_Title {
  position: relative;
  margin-bottom: -36px;
}
.Midnight_Top_Title .Midnight_Title {
  position: relative;
  text-align: left;
  font-size: 24px;
  color: #DFE5F2;
  margin-left:-3px;
}
.Midnight_Top_TxtWrap p {
  color: #DFE5F2;
  font-size: 14px;
  line-height: 1.4;
  margin-top: 10px;
}

/*----------------------------------------------
1.0 - SP
------------------------------------------------
  1.1 - メインビジュアル
------------------------------------------------
    # 1.1.2 - ミッドナイト競輪とは？
----------------------------------------------*/
.Midnight_Top_Title .Midnight_Info_Link01 {
  position: relative;
  text-align: center;
  font-size:13px;
  z-index: 5;
}
.Midnight_Top_Title .Midnight_Info_Link01 a {
  display: inline-block;
  position: relative;
  color: #FFEB60;
  font-weight: bold;
  padding: 13px 26px 20px 0;
}
.Midnight_Info_Link01 a span.Arrow {
  display: block;
  background: #FFEB60;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -12px;
}
.Midnight_Info_Link01 a span.Arrow::after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
  margin-left: -1px;
}
.Netkeirin_Midnight #umai_hitting_report{
  margin:0 10px 10px;
  position: relative;
  z-index: 100;
}
.Netkeirin_Midnight .GensenYosoHitTickerBox{
  position: relative;
  padding-left: 65px;
  font-size: 0.75rem;
  overflow: hidden;
  height: 24px;
  background-color:#082265;
  border-radius: 20px;
}
.Netkeirin_Midnight .GensenYosoHitTickerBox .HitNewsTitle{
  position: absolute;
  width: 60px;
  height: 20px;
  padding: 4px 0;
  color: #fff;
  font-size: 0.6875rem;
  font-weight: 700;
  text-align: center;
  overflow: hidden;
  z-index: 10;
  border-radius: 20px;
  top:2px;
  left:2px;
  background-color:#FFEB60;
}
.Netkeirin_Midnight .GensenYosoHitTickerBox .HitNewsTitle span{
  display: block;
  line-height: 1.2;
  width: 60px;
  height: 20px;
  font-weight: 700;
  text-align: center;
  overflow: hidden;
  z-index: 10;
  border-radius: 20px;
  color: #010B27;
}
.Netkeirin_Midnight .GensenYosoHitTickerBox .NewsTickerWrap{
  position: relative;
  top:3px;
  left: 7px;
}
.Netkeirin_Midnight .GensenYosoHitTickerBox .NewsTickerWrap::before{
  content: '';
  position: absolute;
  top: 0;
  right: -3px;
  width: 38px;
  height: 20px;
  background-color: #082265;
  z-index: 10;
}
.Netkeirin_Midnight .GensenYosoHitTickerBox .NewsTickerWrap::after{
  content: '';
  position: absolute;
  top: 5px;
  right: 18px;
  display: block;
  width: 7px;
  height: 7px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  border-radius: 1px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: 10;
}
.Netkeirin_Midnight .GensenYosoHitTickerBox .NewsTickerWrap > a {
  display: block;
}
.Netkeirin_Midnight .GensenYosoHitTickerBox .tickercontainer {
  position: relative;
  width: 100%;
  height: 20px;
  overflow: hidden;
}
.Netkeirin_Midnight .tickercontainer .mask {
  position: relative;
  width: 90%;
}
.Netkeirin_Midnight .GensenYosoHitTickerBox #NewsTickerList{
  overflow: hidden;
  position: relative;
}
.Netkeirin_Midnight .GensenYosoHitTickerBox #NewsTickerList li {
  float: left;
  padding-right: 8em;
  line-height: 20px;
  font-size: 13px;
  white-space: nowrap;
  overflow: hidden;
  color:#fff;
}
.Netkeirin_Midnight .GensenYosoHitTickerBox #NewsTickerList li strong{
  color:#ef5350;
  font-weight: 700;
}
/*----------------------------------------------
1.0 - SP
------------------------------------------------
  # 1.2 - バナー
----------------------------------------------*/
.Midnight_BnrWrap {
  margin: 5px 0 0;
  padding: 8px;
  position: relative;
  z-index: 10;
}
.Midnight_BnrList li a {
  display: block;
}
@media only screen and (min-width: 270px) and (max-width: 1024px) {
  .Midnight_BnrList li a{
    text-align: center;
  }
  .Midnight_BnrList li a img {
    width: 100%;
    height: auto;
    max-width: 355px;
  }
}
/*----------------------------------------------
1.0 - SP
------------------------------------------------
  # 1.3 - 本日なし
----------------------------------------------*/
section.MidNight_NoRaceWrap {
  margin: 30px 0px;
}
.MidNight_NoRaceTitle h2 {
  color: #FFEB60;
  text-align: center;
  font-size: 18px;
  margin-bottom: 32px;
  line-height: 1.4;
}
.MidNight_UpcomingWrap {
  color: #DFE5F2;
  padding: 0 10px;
}
.MidNight_UpcomingWrap h3 {
  font-size: 16px;
  text-align: center;
  margin-bottom: 20px;
}
dl.Midnight_UpcomingList {
  display: flex;
  flex-wrap: wrap;
  font-size: 13px;
  margin: 16px auto;
  max-width: 360px;
  text-align: center;
}
dl.Midnight_UpcomingList dt,
dl.Midnight_UpcomingList dd {
  line-height: 1.4;
  margin-top: 16px;
}
dl.Midnight_UpcomingList dt:first-child,
dl.Midnight_UpcomingList dt:first-child + dd {
  margin-top: 0px;
}
dl.Midnight_UpcomingList dt {
  width: 50%;
  font-weight: bold;
}
dl.Midnight_UpcomingList dd {
  width: 50%;
  font-weight: normal;
}
dl.Midnight_UpcomingList dd span:not(:last-child):after {
  content: "、";
}
.Midnight_LinkBtn {
  margin-top: 10px;
}
.Midnight_LinkBtn a {
  color: #DFE5F2;
  font-size: 61.12%;
  font-weight: bold;
  text-align: center;
  border: 1px solid #B5C1E2;
  border-radius: 1.27em;
  line-height: 2.55;
  display: block;
  width: 79%;
  min-width: 142px;
  margin: 0 auto;
  position: relative;
}
.Midnight_LinkBtn a>.Icon_More01,
.Midnight_LinkBtn a>.Icon_More02 {
  display: inline-block;
  line-height: 22px;
}
.Midnight_LinkBtn a .Icon_Arrow {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  margin-top: -2px;
  margin-left: 13px;
  width: 10px;
}
@media (max-width: 355px) {
  dl.Midnight_UpcomingList {
    max-width: 234px;
  }
}
.Netkeirin_Midnight .TodayRace_Slide{
  margin-bottom:0;
  background-color:#010B27;
}
.Netkeirin_Midnight .TodayRace_Slide .Title_Sec h2 {
  color: #DFE5F2;
}
.Netkeirin_Midnight .TodayRace_Slide .TodayRace_SlideBoxItem{
  width: 104px;
  min-width: 104px;
  padding:10px;
  background:#010B27;
  border:1px solid #294EAD;
}
@media screen and (min-width:1025px){
  .Netkeirin_Midnight .TodayRace_Slide .TodayRace_SlideBoxItem{
    width: 25%;
    max-width: 142px;
  }
}
.Netkeirin_Midnight .TodayRace_Slide .TodayRace_SlideBoxItem .RaceCourse_List{
  color:#DFE5F2;
  background: #010B27;
}
.Netkeirin_Midnight .TodayRace_SlideBox a{
  background:#082265;
  border:1px solid #082265;
}
.Netkeirin_Midnight .TodayRace_Slide a .Race_Title{
  color:#EFF2FA;
}
.Netkeirin_Midnight .TodayRace_Slide a .Race_Title span{
  color: #EFF2FA;
}
.Netkeirin_Midnight .TodayRace_Slide .Race_State{
  background: #010B27;
}
.Netkeirin_Midnight .TodayRace_SlideBoxItem .Race_State>span.Time{
  color: #DFE5F2;
}
.Netkeirin_Midnight .Race_Deadline span.Deadline_Txt01 {
  color: #EFF2FA;
}
.Netkeirin_Midnight .Icon_RaceMark.MidNight{
  background:#082265;
}

/* state */
.Netkeirin_Midnight .TodayRace_SlideBox .TodayRace_SlideBoxItem.SoonState{
  border: 1px solid #FFEB60;
}
.Netkeirin_Midnight .TodayRace_SlideBox a.Soon {
  color: #010B27;
  border: 1px solid #FFEB60;
  background:#FFEB60;
}
.Netkeirin_Midnight .TodayRace_SlideBox a.Soon .Race_Title,
.Netkeirin_Midnight .TodayRace_SlideBox a.Soon .Race_Title span,
.Netkeirin_Midnight .TodayRace_SlideBox a.Soon .Race_State > span.Time{
  color: #010B27;
}
.Netkeirin_Midnight .TodayRace_SlideBox a.Soon .Race_State{
  background:#EAD230;
}
.Netkeirin_Midnight .TodayRace_SlideBox a.Soon .Race_Deadline span.Deadline_Txt01{
  color:#0B3295;
}
.Netkeirin_Midnight .TodayRace_SlideBox a.Result{
  color: #DFE5F2;
}
.Netkeirin_Midnight .TodayRace_SlideBox a.Result .Race_State>span.Time {
  color: #DFE5F2;
}
.Netkeirin_Midnight .TodayRace_SlideBox a.Result.Delay {
  border: 1px solid #082265;
}

.Netkeirin_Midnight .TodayRace_Slide .LinkBtn_03 a.LinkBtn_More{
  border:1px solid #EFF2FA;
  line-height: 1;
  border-radius: 50px;
  background-color: #010B27;
}
.Netkeirin_Midnight .TodayRace_Slide .LinkBtn_03 a > .Icon_More01{
  padding:10px 0;
  font-size: 11px;
  color: #EFF2FA;
  line-height: 1;
  border-radius: 50px;
}
.Netkeirin_Midnight .TodayRace_Slide .LinkBtn_03 a .Icon_Arrow{
  fill: #EFF2FA;
}

/*----------------------------------------------
1.0 - SP
------------------------------------------------
  # 1.4 - ピックアップ選手
----------------------------------------------*/
section.PickupPlayerArea {
  background: #fff;
  border-radius: 4px;
  margin: 10px;
  overflow: hidden;
}
.Midnight_PickUpTitle {
  margin:30px 0 21px;
}
.Midnight_PickUpTitle h2 {
  color: #010B27;
  text-align: center;
  font-size: 16px;
  line-height: 1.4;
}
ul.Midnight_PickUpPlayerList {
  margin-bottom: 8px;
}
ul.Midnight_PickUpPlayerList .PickUpPlayerBox {
  padding: 0 8px 8px;
}
.PickUpPlayerBox .PlayerInnerBox {
  background: #fff;
}
ul.Midnight_PickUpPlayerList .PickUpPlayerBox a {
  display: block;
  border: 1px solid #dfe5f2;
  border-radius: 4px;
  text-decoration: none;
}
.PlayerPickUpBox p.PickUpPoint {
  background: #FFEB60!important;
  color: #061640!important;
  font-size: 13px;
}
.PlayerPickUpArea .PlayerPickUpRace {
  min-width: 110px;
  background: #EFF2FA!important;
}
.PlayerPickUpBox .Name {
  color: #010B27;
}
.PlayerPickUpBox .PlayerFromClass {
  font-size: 11px;
  color: #666;
}
.PlayerPickUpRace .PickUpPoint {
  color: #010B27;
}
.PlayerPickUpRace .Race_StateTime, .PlayerPickUpRace .Race_DeadlineTime {
  font-size: 12px;
  color: #010B27;
}
.slick-dots li {
  background: #B5C1E2;
}
.slick-dots li.slick-active {
  margin: 7px 5px;
  background: unset;
}
.slick-dots li.slick-active button:before {
  width: 8px;
  height: 8px;
  background: #010B27;
  display: inline-block;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
@media (max-width: 355px) {
  .PlayerInnerBox .PlayerPhotoImg {
    width: 50px;
    height: 50px;
    min-width: 50px;
  }
  .PlayerPickUpArea .PlayerPickUpRace {
    min-width: 80px;
  }
  .PlayerPickUpRace .Icon_GradeType5 {
    display: block;
    margin: 0 auto;
  }
}
/*----------------------------------------------
1.0 - SP
------------------------------------------------
  # 1.5 - 勝負予想
----------------------------------------------*/
section.Midnight_YosoWrap {
  background: #fff;
  border-radius: 4px;
  margin: 10px;
  overflow: hidden;
}
.Midnight_YosoTitle {
  color: #010B27;
  text-align: center;
  font-size: 88.89%;
  font-weight: bold;
  padding: 30px 0 21px;
}
.Midnight_YosoWrap .GensenYosoList {
  padding: 0;
  min-height: auto;
  margin-bottom: 0!important;
}
.Netkeirin_Midnight .Midnight_YosoWrap .GensenYosoList{
  margin-top:0;
  padding:0;
}
.Midnight_YosoWrap .GensenYosoList ul li {
  border: none;
  background: #fff;
  display: table;
  position: relative;
  width: 100%;
  table-layout: fixed;
}
.Midnight_YosoWrap .GensenYosoList li:last-child {
  width: 100%!important;
  display: table!important;
  padding-right: 0px!important;
  border-bottom:none !important;
}
.Midnight_YosoWrap .GensenYosoList ul li+li {
  margin-top: 0;
  margin-left: 0;
}
.Midnight_YosoWrap .GensenYosoList .Inner {
  background: #fff;
  padding: 12px 0 13px;
  color: #666;
  border: 1px solid #DFE5F2;
  margin: 0px 10px 10px;
  border-radius: 8px;
}
.Midnight_YosoWrap .GensenYosoList .StateArea {
  display: table-cell;
  vertical-align: middle;
}
.Midnight_YosoWrap .GensenYosoList .Yosoka {
  position: relative;
  padding: 0 12px;
}
.Midnight_YosoWrap .GensenYosoList .Inner .OsusumeTxt01 {
  margin: 0 12px 10px;
}
.Midnight_YosoWrap .GensenYosoList .Inner .OsusumeTxt01>p {
  background: #0C276C;
}
.Midnight_YosoWrap .GensenYosoList .Yosoka {
  position: relative;
  padding: 0 12px;
}
.Midnight_YosoWrap .GensenYosoList .Yosoka .YosokaImage {
  width: 65px;
  position: absolute;
  top: 0;
  left: 12px;
}
.Midnight_YosoWrap .GensenYosoList .Yosoka .YosokaImage img {
  width: 100%;
  vertical-align: bottom;
  border-radius: 4px;
}
.Midnight_YosoWrap .GensenYosoList .Yosoka .Profile {
  position: relative;
  padding-left: 78px;
  min-height: 65px;
  display: flex;
  align-items: center;
}
.Midnight_YosoWrap .GensenYosoList .Yosoka .Profile .YosokaNameWrap {
  display: table;
  width: 100%;
  margin-bottom: 2px;
}
.Midnight_YosoWrap .GensenYosoList .Yosoka .Profile .Name {
  display: table-cell;
  font-size: 105.6%;
  font-weight: bold;
  margin-bottom: 0;
  line-height: 1.3;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: middle;
  max-width: 0;
}
.Midnight_YosoWrap .GensenYosoList .Yosoka .Profile .YosokaFavData {
  display: table-cell;
  font-size: 72.3%;
  width: 70px;
  text-align: right;
  vertical-align: middle;
}
.Midnight_YosoWrap .GensenYosoList .Yosoka .Profile .YosokaFavData span.Icon_Fav {
  display: inline-block;
  width: 11px;
  height: 11px;
  background: url(data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 18 17"><path fill="%23646464" d="M242.729,440.941a.5.5,0,0,0-.4-.336l-5.616-.789-2.527-5.025a.5.5,0,0,0-.894,0l-2.493,5.039-5.616.826a.5.5,0,0,0-.4.336.484.484,0,0,0,.129.5l4.075,3.906-.942,5.533a.484.484,0,0,0,.2.482.5.5,0,0,0,.292.095.477.477,0,0,0,.233-.058l5.013-2.627,5.028,2.6a.515.515,0,0,0,.229.055.5.5,0,0,0,.5-.494.379.379,0,0,0-.015-.113l-.972-5.5,4.049-3.928a.481.481,0,0,0,.133-.508Zm-5.061,3.914a.485.485,0,0,0-.14.439l.846,4.8-4.367-2.255a.511.511,0,0,0-.466,0l-4.352,2.28.816-4.806a.489.489,0,0,0-.144-.435l-3.532-3.391,4.873-.716a.493.493,0,0,0,.373-.27l2.165-4.375,2.195,4.363a.507.507,0,0,0,.377.271l4.877.687Zm0,0" transform="translate(-224.754 -434.517)" /></svg>);
  background-size: contain;
  background-repeat: no-repeat;
  margin: 1px 4px;
  vertical-align: top;
}
.Midnight_YosoWrap .GensenYosoList .RaceNameWrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 10px;
  max-width: inherit;
}
.Midnight_YosoWrap .GensenYosoList .YosoRace {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  line-height: 1.3;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-top: 1px;
}
.Midnight_YosoWrap .GensenYosoList .Selectable .YosoRace {
  background: transparent;
  padding: 0;
}
.Midnight_YosoWrap .GensenYosoList .YosoRace .Jyo,
.GensenYosoList .YosoRace .Name {
  font-size: 105.6%;
  font-weight: bold;
}
.Midnight_YosoWrap .GensenYosoList .YosoRace .Num {
  display: inline-block;
  background: #e03d3d;
  border-radius: 4px;
  color: #fff;
  font-size: 66.7%;
  font-weight: bold;
  margin: -1px 2px 0;
  padding: 6px 0;
  text-align: center;
  width: 32px;
  vertical-align: top;
}
.Midnight_YosoWrap .GensenYosoList .YosokaDataOpenBtn {
  font-size: 66.67%;
  line-height: 1.3;
  text-align: right;
}
.Midnight_YosoWrap .YosoDetailDataArea {
  padding: 0 20px 10px;
}
.Midnight_YosoWrap .YosoDetailDataArea .YosoDetailSec table {
  background: #fff;
  border: 1px solid #C7D0E6;
}
.Midnight_YosoWrap .YosoDetailDataArea .YosoDetailSec table th {
  background: #EFF2FA;
  border: 1px solid #C7D0E6;
}
.Midnight_YosoWrap .YosoDetailDataArea .YosoDetailSec table th.word_2char {
  padding-left: 16px;
  padding-left: calc(5px + 1em);
  letter-spacing: 1em;
}
.Midnight_YosoWrap .YosoDetailDataArea .YosoDetailSec table td {
  border: 1px solid #C7D0E6;
}
.Midnight_YosoWrap .GensenYosoList .Comment {
  margin: 10px 12px;
  padding: 8px 12px;
  overflow: hidden;
  background: #EFF2FA;
  border-radius: 4px;
}
.Midnight_YosoWrap .GensenYosoList .Comment>p.Txt {
  background: #EFF2FA;
  padding: 0;
  color: #061640;
  font-size: 66.67%;
  line-height: 1.3;
  text-overflow: ellipsis;
  border-radius: 3px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.Midnight_YosoWrap .GensenYosoList .BalanceWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.Midnight_YosoWrap .GensenYosoList .TypeOfBetArea {
  padding-left: 12px;
}
.Midnight_YosoWrap .GensenYosoList .TypeOfBetArea dl {
  font-size: 66.67%;
}
.Midnight_YosoWrap .GensenYosoList .TypeOfBetArea dt {
  clear: both;
  float: left;
  width: 3em;
  line-height: 1.2;
  text-align-last: justify;
}
.Midnight_YosoWrap .GensenYosoList .TypeOfBetArea dt:nth-of-type(n+2),
.Midnight_YosoWrap .GensenYosoList .TypeOfBetArea dd:nth-of-type(n+2) {
  margin-top: 5px;
}
.Midnight_YosoWrap .GensenYosoList .TypeOfBetArea dd {
  position: relative;
  margin-left: 4em;
  font-weight: bold;
  line-height: 1.2;
}
.Midnight_YosoWrap .GensenYosoList .TypeOfBetArea dd::before {
  content: "：";
  position: absolute;
  top: 0;
  left: -1em;
  display: inline-block;
  width: 1em;
  font-weight: normal;
  text-align: center;
}
.Midnight_YosoWrap .GensenYosoList .BtnArea {
  padding: 0 12px;
  background: #fff;
}
.Midnight_YosoWrap .GensenYosoList .BalanceWrap .BtnArea .StateBtn {
  width: 145px;
  height: 50px;
  padding: 8px 0;
}
.Midnight_YosoWrap .StateBtn {
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none!important;
  border-radius: 5px;
  background-color: #e3b749;
  cursor: pointer;
  font-weight: bold;
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', Arial, sans-serif;
  outline: none;
  padding: 16px 0 15px;
  width: 100%;
}
.Midnight_YosoWrap .StateBtn.State1 {
  color: #fff!important;
  background-color: #e3b749!important;
  font-size: unset!important;
}
.StateBtn.State2 {
  color: #666!important;
  background: #e3e3e3!important;
}
.StateBtn.State3 {
  background: #da4343!important;
  color: #fff!important;
}
.Midnight_YosoWrap .GensenYosoList .BalanceWrap .BtnArea .StateBtn span.Point,
.Midnight_YosoWrap .GensenYosoList .BalanceWrap .BtnArea .StateBtn span.Txt {
  display: block;
  text-align: center;
  margin-right: 0;
}
.Midnight_YosoWrap .GensenYosoList .BalanceWrap .BtnArea .StateBtn span.Point {
  font-size: 100%;
  line-height: 1.2;
  margin-bottom: 2px;
}
.Midnight_YosoWrap .StateBtn.State1 .Txt,
.Midnight_YosoWrap .StateBtn.State3 .Txt,
.Midnight_YosoWrap .StateBtn.State4 .Txt {
  font-size: 66.7%;
}
.Midnight_YosoWrap .GensenYosoList .PickupRace .BtnArea .StateBtn:after,
.Midnight_YosoWrap .GensenYosoList .AnaumaRace .BtnArea .StateBtn:after {
  content: '';
  display: block;
  position: absolute;
  top: -2px;
  left: 0;
  width: 25px;
  height: 54px;
  background-image: url(../../img/yoso/general/flg_sprite_sp_baken.png?20240626);
  -webkit-background-size: 70px auto;
  -moz-background-size: 70px auto;
  -ms-background-size: 70px auto;
  background-size: 70px auto;
  background-position: 0 0;
  background-repeat: no-repeat;
  -moz-transform: rotate(-15deg);
  -webkit-transform: rotate(-15deg);
  -ms-transform: rotate(-15deg);
  transform: rotate(-15deg);
}
.Midnight_YosoWrap .GensenYosoList .PickupRace .BtnArea .StateBtn:after {
  background-position: 0 0;
}
.Midnight_YosoWrap .GensenYosoList .AnaumaRace .BtnArea .StateBtn:after {
  background-position: -28px 0;
}
.Midnight_YosoWrap .BtnArea span.PointBackBtn01 {
  position: relative;
  display: block;
  color: #b7443e;
  border: 1px solid #b7443e;
  border-radius: 4px;
  text-align: center;
  font-size: 61.2%;
  line-height: 1.4;
  margin-top: 6px;
}
.Midnight_YosoWrap .BtnArea span.PointBackBtn01 span.PointBackTxt {
  font-weight: bold;
}
@media (max-width: 355px) {
  .Midnight_YosoWrap .GensenYosoList .BalanceWrap .BtnArea .StateBtn {
    width: 116px;
  }
  .Midnight_YosoWrap .GensenYosoList .Yosoka .Profile {
    padding-left: 47px;
    display: flex;
    align-items: center;
    height: 39px;
    min-height: 39px;
  }
  .Midnight_YosoWrap .GensenYosoList .Yosoka .YosokaImage {
    width: 39px;
    height: 39px;
  }
}
/*----------------------------------------------
1.0 - SP
------------------------------------------------
  # 1.6 - 開催中のレース
----------------------------------------------*/
.MidnightRaceWrap {
  background: #fff;
  border-radius: 4px;
  margin: 10px;
  overflow: hidden;
}
.MidnightRaceWrap .RaceDayWrap {
  margin: 0 10px;
}
.Race_Infomation_Box {
  font-size: 0.88rem;
  text-align: center;
  background-color: #EFF2FA!important;
}
.Midnight_RaceTitle {
  color: #010B27;
  text-align: center;
  font-size: 88.89%;
  font-weight: bold;
  padding: 30px 0 21px;
}
.RaceDayWrap_Inner {
  width: 100%;
  position: relative;
  border-bottom: none;
}
.Tab_RaceDaySelect {
  z-index: 1;
  padding: 0;
  text-align: center;
}
.Tab_RaceDaySelect ul {
  display: table;
  width: 100%;
}
.Tab_RaceDaySelect ul li {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
.Tab_RaceDaySelect ul li a,
.Tab_RaceDaySelect ul li span.No_Link {
  color: #010B27;
  display: block;
  width: 100%;
  font-size: 77.78%;
  font-weight: bold;
  padding: 14px 0;
  border-bottom: solid 4px #EFF2FA;
}
.Tab_RaceDaySelect ul.Tab2 li {
  width: 50%;
  width: -webkit-calc(100% / 2);
  width: calc(100% / 2);
}
.Tab_RaceDaySelect ul li .Tab_Active {
  font-weight: bold;
  color: #010B27;
  border-bottom: solid 4px #010B27;
}
.RaceDayPrev,
.RaceDayNext {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
}
.RaceDayPrev {
  left: 0;
}
.RaceDayNext {
  right: 0;
}
.RaceDayPrev a,
.RaceDayPrev span,
.RaceDayNext a,
.RaceDayNext span {
  display: block;
  padding: 14px 8px;
  line-height: 0;
  font-size: 0;
  color: transparent;
}
.RaceDayPrev a:after,
.RaceDayPrev span:after,
.RaceDayNext a:after,
.RaceDayNext span:after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 1px;
  background: none;
}
.RaceDayPrev a::after,
.RaceDayNext a::after,
.RaceDayPrev span::after,
.RaceDayNext span::after {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
.RaceDayPrev a::before,
.RaceDayNext a::before,
.RaceDayPrev span::before,
.RaceDayNext span::before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -9px 0 0 -9px;
  border-radius: 50%;
  background: #010B27;
}
.RaceDayPrev span::before,
.RaceDayNext span::before {
  background: #fec8d0;
}
.RaceDayPrev a:after,
.RaceDayPrev span:after {
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
  margin-left: 2px;
}
.RaceDayNext a:after,
.RaceDayNext span:after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-right: 2px;
}
.Btn_Group {
  margin-top: 13px;
  padding: 0 0 2px;
  position: relative;
  overflow-x: auto;
}
.Btn_Group ul.jyo_tab {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  padding: 0 10px;
  position: relative;
  z-index: 20;
}
span.Btn_Group_ActiveBg {
  display: inline-block;
  position: absolute;
  background-color: #3251bc;
  border-radius: 1em;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s;
  transition: all .3s ease;
  z-index: 10;
}
.Btn_Group li {
  text-align: center;
  flex-grow: 0;
  width: 33.3%;
  width: calc(100% /3);
  margin-bottom: 11px;
}
.Btn_Group li:last-of-type {
  margin-right: auto;
}
.Btn_Group li a {
  color: #010B27;
  border: 1px solid #010B27;
}
.Btn_Group li.Active a {
  color: #fff;
  background-color: #010B27;
  transition: all .3s ease;
  display: inline-block;
  font-weight: bold;
  border: 0 none;
  padding: 1px 14px;
}
.MidnightRaceMain .RaceInformation_Wrap {
  background: #EFF2FA!important;
}
.RaceTopRaceMenuWrap .RaceList {
  border-top: 1px solid #DFE5F2;
  margin: 0 10px;
  padding: 0 0 10px;
}
.RaceTopRaceMenuWrap .RaceList>li {
  border-bottom: 1px solid #DFE5F2;
}
.RaceTopRaceMenuWrap .RaceList .RaceList_Main_Box a {
  padding: 10px 0;
}
.RaceList_Main_Box .RaceList_Item02 dl .Race_Data {
  font-size: 72.22%;
}
.RaceList_Main_Box .RaceList_Item02 dl .Race_Name {
  color: #010B27;
}
@media screen and (max-width:340px) {
  .RaceList_Main_Box .RaceList_Item02 dl .Race_Data {
    font-size: 61.11%;
  }
}
.RaceList_Main_Box .RaceList_Item03 {
  display: table-cell;
  vertical-align: middle;
}
.RaceList_Main_Box .RaceList_Item03>ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
}
.RaceList_Main_Box .RaceList_Item03>ul li {
  margin-left: 10px;
}
.RaceList_Main_Box .RaceList_Item03>ul .Race_Name {
  border: none;
}
.Race_Name .PlayerPhoto {
  display: block;
  width: 37px;
  height: 37px;
  overflow: hidden;
  border-radius: 50%;
}
.Race_Name .PlayerName {
  display: block;
  font-size: 55.56%;
  color: #777;
  text-align: center;
  margin-top: 4px;
}
.Race_Name .PlayerPhoto img {
  display: block;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .RaceInformation_Item li a:hover {
    text-decoration: none;
  }

  .RaceInformation_Item li a:hover .RaceName {
    color: #010B27;
    text-decoration: underline;
  }
}
/*----------------------------------------------
1.0 - SP
------------------------------------------------
  # 1.7 - ニュース
----------------------------------------------*/
.MidnightNewsWrap {
  padding-bottom: 21px;
}
.MidnightNewsWrap {
  background: #fff;
  border-radius: 4px;
  margin: 10px;
  overflow: hidden;
}
.Midnight_NewsTitle {
  color: #010B27;
  text-align: center;
  font-size: 88.89%;
  font-weight: bold;
  padding:30px 0 21px;
}
.ContentMainTitle {
  color: #010B27;
}
.Column_MainImgBox {
  margin-bottom: 10px;
}
.Column_MainImgBox a {
  display: block;
  overflow: hidden;
}
.Column_MainImgBox .Thumb_Wrapper {
  overflow: hidden;
}
.Thumb_Wrapper {
  position: relative;
}
.Column_MainImgBox .Thumb_Wrapper::after {
  content: "";
  display: block;
  padding-top: 56.25%;
}
.Column_MainImgBox .Thumb_Wrapper img.Column_MainImgBox_Thumb {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}
.LinkBtn_03 a.LinkBtn_More {
  color: #010B27;
  border: 1px solid #010B27;
}
.ColumnList a:hover .ContentMainTitle {
  color: #010B27;
  text-decoration: underline;
}
@media only screen and (min-width:768px) {
  .Column_MainImgBox a:hover {
    text-decoration: none;
    background: #f9f9f9;
  }
  .Column_MainImgBox a:hover .Thumb_Wrapper {
    filter: alpha(opacity=85);
    opacity: 0.85;
    -moz-opacity: 0.85;
  }
  .Column_MainImgBox a:hover .ContentMainTitle {
    color: #010B27;
    text-decoration: underline;
  }
}
/*----------------------------------------------
1.0 - SP
------------------------------------------------
  # 1.8 - メニュー
----------------------------------------------*/
#Netkeirin_MidnightTop .Contents_Box.Top_RaceMenu {
  padding-bottom:21px;
  background: #fff;
  border-radius: 4px;
  margin: 10px;
  overflow: hidden;
}
.Midnight_MenuTitle {
  color: #010B27;
  text-align: center;
  font-size: 88.89%;
  font-weight: bold;
  padding: 30px 0 21px;
}
.Icon_Label {
  color: #666666;
}
.Netkeirin_Midnight .Top_RaceMenu .Icon_Race01 {
  fill: #0C276C;
}
.Netkeirin_Midnight .Top_RaceMenu_Inner ul li a .IconInside .iconAddedColor {
  fill: #0C276C;
}
.Netkeirin_Midnight .Top_RaceMenu .Top_RaceMenu_Inner ul li a .Icon_Image {
  color: #0C276C;
  width: 26px !important;
  height: 25px !important;
  margin: 0;
}
.Icon_Race01_favorite {
  height: 27px;
}
.Top_RaceMenu .Top_RaceMenu_Inner.SpecialMenu ul li a {
  font-size: 66.6%;
}
.Top_RaceMenu_Inner ul li a:hover {
background: #f9f9f9;
}
.Top_RaceMenu_Inner ul li a:hover .Icon_Label {
color: #0C276C;
text-decoration: underline;
}
.Top_RaceMenu_Inner ul li .Icon_Label.FsSS {
font-size: 84.7%;
}
ul.Btn_List_01 li a {
  border: 0;
}
#Netkeirin_MidnightTop .Top_RaceMenu_Inner ul li a {
  margin-bottom: 0;
}
#Netkeirin_MidnightTop .Top_RaceMenu_Inner ul li:nth-of-type(n+5) {
  margin-top: 10px;
}
/*----------------------------------------------
1.0 - SP
------------------------------------------------
  # 1.9 - 展望ブロック
----------------------------------------------*/
/* 展望ブロックを複数設置した場合のリスト表示への対応 */
.Btn_Group li:first-of-type {
  margin: 0 auto 11px;
}
/* 展望ブロックを複数設置した場合のリスト表示への対応 */
.Midnight_StrategyColumn{
  background: #fff;
  border-radius: 4px;
  margin: 10px;
  overflow: hidden;
  padding-bottom: 10px;
}
.Midnight_ColumnTitle{
  color: #010B27;
  text-align: center;
  font-size: 88.89%;
  font-weight: bold;
  padding: 30px 0 21px;
}
.Midnight_StrategyColumn .Btn_Group{
  margin:0 10px 0;
  padding:0;
  border-bottom:2px solid #010B27;
  border-radius: 4px 4px 0 0;
}
.Midnight_StrategyColumn .Btn_Group ul.jyo_tab{
  flex-wrap: nowrap;
  padding:0;
}
.Midnight_StrategyColumn .Btn_Group li{
  width: 100%;
  margin-bottom:0;
  border: 1px solid #DFE5F2;
  border-width: 1px 1px 0px 1px;
}
.Midnight_StrategyColumn .Btn_Group li:first-of-type{
  border-radius: 4px 0 0 0;
}
.Midnight_StrategyColumn .Btn_Group li:last-of-type {
  border-radius: 0 4px 0 0;
}
.Midnight_StrategyColumn .Btn_Group li.Active{
  border: 1px solid #010B27;
}
.Midnight_StrategyColumn .Btn_Group li a{
  width:100%;
  padding: 0;
  min-width: auto;
  border-radius: 0;
  font-size: 15px;
  border:none;
}
.Midnight_StrategyColumnInner{
  display: none;
  text-align: center;
  padding:21px 10px;
  margin:0 10px 0 11px;
  background:#EFF2FA;
}
.Midnight_StrategyColumnInner.Active{
  display: block;
}
.Midnight_StrategyColumnInner .racecourse_date{
  display: inline-block;
  min-width: 202px;
  margin: 0 auto 21px;
  text-align: center;
  padding:6px 10px 8px;
  font-size: 61.12%;
  background: #061640;
  color: #FFFFFF;
  border-radius: 50px;
}
.Midnight_StrategyColumnInner .racecourse_date a{
  margin-left:8px;
  font-size:145.45%;
  font-weight: bold;
  color: #FFFFFF;
}
.Midnight_StrategyColumnInner .strategy_point,
.Midnight_StrategyColumnInner .strategy_recommendPlayer{
  text-align: left;
  margin-bottom:21px;
}
.StrategyColumn_subtitle {
  text-align: left;
  margin-bottom:9px;
  color: #010B27;
  font-size: 61.12%;
  font-weight: bold;
}
@media screen and (min-width:1025px){
  .StrategyColumn_subtitle{
    font-size: 72.23%;
  }
}
.Midnight_StrategyColumnInner .strategy_point{
  display: flex;
}
.Midnight_StrategyColumnInner .strategy_pointInner{
  width: 100%;
}
.strategy_pointText{
  position: relative;
  padding:10px;
  font-size:83.33%;
  background:#FFFFFF;
  border-radius: 4px;
}
.strategy_pointText p{
  line-height: 1.46;
}
.strategy_pointYosoka{
  margin-top:5px;
  position: relative;
  text-align: right;
  font-size: 61.12%;
  z-index: 1;
}
@media screen and (max-width:360px){
  .strategy_pointYosoka{
    font-size:55.56%;
  }
}
.strategy_pointYosoka svg {
  position: relative;
  top: -5px;
  left: 0;
}
.strategy_pointYosoka a{
  color: #010B27;
}
.strategy_pointYosoka span{
  margin-left:2px;
  font-size: 145.45%;
  font-weight: bold;
}
.strategy_pointYosokaImg{
  width: 86px;
  min-width: 86px;
  height: 86px;
  margin-left: 10px;
  overflow: hidden;
  border-radius: 4px;
}
.strategy_pointYosokaImg img{
  width: 100%;
}
.strategy_recommendPlayer a{
  display: block;
  padding:10px;
  border:1px solid #DFE5F2;
  background:#FFFFFF;
  color:#010B27;
  position: relative;
}
.strategy_recommendPlayer a:after{
  content: '';
  width: 10px;
  height: 10px;
  border-top: solid 2px #010B27;
  border-right: solid 2px #010B27;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translate(0,-50%);
}
.strategy_recommendPlayer a:after {
  transform: rotate(45deg) translate(-50%, 0);
}
.strategy_recommendPlayer:has(> :nth-of-type(2n)) a:first-of-type{
  border-radius: 4px 4px 0 0;
}
.strategy_recommendPlayer:has(> :nth-of-type(2n)) a:last-of-type {
  border-radius: 0 0 4px 4px;
}
.strategy_recommendPlayer:has(> :nth-of-type(1):last-child) a {
  border-radius: 4px;
}
@media screen and (min-width:1025px){
  .strategy_recommendPlayer a:hover{
    text-decoration: none;
  }
  .strategy_recommendPlayer a:hover .PlayerName{
    text-decoration: underline;
  }
}
.strategy_recommendPlayer > a+a{
  border-top:none;
}
.strategy_recommendPlayer .PlayerList{
  display: flex;
}
.strategy_recommendPlayer .PlayerPhoto{
  width: 44px;
  min-width: 44px;
  height: 44px;
  overflow: hidden;
  border-radius: 4px;
}
.strategy_recommendPlayer .PlayerPhoto img{
  width: 100%;
}
.strategy_recommendPlayer .PlayerDataWrap{
  width: 100%;
  margin-left:5px;
}
.strategy_recommendPlayer .PlayerRaceData {
  display: flex;
  align-items: center;
  margin-top:5px;
  font-size: 55.56%;
  font-weight: bold;
}
.strategy_recommendPlayer .PlayerRaceData span{
  margin-left: 3px;
  font-size:130%;
}
.strategy_recommendPlayer .PlayerNameData{
  display: flex;
  margin-top:8px;
}
.strategy_recommendPlayer .PlayerNameData span{
  margin-right: 4px;
}
.strategy_recommendPlayer .PlayerName{
  width: 85%;
  font-size: 100%;
  font-weight: bold;
}
.strategy_recommendPlayer .PlayerName span{
  margin-left: 4px;
  font-size: 61.12%;
  font-weight: normal;
}
@media screen and (min-width:1025px){
  .strategy_recommendPlayer .PlayerName span{
    font-size: 72.23%;
  }
}
.strategy_recommendPlayer span[class^="Waku"]{
  display: flex;
  align-items: center;
  justify-content: center;
  padding:2px 3px;
  margin-top: 2px;
  width: 15px;
  height: 15px;
  font-size: 55.56%;
  font-weight: bold;
}
.strategy_recommendPlayer .Waku1{
  border: 1px solid #DFE5F2;
}
/*----------------------------------------------
2.0 - PC
------------------------------------------------
  # 2.1 - メインビジュアル
----------------------------------------------*/
@media only screen and (min-width: 1025px) {
  .Midnight_Top_Title {
    margin-bottom: -120px;
  }
  .Midnight_Top_ImgWrap {
    margin: 10px 10px 10px;
  }
  .Midnight_Top_Title .Midnight_Title {
    font-size: 33px;
    display: flex;
    align-items: center;
    justify-content: start;
  }
  .Midnight_Top_TxtWrap {
    bottom: 130px;
  }
  .Midnight_Top_TxtWrap p {
    font-size: 16px;
  }
  .Midnight_Top_ImgCover {
    height: 126px;
    bottom: 122px;
  }
  .Midnight_Top_ImgCover::before {
    content: "";
    position: absolute;
    top: -40px;
    left: 0px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0px 0px 64px 100vw;
    border-color: rgba(12, 39, 108, 0.8);
    z-index: 1;
    transform: skewY(6deg);
    transform-origin: top left;
  }
  .Midnight_Top_Title .Midnight_Info_Link01 a{
    padding: 20px 26px 20px 0;
  }
  .Midnight_Info_Link01 a span.Arrow {
    margin-top: -8px;
  }
  .Side_Column {
    width: 335px;
  }
/*----------------------------------------------
2.0 - PC
------------------------------------------------
  # 2.2 - バナー
----------------------------------------------*/
  ul.Midnight_BnrList li {
    text-align: center;
  }
  .Midnight_BnrList li a {
    display: inline-block;
  }
/*----------------------------------------------
2.0 - PC
------------------------------------------------
  # 2.3 - 本日なし
----------------------------------------------*/
	.Midnight_LinkBtn a:hover {
		background: #333b52;
	}
	.Midnight_LinkBtn a > .Icon_More01:hover,
	.Midnight_LinkBtn a > .Icon_More02:hover{
		text-decoration: underline;
	}
/*----------------------------------------------
2.0 - PC
------------------------------------------------
  # 2.4 - 勝負予想
----------------------------------------------*/
  .StateBtn:hover {
    text-decoration: underline;
  }
/*----------------------------------------------
2.0 - PC
------------------------------------------------
  # 2.5 - 開催中のレース
----------------------------------------------*/
  .RaceList_Main_Box a:hover .RaceList_Item02 dl .Race_Name {
    color: #010B27;
    text-decoration: underline;
    cursor: pointer;
  }
  .Btn_Group ul.jyo_tab {
    padding: 0 60px;
  }
  .Btn_Group li {
    width: 25%;
    width: calc(100% /4);
  }
/*----------------------------------------------
2.0 - PC
------------------------------------------------
  # 2.6 - ニュース
----------------------------------------------*/
  .Column_MainImgBox a:hover {
		text-decoration: none;
		background: #f9f9f9;
	}
	.Column_MainImgBox a:hover .Thumb_Wrapper {
		filter: alpha(opacity=85);
		opacity: 0.85;
		-moz-opacity: 0.85;
	}
	.Column_MainImgBox a:hover .ContentMainTitle {
		color: #010B27;
		text-decoration: underline;
	}
	.ColumnList li a:hover{
		text-decoration: none;
	}
	.ColumnList a:hover .PhotoThumb_01{
		filter: alpha(opacity=85);
		opacity: 0.85;
		-moz-opacity: 0.85;
	}
	.ColumnList a:hover .ContentMainTitle {
		color: #010B27;
		text-decoration: underline;
	}
  .LinkBtn_03 a.LinkBtn_More:hover {
    text-decoration: underline;
    background: #e5e6e9;
  }
  .Netkeirin_Midnight .TodayRace_Slide .LinkBtn_03 a.LinkBtn_More:hover{
    background-color: #010B27;
    opacity: 0.7;
  }
/*----------------------------------------------
2.0 - PC
------------------------------------------------
  # 2.7 - メニュー
----------------------------------------------*/
  .Top_RaceMenu_Inner ul li a:hover .Icon_Label {
    color: #010B27;
  }
	.Top_RaceMenu_Inner .RaceMenuSub ul li a:hover,
	.RaceSubMenu ul li a:hover {
		background: #f9f9f9;
		text-decoration: none;
	}
	.Top_RaceMenu_Inner .RaceMenuSub ul li a:hover .Icon_Label,
	.RaceSubMenu ul li a:hover .Icon_Label {
		color: #010B27;
		text-decoration: underline;
	}
}
