@charset "euc-jp";

/*-- レースメニュー サブ仮 190814 --*/
.RaceSubNavi01 {
	position: relative;
	overflow-x: auto;
}
.RaceSubNavi01 ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding: 10px 10px 5px;
	position: relative;
	z-index: 20;
	align-items: center;
}
.RaceSubNavi01 li {
	padding-right: 9px;
}

.RaceSubNavi01 li a {
	color: #666;
	font-size: 72.3%;
	display: inline-block;
	line-height: 2;
	border-radius: 1em;
	padding: 0 12px;
	white-space: nowrap;
	min-width: 64px;
	text-align: center;
	background: #f3f3f3;
}
/* description_box */
.Description_Box > dl > dt{
  padding-left:27px;
}
.Description_Box > dl > dt:before {
    content: "";
    width: 20px;
    height: 19px;
    background: url(../../img/icon/icon_sprite_race_nk01.png) no-repeat;
    -webkit-background-size: 250px auto;
    -moz-background-size: 250px auto;
    -ms-background-size: 250px auto;
    background-size: 250px auto;
    background-position: -90px -186px;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -10px;
}
.Icon_ArrowB_Type_A:after {
    background: url(../../img/icon/icon_toggle_arrow.png) no-repeat 0 -35px;
    -webkit-background-size: 17px 46px;
    -moz-background-size: 17px 46px;
    -ms-background-size: 17px 46px;
    background-size: 17px 46px;
}
.Icon_ArrowT_Type_A:after {
    background: url(../../img/icon/icon_toggle_arrow.png) no-repeat 0 -23px;
    -webkit-background-size: 17px 46px;
    -moz-background-size: 17px 46px;
    -ms-background-size: 17px 46px;
    background-size: 17px 46px;
}
.Nar_Kaisai_Block .Day ul{
  margin-top:10px;
}
.Nar_Kaisai_Block .race_grade_01{
  background:#EFEFDB;
}
.Nar_Kaisai_Block .race_grade_02{
  background:#EDEFF5;
}
.Nar_Kaisai_Block .race_grade_03{
  background:#F4EFEF;
}
.Nar_Kaisai_Block .race_grade_04{
  background:#EDF4E9;
}
.Nar_Kaisai_Block .race_grade_05{
  background:#F3F3F3;
}
.Nar_Kaisai_Block .Day .icon_wrap{
  float:none;
  width: 100%;
}
.Nar_Kaisai_Block .icon_inner{
  display: flex;
  align-items: center;
}
.Nar_Kaisai_Block .icon_inner .Content_Icon{
  display:flex;
}
.Nar_Kaisai_Block .icon_inner .Dart_calendar_Icon{
  position: relative;
  top:0;
  right:0;
}
.Nar_Kaisai_Block .icon_inner p{
  margin-left:12px;
  font-size:0.8125rem;
  font-weight: bold;
  color:#666666;
}
/*======================================
共通
======================================*/
.Race_Infomation_Box {
	margin: 13px 10px 30px;
	padding: 15px 18px;
	color: #888;
	font-size: 0.9375rem;
	font-weight: 700;
	line-height: 1.6;
	background-color: #f3f3f3;
 	border-radius: 7px;
}

/* 選択式UI */
.RaceInfo_Select_Menu {
  margin: 7px 7px 7px 10px;
}
.RaceInfo_Select_Menu li {
  float: left;
  display: table;
  height: 46px;
  padding: 0 3px 3px 0;
}
.RaceInfo_Select_Menu .Col3 li {
  width: 33.3%;
  width: calc(100% / 3);
}
.RaceInfo_Select_Menu .Col4 li {
  width: 25%;
  width: calc(100% / 4);
}
.RaceInfo_Select_Menu .Col5 li {
  width: 20%;
  width: calc(100% / 5);
}
.RaceInfo_Select_Menu .Col6 li {
  width: 16.6%;
  width: calc(100% / 6);
}
.RaceInfo_Select_Menu li a,
.RaceInfo_Select_Menu li div {
  display: table-cell;
  width: 100%;
  height: 100%;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  vertical-align: middle;
  border-radius: 4px;
}
.RaceInfo_Select_Menu li a,
.RaceInfo_Select_Menu li .Tab_Normal {
  color: #797e8c;
  border: 1px solid #e7e7e7;
}
.RaceInfo_Select_Menu li .Active,
.RaceInfo_Select_Menu li .SelectNow,
.RaceInfo_Select_Menu li .Tab_Active {
  color: #fff;
  background-color: #3251bc;
  background-image: url(../img/race/menu_selected.png?20180727);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 44px 35px;
  border: 1px solid #3251bc;
}

/* 枠付きリスト */
.List_Btn_Box {
  margin: 0 10px;
}
.List_Btn_Box li {
  margin-bottom: 5px;
  border: 1px solid #dadada;
  border-radius: 4px;
}
.List_Btn_Box a {
  display: block;
}
.List_Btn_Box dl {
  padding: 8px;
}
.List_Btn_Box dt {
  margin-bottom: 6px;
  color: #444;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.2;
}
.List_Btn_Box dd {
  color: #3251bc;
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1.2;
}

/*======================================
開催一覧
======================================*/
.Race_Calendar_Select_Box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 23px 10px;
}
.Select_Box {
  width: 150px;
  -ms-flex-preferred-size: 150px;
      flex-basis: 150px;
}
.Select_Box.Year_Select {
  width: 110px;
  -ms-flex-preferred-size: 110px;
      flex-basis: 110px;
  margin-right: 10px;
}
.Select_Box.Month_Select {
  width: 90px;
  -ms-flex-preferred-size: 90px;
      flex-basis: 90px;
  margin-right: 10px;
}
.Select_Btn {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: right;
}
.Select_Box select {
  -webkit-appearance: none;
  width: 100%;
  height: auto;
  padding: 10px 15px 9px;
  color: #666;
  font-size: 1rem;
  background:none;
  border: 1px solid #e0e0e0;
  border-radius: 5px;
  line-height:normal;
}
@media only screen and (min-width:768px){
  .Select_Box select:hover{
    text-decoration: underline;
  }
}
.Race_Calendar_Select_Box .Select_Box{
  position: relative;
}
.Race_Calendar_Select_Box .Select_Box:after{
  content:"";
  display: block;
  width: 7px;
  height: 7px;
  position: absolute;
  right: 10px;
  top: 50%;
  border-top:transparent;
  border-left: transparent;
  border-bottom: 1px solid #888888;
  border-right: 1px solid #888888;
  transform:translate(0,-50%) rotate(45deg);
  z-index: 1000;
}
.Select_Btn .Submit_Btn {
  width: 80px;
  height: 35px;
  padding: 11px 10px;
  color: #fff;
  font-size: 0.8125rem;
  font-weight: 700;
  background-color: #E03D3D;
  border: 0;
  border-radius: 4px;
}
@media only screen and (min-width:768px){
  .Select_Btn .Submit_Btn:hover{
    text-decoration: underline;
  }
}
.Race_Calendar_List {
  margin: 20px 8px;
}
.Calendar_DayList {
  margin-bottom: 4px;
}
.ThisWeek_RaceList {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.ThisWeek_Day {
  display: table-cell;
  width: 88px;
  vertical-align: top;
  background-image: url(../img/race03/thisweek_bg.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 87px;
}
.ThisWeek_Day p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 72px;
  height: 44px;
  color: #666;
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1.5;
}
.ThisWeek_Day span {
  font-size: 0.6875rem;
  font-weight: 400;
}
.ThisWeek_Day .Day_holi {
  color: #c53131;
}
.ThisWeek_Day .Day_Sat {
  color: #3251bc;
}
.ThisWeek_Btn {
  display: table-cell;
  width: 100%;
}
.ThisWeek_Btn .Btn_3col li {
  float: left;
  width: 33.333%;
  width: calc(100% / 3);
  padding-left: 4px;
}
.ThisWeek_Btn .Btn_3col li:nth-child(n+4) {
  margin-top: 4px;
}
.ThisWeek_Btn .Btn_3col li a,
.ThisWeek_Btn .Btn_3col li .No_Link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 56px;
  min-height:56px;
  border: 1px solid #e7e7e7;
  border-radius: 4px;
  color: #666;
}
.ThisWeek_Btn .Btn_3col li .No_Link {
  background-color: #dedede;
}
.ThisWeek_Btn .JyoName {
  color: #666;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.4;
}
.ThisWeek_Btn .jyo_sale{
  display: block;
  width: 40px;
  padding:5px 0;
  background:#E03D3D;
  border-radius: 4px;
  color:#FFFFFF;
  font-size:0.625rem;
  font-weight: bold;
}
.ThisWeek_Btn .Top_RaceName {
  color: #888;
  font-size: 0.625rem;
  line-height: 1.4;
}
.ThisWeek_Btn .Content_Icon{
  display: flex;
}

/*======================================
重賞日程
======================================*/
.Title_Third {
	margin: 20px 10px 10px;
}
.Title_Third h3 {
	color: #666;
	font-size: 1rem;
	line-height: 1.3;
}
.Table_Container,
.Table_Container02 {
	margin: 10px 10px 30px;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}
.Race_Schedule_Table {
	border-collapse: collapse;
}
.Race_Schedule_Table th,
.Race_Schedule_Table td {
	color: #666;
	white-space: nowrap;
	border: 1px solid #cacaca;
}
.Race_Schedule_Table thead th {
	padding: 12px 14px;
	font-size: 0.75rem;
	font-weight: 700;
	text-align: center;
	background-color: #f3f3f3;
}
.Race_Schedule_Table tbody td {
	padding: 12px 8px;
 	font-size: 0.9375rem;
	text-align: center;
}
.Race_Schedule_Table tbody td.Race_Name {
	font-weight: 700;
	text-align: left;
}
.Race_Schedule_Table tbody td span.Icon_GradeType {
	font-weight: 700;
	font-size: 73.4%;
	margin: -3px -2px -2px;
	vertical-align: middle;
}

.Race_Schedule_Table tbody td span.Sun,
.Race_Schedule_Table tbody td span.Sat,
.Race_Schedule_Table tbody td span.Mon,
.Race_Schedule_Table tbody td span.Fri{
	font-weight: bold;
}

/*======================================
WIN5
======================================*/
.WIN5_AllResult {
  margin: 13px 10px 35px;
}
.Race_Win5_Table {
  width: 100%;
  margin-bottom: 10px;
  border-collapse: collapse;
}
.Race_Win5_Table tr {
  border-top: 1px solid #cacaca;
  border-bottom: 1px solid #cacaca;
}
.Race_Win5_Table tr.Header {
  border-bottom: 0;
}
.Race_Win5_Table tr.CarryOver {
  border-top: 0;
}
.Race_Win5_Table th,
.Race_Win5_Table td {
  color: #666;
  font-size: 0.75rem;
  font-weight: 700;
  white-space: nowrap;
}
.Race_Win5_Table th {
  padding: 6px 14px;
  line-height: 1.2;
  text-align: center;
  vertical-align: middle;
  background-color: #f3f3f3;
}
.Race_Win5_Table td {
  width: 100%;
  padding: 12px 10px;
  line-height: 1.2;
  text-align: right;
  vertical-align: middle;
}
.Race_Win5_Table .numeral {
  margin-right: 1px;
  font-size: 0.9375rem;
}
.Win5_UmabanWrap {
  margin-bottom: 4px;
}
.Win5_UmabanWrap .w5 {
  position: relative;
  display: inline-block;
  width: 25px;
  padding: 6px 0 5px;
  text-align: center;
  border-radius: 2px;
}
.Win5_UmabanWrap li + li {
  margin-left: 15px;
}
.Win5_UmabanWrap li + li::before {
  content: "";
  position: absolute;
  top: 7px;
  left: -16px;
  width: 6px;
  height: 6px;
  border-top: 2px solid #666;
  border-right: 2px solid #666;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
[class*="WakuBan"] { color: #fff; }
.WakuBan1 { background-color: #fff; border: 1px solid #666; color: #444; }
.WakuBan2 { background-color: #444; border: 1px solid #444; }
.WakuBan3 { background-color: #dc3c3c; border: 1px solid #dc3c3c; }
.WakuBan4 { background-color: #2c53a9; border: 1px solid #2c53a9; }
.WakuBan5 { background-color: #e4ca3b; border: 1px solid #e4ca3b; }
.WakuBan6 { background-color: #58af4a; border: 1px solid #58af4a; }
.WakuBan7 { background-color: #de8a26; border: 1px solid #de8a26; }
.WakuBan8 { background-color: #dc6179; border: 1px solid #dc6179; }
.Win5_NinkiWrap li {
  display: inline-block;
}
.Win5_NinkiWrap li + li {
  margin-left: 15px;
}
.Maru {
  display: inline-block;
  width: 25px;
  height: 18px;
  background-image: url("../img/icon/icon_tendency_ninki.png");
  background-repeat: no-repeat;
  background-size: 50px 400px;
}
.Maru_1 { background-position: 0 0; }
.Maru_2 { background-position: 0 -40px; }
.Maru_3 { background-position: 0 -80px; }
.Maru_4 { background-position: 0 -120px; }
.Maru_5 { background-position: 0 -160px; }
.Maru_6 { background-position: 0 -200px; }
.Maru_7 { background-position: 0 -240px; }
.Maru_8 { background-position: 0 -280px; }
.Maru_9 { background-position: 0 -320px; }
.Maru_10 { background-position: 0 -360px; }
.Maru_11 { background-position: -25px -20px; }
.Maru_12 { background-position: -25px -60px; }
.Maru_13 { background-position: -25px -100px; }
.Maru_14 { background-position: -25px -140px; }
.Maru_15 { background-position: -25px -180px; }
.Maru_16 { background-position: -25px -220px; }
.Maru_17 { background-position: -25px -260px; }
.Maru_18 { background-position: -25px -300px; }
.Maru_19 { background-position: -25px -340px; }
.Maru_20 { background-position: -25px -380px; }
.Win5_LinkBtn {
  margin: 0 10px 35px;
}
.Win5_LinkBtn ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.Win5_LinkBtn .Col2 li {
  float: none;
  -ms-flex-preferred-size: 49%;
      flex-basis: 49%;
  -ms-flex-preferred-size: calc((100% - 5px) / 2);
      flex-basis: calc((100% - 5px) / 2);
}
.Win5_LinkBtn .Col2 li:nth-child(2) {
  margin-left: 5px;
}
.Win5_LinkBtn li a {
  display: block;
  padding: 7px 0;
  text-align: center;
  border: 1px solid #e7e7e7;
  border-radius: 4px;
}
.Win5ShimekiriTimeText {
  display: block;
  color: #666;
  font-size: 0.75rem;
  line-height: 1.2;
}
#Win5_Race {
  /*margin-bottom: 30px;*/
}
#Win5_Race .RaceList_Main_Box .RaceList_Item02 dl .Race_Data > span {
	display: inline-block;
	margin: 0 5px 0 0;
}
#Win5_Race .RaceList_Main_Box .RaceList_Item02 dl .Race_Data > span:empty {
	margin: 0;
}
[class*="Win5RaceTrack_"] {
	margin: 0;
}
.Win5RaceTrack_1 {
  color: #58af4a;
}
.Win5RaceTrack_2 {
  color: #874c11;
}
.Notice_Txt.Win5 {
  margin: 13px 10px 30px;
  font-size: 0.9375rem;
  line-height: 1.6;
}

/*-- レースのグレードアイコン --*/
#Win5_Race .Icon_Grade,
.Win5_PaybackBox .Icon_Grade{
	display: inline-block;
	color: #fff;
	font-size: 56%;
	line-height: 1.6;
	text-align: center;
	background: #bababa;
	min-width: 32px;
	width: auto;
	margin-top: 4px;
	margin-left: 7px;
	border-radius: 1em;
	padding: 1px .7em 0;
	vertical-align: top;
	white-space: nowrap;
}
.Win5_PaybackBox .Icon_Grade {
	margin: 0;
	font-weight: bold;
}
#Win5_Race .Icon_GradePos01,
.Win5_PaybackBox .Icon_GradePos01 {
	position: relative;
	top: 0px;
	left: 1px;
}
#Win5_Race .Icon_G1,#Win5_Race .Icon_JG1,.Win5_PaybackBox .Icon_G1,.Win5_PaybackBox .Icon_JG1 { background: #0033aa; }
#Win5_Race .Icon_G2,#Win5_Race .Icon_JG2,.Win5_PaybackBox .Icon_G2,.Win5_PaybackBox .Icon_JG2 { background: #c53131; }
#Win5_Race .Icon_G3,#Win5_Race .Icon_JG3,.Win5_PaybackBox .Icon_G3,.Win5_PaybackBox .Icon_JG3 { background: #58af4a; }
#Win5_Race .Icon_G,.Win5_PaybackBox .Icon_G { background: #de8a26; }


#Win5_Race .Icon_G1:after,
.Win5_PaybackBox .Icon_G1:after{
	display: inline;
	content: 'Ｇ\2160';
}
#Win5_Race .Icon_G2:after,
.Win5_PaybackBox .Icon_G2:after{
	display: inline;
	content: 'Ｇ\2161';
}
#Win5_Race .Icon_G3:after,
.Win5_PaybackBox .Icon_G3:after{
	display: inline;
	content: 'Ｇ\2162';
}
#Win5_Race .Icon_G:after,
.Win5_PaybackBox .Icon_G:after{
	display: inline;
	content: '重賞';
}
#Win5_Race .Icon_L:after,
.Win5_PaybackBox .Icon_L:after{
	display: inline;
	content: 'L';
}
#Win5_Race .Icon_Open:after,
.Win5_PaybackBox .Icon_Open:after{
	display: inline;
	content: 'OP';
}
#Win5_Race .Icon_Un1600:after,
.Win5_PaybackBox .Icon_Un1600:after{
	display: inline;
	content: '1600下';
}
#Win5_Race .Icon_Un1000:after,
.Win5_PaybackBox .Icon_Un1000:after{
	display: inline;
	content: '1000下';
}
#Win5_Race .Icon_Un900:afte,
.Win5_PaybackBox .Icon_Un900:after{
	display: inline;
	content: '900下';
}
#Win5_Race .Icon_Un500:after,
.Win5_PaybackBox .Icon_Un500:after{
	display: inline;
	content: '500下';
}
#Win5_Race .Icon_JG1:after,
.Win5_PaybackBox .Icon_JG1:after{
	display: inline;
	content: 'JG\2160';
}
#Win5_Race .Icon_JG2:after,
.Win5_PaybackBox .Icon_JG2:after{
	display: inline;
	content: 'JG\2161';
}
#Win5_Race .Icon_JG3:after,
.Win5_PaybackBox .Icon_JG3:after{
	display: inline;
	content: 'JG\2162';
}

#Win5_Race .Icon_Win1:after,
.Win5_PaybackBox .Icon_Win1:after {
	content: '1勝';
	display: inline;
}
#Win5_Race .Icon_Win2:after,
.Win5_PaybackBox .Icon_Win2:after {
	content: '2勝';
	display: inline;
}
#Win5_Race .Icon_Win3:after,
.Win5_PaybackBox .Icon_Win3:after {
	content: '3勝';
	display: inline;
}

/*======================================
過去のWIN5
======================================*/
.Win5_PaybackBox {
  margin-bottom: 20px;
  border-top: 1px solid #cacaca;
}
.WIN5_RaceListItem {
  border-bottom: 1px solid #cacaca;
}
.WIN5_RaceListBox {
  display: table;
  width: 100%;
  table-layout: fixed;
  background-color: #fff;
}
.WIN5_RaceDataLeftBox {
  display: table-cell;
  width: 4em;
  padding: 8px 4px;
  color: #666;
  font-size: 0.875rem;
  font-weight: 700;
  text-align: center;
  vertical-align: middle;
  background-color: #f3f3f3;
}
.WIN5_RaceDataLeftBox [class*="Win5Date"] {
  line-height: 1.2;
}
.WIN5_RaceDataLeftBox .Win5DateWeek_sat {
  color: #3251bc;
}
.WIN5_RaceDataLeftBox .Win5DateWeek_sun {
  color: #c53131;
}
.WIN5_RaceListBox a {
  display: table-cell;
  padding: 10px 8px;
  vertical-align: middle;
  border-left: 1px solid #cacaca;
}
.WIN5_MainRaceName {
  margin-bottom: 8px;
  color: #444;
}
.WIN5_MainRaceName .Win5RaceName {
  font-size: 1.0625rem;
  font-weight: 700;
}
.WIN5_MainRaceName .Win5GradeName {
  display: inline-block;
}
.WIN5_MainRaceName .Win5RaceHoka {
  font-size: 0.875rem;
}
.WIN5_RaceListBox .Win5_UmabanWrap,
.WIN5_RaceListBox .Win5_NinkiWrap {
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.2;
}
.Win5_PaybackWrap + .Win5_UmabanWrap {
  margin-top: 12px;
}
.Win5_PaybackWrap {
  margin-top: 8px;
}
.Win5_PaybackWrap .Win5PaybackText {
  position: relative;
  top: -2px;
  display: inline-block;
  margin-right: 6px;
  padding: 3px 8px;
  color: #fff;
  font-size: 0.8125rem;
  line-height: 1;
  background-color: #999;
  border-radius: 2px;
}
.Win5_PaybackWrap .Win5PlaybackMoney {
  color: #666;
  font-size: 1.0625rem;
  font-weight: 700;
}
.Win5_CarryOverWrap {
  padding: 3px 8px;
  color: #fff;
  font-weight: 700;
  background-color: #c53131;
  border-radius: 2px;
  margin-top: 8px;
}
.Win5_CarryOverWrap .Win5CarryOverText {
  margin-right: 5px;
  font-size: 0.75rem;
  line-height: 1;
  vertical-align: middle;
}
.Win5_CarryOverWrap .Win5CarryOverMoney {
  display: inline-block;
  font-size: 1rem;
  line-height: 1;
}

/*======================================
My収支
======================================*/
.RaceInfo_Local_Menu {
  margin: 23px 10px 20px;
}
.Current_Total {
  position: relative;
  margin: 40px 10px 20px;
  padding-bottom: 25px;
}
.Current_Total::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border: 0 solid transparent;
  border-width: 12px 27px 0;
  border-top-color: #e7e7e7;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.Current_Total .Total01 {
  color: #666;
  font-weight: 700;
  text-align: center;
}
.Current_Total .Total01 dt {
  display: inline-block;
  font-size: 0.875rem;
  vertical-align: middle;
}
.Current_Total .Total01 dd {
  display: inline-block;
  margin-left: 12px;
  color: #666;
}
.Current_Total .Total01 dd span {
  font-size: 0.9375rem;
  vertical-align: middle;
}
.Current_Total .Total01 dd [class*="Numeral_"] {
  margin-right: 4px;
  font-size: 1.5rem;
}
.Current_Total .Numeral_Minus {
  color: #444;
}
.Current_Total .Numeral_Plus {
  color: #4caf50;
}
.Current_Total .Total02 {
  width: 100%;
  margin-top: 20px;
  border-collapse: collapse;
}
.Current_Total .Total02 th,
.Current_Total .Total02 td {
  width: 50%;
  padding: 12px 10px;
  color: #666;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  white-space: nowrap;
  border-top: 1px solid #cacaca;
  border-bottom: 1px solid #cacaca;
}
.Current_Total .Total02 th:nth-child(n+2),
.Current_Total .Total02 td:nth-child(n+2) {
  border-left: 1px solid #cacaca;
}
.Current_Total .Total02 th {
  background-color: #f3f3f3;
}
.Current_Total .Total02 .Numeral {
  margin-right: 1px;
  font-size: 0.9375rem;
}

/* my収支 - sort */
.ipat_history_list .Sort_Btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 10px 16px;
}
.ipat_history_list .Sort_Btn > div:nth-child(n+2) {
  margin-left: 8px;
}
.ipat_history_list .Sort_Btn > div:last-child {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: right;
}
.ipat_history_list .sort {
  position: relative;
  display: inline-block;
  color: #666;
  padding: 10px 36px 9px 14px;
  font-size: 0.8125rem;
  border: 1px solid #e0e0e0;
  border-radius: 7px;
  cursor: pointer;
}
.ipat_history_list .sort::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 8px;
  display: inline-block;
  width: 12px;
  height: 17px;
  background-image: url(../img/race03/icon_sprite_sort.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: -24px 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.ipat_history_list .sort.desc::after {
  background-position: -12px 0;
}
.ipat_history_list .sort.asc::after {
  background-position: 0 0;
}

/* my収支 - テーブル */
.ipat_history_list .list:not(:empty) {
  margin-bottom: 20px;
  border-bottom: 1px solid #d1d1d1;
}
.ipat_history_list .Balance_List {
  border-top: 1px solid #d1d1d1;
}
/* my収支 - テーブル - 1行目 */
.ipat_history_list .Race_Name {
  position: relative;
  display: table;
  width: 100%;
  padding: 10px 8px 6px;
  border-bottom: 1px solid #eee;
}
.ipat_history_list .Race_Name li {
  display: table-cell;
  font-weight: 700;
  vertical-align: middle;
}
.ipat_history_list .Race_Name .Time {
  padding-right: 6px;
  color: #999;
  font-size: 0.875rem;
  text-align: center;
  white-space: nowrap;
}
.ipat_history_list .Race_Name .Jyo {
  width: 100%;
  padding-right: 46px;
  color: #555;
  font-size: 1rem;
  line-height: 1.2;
}
.ipat_history_list .Race_Name .Kakutei,
.ipat_history_list .Race_Name .miKakutei {
  position: relative;
  top: -1px;
  padding: 1px 4px;
  color: #fff;
  font-size: 0.875rem;
  border-radius: 2px;
}
.ipat_history_list .Race_Name .Kakutei {
  background-color: #ef5350;
}
.ipat_history_list .Race_Name .miKakutei {
  background-color: #84adff;
}
.ipat_history_list .Race_Name .Delete_Btn {
  -webkit-appearance: none;
  float: right;
  position: absolute;
  top: 6px;
  right: 6px;
  display: none;
  padding: 4px 8px;
  color: #fff;
  font-size: 83%;
  font-weight: 700;
  background-color: #ef5350;
  border: 1px solid #fff;
  border-radius: 3px;
}
/* my収支 - テーブル - 2行目以降 */
.Balance_List_Table {
  width: 100%;
  border-collapse: collapse;
}
.Balance_List_Table th,
.Balance_List_Table td {
  padding: 6px 3px;
  vertical-align: middle;
}
/* my収支 - テーブル - 2行目 */
.Balance_List_Table .History {
  border-bottom: 1px solid #eee;
}
.Balance_List_Table .History th {
  width: 45px;
  color: #888;
  font-size: 0.875rem;
  white-space: nowrap;
  background-color: #eee;
}
.Balance_List_Table .History td {
  color: #777;
  font-size: 0.9375rem;
  font-weight: 700;
}
.Balance_List_Table .History td.Money {
  width: 28%;
}
.Balance_List_Table .History td > .Txt {
  font-size: 0.75rem;
}
/* my収支 - テーブル - 3行目 */
.Balance_List_Table .List th.Baken_Type {
  width: 45px;
  color: #fff;
  font-size: 0.875rem;
  white-space: nowrap;
}
.Balance_List_Table .List td.Kaime {
  padding: 0;
}
.Balance_List_Table .List td.Kaime > .Housiki {
  position: relative;
  top: 2px;
  padding-left: 4px;
  font-size: 0.875rem;
  font-weight: 700;
}
.Balance_List_Table .List td.Kaime > .Btn {
  float: right;
  position: relative;
  width: 30px;
  height: 26px;
  background-color: #e7e7e7;
  outline: none;
}
.Balance_List_Table .List td.Kaime > .Btn::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  border: 0 solid transparent;
  border-width: 7px 5px 0;
  border-top-color: #666;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.Balance_List_Table .List td.Kaime > .Btn.Close_Btn {
  background-color: #666;
}
.Balance_List_Table .List td.Kaime > .Btn.Close_Btn::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 15px;
  height: 2px;
  background-color: #fff;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.Balance_List_Table .List td.Kaime > .Btn.Close_Btn::after {
  width: 15px;
  height: 2px;
  background-color: #fff;
  border-width: 0;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
/* my収支 - テーブル - 展開リスト */
.Balance_Detail_Table_wrapper {
  border: 2px solid #666;
}
.Balance_Detail_Table {
  width: 100%;
  border-collapse: collapse;
}
.Balance_Detail_Table th,
.Balance_Detail_Table td {
  color: #666;
  border: 1px solid #cacaca;
}
.Balance_Detail_Table th {
  padding: 4px;
  font-size: 0.8125rem;
  font-weight: 700;
  text-align: center;
  background-color: #f3f3f3;
}
.Balance_Detail_Table td {
  padding: 6px 4px;
  font-size: 0.9375rem;
  font-weight: 700;
}
.Balance_Detail_Table td > .Txt {
  font-size: 0.75rem;
}
.Balance_Detail_Table .Kaime {
  width: 104px;
  white-space: nowrap;
}
.Balance_Detail_Table .Money {
  width: 28%;
}
.Balance_Detail_Table .Kaime li {
  display: inline-block;
}
.Balance_Detail_Table .Kaime li > span {
  position: relative;
  display: inline-block;
  width: 22px;
  padding: 4px 0;
  color: #666;
  font-size: 0.75rem;
  font-weight: 700;
  text-align: center;
  border: 1px solid #666;
  border-radius: 2px;
}
.Balance_Detail_Table .Kaime li + li {
  margin-left: 10px;
}
.Balance_Detail_Table .Kaime li + li span::before {
  content: "";
  position: absolute;
  display: inline-block;
}
.Balance_Detail_Table .Kaime .Arrow01 li + li span::before {
  top: 7px;
  left: -12px;
  width: 4px;
  height: 4px;
  border-top: 2px solid #666;
  border-right: 2px solid #666;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.Balance_Detail_Table .Kaime .Hyphen01 li + li span::before {
  top: 9px;
  left: -11px;
  width: 7px;
  height: 2px;
  background-color: #666;
}
/* my収支 - テーブル - 共通 */
.Balance_List_Table .Payout01 {
  color: #4caf50;
}
.Balance_List_Table [class*="Payout"] [class*="Result"] {
  position: relative;
  top: -1px;
  color: #fff;
  font-size: 0.75rem;
  padding: 1px 3px;
  border-radius: 2px;
}
.Balance_List_Table [class*="Payout"] .Result01 {
  background-color: #ef5350;
}
.Balance_List_Table [class*="Payout"] .Result02 {
  background-color: #3b79f5;
}
.Balance_List_Table [class*="Payout"] .Result03 {
  background-color: #888;
}
/* 券種背景色 */
.Type_BgColor01,
.Shutuba_Type_Bar_Tansho {
  background-color: #565eb0;
}
.Type_BgColor02,
.Shutuba_Type_Bar_Fukusho {
  background-color: #cb5353;
}
.Type_BgColor03,
.Shutuba_Type_Bar_Wakuren {
  background-color: #52a455;
}
.Type_BgColor04,
.Shutuba_Type_Bar_Umaren {
  background-color: #87599a;
}
.Type_BgColor05,
.Shutuba_Type_Bar_Wide {
  background-color: #529fa8;
}
.Type_BgColor06,
.Shutuba_Type_Bar_Umatan {
  background-color: #e5a339;
}
.Type_BgColor07,
.Shutuba_Type_Bar_Renpuku3 {
  background-color: #4a94bc;
}
.Type_BgColor08,
.Shutuba_Type_Bar_Rentan3 {
  background-color: #e18131;
}

/* my収支 - 削除ボタン */
.Switch_Delete_Btn {
  margin: 10px 10px 20px;
}
.Switch_Delete_Btn a {
  display: block;
  padding: 14px 0 12px;
  color: #3251bc;
  font-size: 0.9375rem;
  font-weight: 700;
  text-align: center;
  background-color: #fff;
  border: 1px solid #3251bc;
  border-radius: 4px;
}

/* my収支 - 月別 */
.History_Result {
  width: 100%;
  margin-bottom: 20px;
  border-collapse: collapse;
}
.History_Result th,
.History_Result td {
  color: #666;
  vertical-align: middle;
  border: 1px solid #cacaca;
}
.History_Result .Date {
  padding: 8px 4px;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  background-color: #f3f3f3;
  border-left: 0;
}
.History_Result .Date > span {
  display: block;
}
.History_Result .Result {
  padding: 0;
  line-height: 1.4;
  font-weight: 700;
  border-right: 0;
}
.History_Result .Result a {
  position: relative;
  display: block;
  padding: 8px 24px 8px 14px;
}
.History_Result .Result a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  display: block;
  width: 6px;
  height: 6px;
  border-top: 2px solid #cacaca;
  border-right: 2px solid #cacaca;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
.History_Result .Result [class*="Total"] {
  font-size: 1rem;
  line-height: 1.5;
}
.History_Result .Result .Total01 {
  color: #666;
}
.History_Result .Result .Total02 {
  color: #4caf50;
}
.History_Result .Result .Buy,
.History_Result .Result .Payout {
  color: #3251bc;
  font-size: 0.8125rem;
  line-height: 1.3;
}
.History_Result .Result .Buy > span,
.History_Result .Result .Payout > span {
  font-size: 0.625rem;
}

/*======================================
レース傾向
======================================*/
#Netkeiba_Race_Tendency .Main_Column {
	overflow: visible;
}
#Netkeiba_Race_Tendency .Main_Column .Title_Sec {
	padding-top: 21px;
	margin: 0 10px 21px;
}
/* navigation */
.Race_Tendency_Jyo {
  position: relative;
  margin-bottom: 10px;
  padding-bottom: 20px;
}
.Race_Tendency_Jyo::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border: 0 solid transparent;
  border-width: 12px 27px 0;
  border-top-color: #e7e7e7;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
#Netkeiba_Race_Tendency .Tab_RaceDaySelect {
	padding: 0 30px;
}

/* table */
.Container_Tendency {
  margin-bottom: 30px;
}
.Container_Tendency .Inner_Txt01 {
  margin: 10px;
  color: #444;
  font-size: 0.875rem;
  line-height: 1.5;
}
.Table_Container_Tendency {
}
.Race_Tendency_Table {
	border-collapse: collapse;
	background: #fff;
}
.Race_Tendency_Table th,
.Race_Tendency_Table td {
  padding: 10px 8px;
  vertical-align: middle;
  white-space: nowrap;
  border: 1px solid #dadada;
}
.Race_Tendency_Table thead th {
  color: #888;
  font-size: 0.75rem;
  font-weight: 700;
  text-align: center;
  background-color: #eaeaea;
}
.Race_Tendency_Table tbody th {
  color: #666;
  font-size: 0.875rem;
  text-align: center;
  vertical-align: middle;
  background-color: #f3f3f3;
}
.Race_Tendency_Table td {
  color: #666;
  font-size: 0.875rem;
  font-weight: 700;
}
.Race_Tendency_Table td.Baba {
  text-align: center;
}
.Race_Tendency_Table .Tendency_Waku {
  background-color: #fff;
}
.Race_Tendency_Table [class*="WakuBan"] {
  display: inline-block;
  width: 25px;
  padding: 6px 0 5px;
  font-size: 0.75rem;
  text-align: center;
  border-radius: 2px;
}
.Race_Tendency_Table [class*="WakuBan"] + [class*="WakuBan"] {
  margin-left: 2px;
}
.Race_Tendency_Table .Tendency_Waku a {
  display: block;
}
.Race_Tendency_Table .Tendency_Waku a > span {
  position: relative;
  top: 1px;
  font-size: 0.9375rem;
}
.Race_Tendency_Table .Tendency_Waku a > div {
  display: inline-block;
  width: 25px;
  margin-right: 6px;
  padding: 6px 0 5px;
  color: #fff;
  font-size: 0.75rem;
  text-align: center;
  border-radius: 2px;
}
.Race_Tendency_Table .Waku1 div:not([class]) {
  color: #444;
  background-color: #fff;
  border: 1px solid #666;
}
.Race_Tendency_Table .Waku2 div:not([class]) {
  background-color: #444;
  border: 1px solid #444;
}
.Race_Tendency_Table .Waku3 div:not([class]) {
  background-color: #dc3c3c;
  border: 1px solid #dc3c3c;
}
.Race_Tendency_Table .Waku4 div:not([class]) {
  background-color: #2c53a9;
  border: 1px solid #2c53a9;
}
.Race_Tendency_Table .Waku5 div:not([class]) {
  background-color: #e4ca3b;
  border: 1px solid #e4ca3b;
}
.Race_Tendency_Table .Waku6 div:not([class]) {
  background-color: #58af4a;
  border: 1px solid #58af4a;
}
.Race_Tendency_Table .Waku7 div:not([class]) {
  background-color: #de8a26;
  border: 1px solid #fff;
}
.Race_Tendency_Table .Waku8 div:not([class]) {
  background-color: #dc6179;
  border: 1px solid #dc6179;
}
.Race_Tendency_Table .Icon_Ninki .Inner {
  position: relative;
  padding-right: 25px;
}
.Race_Tendency_Table .Icon_Ninki .Maru {
  position: absolute;
  top: 50%;
  right: -5px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.Race_Tendency_Table .Blood_Cell {
  -webkit-box-shadow: 2px 2px 0 0 #fff inset, -2px -2px 0 0 #fff inset;
          box-shadow: 2px 2px 0 0 #fff inset, -2px -2px 0 0 #fff inset;
}

/*======================================
結果・払戻
======================================*/
/* navigation */
.Race_Payback_jyo {
  margin-top: 20px;
}

/* 結果 */
.Payback_Race_Info_Box {
  margin-top: 15px;
  margin-bottom: 30px;
}
.Payback_Race_Info_Box .Race_Name {
  padding: 0 3px;
}

/*======================================
今週の騎乗馬／出走馬
======================================*/
/* navigation */
.Race_Thisweek_mode {
  margin-top: 15px;
  margin-bottom: 40px;
}
.Race_Thisweek_jyo {
  margin-top: 20px;
  margin-bottom: 17px;
}

/* 実績 */
.ThisWeek_List .List_Btn_Box [class*="belong_color_"] {
  position: relative;
  top: -1px;
  margin-right: 6px;
  padding: 2px 4px;
  color: #fff;
  font-size: 0.75rem;
  border-radius: 3px;
}
.ThisWeek_List .List_Btn_Box .belong_color_1 { background-color: #c14; }
.ThisWeek_List .List_Btn_Box .belong_color_2 { background-color: #155cc1; }
.ThisWeek_List .List_Btn_Box .belong_color_3 { background-color: #009000; }
.ThisWeek_List .List_Btn_Box .belong_color_4 { background-color: #666; }

/*======================================
変更情報 / 騎乗停止情報
======================================*/
.Race_Information,
.Out_Jockey {
  margin-bottom: 40px;
}
.List_Btn_Box.Infomation,
.List_Btn_Box.OutJockey {
  margin-top: 20px;
  margin-bottom: 10px;
}
.List_Btn_Box.Infomation .type {
  position: relative;
  top: -1px;
  margin-right: 6px;
  padding: 2px 4px;
  color: #fff;
  font-size: 0.75rem;
  background-color: #c53131;
  border-radius: 3px;
}
.List_Btn_Box.Infomation dd {
  color: #444;
  font-weight: 400;
}
.List_Btn_Box.Infomation .No_Info,
.List_Btn_Box.OutJockey .No_Info {
  padding: 8px;
  color: #666;
  font-size: 0.9375rem;
  line-height: 1.2;
  border: 0;
}

/* ページャー */
.Common_Pager {
  margin: 0 10px;
}
.Common_Pager ul {
  display: table;
  margin: 0 auto;
  max-width: 280px;
}
.Common_Pager ul li {
  display: table-cell;
  width: 36px;
  font-size: 0.75rem;
  vertical-align: top;
}
.Common_Pager ul li.Prev_Page,
.Common_Pager ul li.Next_Page {
  width: 54px;
}
.Common_Pager ul li a,
.Common_Pager ul li div {
  display: block;
  padding: 8px 6px;
  color: #999;
  text-align: center;
  line-height: 16px;
}
.Common_Pager ul li.Page_Active div {
  font-weight: 700;
}
.Common_Pager ul li.Prev_Page a::before,
.Common_Pager ul li.Prev_Page div::before {
  content: "";
  position: relative;
  display: inline-block;
  margin-right: 6px;
  border: 0 solid transparent;
  border-right-color: #aaa;
  border-width: 4px 8px 4px 0;
}
.Common_Pager ul li.Next_Page a::after,
.Common_Pager ul li.Next_Page div::after {
  content: "";
  position: relative;
  display: inline-block;
  margin-left: 5px;
  border: 0 solid transparent;
  border-left-color: #aaa;
  border-width: 4px 0 4px 8px;
}

/*======================================
予想
======================================*/

/* 買い目 */
.YosoKaimeTable01 thead th {
  padding: 11px 0;
  font-size: 0.875rem;
  font-weight: 700;
  text-align: center;
  background-color: #dedede;
  border: 1px solid #ccc;
}
.YosoKaimeTable01 tbody th {
  padding: 10px 6px 10px 12px;
  font-size: 1rem;
  font-weight: 700;
  text-align: left;
  vertical-align: middle;
  background: #f3f3f3;
  border: 1px solid #dadada;
}
.YosoKaimeTable01 tbody th .BakenSystemTxt {
  display: block;
  padding-top: 5px;
  font-size: 0.875rem;
  font-weight: 400;
}
.YosoKaimeTable01 td {
  padding: 10px 15px;
  font-size: 0.875rem;
  vertical-align: middle;
  background-color: #fff;
  border: 1px solid #dadada;
}

.YosoDetailTableWrap {
	margin: 0 10px;
}

/*-- 印テーブル --*/
table.YosoShirushiTable01 {
	width: 100%;
	margin-bottom: 10px;
	border-collapse: collapse;
}
table.YosoShirushiTable01 caption,
table.YosoKaimeTable01 caption,
table.YosoRefundTable01 caption {
	background:#e6e4df;
	text-align:center;
	font-weight:bold;
	padding:12px;
	border:1px solid #d1cec7;
	border-bottom:0 none;
}
table.YosoShirushiTable01 tbody th{
	font-size: 88.9%;
	background: #f5f4f1;
	vertical-align:middle;
	border:1px solid #d1cec7;
	text-align:center;
	width:46px;
}
table.YosoShirushiTable01 tbody td{
	font-size: 88.9%;
	vertical-align:middle;
	background: #fff;
	border:1px solid #d1cec7;
	line-height:36px;
	padding:5px;
	font-weight:bold;
}
table.YosoShirushiTable01 tbody td span.fwN{
	padding-left:6px;
}
/*-- 枠番 --*/
table.YosoShirushiTable01 tbody td span.Num {
	display:inline-block;
	width:36px;
	line-height:36px;
	text-align:center;
	font-weight:bold;
	margin-right:10px;
}
table.YosoShirushiTable01 tbody td span.Waku1 {
	border:1px solid #d1cec7;
	width:34px;
	line-height:34px;
}
/* 枠色 */
table tr td.Waku1,span.Waku1 {background: #fff;}
table tr td.Waku2,span.Waku2 {background: #222; color: #fff !important;}
table tr td.Waku3,span.Waku3 {background: #dc3c3c; color: #fff !important;}
table tr td.Waku4,span.Waku4 {background: #2c53a9; color: #fff !important;}
table tr td.Waku5,span.Waku5 {background: #e4ca3b; color: #fff !important;}
table tr td.Waku6,span.Waku6 {background: #58af4a; color: #fff !important;}
table tr td.Waku7,span.Waku7 {background: #de8a26; color: #fff !important;}
table tr td.Waku8,span.Waku8 {background: #dc6179; color: #fff !important;}


/*-- 買い目テーブル --*/
table.YosoKaimeTable01 {
	width: 100%;
	border-collapse: collapse;
}
table.YosoKaimeTable01 thead th,
table.YosoRefundTable01 thead th{
	background: #d1cec7;
	text-align: center;
	font-weight: bold;
	border: 1px solid #bbb7ac;
	padding:11px 0;
	font-size: 77.8%;
}
table.YosoKaimeTable01 tbody th{
	font-size: 88.9%;
	background: #f5f4f1;
	vertical-align: middle;
	border: 1px solid #d1cec7;
	border-bottom: 0 none;
	padding-left: 13px;
	font-weight:bold;
	text-align: left;
}
body.YosoDetail table.YosoKaimeTable01 tbody tr.HitBaken th {
	font-size: 88.9%;
	background: #ffe7e7;
	vertical-align: middle;
	border: 1px solid #f8b1b1;
	font-weight:bold;
	color: #ea5050;
}
table.YosoKaimeTable01 tbody th span.BakenSystemTxt {
	font-size: 87.5%;
	font-weight: normal;
	display: block;
	padding-top: 5px;
}
table.YosoKaimeTable01 tbody td{
	vertical-align: middle;
	background: #fff;
	border: 1px solid #d1cec7;
	border-bottom: 0 none;
	padding: 10px 15px;
	font-size: 77.8%;
}
body.YosoDetail table.YosoKaimeTable01 tbody tr.HitBaken td {
	border: 1px solid #f8b1b1;
}
table.YosoKaimeTable01 tbody tr:last-child th,
table.YosoKaimeTable01 tbody tr:last-child td{
	border-bottom: 1px solid #bbb7ac;
}



.YosoKaimeTable01 .BakenNumSelect {
  position: relative;
  padding-bottom: 4px;
  border-bottom: 1px dashed #dadada;
}
.YosoKaimeTable01 .BakenNumSelect p {
  display: inline-block;
  width: 1.858em;
  margin: 0 5px 5px 0;
  line-height: 1.75;
  text-align: center;
  border: 1px solid #ccc;
}
.YosoKaimeTable01 .BakenNumSelect dl + dl {
  margin-top: 6px;
}
.YosoKaimeTable01 .BakenNumSelect dl dt {
  position: relative;
  float: left;
  width: 2.8em;
  font-weight: 700;
  line-height: 1.75;
}
.YosoKaimeTable01 .BakenNumSelect dl dt:after {
  content: "\3a";
  position: absolute;
  right: 0;
  bottom: 0;
  display: inline-block;
}
.YosoKaimeTable01 .BakenNumSelect dl dd {
  padding-left: 3.5em;
}
.YosoKaimeTable01 .BakenMoney {
  padding-top: 10px;
}
.YosoKaimeTable01 .BakenMoney .BuyPatern {
  display: block;
}

/* IPAT連携サービスを利用する */
.Yoso_Send_Btn {
  margin: 10px;
}

/* 見解 */
.YosoDetailKenkai {
  margin: 10px;
  border: 1px solid #dadada;
}
.YosokaKenkaiBarTitle {
  position: relative;
  top: -1px;
  margin: 0 -1px;
  padding: 16px 18px 16px 52px;
  color: #fff;
  font-size: 1rem;
  background-color: #333;
}
.YosokaKenkaiBarTitle .Icon_Sprite_Sp_Yoso {
  position: absolute;
  top: 50%;
  left: 18px;
  display: block;
  width: 24px;
  height: 25px;
  background-image: url(../img/icon/icon_sprite_sp_yoso.png);
  background-repeat: no-repeat;
  background-size: 164px 400px;
  background-position: -4px -252px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.YosoKenkaiTxtBox {
  padding: 16px 18px;
}
.YosoKenkaiTxtBox .YosoKenkaiTxt {
  font-size: 1rem;
  line-height: 1.5;
}
.YosoDetailKenkai .Yoso_Nice_Wrap {
  padding: 8px 18px 16px 18px;
}
.YosoDetailKenkai .Yoso_Nice_Wrap .Nice a {
  position: relative;
  display: inline-block;
  padding: 7px 4px 6px 26px;
  color: #3251bc;
  font-size: 0.75rem;
  font-weight: 700;
  border: 1px solid #dadada;
  border-radius: 6px;
}
.YosoDetailKenkai .Yoso_Nice_Wrap .Nice a span {
  position: absolute;
  top: 50%;
  left: 2px;
  width: 14px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.YosoDetailKenkai .Yoso_Nice_Wrap .Nice .Nice_num {
  position: relative;
  display: inline-block;
  margin-left: 5px;
  padding: 7px 6px 6px;
  color: #444;
  font-size: 0.75rem;
  font-weight: 700;
  background-color: #fff;
  border: 1px solid #dadada;
  border-radius: 6px;
}
.YosoDetailKenkai .Yoso_Nice_Wrap .Nice .Nice_num::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -5px;
  border: 0 solid transparent;
  border-width: 5px 5px 5px 0;
  border-right-color: #dadada;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1000;
}
.YosoDetailKenkai .Yoso_Nice_Wrap .Nice .Nice_num::after {
  content: "";
  position: absolute;
  top: 50%;
  left: -4px;
  border: 0 solid transparent;
  border-width: 4px 4px 4px 0;
  border-right-color: #fff;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1001;
}

/**/
.Yosoka_Prof_Summary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 10px !important;
  padding: 10px;
  border: 1px solid #dadada !important;
}
.Yosoka_Prof_Summary .Left_Box {
  width: 60px;
  -ms-flex-preferred-size: 60px;
      flex-basis: 60px;
}
.Yosoka_Prof_Summary .YosokaPhoto01 {
  position: relative;
  width: 60px;
  height: 80px;
}
.Yosoka_Prof_Summary .YosokaPhoto01 img {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 6px;
  clip: rect(1px, 59px, 79px, 1px);
}
.Yosoka_Prof_Summary .Right_Box {
  -ms-flex-preferred-size: calc(100% - 60px);
      flex-basis: calc(100% - 60px);
}
.Yosoka_Prof_Summary .YosokaInfoBox {
  padding-left: 10px;
}
.Yosoka_Prof_Summary .YosokaInfoBox p {
  font-size: 1rem;
  line-height: 1.5;
}
.Yosoka_Prof_Summary .YosokaInfoBox .YosokaProfInfo {
  margin-bottom: 6px;
}
.Yosoka_Prof_Summary .YosokaInfoBox .YosoSupply {
  color: #c53131;
}

/* このレースの予想一覧 */
.Yosoka_RankingList {
  display: none;
}
.Race_Yoso_List ul {
  border-top: 1px solid #dadada;
}
.Race_Yoso_List ul li {
  background-color: #fff;
  border-bottom: 1px solid #dadada;
}
.Race_Yoso_List ul li a {
  display: block;
  padding: 10px;
}
.Race_Yoso_List .LinkBox_01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  min-height: 68px;
  color: #444;
}
.Race_Yoso_List .Left_Box {
  -ms-flex-preferred-size: 40px;
      flex-basis: 40px;
}
.Race_Yoso_List .Right_Box {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding-left: 8px;
}
.Race_Yoso_List .Right_Box .YosokaName {
  display: -webkit-box;
  height: 2.6em;
  font-size: 1rem;
  line-height: 1.35;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.Race_Yoso_List .ProTableWrap {
  margin-bottom: 8px;
}
.Race_Yoso_List .ProTableWrap dl {
  display: table;
  width: 100%;
  border: 2px solid #dadada;
}
.Race_Yoso_List .ProTableWrap dt,
.Race_Yoso_List .ProTableWrap dd {
  display: table-cell;
  color: #444;
  font-weight: 700;
  vertical-align: middle;
}
.Race_Yoso_List .ProTableWrap dt {
  width: 28px;
  font-size: 0;
}
.Race_Yoso_List .Icon_Shirushi {
  display: block;
  margin: 0 auto;
}
.Race_Yoso_List .ProTableWrap dd {
  border-left: 1px solid #dadada;
}
.Race_Yoso_List .ProTableWrap .Num {
  width: 24px;
  padding: 2px;
  font-size: 0.875rem;
  text-align: center;
}
.Race_Yoso_List .ProTableWrap .Mark_HorseName {
  padding: 6px;
  width: 150px;
  font-size: 0.9375rem;
}
.Race_Yoso_List .ProTableWrap .yoso_ninki {
  width: 6.5em;
  padding: 5px 2px;
  font-size: 0.9375rem;
  text-align: right;
  white-space: nowrap;
}
.Race_Yoso_List .ProTableWrap .Maru {
  display: inline-block;
  width: 30px;
  height: 20px;
  margin-left: 1px;
  vertical-align: -5px;
  background-image: url(../img/icon/icon_tendency_ninki.png);
  background-repeat: no-repeat;
  background-size: 50px 400px;
}
.Race_Yoso_List .YosoComment {
  display: -webkit-box;
  max-height: 3em;
  margin-bottom: 4px;
  color: #666;
  font-size: 1rem;
  line-height: 1.5;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.Race_Yoso_List .MoreReadTxt01 {
  font-size: 1rem;
  line-height: 1.5;
  text-align: right;
}

/* レース一覧 (ボタン・モーダル) */
.Shutuba_Modal > .Btn {
  position: fixed;
  right: 20px;
  bottom: 40px;
  padding: 3px 4px;
  color: #fff;
  font-size: 0.6875rem;
  font-weight: 700;
  line-height: 1.3;
  text-shadow: 0 0 2px #333;
  background-color: rgba(6, 56, 155, .7);
  border: 1px solid rgb(9, 76, 177);
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 3px rgba(146, 151, 165, 0.9);
          box-shadow: 0 1px 3px rgba(146, 151, 165, 0.9);
  z-index: 2000;
}
.Shutuba_Modal > .Btn > .Icon {
  display: block;
  width: 32px;
  height: 28px;
  margin: 0 auto 2px;
  background-image: url(../img/icon/icon_sprite_nk02.png);
  background-repeat: no-repeat;
  background-size: 236px 2000px;
  background-position: -59px -1447px;
}
.Shutuba_Modal_RaceList {
  padding: 8px;
  background-color: #fff;
  border-radius: 7px;
}
.Shutuba_Modal_RaceList .RaceDayWrap_Inner {
  margin-right: -8px;
  margin-left: -8px;
}
.Shutuba_Modal_RaceList .RaceList_Table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 8px;
}
.Shutuba_Modal_RaceList .RaceList {
  /* float: left; */
  width: 30%;
  border-collapse: collapse;
}
.Shutuba_Modal_RaceList .RaceList.RaceList_Num {
  /* float: left; */
  width: 10%;
}
.Shutuba_Modal_RaceList .RaceList .Header th {
  padding: 8px;
  color: #fff;
  font-size: 0.9375rem;
  vertical-align: middle;
  border: 1px solid #dadada;
  border-left: 0;
}
.Shutuba_Modal_RaceList .RaceList .Header .Jyo_1 {
  background-color: #1689af;
}
.Shutuba_Modal_RaceList .RaceList .Header .Jyo_2 {
  background-color: #3006b8;
}
.Shutuba_Modal_RaceList .RaceList .Header .Jyo_3 {
  background-color: #a81b1f;
}
.Shutuba_Modal_RaceList .RaceList tbody tr:nth-child(odd) {
  background-color: #fff;
}
.Shutuba_Modal_RaceList .RaceList tbody tr:nth-child(even) {
  background-color: #f0f7fb;
}
.Shutuba_Modal_RaceList .RaceList td {
  font-size: 0.875rem;
  vertical-align: middle;
  border: 1px solid #dadada;
  border-left: 0;
}
.Shutuba_Modal_RaceList .RaceList td a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 40px;
  padding: 0 4px;
  color: #666;
  font-weight: 700;
}
.Shutuba_Modal_RaceList .RaceList td a .Race {
  display: block;
  line-height: 1.2;
}
.Shutuba_Modal_RaceList .RaceList_Num .RaceNum {
  text-align: center;
  vertical-align: middle;
  background-color: #888;
}
.Shutuba_Modal_RaceList .RaceList_Num .Header .RaceNum {
  padding: 8px;
  color: #bababa;
  font-size: 0.9375rem;
  border: 1px solid #dadada;
}
.Shutuba_Modal_RaceList .RaceList_Num .RaceName .RaceNum {
  padding: 4px;
  color: #fff;
  font-size: 0.75rem;
  font-weight: 700;
  border: 1px solid #dadada;
}
.Shutuba_Modal_RaceList .Close {
  margin-top: 5px;
}
.Shutuba_Modal_RaceList .Close a {
  display: block;
  padding: 12px;
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  text-align: center;
  background-color: #666;
}
#modal_overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 120%;
  background-color: rgba(0, 0, 0, .5);
  z-index: 10001;
}
#modal_content {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 6px 10px 10px 10px;
  overflow-y: auto;
  z-index: 10002;
}

/*======================================
コンピューター予想
======================================*/
/* CP予想印 */
.Current_Result {
  margin: 10px;
}
.Current_Result .Txt {
  color: #444;
  font-size: 0.9375rem;
  line-height: 1.4;
}
.Current_Result .Txt:not(:last-child) {
  margin-bottom: 10px;
}
.Current_Result .Yoso_Mark_Kaime {
  margin: 10px 0;
  width: 100%;
  border-collapse: collapse;
}
.Yoso_Mark_Kaime td {
  padding: 5px;
  font-size: 0.9375rem;
  line-height: 20px;
  vertical-align: middle;
  border: 1px solid #dadada;
}
.Yoso_Mark_Kaime .Mark_Pro {
  width: 28px;
  font-size: 1.125rem;
}
.Yoso_Mark_Kaime .Icon_Shirushi {
  display: block;
}
.Yoso_Txt01 {
  margin: 16px 10px;
  color: #444;
  font-size: 0.9375rem;
  line-height: 1.4;
}
.Race_Yoso_Area {
  position: relative;
  margin: 10px 0 30px;
}
.Race_Yoso_Area .Horse_Date_Table {
  overflow-x: auto;
}
.Race_Yoso_Area .Yoso01_Table {
  border-collapse: collapse;
  background-color: #fff;
  z-index: 1;
}
.Race_Yoso_Area #HorseNameTable01 {
  position: absolute;
  top: 0;
  left: 0;
  border-right: 3px double #dadada;
  z-index: 2;
}
.Yoso01_Table thead th {
  padding: 3px 2px;
  color: #777;
  font-size: 0.8125rem;
  line-height: 1.2;
  letter-spacing: 1px;
  vertical-align: middle;
  white-space: nowrap;
  background-color: #eaeaea;
  border: 1px solid #dadada;
}
.Yoso01_Table thead .CP_Result th {
  background-color: #cdf;
}
.Yoso01_Table thead .Num div {
  width: 24px;
  margin: 0 auto;
  padding: 4px 0;
  color: #3251bc;
  background-color: #fff;
  border: 1px solid #ccc;
}
.Yoso01_Table td {
  height: 36px;
  padding: 8px;
  color: #555;
  vertical-align: middle;
  white-space: nowrap;
  border: 1px solid #dadada;
}
.Yoso01_Table [class*="Waku"] {
  padding: 8px 2px;
  font-size: 0.75rem;
  font-weight: 700;
  text-align: center;
}
.Yoso01_Table .Horse_Info {
  font-size: 0.875rem;
  font-weight: 700;
}
.Yoso01_Table tbody .CP_Result td:nth-child(3) {
  background-color: #f0f4ff;
}

/* 設定変更 */
.CP_Setting {
  width: 100%;
  margin: 10px 0;
  border-collapse: collapse;
}
.CP_Setting thead th {
  padding: 3px 2px;
  color: #777;
  font-size: 0.8125rem;
  line-height: 1.2;
  vertical-align: middle;
  white-space: nowrap;
  background-color: #eaeaea;
  border: 1px solid #dadada;
}
.CP_Setting tbody th {
  padding: 8px;
  color: #555;
  font-size: 0.9375rem;
  font-weight: 700;
  text-align: left;
  vertical-align: middle;
  white-space: nowrap;
  background-color: #cdf;
  border: 1px solid #dadada;
}
.CP_Setting tbody td {
  padding: 8px;
  text-align: center;
  background-color: #fff;
  border: 1px solid #dadada;
}
.Radio_Btn input {
  display: none;
}
.Radio_Btn .Radio_Btn_Off {
  display: inline-block;
  width: 28px;
  height: 28px;
  background-image: url(../img/race/radio_off.png);
  background-repeat: no-repeat;
  background-size: 28px;
  background-position: center center;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 2px rgba(150, 150, 150, 0.6);
          box-shadow: 0 0 2px rgba(150, 150, 150, 0.6);
}
.Radio_Btn input:checked + .Radio_Btn_Off {
  background-image: url(../img/race/radio_on.png);
}
.Setting_Box {
  margin: 10px 10px 30px;
}
.Setting_Box [type="submit"] {
  position: relative;
  width: 100%;
  color: #555;
  font-size: 88%;
  font-weight: 700;
  text-align: center;
  line-height: 1.2;
  padding: 16px 0;
  background-color: #fff;
  border: 1px solid #dedede;
  border-radius: 4px;
}

/* 最高設定 */
.Yoso_CP_Max {
  margin: 10px;
}
.Yoso_CP_Max dl {
  margin: 10px 0;
}
.Yoso_CP_Max dl dt,
.Yoso_CP_Max dl dd {
  display: inline-block;
  font-size: 0.9375rem;
  font-weight: 700;
}
.Yoso_CP_Max dl dd + dd {
  margin-left: 6px;
}
.Yoso_CP_Max dl dt > span,
.Yoso_CP_Max dl dd > span {
  margin-right: 2px;
  font-size: 1rem;
  color: #c53131;
}
.Yoso_CP_Max_Table {
  width: 100%;
  margin: 10px 0;
  border-collapse: collapse;
  background-color: #fff;
}
.Yoso_CP_Max_Table td {
  padding: 8px;
  color: #444;
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1.1;
  text-align: center;
  vertical-align: bottom;
  background-color: #cdf;
  border: 1px solid #fff;
}
.Yoso_CP_Max_Table td div {
  width: 26px;
  margin: 4px auto 0;
  padding: 4px 0;
  color: #3251bc;
  background-color: #fff;
  border: 1px solid #ccc;
}
.MoreColumnList.Setting {
  margin: 20px 10px 15px;
}
.MoreColumnList.Setting > .Txt {
  margin-top: 10px;
  color: #444;
  font-size: 0.9375rem;
  line-height: 1.4;
  text-align: left;
}

/*======================================
コンピューター予想 最高設定検索
======================================*/
/* 検索画面 */
.Yoso_CP_Max + .Yoso_CP_Max {
  margin-top: 25px;
}
.Yoso_CP_Max .Txt {
  margin-bottom: 10px;
  color: #444;
  font-size: 0.9375rem;
  line-height: 1.4;
}
.Yoso_CP_Max .Title {
  margin-bottom: 10px;
  color: #c53131;
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1.4;
}
.CP_Setting_Detail {
  margin: 20px 10px;
  margin-bottom:23px; /* 上下の幅のため */
}
[class^="Setting_Detail"] {
  margin: 10px 0;
}
[class^="Setting_Detail"] .Title {
  padding: 8px;
  font-size: 0.9375rem;
  background-color: #cdf;
  border-radius: 4px 4px 0 0;
}
[class^="Setting_Detail"] ul {
  padding: 14px 8px 0;
  border: 1px solid #dadada;
  border-top: 0;
  border-radius: 0 0 4px 4px;
}
[class^="Setting_Detail"] ul li {
  display: inline-block;
  width: 70px;
  margin-bottom: 14px;
}
.Setting_Detail02 ul li.Item01 {
  width: 60px;
}
.Setting_Detail02 ul li.Item02 {
  width: 86px;
}
.Setting_Detail03 ul li {
  width: 90px;
}
[class^="Setting_Detail"] input {
  display: none;
}
[class^="Setting_Detail"] .Radio_Btn_Off {
  display: inline-block;
  width: 28px;
  height: 28px;
  background-image: url(../img/race/radio_off.png);
  background-repeat: no-repeat;
  background-size: 28px;
  background-position: center center;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 2px rgba(150, 150, 150, 0.6);
          box-shadow: 0 0 2px rgba(150, 150, 150, 0.6);
}
[class^="Setting_Detail"] .Radio_Btn_Off > span {
  padding-left: 34px;
  font-size: 0.9375rem;
  line-height: 30px;
  white-space: nowrap;
}
[class^="Setting_Detail"] input:checked + .Radio_Btn_Off {
  background-image: url(../img/race/radio_on.png);
}
.CP_Setting_Detail .Setting_Btn {
  width: 100%;
  color: #555;
  font-size: 88%;
  font-weight: 700;
  text-align: center;
  line-height: 1.2;
  padding: 16px 0;
  background-color: #fff;
  border: 1px solid #dedede;
  border-radius: 4px;
}

/*======================================
お気に入り馬
======================================*/
#Contents_Detail_TOP .Favorite_Menu_Area .Title_Sec {
  display: none;
}
.Favorite_Menu_Area {
  margin-bottom: 22px;
}

/* メニュー */
.Favorite_Menu {
  margin: 18px 6px;
}
.Favorite_Menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
     -ms-flex-align: start;
        align-items: flex-start;
  -webkit-box-pack: justify;
     -ms-flex-pack: justify;
  justify-content: space-between;
}
.Favorite_Menu li {
  padding: 0 4px;
}
.Favorite_Menu .Col3 li {
  width: 33.333%;
  -ms-flex-preferred-size: calc(100% / 3);
  flex-basis: calc(100% / 3);
}
.Favorite_Menu li a {
  position: relative;
  display: block;
  padding: 35px 4px 6px;
  color: #444;
  font-size: 0.8125rem;
  font-weight: 700;
  text-align: center;
  border: 1px solid #dedede;
  border-radius: 6px;
}
.Favorite_Menu .Icon_Nk {
  position: absolute;
  top: 6px;
  left: 50%;
  width: 100%;
  height: 22px;
  background-image: url(../img/icon/icon_sprite_bookmark.png);
  background-repeat: no-repeat;
  background-size: 30px auto;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.Favorite_Menu .Icon_Nk.Icon_Nk_07 {
  background-position: center 0;
}
.Favorite_Menu .Icon_Nk.Icon_Nk_19 {
  background-position: center -30px;
}
.Favorite_Menu .Icon_Nk.Icon_Nk_16 {
  background-position: center -60px;
}

/* 中央/地方ナビゲーション */
.TypeChangeMenu {
  margin: 10px;
}
.TypeChangeMenu li {
  float: left;
  width: 50%;
}
.TypeChangeMenu li a {
  display: block;
  padding: 7px 6px 6px;
  color: #666;
  text-align: center;
  font-size: 0.6875rem;
  line-height: 1.2;
  background-color: #fff;
  border: 1px solid #c9c9c9;
  border-radius: 6px 0 0 6px;
}
.TypeChangeMenu li:last-child a {
  margin-right: 0;
  border-left: 0;
  border-radius: 0 6px 6px 0;
}
.TypeChangeMenu li.Active a {
  color: #fff;
  font-weight: 700;
}
.TypeChangeMenu .TypeJra.Active a {
  background-color: #3251bc;
}
.TypeChangeMenu .TypeNar.Active a {
  background-color: #bf552e;
}

/* 日付ナビゲーション */
.Race_Bookmark_List .Tab_RaceDaySelect .Tab1 li .Tab_Single {
	width: 75%;
	border-bottom: 0 none;
}
.Race_Bookmark_List .RaceDayWrap_Inner {
	box-shadow: none;
	margin-bottom: 16px;
}

/* 出走情報 */
.jockeyarr_right .Contents_Header h2 {
  color: #444;
  font-size: 0.9375rem;
  padding: 9px 10px;
  background-color: #e7e7e7;
}
.jockeyarr_right .Contents_Header .sat {
  color: #3251bc;
}
.jockeyarr_right .Contents_Header .sun {
  color: #c53131;
}
.RaceCourseInfoWrap .NoHorse_Txt {
  padding: 30px;
  color: #666;
  font-size: 1rem;
  line-height: 1.5;
}
.RaceCourseInfoWrap dt {
  background-color: #f3f3f3;
}
.RaceCourseInfoWrap dt a {
  display: block;
  padding: 10px 10px 10px 20px;
  color: #03a;
  font-size: 0.938rem;
  font-weight: 700;
  line-height: 1.2;
}
.RaceCourseInfoWrap dt a::after {
  content: "";
  display: table;
  height: 0;
  clear: both;
}
.RaceCourseInfoWrap .race_num {
  display: inline-block;
  margin-bottom: 6px;
  color: #666;
  font-size: 0.8125rem;
  font-weight: 400;
  line-height: 1.2;
}
.RaceCourseInfoWrap .icon_grade_post {
  position: relative;
  top: -1px;
}
.RaceCourseInfoWrap .race_status_post {
  display: block;
  float: right;
  padding: 3px 0;
  color: #444;
  font-size: 0.75rem;
  line-height: 1.2;
}
.RaceCourseInfoWrap .Icon_GradeType {
  font-size: 73%;
}
.RaceCourseInfoWrap .Icon_G1,.RaceCourseInfoWrap .Icon_JG1 { background: #3251bc; }
.RaceCourseInfoWrap .Icon_G2, .RaceCourseInfoWrap .Icon_JG2 { background: #c53131; }
.RaceCourseInfoWrap .Icon_G3, .RaceCourseInfoWrap .Icon_JG3 { background: #58af4a; }
.RaceCourseInfoWrap .Icon_G { background: #de8a26; }
.Icon_GradeType14 { background: #666; }

.RaceCourseInfoWrap .Icon_G1:after {
	content: 'Ｇ\2160';
	display: inline-block;
}
.RaceCourseInfoWrap .Icon_G2:after {
	content: 'Ｇ\2161';
	display: inline-block;
}
.RaceCourseInfoWrap .Icon_G3:after {
	content: 'Ｇ\2162';
	display: inline-block;
}
.RaceCourseInfoWrap .Icon_G:after {
  content: '重賞';
  display: inline-block;
}
.RaceCourseInfoWrap .Icon_Open:after {
  content: 'OP';
  display: inline-block;
}
.RaceCourseInfoWrap .Icon_Un1600:after {
  content: '1600下';
  display: inline-block;
}
.RaceCourseInfoWrap .Icon_Un1000:after {
  content: '1000下';
  display: inline-block;
}
.RaceCourseInfoWrap .Icon_Un900:after {
  content: '900下';
  display: inline-block;
}
.RaceCourseInfoWrap .Icon_Un500:after {
  content: '500下';
  display: inline-block;
}
.RaceCourseInfoWrap .Icon_JG1:after {
	content: 'JG\2160';
  display: inline-block;
}
.RaceCourseInfoWrap .Icon_JG2:after {
	content: 'JG\2161';
  display: inline-block;
}
.RaceCourseInfoWrap .Icon_JG3:after {
	content: 'JG\2162';
  display: inline-block;
}
.RaceCourseInfoWrap .Icon_L:after {
  content: 'L';
  display: inline-block;
}
.RaceCourseInfoWrap .Icon_Win1:after {
	content: '1勝';
	display: inline-block;
}
.RaceCourseInfoWrap .Icon_Win2:after {
	content: '2勝';
	display: inline-block;
}
.RaceCourseInfoWrap .Icon_Win3:after {
	content: '3勝';
	display: inline-block;
}

.RaceCourseInfoWrap dd {
  padding: 12px 10px 14px 30px;
}
.RaceCourseInfoWrap dd ul {
  display: table;
  width: 100%;
  padding-bottom: 8px;
}
.RaceCourseInfoWrap dd li {
  display: table-cell;
}
.RaceCourseInfoWrap dd li:first-child {
  width: 100%;
  font-size: 1rem;
  font-weight: 700;
}
.RaceCourseInfoWrap dd li:nth-child(2) {
  color: #666;
  font-size: 0.875rem;
}
.RaceCourseInfoWrap dd li:nth-child(2) p {
  width: 80px;
}
.RaceCourseInfoWrap .ArrivalBox_Wrapper {
  width: 48px;
  text-align: right;
}
.RaceCourseInfoWrap .ArrivalBox {
  display: inline-block;
  padding: 4px 6px 3px;
  color: #444;
  font-size: 0.875rem;
  font-weight: 700;
  border-radius: 4px;
}
.RaceCourseInfoWrap .Arr_1 {
  background-color: #fff080;
}
.RaceCourseInfoWrap .Arr_2 {
  background-color: #ccdfff;
}
.RaceCourseInfoWrap .Arr_3 {
  background-color: #f0c8a0;
}

/* 注意事項・ボタンなど */
.AttentionText {
  margin: 10px 10px 50px;
}
.AttentionText .Txt {
  color: #666;
  font-size: 0.8125rem;
  line-height: 1.5;
}
.AttentionText .LinkBtn_06,
.AttentionText .LinkBtn {
  margin: 12px 0;
}
.AttentionText .LinkBtn_06 a {
  display: block;
  height: 45px;
  padding: 16px 15px 15px;
  color: #0033aa;
  font-size: 0.875rem;
  font-weight: 700;
  text-align: center;
  background-color: #fff;
  border: 1px solid currentColor;
  border-radius: 7px;
}
.AttentionText .LinkBtn a {
  position: relative;
  display: block;
  height: 45px;
  padding: 16px 15px 15px;
  color: #777;
  font-size: 0.875rem;
  text-align: center;
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 7px;
}
.AttentionText .LinkBtn a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 14px;
  display: block;
  width: 8px;
  height: 8px;
  border-top: 1px solid #aaa;
  border-right: 1px solid #aaa;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
.AttentionText .AttentionText_Id {
  margin: 20px 0;
  font-size: 0.9375rem;
  text-align: right;
}
.AttentionText .LinkBtn_06 + .Txt {
  color: #888;
  font-size: 0.75rem;
  text-align: center;
  line-height: 1.4;
}
@media (max-width: 340px) {
  .AttentionText .LinkBtn_06 + .Txt {
    font-size: 0.6875rem;
  }
}

/* 更新スケジュール */
.Bookmark_Schedule {
  margin: 15px 10px 20px;
}
.Bookmark_Schedule .RaceCommon_Table {
  width: 100%;
  border-collapse: collapse;
}
.Bookmark_Schedule .RaceCommon_Table th,
.Bookmark_Schedule .RaceCommon_Table td {
  padding: 8px 6px;
  font-size: 0.8125rem;
  line-height: 1.2;
  vertical-align: middle;
  border: 1px solid #ccc;
}
.Bookmark_Schedule .RaceCommon_Table th {
  width: 70px;
  color: #fff;
  font-weight: normal;
  text-align: center;
  background-color: #999;
}
.Bookmark_Schedule .RaceCommon_Table td {
  color: #555;
  font-weight: 700;
  text-align: left;
}
.Bookmark_Schedule .Notice {
  margin: 10px 0;
  color: #888;
  font-size: 0.75rem;
  text-align: right;
}

/* お気に入り馬について */
.Favorite_Menu_List {
  margin: 10px 6px -4px;
}
.Favorite_Menu_List ul::after {
  content: "";
  display: table;
  height: 0;
  clear: both;
}
.Favorite_Menu_List li {
  float: left;
  padding: 4px;
}
.Favorite_Menu_List .Col2 li {
  width: 50%;
}
.Favorite_Menu_List li a {
  display: block;
  padding: 15px 4px 15px;
  color: #444;
  font-size: 0.8125rem;
  font-weight: 700;
  border: 1px solid #dedede;
  border-radius: 6px;
}
.Favorite_Menu_List .Favorite_Menu_Item {
  position: relative;
  width: 125px;
  margin: 0 auto;
  padding-left: 34px;
}
.Favorite_Menu_List .Icon_Sp_Sns {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 27px;
  height: 22px;
  background-image: url(../img/icon/icon_sprite_bookmark.png);
  background-repeat: no-repeat;
  background-size: 27px auto;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.Favorite_Menu_List .Icon_Sp_Sns01 {
  background-position: center -81px;
}
.Favorite_Menu_List .Icon_Sp_Sns02 {
  background-position: center -135px;
}
.Favorite_Menu_List .Icon_Sp_Sns03 {
  background-position: center -54px;
}
.Favorite_Menu_List .Icon_Sp_Sns04 {
  background-position: center -108px;
}
