@charset "UTF-8";
/* ★★★予想のランキングページのcssです。cssの重複を防ぐため、ランキングページ以外は書かないようにお願いします★★★ */
/*==============================================
1. レース一覧
2. 〇〇が予想中
3. 絞り込み
4. 予想詳細
5. チェックポイントコラム
6. 競馬場一覧
7. レースドメイン
8. ビジュアル予想一覧
9. 買い目ポップアップ
==============================================*/

/*==============================================
★ 1.レース一覧
==============================================*/
/*場所選択*/
.Btn_Group {
	overflow-x: auto;
	position: relative;
}
.Btn_Group .jyo_tab {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	padding: 13px 10px 13px;
	z-index: 20;
}
.Btn_Group li {
	text-align: center;
 	width: calc(100% / 4);
}
.Btn_Group li a {
	display: inline-block;
	min-width: 80px;
	color: #444;
	font-size: 0.8125rem;
	line-height: 1.85;
	white-space: nowrap;
	border: 1px solid #e1e1e1;
	border-radius: 1em;
	z-index: 1;
    background-color: #fff;
    transition: all .5s ease-out;
}
.Btn_Group li.Active a {
    background-color: #3251bc;
    opacity: 1;
	color: #fff;
	font-weight: 700;
	border-color: transparent;
}
.Btn_Group .Btn_Group_ActiveBg {
	position: absolute;
	display: inline-block;
	background-color: #3251bc;
	border-radius: 1em;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	z-index: 10;
}
.Btn_Group li {
	margin-bottom: 10px;
}
/* レースから探す - サーフナビ */
.RaceInformation_Wrap {
	margin: 0 0px 10px 10px;
	padding: 8px;
	overflow: hidden;
	background-color: #ebebeb;
	border-radius: 4px;
}
.RaceInformation {
	color: #444;
	font-size: 0.75rem;
}
.RaceInformation_Item li {
	display: inline-block;
}
.RaceInformation_Item li + li {
	margin-left: 5px;
}
.RaceInformation_Item .Item02 {
	position: relative;
	padding-right: 17px;
}
.RaceInformation_Item .Item03 {
	color: #08a800;
}
.RaceInformation_Item .Item04 {
	color: #913200;
}
/* 天気icon */
.Icon_Weather {
	position: absolute;
	top: -3px;
	display: inline-block;
	width: 18px;
	height: 18px;
	margin-left: 3px;
	background: url("../img/icon/icon_weather.png") no-repeat;
	background-size: 37px 133px;
}
.Weather01 {background-position: -10px -9px;}
.Weather02 {background-position: -10px -42px;}
.Weather03 {background-position: -10px -74px;}
.Weather04 {background-position: -10px -107px;}
/* ipat icon */
img.Icon_Ipat {
	vertical-align: -2px;
}
.RaceList_Movie_Box.boxShadow_none {
	background: #e7e7e7;
}
.RaceList_Movie_Box a {
	display: block;
	width: 45px;
	height: 100%;
	line-height: 45px;
	text-align: center;
	outline: none;
	position: relative;
}
.RaceList_Movie_Box a.close {
	background-color: #e7e7e7;
}
.RaceList_Movie_Box a > .BtnBorderWrapper {
	position: absolute;
	width: 18px;
	height: 18px;
	border-radius: 4px;
	border: 1px solid #b0b0b0;
	background: #fff;
	top: 50%;
	left: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}
.RaceList_Movie_Box a > .BtnBorderWrapper:before {
	content: "";
	position: absolute;
	top: 5px;
	left: 5px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6px 3px 0 3px;
	border-width: 6px 3.3px 0 3.3px;
	border-color: #444 transparent transparent transparent;
}
.RaceList_Movie_Box a.close .BtnBorderWrapper:before {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}
.RaceTopRaceMenuWrap .RaceSubMenuArea {
	display: none;
}
.RaceTopRaceMenuWrap .RaceSubMenu ul li {
	border-bottom: 0;
}
.RaceSubMenu {
	color: #333;
	font-size: 72.22%;
	padding: 10px 10px 4px;
	border-bottom: 1px solid #dbdbdb;
	background: #e7e7e7;
}
.RaceSubMenu dt {
	color: #444;
	font-size: 78%;
	font-weight: bold;
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 6px;
}
.RaceSubMenu dt:before,
.RaceSubMenu dt:after {
	border-top: 1px solid #cecece;
	content: "";
	display: inline; /* for IE */
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}
.RaceSubMenu dt:before {
	margin-right: 0.5em;
}
.RaceSubMenu dt:after {
	margin-left: 0.5em;
}
.RaceSubMenu ul {
	margin-right: -8px;
}
#hdm_RaceSubMenu1_menu .RaceSubMenu ul li{
	float: left;
	width: 25%;
}
.RaceMenuSub dd ul,
.RaceStrategyMenu .RaceSubMenu dd ul,
.RaceSpecialArea .RaceMenuSub ul{
	display: flex;
	flex-wrap: wrap;
}
.RaceSubMenu ul.col_5{
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}
.Top_RaceMenu_Inner .RaceMenuSub ul.col_5 li, .RaceSubMenu ul.col_5 li {
    width: 20%;
    margin-bottom: 12px;
    float: none;
	text-align: center;
}
.RaceSubMenu.listCentral ul li:nth-child(-n+5){
	float: left;
	width: 25%;
}
.RaceSubMenu.listCentral ul li:nth-child(n+6) {
	float: left;
	width: 25%;
}
.RaceSubMenu ul.col_3 li {
	width: 33%;
}
.RaceSubMenu ul.col_2 li {
	width: 33%;
}
.Top_RaceMenu_Inner .RaceMenuSub ul li a, .RaceSubMenu ul li a {
    min-height: 62px;
    background: none;
    border: none;
    padding: 0;
}
#hdm_RaceSubMenu1_menu .RaceSubMenu ul li a,
#hdm_RaceSubMenu1_menu .RaceSubMenu ul li span.ContentNone {
	display: block;
	font-size: 66.7%;
	text-align: center;
	padding: 5px 0 8px;
	border-radius: 4px;
	overflow: hidden;
	white-space: nowrap;
	margin-bottom: 6px;
	margin-right: 8px;
	position: relative;
	min-height: 55px;
}
.RaceSubMenu ul li span.ContentNone {
	background:#f3f3f3;
	border: solid 1px #e4e4e4;
}
.Icon_Label {
	color: #444;
	font-weight: bold;
}
.RaceSubMenu ul li span.ContentNone .Icon_Label {
	color: #999;
}
.RaceSubMenu .RaceMenuList span.Icon_Sprite_Nk {
	display: block;
	background-image: url(../img/icon/icon_sprite_race_nk01.png?20201209);
	background-repeat: no-repeat;
	-webkit-background-size: 250px auto;
	-moz-background-size: 250px auto;
	-ms-background-size: 250px auto;
	background-size: 250px auto;
	margin: 0 auto 5px;
	height: 25px;
}
/*-- 出馬表 --*/
.Icon_Sprite_Nk,
.Icon_RaceInfo01 {
	width: 27px;
}
/*-- 出馬表 （地方）--*/
.Icon_RaceInfoRun{
	width: 28px;
    background-position:-198px 0;
}
/*-- オッズ購入（地方）--*/
.Icon_RaceInfoOdds{
    background-position: -144px -52px;
    width: 32px;
    }
/*-- 結果払戻(地方) --*/
.Icon_RaceInfoResultR {
	background-position: -164px 1px;
	width: 25px;
}
/*-- 予想 --*/
.Icon_RaceInfoPredict {
	background-position: -89px -24px;
	width: 28px;
}
/*-- オッズ 購入 --*/
.Icon_RaceInfo02 {
	background-position: 0 -52px;
	width: 28px;
}
/*-- 結果払戻 --*/
.Icon_RaceInfo03 {
	background-position: -128px 1px;
	width: 25px;
}
/*-- データ分析 --*/
.Icon_RaceInfoData {
	background-position: -104px -354px;
	width: 45px;
}
/*-- データ分析 紺 --*/
.Icon_RaceInfoData02 {
	background-position: -104px -390px;
	width: 45px;
}
/*-- 馬券投票 --*/
.Icon_RaceInfoVote {
    background-position: -135px -82px;
    width: 44px;
}
/*-- IPAT連携 --*/
.Icon_RaceInfo04 {
	background-position: 0 -80px;
	width: 25px;
}
/*-- 調教タイム --*/
.Icon_RaceInfo05 {
	background-position: 0px -107px;
	width: 21px;
}
/*-- 厩舎コメント --*/
.Icon_RaceInfo06 {
	background-position: 0 -133px;
	width: 26px;
}
/*-- 馬券分析 --*/
.Icon_RaceInfo07 {
	background-position: 0 -155px;
	width: 43px;
}
/*-- タイム指数 --*/
.Icon_RaceInfo08 {
	background-position: 0 -186px;
	width: 32px;
}
/*-- 血統分析 --*/
.Icon_RaceInfo09 {
	background-position: 0px -214px;
	width: 26px;
}
/*-- 対戦表 --*/
.Icon_RaceInfoBattle {
	background-position:0px -388px;
	width: 28px;
}
.Icon_RaceInfoCourse {
    background-position: -94px -266px;
    width: 34px;
}
.Icon_RaceInfoTime {
	background-position:-43px -387px;
	width: 28px;
}
/*-- 掲示板 --*/
.Icon_RaceInfo10 {
	background-position: 0 -241px;
	width: 29px;
}
/*-- 掲示板(赤) --*/
.Icon_RaceInfoBoard{
	background-position: 0 -418px;
	width: 29px;
}
/*-- 特集 --*/
.Icon_RaceInfo11 {
	background-position: -46px -51px;
	width: 21px;
}
/*-- 特集 --*/
.Icon_RaceInfoFeature {
    background-position: -92px -319px;
    width: 26px;
}
/*-- レース映像 --*/
.Icon_RaceInfo12 {
	width: 35px;
	background-position: 0 -265px;
}
/*-- 俺プロ --*/
.Icon_RaceInfo13 {
	width: 42px;
	background-position: -46px -316px;
}
/*-- 調子偏差値 --*/
.Icon_RaceInfo14 {
	width: 26px;
	background-position: 0px -322px;
}
/*-- 競馬新聞 --*/
.Icon_RaceInfo15 {
	width: 25px;
	background-position: -45px -355px;
}
/*-- 過去の結果 --*/
.Icon_RaceInfoPast {
background-position: -92px -211px;
width: 37px;
}
/*-- ウマい馬券 --*/
.Icon_RaceInfoUmai {
	width: 64px;
    background-position: -46px -290px;
}
/*-- 調教映像 --*/
.Icon_RaceInfo16 {
	width: 32px;
	background-position: 0px -292px;
}
/*-- 過去の結果 --*/
.Icon_RacePast {
	width: 32px;
	background-position: 0px -292px;
}
/*-- 参考映像 --*/
.Icon_RaceInfoRefer{
	background-position: 0px -355px;
	width: 32px;
}
.RaceList_Menu_Box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 65px;
    position: relative;
    width: 45px;
}
.RaceList_Menu_Box a {
    display: block;
    width: 45px;
    line-height: 45px;
    text-align: center;
    outline: none;
    position: relative;
}
.RaceList_Menu_Box a.close {
    background-color: #e7e7e7;
}
.RaceList_Menu_Box a > .BtnBorderWrapper {
    position: absolute;
    width: 18px;
    height: 18px;
    border-radius: 6px;
    border: 1px solid #444;
    background: #fff;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}
.RaceList_Menu_Box a > .BtnBorderWrapper:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 3px 0 3px;
    border-width: 6px 3.3px 0 3.3px;
    border-color: #444 transparent transparent transparent;
}
.RaceList_Menu_Box a.close .BtnBorderWrapper:before {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.RaceSubMenu {
    color: #333;
    margin-bottom: 15px;
    padding: 10px 8px 0;
    border-bottom: 1px solid #dbdbdb;
    background: #e7e7e7;
}
.Race_YosoArea01 dl.Horse_Info ul li {
		-webkit-justify-content: left;
		justify-content: left;
	}
.BtnBorderWrapper {
	position: absolute;
	width: 18px;
	height: 18px;
	border-radius: 6px;
	border: 1px solid #444;
	background: #fff;
	top: 50%;
	left: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}
.BtnBorderWrapper:before {
	content: "";
	position: absolute;
	top: 5px;
	left: 5px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6px 3px 0 3px;
	border-width: 6px 3.3px 0 3.3px;
	border-color: #444 transparent transparent transparent;
}
.BtnBorderWrapper:after {
	display: none;
}
a.close span.BtnBorderWrapper:before {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}
.RaceList_Menu_Box {
	position: relative;
	width: 45px;
}
.YosoDetailArea01 .RaceList_NameBox {
	display: flex;
}
.RaceList_Menu_Box a.close {
	background-color: #e7e7e7;
}
.RaceList_Menu_Box {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	min-height: 65px;
}
.RaceList_Menu_Box a {
	display: block;
	width: 45px;
	line-height: 45px;
	text-align: center;
	outline: none;
	position: relative;
}
.RaceList_Menu_Box a.close {
	background-color: #e7e7e7;
}
.RaceList_Menu_Box a > .BtnBorderWrapper {
	position: absolute;
	width: 18px;
	height: 18px;
	border-radius: 6px;
	border: 1px solid #444;
	background: #fff;
	top: 50%;
	left: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}
.RaceList_Menu_Box a > .BtnBorderWrapper:before {
	content: "";
	position: absolute;
	top: 5px;
	left: 5px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6px 3px 0 3px;
	border-width: 6px 3.3px 0 3.3px;
	border-color: #444 transparent transparent transparent;
}
.RaceList_Menu_Box a.close .BtnBorderWrapper:after {
	display: none;
}
.RaceList_Menu_Box a.close .BtnBorderWrapper:before {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}
.RaceSubMenuArea {
	display: none;
}
.RaceTopRaceMenuWrap .RaceSubMenu {
	padding-bottom: 4px;
	border-bottom: 0;
}
.RaceTopRaceMenuWrap .RaceSubMenu ul li {
	border-bottom: 0;
}
.RaceMenuSub .Icon_Nk_New_bg {
	display: block;
	margin: auto;
	width: 46px;
	height: 46px;
	margin-bottom: 2px;
	background: #F7F7F7;
	border-radius: 50%;
	position: relative;
	overflow: hidden;
}
.RaceMenuSub .Icon_Nk_New_bg .Icon_Sprite_Nk_New,
.RaceSpecialArea .Top_RaceMenu_Inner .Icon_Nk_New_bg .Icon_Sprite_Nk_New,
.Top_RaceMenu_Inner.Menu_analysis .Icon_Nk_New_bg .Icon_Sprite_Nk_New{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.Contents_Box.Top_RaceMenu .Btn_List_01.Col5{
	display: flex;
	flex-wrap: wrap;
	padding-bottom: 20px;
}
.Contents_Box.Top_RaceMenu .Btn_List_01.Col5 li{
	float:none;
	border-right: 1px solid #E0E0E0;
}
.Contents_Box.Top_RaceMenu .Btn_List_01.Col5 li:last-of-type{
	border-right:none;
}
.Contents_Box.Top_RaceMenu .Btn_List_01.Col5 a{
	margin-bottom: 0;
	padding: 0;
	border:none;
	color:#777;
	font-size:66.67%;
}
.RaceSubMenu ul li span.ContentNone {
	background:#f3f3f3;
	border: solid 1px #e4e4e4;
}
.Icon_Label {
	display: block;
	color: #666;
	font-weight: bold;
	text-align: center;
}
.RaceSubMenuArea .Icon_Label{
	word-wrap: break-word;
	text-overflow: ellipsis;
	white-space: normal;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	line-height: 1.1;
}
@media screen and (max-width:360px){
	.RaceMenuSub .col_5 .Icon_Label{
		font-size:10px;
	}
}
.RaceSubMenu ul li span.ContentNone .Icon_Label {
	color: #999;
}
.Icon_Sprite_Nk_New{
	display: block;
	background-image: url('../img/icon/icon_sprite_race_nk02.png?210519');
	background-repeat: no-repeat;
	-webkit-background-size: 250px auto;
	-moz-background-size: 250px auto;
	-ms-background-size: 250px auto;
	background-size: 250px auto;
	width: 27px;
	height: 26px;
	margin: 0 auto 3px;
}
.RaceInfo_Navi .RaceInfo_Tab a {
	padding-top: 10px;
}
@media screen and (max-width:330px){
	.RaceAllMenuWrap ul.Col5 .Icon_Label{
		font-size: 61.12%;
	}
}
/*-- アイコン(AndroidOnly) --*/
.Icon_Odds_App01{
	display: block;
	background-image: url('../img/icon/icon_sprite_odds01.png?210304');
	background-repeat: no-repeat;
	-webkit-background-size: 32px auto;
	-moz-background-size: 32px auto;
	-ms-background-size: 32px auto;
	background-size: 32px auto;
	width: 32px;
	height: 26px;
	background-position: center center;
	margin: 0 auto 3px;
}
/* オッズ (andoroid) */
.RaceMenuSub .Icon_Nk_New_bg .Icon_Odds_App01{ background-size:contain; width:25px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
/* ▼20220420対応後 リニューアル後のアイコン ▼ */
.RaceSubMenu .Icon_Sprite_Nk_New,
.RaceMenuSub .Icon_Sprite_Nk_New,
.RaceSpecialArea .Top_RaceMenu_Inner .Icon_Nk_New_bg .Icon_Sprite_Nk_New,
.Top_RaceMenu_Inner.Menu_analysis .Icon_Sprite_Nk_New{
	display: block;
	background-image: url('https://zrace.sp.netkeiba.com/common/img/icon/icon_sprite_raceSubMenu.png?20220428');
	background-repeat: no-repeat;
	-webkit-background-size: 683px auto;
	-moz-background-size: 683px auto;
	-ms-background-size: 683px auto;
	background-size: 683px auto;
	height: 25px;
	width: 32px;
	margin: auto;
}
/* 出馬表 */
.RaceSubMenu .Icon_Nk_New_bg .Icon_RaceInfo_New_01,
.RaceSpecialArea .Top_RaceMenu_Inner .Icon_Nk_New_bg .Icon_RaceInfo_New_01{
	background-position: 0 0;
}
/* 予想 */
.RaceSubMenu .Icon_Nk_New_bg .Icon_RaceInfo_New_18,
.RaceSpecialArea .Top_RaceMenu_Inner .Icon_Nk_New_bg .Icon_RaceInfo_New_18{
	background-position: -71px 0;
}
/* オッズ購入 */
.RaceSubMenu .Icon_Nk_New_bg .Icon_RaceInfo_New_32_3,
.RaceSpecialArea .Top_RaceMenu_Inner .Icon_Nk_New_bg .Icon_RaceInfo_New_32_3{
	background-position: -143px 0;
}
/* データ分析 */
.RaceSubMenu .Icon_Nk_New_bg .Icon_RaceInfo_New_07{
	background-position: -214px 0;
}
/* 結果払戻 */
.RaceSubMenu .Icon_Nk_New_bg .Icon_RaceInfo_New_33{
	background-position: -288px 0;
}
/* 厩舎コメント */
.RaceSubMenu .Icon_Nk_New_bg .Icon_RaceInfo_New_08{
	background-position: -360px 0;
}
/* 調教タイム */
.RaceSubMenu .Icon_Nk_New_bg .Icon_RaceInfo_New_09{
	background-position: -432px 0;
}
/* IPAT連携 */
.RaceSubMenu .Icon_Nk_New_bg .Icon_RaceInfo_New_16,
.RaceSpecialArea .Top_RaceMenu_Inner .Icon_Nk_New_bg .Icon_RaceInfo_New_16{
	background-position: -504px 0;
}
/* 掲示板 */
.RaceSubMenu .Icon_Nk_New_bg .Icon_RaceInfo_New_14,
.RaceSpecialArea .Top_RaceMenu_Inner .Icon_Nk_New_bg .Icon_RaceInfo_New_14{
	background-position: -576px 0;
}
.RaceList_NameBox_Container .RaceList_NameBox {
    display: block;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border-bottom: 0;
	width: 100%;
    padding: 12px 7px;
}
#hdm_RaceSubMenu1_menu .RaceSubMenu ul li a {
    color: #666;
    background: #fff;
    border: solid 1px #dedede;
}
.RaceSubMenu.listCentral ul li:last-child a {
    vertical-align: middle;
    height: 53px;
    padding-top: 0.7rem!important;
    box-sizing: border-box;
}
/*-- レース名--*/
.YosoDetailArea01.SelectionRace .RaceNameBoxWrap:after,
.YosoDetailArea01.PickupRace .RaceNameBoxWrap:after,
.YosoDetailArea01.AnaumaRace .RaceNameBoxWrap:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 16.3px;
  width: 25px;
  height: 54px;
  background-image: url("../img/yoso/flg_sprite_sp_baken.png");
  -ms-background-size: 70px auto;
  background-size: 70px auto;
  background-position: 0 0;
  background-repeat: no-repeat;
  -webkit-transform: rotate(15deg);
  transform: rotate(15deg);
}
.YosoDetailArea01.PickupRace .RaceNameBoxWrap:after {
  background-position: 0 0;
}
.YosoDetailArea01.AnaumaRace .RaceNameBoxWrap:after {
  width: 26px;
  height: 61px;
  background-size: 80px auto;
  background-position: -32px 0;
}
.YosoDetailArea01.SelectionRace .RaceNameBoxWrap:after {
  width: 26px;
  height: 61px;
  background-size: 80px auto;
  background-position: 0 -70px;
}

/* まとめ購入下部固定 */
.InputFixedArea_Wrap {
	min-height: 72px;
	padding-top: 16px;
}
.InputFixedArea {
	width: 100%;
	background: rgba(0, 0, 0, 0.6);
	z-index: 100;
}
.InputFixedArea .AvailablePoint {
	width: 100%;
	background: #fff;
}
.InputFixedArea .AvailablePoint_Wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	border-top: 1px solid #f3f3f3;
}
.InputFixedArea .AvailablePoint_Wrap p:nth-child(1) {
	background: #f3f3f3;
	color: #666;
	width: 38%;
	font-size: 72.5%;
	letter-spacing: -0.05em;
	padding: 11px 0 9px;
	height: 35px;
	text-align: center;
}
.InputFixedArea .AvailablePoint_Wrap p:nth-child(2) {
	font-size: 0.8125rem;
	color: #777;
	text-align: right;
	vertical-align: middle;
	font-weight: normal;
	padding: 9px 12px 7px 0;
	height: 35px;
}
.InputFixedArea .AvailablePoint_Wrap p:nth-child(2) em {
	font-size: 1.0625rem;
	color: #555555;
	font-weight: bold;
	margin-right: 4px;
}
.InputFixedArea .Raw {
	display: table;
	width: 100%;
}
.InputFixedArea .Current,
.InputFixedArea .MatomeCheck,
.InputFixedArea .BtnArea {
	display: table-cell;
	vertical-align: middle;
}
.InputFixedArea .MatomeCheck {
	text-align: center;
	padding: 3px 14px 11px 16px;
	width: 44px;
}
.InputFixedArea .Current p {
	color: #fff;
	font-size: 88%;
}
.InputFixedArea .Current strong {
	display: block;
	font-size: 118.7%;
	margin: 4px 0;
}
.InputFixedArea .Current .Count {
	color: #f1b510;
	font-weight: bold;
	margin: 0 4px;
}
.InputFixedArea .BtnArea .StateBtn {
	padding: 8px 0;
}
.InputFixedArea .BtnArea {
	width: 140px;
	padding: 8px;
}
.InputFixedArea .BtnArea .StateBtn .Point {
	display: block;
}
.Yoso_CheckLabel {
    width: 20px;
    height: 20px;
    display: inline-block;
    cursor: pointer;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    z-index: 100;
    position: relative;
}
@media only screen and (min-width: 1025px){
	.InputFixedArea, .InputFixedArea .AvailablePoint {
		width: 480px;
	}
}

/*==============================================
 2.カレンダー
==============================================*/
.RaceDateSelect {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 23px 10px;
}
.RaceDateSelect .DateSelectBox {
	-ms-flex-preferred-size: 110px;
	flex-basis: 110px;
	margin-right: 10px;
}
.RaceDateSelect .DateSelectBox.MonthSelect {
	-ms-flex-preferred-size: 90px;
	flex-basis: 90px;
}
.RaceDateSelect .Select_Btn {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	text-align: right;
}
.RaceDateSelect .DateSelectBox select {
	-webkit-appearance: none;
	width: 100%;
	height: 37px;
	padding: 10px 15px 9px;
	color: #666;
	font-size: 1rem;
	background-color: #fff;
	background-image: url(../img/icon/icon_arrow_select_nk01.png);
	background-repeat: no-repeat;
	background-position: right 10px center;
	background-size: 10px;
	border: 1px solid #e0e0e0;
	border-radius: 5px;
}
.RaceDateSelect .SubmitSelectBtn {
	width: 80px;
	height: 35px;
	padding: 11px 10px;
	color: #fff;
	font-size: 0.8125rem;
	font-weight: 700;
	background-color: #3251bc;
	border: 0;
	border-radius: 4px;
}
/* タブ下 */
.RaceCalendarList {
	margin: 20px 8px 0;
}
.Calendar_DayList {
	margin-bottom: 12px;
}
.RaceCalendarList .ThisMonth_RaceList {
	display: table;
	table-layout: fixed;
	width: 100%;
}
.RaceCalendarList .ThisMonth_RaceList dt,
.RaceCalendarList .ThisMonth_RaceList dd {
	display: table-cell;
}
.RaceCalendarList .ThisMonth_RaceList dt {
	width: 88px;
	vertical-align: top;
	background-image: url(../img/yoso/thisweek_bg.png?20181108);
	background-repeat: no-repeat;
	background-size: 87px 44px;
}
.RaceCalendarList .ThisMonth_RaceList dt 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;
}
.RaceCalendarList .ThisMonth_RaceList dt span {
	font-size: 0.6875rem;
	font-weight: 400;
	line-height: 1.2;
}
.RaceCalendarList .ThisMonth_RaceList dt .Day_Sat {
	color: #3251bc;
}
.RaceCalendarList .ThisMonth_RaceList dt .Day_holi {
	color: #c53131;
}
.RaceCalendarList .ThisMonth_RaceList dd {
	width: 100%;
}
.RaceCalendarList .ThisMonth_RaceList dd ul li {
	float: left;
	width: calc(100% / 3);
	padding-left: 4px;
}
.RaceCalendarList .ThisMonth_RaceList dd ul li:nth-child(n+4) {
    margin-top: 4px;
}
.RaceCalendarList .ThisMonth_RaceList dd ul a,
.RaceCalendarList .ThisMonth_RaceList dd .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: 46px;
	border: 1px solid #e7e7e7;
	border-radius: 4px;
}
.RaceCalendarList .ThisMonth_RaceList dd .JyoName {
	color: #666;
	font-size: 0.875rem;
	font-weight: 700;
	line-height: 1.4;
}
.RaceCalendarList .ThisMonth_RaceList dd .RaceName {
	color: #888;
	font-size: 0.625rem;
	line-height: 1.4;
}
.RaceCalendarList .ThisMonth_RaceList dd .No_Link {
	background-color: #dedede;
}

/*==============================================
 3.レースヘッダーメニュー
==============================================*/
.Race_Detail_Info_Btn {
	background: #3251bc;
	padding: 7px 10px
}
.Race_Detail_Info_Btn .Change_Btn {
	background-color: #4b65c1;
	display: block;
	border: 1px solid #8195d6;
	text-indent: 6px;
	border-radius: 3px;
	padding: 0px;
	font-weight: bold;
	font-size: 83.34%;
	position: relative;
	line-height: 28px;
	color: #fff;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}
.RaceNumLink {
	float: right;
}
.RaceNumLink .Prev_Race,
.RaceNumLink .Next_Race {
	float: left;
	position: relative;
    width: 50px;
}
.RaceNumLink .Prev_Race.First,
.RaceNumLink .Next_Race.Last {
	opacity: .8;
}
.RaceNumLink li > a,
.RaceNumLink li > span {
		position: relative;
	display: block;
	color: #fff;
	font-size: 72.23%;
	font-weight: bold;
	text-align: center;
	width: 50px;
	height: 28px;
	line-height: 28px;
}
.RaceNumLink .Prev_Race:before {
    content: "";
    width: 50px;
    height: 29px;
	background: url("../img/icon/Icon_RaceNumArrow01New.png") no-repeat 0 0;
    -webkit-background-size: 50px auto;
    -moz-background-size: 50px auto;
    -ms-background-size: 50px auto;
    background-size: 50px auto;
    position: absolute;
    top: 0;
    left: 0;
    transform: scaleX(-1);
}
.RaceNumLink .Next_Race:before {
	content: "";
	width: 50px;
	height: 29px;
	background: url("../img/icon/Icon_RaceNumArrow01New.png") no-repeat 0 0;
	-webkit-background-size: 50px auto;
	-moz-background-size: 50px auto;
	-ms-background-size: 50px auto;
	position: absolute;
	top: 0;
	left: 0;
 	 background-size: contain;
}
.RaceNumLink .Next_Race {
	float: right;
	text-indent: -3px;
	margin-left: 5px;
}
.RaceChangeMenu_Group {
	display: flex;
	float: left;
	position: relative;
}
.Change_Btn.Day {
	margin-right: 5px;
	width: 105px;
}
span.Sunday {
	color: #FFC9C9;
}
.Race_Detail_Info_Btn .Change_Btn span.Sun {
	color: #ff4473;
}
[class*="Icon_Change_Arrow"] {
	content: "";
    width: 7px;
    height: 6px;
    position: absolute;
}
.Icon_Change_Arrow {
	right: 6px;
}
.Icon_Change_ArrowB {
    border: 3.5px solid transparent;
    border-left: 6px solid #fff;
    position: absolute;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    right: 6px;
    top: 12px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
.Icon_Change_ArrowT {
    border: 3.5px solid transparent;
    border-left: 6px solid #fff;
    position: absolute;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    right: 6px;
    top: 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
ul.DayChange_List {
    position: absolute;
    top: 30px;
    left: 1px;
    z-index: 500;
}
ul.DayChange_List li, ul.CourseChange_List li {
	background: #4B65C1;
	border: solid 1px #8195D5;
	border-top: 0 none;
}
ul.DayChange_List li a, ul.CourseChange_List li a {
    padding: 11px 7px;
    color: #fff;
    background-color: #4b65c1;
    font-size: 77.78%;
    display: block;
    font-weight: bold;
}
ul.DayChange_List li a {
    width: 103px;
}
ul.DayChange_List  li:first-child a {
    padding-top: 15px;
}
ul.CourseChange_List {
	position: absolute;
	top: 30px;
    right: 2px;
	left: 113px;
	z-index: 500;
}
ul.CourseChange_List li:first-child a {
    padding-top: 15px;
}
.RaceChangeMenu_Group .Change_Btn.Course {
	width: 80px;
}
.RaceTopRaceMenuWrap .RaceList {
	border-top: 1px solid #e0e0e0;
}
.RaceTopRaceMenuWrap .RaceList li {
	border-bottom: 1px solid #e0e0e0;
}
.RaceTopRaceMenuWrap .RaceList li.Next_Racing {
	background-color: #fffae2;
}
.RaceTopRaceMenuWrap .RaceList li a {
	display: block;
}
.RaceList_Main_Box {
	display: table;
	width: 100%;
	padding: 10px 0 10px 10px;
}
#PremiumYoso.RacecourseLanding.Yoso .RaceList_Main_Box {
	padding: 10px;
}
 .RaceList_Item01,
 .RaceList_Item02,
 .RaceList_Item03 {
	display: table-cell;
	vertical-align: middle;
}
 .RaceList_Item01 {
	padding-right: 9px;
}
.RaceList_Item01 .Race_Num {
	display: inline-block;
	width: 45px;
	color: #fff;
	font-size: 1rem;
	font-weight: 700;
	line-height: 2.81;
	text-align: center;
	background-color: #3251bc;
	border-radius: 4px;
}
.RaceList_NameBox .RaceList_Item01 .Race_Num {
    width: 50px;
	line-height: 3.125;
}
 .RaceList_Item01 .Race_Fixed {
	background-color: #c53131 !important;
}
 .RaceList_Item01 .Race_Next {
	background-color: #e4ca3b !important;
}
 .RaceList_Item02 {
	width: 100%;
}
 .RaceList_Item02 dl .Race_Name {
	color: #555;
	font-size: 105.5556%;
	font-weight: bold;
	margin-bottom: 7px;
	height: 1.2em;
	line-height: 1.4;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
 .RaceList_Item02 dl .Race_Data {
	color: #555;
	font-size: 0.83rem;
}
 .RaceList_Item02 dl .Race_Data > .Dirt {
	margin-left: 5px;
	color: #874c11;
}
 .RaceList_Item02 dl .Race_Data > .Turf {
	margin-left: 5px;
	color: #58af4a;
}
 .RaceList_Item02 dl .Race_Data > img {
	position: relative;
	top: 1px;
	display: inline-block;
	margin-left: 5px;
}
 .RaceList_Item03 {
	padding-left: 9px;
}
 .RaceList_Item03 .YosoCount {
	width: 45px;
	padding: 8px 0;
	color: #fff;
	font-size: 0.6875rem;
	line-height: 1.2;
	text-align: center;
	background-color: #e3b749;
	border-radius: 4px;
}
 .RaceList_Item03 .YosoCount strong {
	font-size: 0.875rem;
	font-weight: 700;
}
 .RaceList_Item03 .YosoCount span {
	font-weight: 700;
}
/* 重賞アイコン */
.Icon_GradeType {
display: inline-block;
    color: #fff;
    font-size: 56%;
    line-height: 1.6;
    text-align: center;
    background: #757575;
    min-width: 32px;
    margin-left: 7px;
    border-radius: 1em;
    padding: 1px .7em 0;
    vertical-align: text-top;
    white-space: nowrap;
}
.RaceTopRaceMenuWrap .Icon_GradeType{
	vertical-align: top;
	margin-top: 3px;
}
.RaceList_NameBox_Container .Icon_GradeType{
	vertical-align: top;
}
.Icon_GradeType1,
.Icon_GradeType10 { background-color: #3251bc; }
.Icon_GradeType2,
.Icon_GradeType11 { background-color: #c53131; }
.Icon_GradeType3,
.Icon_GradeType12 { background-color: #58af4a; }
.Icon_GradeType4 { background-color: #de8a26; }
.Icon_GradeType14 { background-color: #666; }
.Icon_GradeType15 {}
.Icon_GradeType13 {
	width: 42px;
	height: 18px;
	padding: 0;
	vertical-align: -2px;
	background-image: url("../img/icon/icon_gradetype.png");
	background-repeat: no-repeat;
	background-size: 46px auto;
	background-position: -2px -245px;
	border-radius: 0;
}
.Icon_GradePos01 {
	position: relative;
	top: 3px;
	left: -4px;
}
/* 天気icon */
.Icon_Weather {
	position: absolute;
	top: -3px;
	display: inline-block;
	width: 18px;
	height: 18px;
	margin-left: 3px;
	background: url("../img/icon/icon_weather.png") no-repeat;
	background-size: 37px 133px;
}
.Weather01 {background-position: -10px -9px;}
.Weather02 {background-position: -10px -42px;}
.Weather03 {background-position: -10px -74px;}
.Weather04 {background-position: -10px -107px;}
/* ipat icon */
img.Icon_Ipat {
	vertical-align: -2px;
}.RaceList_NameBox_Container {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	background: #fff;
	border-bottom: 1px solid #e0e0e0;
}
.RaceList_NameBox_Container .RaceList_NameBox {
	display: block;
	-webkit-box-flex:1;
	-ms-flex:1;
	flex:1;
	border-bottom: 0;
}
.RaceList_NameBox > a {
	display: table;
	width: 100%;
	position: relative;
}
.RaceList_NameBox .RaceList_Item01 {
	width: 52px;
}
.RaceList_NameBox .RaceList_Item01,
.RaceList_NameBox .RaceList_Item02 {
	display: table-cell;
	vertical-align: middle;
}
.YosoDetailArea01 .RaceList_NameBox>.RaceNameBoxWrap {
    position: relative;
    display: table;
    width: 100%;
    padding: 10px 16px 10px 8px;
}

/*==============================================
★ 2.〇〇が予想中
==============================================*/
body .Wrap.YosoDrawViewOut .YosoListHeader {
	position: relative;
}
.SortFunction {
	padding: 0 10px;
}
.SortFunction.SortSelectArea {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	justify-content: flex-end;
}
.SortFunction p.YosoNum {
	font-size: 72.23%;
	font-weight: bold;
	line-height: 1.4;
	color: #666;
	-webkit-box-flex: 1;
	  -ms-flex-positive: 1;
		  flex-grow: 1;
}
.SortFunction p.YosoNum strong {
	font-size: 130.78%;
	color: #d98f00;
}
.SortFunction p.YosoNum strong:before {
	content: '';
	display: inline-block;
	background: url(../img/icon/icon_sprite_sp_yoso.png?190205) no-repeat;
	background-size: 176px auto;
	width: 18px;
	height: 17px;
	margin-right: 3px;
	background-position: -106px -370px;
	vertical-align: middle;
}
.SortFunction p.YosoNum br {
	display: none;
}
@media (max-width: 355px) {
  .SortFunction p.YosoNum {
    font-size: 66.67%;
  }
  .SortFunction p.YosoNum .YosoNumInner {
    display: inline-block;
    text-align: center;
    line-height: 1.4;
  }
  .SortFunction p.YosoNum strong {
    font-size: 125%;
  }
  .SortFunction p.YosoNum strong:before {
    background-size: 164px auto;
    width: 16px;
    background-position: -100px -345px;
  }
  .SortFunction p.YosoNum br {
    display: inherit;
  }
}

/*==============================================
★ 3.絞り込み
==============================================*/
.SortFunction .SortSelect {
	margin: 15px 0 15px 8px;
}
.SortFunction .SortSelect .SelectGroup {
	display: inline-block;
	overflow: hidden;
	position: relative;
	border: 1px solid #e0e0e0;
	border-radius: 4px;
	vertical-align: middle;
}
.SortFunction .SortSelect .SelectGroup:after {
	content: '';
	display: inline-block;
	border: 4px solid transparent;
	border-top: 5px solid #666;
	position: absolute;
	top: 42%;
	right: 12px;
}
.RefineBoxArea01.OpenDraw,
.RefineBoxArea02.OpenDraw {
	display: block;
}
.SortFunction .SortCheck span,
.SortFunction .SortSelect {
  font-size: 66.7%;
}
.SortFunction .SortSelect select::-ms-expand {
  display: none;
}
.SortFunction .SortSelect .BtnRefine01,
.SortFunction .SortSelect .BtnRefine02 {
	display: block;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
	border: 0 none;
	color: #666;
	font-size: 108%;
	cursor: pointer;
	padding: 7px 28px 7px 12px;
	line-height: 1.2;
	outline: none;
	width: 100%;
}
/*吹き出し*/
.YosoDrawViewOverlay {
	background: rgba(0,0,0,0.2);
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 7200;
	overflow: hidden;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
}
.RefineBoxArea01,
.RefineBoxArea02 {
	width: 70%;
	z-index: 7500;
	position: absolute;
	right: 1px;
	top: 68px;
	display: none;
}
.RefineBoxArea01.OpenDraw,
.RefineBoxArea02.OpenDraw {
	display: block;
}
.RefineBox {
	background: #fff;
	max-height: 65vh;
}
.RefineBox_Inner {
	font-size: 72%;
	padding-top: 9px;
	padding-bottom: 12px;
	height: auto;
	max-height: 65vh;
	overflow-x: hidden;
	overflow-y: auto;
}
.RefineBoxArea01:before, .RefineBoxArea02:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 7px 14px 7px;
    border-color: transparent transparent #fff transparent;
    top: -14px;
    z-index: 7500;
}
.RefineBoxArea01:before {
    right: 132px;
}
.RefineBoxArea02:before {
    right: 19px;
}
/* androidアプリだけ */
.AndroApp .RefineBoxArea01,
.AndroApp .RefineBoxArea02 {
	top: 58px;
}
.AndroApp .RefineBoxArea01:before,
.AndroApp .RefineBoxArea02:before {
	top: -4px;
}
.AndroApp .RefineBox,
.AndroApp .RefineBox_Inner {
	height: 350px;
	overflow: visible;
}
.RefineBox_Inner > ul {
	background: #f3f3f3;
}
.RefineBox_Inner > ul > li {
	background: #fff;
}
.RefineBox_Inner > ul > li + li {
	margin-top: 10px;
}
.CatergoryL01 {
	color: #444;
	font-weight: bold;
	line-height: 1.54;
	padding-top: 10px;
	padding-left: 16px;
	padding-bottom: 10px;
	display: block;
	position: relative;
}
.RefineBox_Arrow {
	content: '';
	display: inline-block;
	width: 9px;
	height: 9px;
	border: 1px solid transparent;
	border-left: 1px solid #666;
	border-bottom: 1px solid #666;
	position: absolute;
	top: 50%;
	right: 18px;
	margin-top: -7px;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transition: all 300ms 0s ease;
	transition: all 300ms 0s ease;
}
.ListOpen > a .RefineBox_Arrow {
	-webkit-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	transform: rotate(135deg);
	margin-top: -3px;
}
.CatergoryL02 .RefineBox_Arrow {
	border-left-color: #cacaca;
	border-bottom-color: #cacaca;
}
.SelectCategories {
	color: #ef5350;
	font-size: 77%;
	font-weight: normal;
	line-height: 1.6;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: none;
	padding-right: 44px;
}
.CatergoryL02 .SelectCategories {
	padding-right: 21px;
}
.CatergoryL02 .SelectCategories li {
	margin-left: -1em;
	padding-right: 1em;
}
.CatergoryL02 .SelectCategories li:before {
	content: '\30FB';
}
.SelectCategories li {
	display: none;
}
.SelectCategories li.ShowText {
	display: inline-block;
}
.SelectCategories.Categories_Show {
	display: block;
}
.CatergoryL02 li a,
.CatergoryL02 li label {
	color: #666;
	line-height: 1.54;
	padding: 12px 14px 12px 27px;
	display: block;
	position: relative;
}
.SortCatergory .CatergoryL02 li label.selected {
	color: #ef5350;
}
.SortCatergory .CatergoryL02 li:last-child a,
.SortCatergory .CatergoryL02 li:last-child label {
	padding-bottom: 24px;
}
.RefineCatergory .CatergoryL02 li a,
.RefineCatergory .CatergoryL02 li label {
	font-weight: bold;
}
.RefineCatergory .CatergoryL03 li label {
	font-weight: normal;
	padding-left: 49px;
	padding-top: 9px;
	padding-bottom: 9px;
	position: relative;
}
.RefineCatergory .CatergoryL03 li:last-child label {
	padding-bottom: 12px;
}
.RefineBox_BtnClear a {
	color: #03a;
	font-weight: bold;
	display: block;
	padding-left: 16px;
	padding-top: 16px;
	padding-bottom: 16px;
}
.CatergoryL03 {
	display: none;
}
.optCategories,
.chkCategories {
	display: none;
}
.optCategories + span,
.chkCategories + span {
	width: 18px;
	height: 18px;
	position: absolute;
	top: 50%;
	right: 14px;
	margin-top: -9px;
	display: block;
	cursor: pointer;
}
.optCategories+ span:before {
	position: absolute;
	z-index: 1;
	top: 5px;
	left: 5px;
	width: 10px;
	height: 10px;
	content: '';
	-webkit-transition: -webkit-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
	transition: transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
	-webkit-transform: scale(0, 0);
	transform: scale(0, 0);
	border-radius: 50%;
	background: #ef5350;
}
.optCategories:checked + span:before {
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
}
.optCategories + span:after {
	position: absolute;
	top: 0;
	left: 0;
	width: 18px;
	height: 18px;
	content: '';
	border: 1px solid #f2f2f2;
	border-radius: 50%;
	background: #fff;
}
.chkCategories + span:before {
	position: absolute;
	z-index: 1;
	top: 5px;
	left: 4px;
	width: 11px;
	height: 5px;
	content: '';
	-webkit-transition: -webkit-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
	transition: transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
	-webkit-transform: rotate(-45deg) scale(0, 0);
	transform: rotate(-45deg) scale(0, 0);
	border: 1px solid #fff;
	border-top-style: none;
	border-right-style: none;
}
.chkCategories:checked + span:before {
	-webkit-transform: rotate(-45deg) scale(1, 1);
	transform: rotate(-45deg) scale(1, 1);
}
.chkCategories + span:after {
	position: absolute;
	top: 0;
	left: 0;
	width: 18px;
	height: 18px;
	content: '';
	cursor: pointer;
	border: 1px solid #d0d0d0;
	border-radius: 4px;
	background: #fff;
}
.chkCategories:checked + span:after {
	background: #ef5350;
	border-color: #ef5350;
}
.Deselect {
	display: none;
	min-height: 36px;
	position: relative;
}
.Deselect.Selected_Show {
	display: block;
}
.RefineCatergory .CatergoryL03 li.Deselect label {
	position: absolute;
	top: 0;
	left: 100%;
	width: 100%;
}
.RefineCatergory .CatergoryL03 li.Deselect.Selected_Show label {
	left: 0;
}


/*-- 絞り込み 2402 Re用 --*/
.SortFunction.SortSelectArea_02{
	justify-content: space-between;
	padding:15px 10px 25px 28px;
}
.SortFunction.SortSelectArea_02 + .RefineBoxArea01{
	top: 48px;
}
.SortFunction.SortSelectArea_02 + .RefineBoxArea01::before{
	right: 42px;
}
.SortFunction .SortSelect_02{
	display: inline-block;
	margin: 0;
}
.SortFunction .SortSelect_02 .CatergoryL03{
	display: block;
}
.SortFunction .SortSelect_02 .CatergoryL02 li label{
	display: flex;
}
.SortFunction .SortSelect_02 .CatergoryL02 label.checked{
	color: #ef5350;
	font-weight: bold;
}
.SortFunction .SortSelect_02 .CatergoryL02 li{
	display: inline-flex;
}
.SortFunction .SortSelect_02 .CatergoryL02 .CatergoryL03+.CatergoryL03{
	margin-left: 30px;
}
.SortFunction .SortSelect_02 .CatergoryL02 li + li{
	margin-left: 25px;
}
.SortFunction .SortSelect_02 .CatergoryL02 li label{
	padding:0;
}
@media screen and (max-width:340px){
	.SortFunction .SortSelect_02 .CatergoryL02 li label{
		font-size:91.67%
	}
}
.SortFunction .SortSelect_02 .optCategories + span,
.SortFunction .SortSelect_02 .chkCategories + span {
	width: 15px;
	height: 15px;
	left: -21px;
	right: inherit;
}
.SortFunction .SortSelect_02 .chkCategories + span:before{
	left: 3px;
	width: 9px;
	height: 4px;
}
.SortFunction .SortSelect_02 .chkCategories + span:after{
	width: 15px;
	height: 15px;
	top:1px;
}
.SortFunction .SortSelect_03{
	margin: 0;
}
.SortFunction .SortSelect_03 .SelectGroup{
	border:none;
	position: relative;
}
.SortFunction .SortSelect_03 .SelectGroup svg{
	position: absolute;
	top:0;
	left:0;
}
.SortFunction .SortSelect_03 .SelectGroup:after{
	content:none;
}
.SortFunction .SortSelect_03 .BtnRefine01{
	padding: 0 0 0 20px;
}
@media screen and (max-width:340px){
	.SortFunction .SortSelect_03 .BtnRefine01{
		font-size:91.67%
	}
}
.optCategories + span:after{
	border: 1px solid #e0e0e0;
}
.SortFunction.SortSelectArea_02 + .RefineBoxArea01 .SortCatergory .CatergoryL02 li:last-child label{
	padding: 12px 14px 12px 27px;
}


/*==============================================
★ 4. 予想詳細
==============================================*/
.YosoDetailArea01 .RaceList_NameBox {
    border-top: 1px solid #e7e7e7;
}
.YosoDetailArea01 .YosoDetailTableWrap {
	padding: 0 8px;
}
.YosoDetailArea01 .free_yoso{
	position: relative;
	margin: 9px 10px 20px;
	border:1px solid #3150BB;
	color: #3150BB;
	border-radius: 4px;
	text-align: center;
	padding: 10px 0;
	display: block;
	font-size: 14px;
}
/*-- 印テーブル --*/
table.YosoShirushiTable01 {
	width: 100%;
	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 {
	background: #f5f4f1;
	vertical-align: middle;
	border: 1px solid #d1cec7;
	width: 46px;
}
table.YosoShirushiTable01 tbody td {
	font-size: 88.9%;
	background: #fff;
	border: 1px solid #d1cec7;
	padding: 5px;
	font-weight: bold;
}
table tbody tr.Torikeshi,
table tbody tr.Torikeshi th,
table.YosoShirushiTable01 tbody tr.Torikeshi td,
table tbody tr.Torikeshi td.shirushi,
table tbody tr.Torikeshi td.HorseName,
table tbody tr.Torikeshi td.Odds{
	background: #efefef;
}
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;
	line-height: 34px;
}
.YosoDetailArea01 .YosoAddBtnBox.odds_view .YosoBtn01 {
	padding: 15px 0 14px;
    background: #3251bc;
}
table.YosoKaimeTable01 tfoot th {
	font-size: 88.9%;
	background: #d1cec7;
	vertical-align: middle;
	border: 1px solid #bbb7ac;
	padding: 17px 18px;
}
table.YosoKaimeTable01 tfoot td {
	font-size: 111.1%;
	background: #f5f4f1;
	vertical-align: middle;
	border: 1px solid #bbb7ac;
	padding: 17px 18px;
	font-weight: bold;
	text-align: right;
}
.YosoSend_Btn {
	padding: 24px;
}
body.Yoso a.YosoBtn01 {
	display: block;
	background: #e5a221;
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #eeb72d),color-stop(1, #dfa300));
	background-image: -o-linear-gradient(bottom, #eeb72d 0%, #dfa300 100%);
	background-image: -moz-linear-gradient(bottom, #eeb72d 0%, #dfa300 100%);
	background-image: -webkit-linear-gradient(bottom, #eeb72d 0%, #dfa300 100%);
	background-image: -ms-linear-gradient(bottom, #eeb72d 0%, #dfa300 100%);
	background-image: linear-gradient(to bottom, #eeb72d 0%, #dfa300 100%);
	box-shadow: 0 3px 0 rgba(212, 146, 21, 1), inset 0 -1px rgba(231, 188, 85, 1);
	color: #fff;
	padding: 18px 0;
	text-align: center;
	font-weight: bold;
	font-size: 128.6%;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	width: 434px;
	margin: auto;
}
body.Yoso a.YosoBtn01:hover {
	opacity: .8;
	text-decoration: none;
}
table.YosoKaimeTable01 tbody tr.HitBaken td .BakenNumSelect:after {
	content: '';
	display: inline-block;
	background: url("../img/yoso/stamp_hit.png") no-repeat;
	-webkit-background-size: 77px 77px;
	-moz-background-size: 77px 77px;
	-ms-background-size: 77px 77px;
	-o-background-size: 77px 77px;
	background-size: 77px 77px;
	width: 77px;
	height: 77px;
	position: absolute;
	top: -4px;
	right: -10px;
}
/*-- 買い目払い戻しテーブル table.YosoRefundTable01 --*/
table.YosoRefundTable01 {
	width: 100%;
	margin: 0 0 10px;
	border-collapse: collapse;
}
table.YosoRefundTable01 tbody th {
	font-size: 88.9%;
	background: #f5f4f1;
	vertical-align: middle;
	border: 1px solid #d1cec7;
	border-right: 0 none;
	padding: 0 8px;
	font-weight: bold;
}
table.YosoRefundTable01 tbody td {
	font-size: 111.1%;
	font-weight: bold;
	vertical-align: middle;
	background: #fff;
	border: 1px solid #d1cec7;
	padding: 17px 18px;
	text-align: right;
}
table.YosoRefundTable01 tbody td.RefundCell_01 {
	background: #d7f5d6;
	color: #38b138;
	border: 1px solid #8ac58a;
}
.YosoAddBtnBox {
	margin: 0 12px 19px;
}
/*-- 予想の見解エリア .YosoDetailKenkai --*/
.YosoDetailKenkai {
	margin: 0 8px 16px;
}



.YosoKenkaiTxt_day {
    text-align: right;
    font-size: 83.33%;
    line-height: 1.5;
    margin-top: 30px;
    color: #777;
}
/*-- 予想の見解本文 --*/
.YosoKenkaiTxtBox h2.YosoKenkaiTitle {
	font-size: 114%;
	line-height: 1.2;
	margin-bottom: 30px;
}

.YosoKenkaiTxtBox .YosoKenkaiTxt .YosoPhotoBlock01 {
	margin: 12px auto;
	max-height: 554px;
	text-align: center;
}
.YosoKenkaiTxtBox .YosoKenkaiTxt .YosoPhotoBlock01 img {
	display: block;
	margin: auto;
	max-width: 554px;
	max-height: 554px;
	width: 100%;
}
.YosoKenkaiTxtBox .GoodBtnArea01 {
	padding: 26px 0;
}
.auto_yosoContent-button {
    width: 94.66%;
    margin: auto;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    color: #ffffff;
    background: #e3b749;
    padding-top: 16px;
    padding-bottom: 14px;
    border-radius: 4px;
    margin-top: 19px;
}

/* 印アイコン */
span.Icon_Shirushi {
	display: block;
	background-image: url("../img/icon/icon_yoso_shirushi.png");
	background-repeat: no-repeat;
	background-size: 90px 250px;
	-moz-background-size: 90px 250px;
	-webkit-background-size: 90px 250px;
	width: 19px;
	height: 19px;
	margin: auto;
}
span.Icon_Shirushi.Icon_Honmei {
	background-position: 0 0;
}
span.Icon_Shirushi.Icon_Taikou {
	background-position: 0 -19px;
}
span.Icon_Shirushi.Icon_Kurosan {
	background-position: 0 -38px;
}
span.Icon_Shirushi.Icon_Osae {
	background-position: 0 -57px;
}
span.Icon_Shirushi.Icon_Hoshi {
	background-position: 0 -76px;
}
span.Icon_Shirushi.Icon_Keshi {
	background-position: 0 -95px;
}
span.Icon_Shirushi.Icon_Chuui {
	background-position: 0 -152px;
}
/* 枠色 */
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;
}
.YosoDetailArea01 .RaceResultTable .Header .shirushi,
.YosoDetailArea01 .RaceResultTable .List .shirushi {
	width: 35px;
}
.YosokaMark {
	display: block;
	background: url('../img/icon/icon_sprite_mark.png') no-repeat;
	-webkit-background-size: 170px 15px;
	-moz-background-size: 170px 15px;
	background-size: 170px 15px;
	text-align: center;
	position: relative;
	width: 15px;
	height: 15px;
	margin: 0 auto;
}
.YosokaMark1 {
	background-position: -4px 0px;
}
.YosokaMark2 {
	background-position: -24px 0px;
}
.YosokaMark3 {
	background-position: -44px 0px;
}
.YosokaMark4 {
	background-position: -64px 0px;
}
.YosokaMark5 {
	background-position: -82px 0px;
}
.YosokaMark6 {
	background-position: -102px 0px;
}
/*　レース結果 */
.RaceResultBox {
	padding: 18px 8px 13px;
}
.RaceResultBox .RaceResultTitle {
	background: #e6e4df;
	border: 1px solid #d1cec7;
	border-bottom: none;
	color: #333;
	font-size: 83%;
	font-weight: bold;
	padding: 11px 15px;
}
.RaceResultTable {
	background: #fff;
	width: 100%;
	border-collapse: separate;
	border-left: 1px solid #bbb7ac;
	border-spacing: 0px;
}
.RaceResultTable tr th,
.RaceResultTable tr td {
	vertical-align: middle;
	border-bottom: 1px solid #e1ded6;
}
.RaceResultTable .Header {
	background: #d1cec7;
}
.RaceResultTable .Header th {
	border: 1px solid #bbb7ac;
	border-left: 0 none;
	font-size: 72%;
	font-weight: bold;
	color: #333;
	padding: 11px 0;
}
.RaceResultTable .List td {
	font-size: 72%;
	font-weight: bold;
	padding: 12px 0;
	text-align: center;
}
.RaceResultTable .List td + td {
	border-right: 1px solid #e1ded6;
}
.RaceResultTable .Header .ResultRank,
.RaceResultTable .Header .Wakuban,
.RaceResultTable .Header .HorseNum {
	width: 35px;
}
.RaceResultTable .Header .HorseName,
.RaceResultTable .List .HorseName {
	border-right: none;
	padding-left: 8px;
	text-align: left;
	width: 138px;
}
.RaceResultTable .Header .Odds {
	font-size: 72%
}
.RaceResultTable .Header .Odds,
.RaceResultTable .List .Odds {
	border-left: none;
	font-weight: normal;
	text-align: right;
	padding-right: 8px;
}
.RaceResultTable .List .Wakuban div {
	font-size: 107.6%;
}
.RaceResultTable .List .ResultRank {
	border: 1px solid #d1cec7;
	border-top: 0 none;
	border-left: 0 none;
	background: #e6e4df;
}
.RaceResultTable .List .Wakuban {
	-moz-box-shadow: 2px 2px 0 0 #fff inset,-2px -2px 0 0 #fff inset;
	-webkit-box-shadow: 2px 2px 0 0 #fff inset,-2px -2px 0 0 #fff inset;
	-o-box-shadow: 2px 2px 0 0 #fff inset,-2px -2px 0 0 #fff inset;
	-ms-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;
}
/*もっと見る*/
.YosoDetail .resultSection .title {
    display: block;
    width: 79%;
    min-width: 142px;
    margin: 0 auto;
    position: relative;
    color: #666;
    font-size: 61%;
    font-weight: bold;
    text-align: center;
    border: 1px solid #e0e0e0;
    border-radius: 1.27em;
    line-height: 2.55;
}
.YosoDetail .resultSection .title:before {
  content: "\3082\3063\3068\898B\308B";
}
.YosoDetail .resultSection .title.open::before {
  content: "\9589\3058\308B";
}
.YosoDetail .resultSection .title:after{
    display: inline-block;
    position: relative;
    vertical-align: middle;
    margin-left: 13px;
    width: 9px;
    height: 7px;
    transform:rotate(270deg);
    -webkit-background-size: 70px auto;
    -moz-background-size: 70px auto;
}
.YosoDetail .resultSection .title:after{
    content: "";
    background: url('../img/icon/icon_sprite_column.png') no-repeat;
    background-size: 70px auto;
    background-position: -26px -85px;
    transform:rotate(90deg);
}
.YosoDetail .resultSection .title.open:after{
    content: "";
    ackground: url('../img/icon/icon_sprite_column.png') no-repeat;
    background-size: 70px auto;
    background-position: -26px -85px;
            transform:rotate(270deg);
}
.YosoDetailArea01 .RaceResultBox {
    padding-bottom: 18px;
}
.Result_Note {
    padding: 0 10px 8px;
    margin: 10px 0;
}
.Result_Note > p {
    font-size: 72.3%;
    line-height: 1.4;
}
/* 全着順 */
.Result_Show_Btn {
	padding: 8px 20px;
	background: #fff;
}
.Button_01 {
	display: block;
	color: #fff;
	font-size: 88%;
	font-weight: bold;
	text-align: center;
	padding: 16px 0;
	border-radius: 3px;
	background: #ef5350 url("../img/icon/icon_view.png") no-repeat 24px center;
	-webkit-background-size: 10px 11px;
	-moz-background-size: 10px 11px;
	-ms-background-size: 10px 11px;
	background-size: 10px 11px;
}
table#All_Result_Table tr:nth-child(n+5){
	display:none
}
table.Table_Show_All tr:nth-child(n+5){
	display:table-row!important
}
/* レースから探す - 払戻金 */
.Payout_Detail {
	margin-bottom: 18px;
}
.Payout_Detail_Table {
	border-collapse: collapse;
	width: 100%;
	background: #fff;
}
.Payout_Detail_Table tr th {
	border-bottom: 1px solid #E3E5EB;
}
.Payout_Detail_Table tr th {
	color: #fff;
	font-size: 77%;
	white-space: nowrap;
}
.Payout_Detail_Table tr td.Result {
	font-size: 77%;
	white-space: nowrap;
}
.Payout_Detail_Table tr th,
.Payout_Detail_Table tr td {
	padding: 8px 4px 8px 4px;
	vertical-align: middle;
	text-align: left;
}
.Payout_Detail_Table tr td {
	border: 1px solid #E3E5EB;
}
.Payout_Detail_Table tr td.Result span {
	color: #333;
	font-size: 114%;
	font-weight: bold;
	line-height: 1.7;
	position: relative;
}
.Payout_Detail_Table tr.Fukusho td.Result span + span {
	margin-top: 8px;
}
.Payout_Detail_Table tr td.Result ul li {
	display: inline-block;
	vertical-align: middle;
}
.Payout_Detail_Table tr td ul li + li {
	margin-left: 8px;
}
.Payout_Detail_Table tr td ul li + li span:before {
	content: "";
	display: inline-block;
	width: 6px;
	height: 2px;
	background: #333;
	position: absolute;
	top: 8px;
	left: -9px;
}
.Payout_Detail_Table tr.Umatan td ul li + li span:before,
.Payout_Detail_Table tr.Tan3 td ul li + li span:before {
	width: 4px;
	height: 4px;
	border-top: 2px solid #333;
	border-right: 2px solid #333;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg);
	background: none;
	position: absolute;
	top: 6px;
	left: -10px;
}
.Payout_Detail_Table tr td.Payout,
.Payout_Detail_Table tr td.Ninki {
	font-size: 77%;
	text-align: right;
	white-space: nowrap;
}
.Payout_Detail_Table tr td.Payout > span {
	line-height: 2;
	font-weight: bold;
}
.Payout_Detail_Table tr td.Ninki > span {
	display: block;
	line-height: 2;
}
.Payout_Detail_Table .Tansho {background: #edf2ff;}
.Payout_Detail_Table .Tansho th {background: #565eb0;}

.Payout_Detail_Table .Fukusho {background: #ffeeee;}
.Payout_Detail_Table .Fukusho th {background: #cb5353;}

.Payout_Detail_Table .Wakuren,
.Payout_Detail_Table .Wakutan {background: #f1fdeb;}
.Payout_Detail_Table .Wakuren th,
.Payout_Detail_Table .Wakutan th {background: #52a455;}




.Payout_Detail_Table .Umaren {background: #f9ebfd;}
.Payout_Detail_Table .Umaren th {background: #87599a;}

.Payout_Detail_Table .Wide {background: #ebfbfd;}
.Payout_Detail_Table .Wide th {background: #529fa8;}

.Payout_Detail_Table .Umatan {background: #fffbe6;}
.Payout_Detail_Table .Umatan th {background: #e5a339;}

.Payout_Detail_Table .Fuku3 {background: #ebf6fd;}
.Payout_Detail_Table .Fuku3 th {background: #4a94bc;}

.Payout_Detail_Table .Tan3 {background: #fdf6eb;}
.Payout_Detail_Table .Tan3 th {background: #e4813e;}




/*モーダル*/
.yosoDetail_modalBg{
	position: fixed;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.56);
	top: 0;
	left: 0;
	z-index: 9999;
	overflow: visible;
	-webkit-transform: translate3d(0,0,0);
}
.yosoDetail_modal{
	background-color: rgba(255,255,255,1);
	width: 96%;
	width: calc(100% - 30px);
	max-width: 500px;
	max-height: calc(100% - 30px);
	position: fixed;
	top: 50%;
	left: 50%;
	margin: 0;
	padding: 50px 0;
	z-index: 10500;
	overflow: hidden;
	-webkit-transform: translate3d(-50%, -50%, 0);
	-moz-transform: translate3d(-50%, -50%, 0);
	transform: translate3d(-50%, -50%, 0);
	border-radius: 8px;
	text-align: center;
}
.yosoDetail_modalInner p{
	width: 96%;
	margin: auto;
	font-size:72.22%;
	line-height: 1.42;
}
.yosoDetail_modalInner p.caution{
	font-weight: bold;
}
.yosoDetail_modalInner ul{
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top:30px;
}
.yosoDetail_modalInner ul li{
	width: 40%;
}
.yosoDetail_modalInner ul li + li{
	margin-left:10px;
}
.yosoDetail_modalInner a{
	display: block;
	width:100%;
	height:45px;
	margin: auto;
	padding: 15px;
	font-size: 0.8125rem;
	font-weight: 700;
	text-align: center;
	color: #777;
	border-radius: 7px !important;
	border: 1px solid #dbdbdb;
}
.yosoDetail_modalInner .shirushi_regist,
.yosoDetail_modalInner .shirushi_registed{
	background-color: #e03d3d;
	color:#fff;
	border: 1px solid #e03d3d;
}
.yosoDetail_modal .yosoDetail_modalInner .shirushi_regist,
.yosoDetail_modal .yosoDetail_modalInner .shirushi_registed{
	background-color: #3251bc;
	border: 1px solid #3251bc;
}
.ModalPopupCloseBtn{
	position: absolute;
	top: 6px;
	right: 10px;
	width: 30px;
	height: 30px;
	text-indent: 200%;
	white-space: nowrap;
	overflow: hidden;
	cursor: pointer;
	z-index: 10;
}
.ModalPopupCloseBtn:before,
.ModalPopupCloseBtn:after {
	content: '';
	height: 2px;
	width: 26px;
	display: block;
	background: #333;
	position: absolute;
	top: 13px;
	left: 3px;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
}
.ModalPopupCloseBtn:after {
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
}.RaceList_Menu_Box {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	min-height: 65px;
}

/* 他の予想家の予想リンク */
a.yosoka_more_btn {
    display: block;
    margin: 30px 0 21px;
  }
  .yosoka_more_btnWrap {
    border: 1px solid #3951B5;
    position: relative;
    height: 56px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    padding: 0 15px;
  }
  .yosoka_more_btnWrap:after {
    content: "";
    width: 6px;
    height: 6px;
    border-top: 2px solid #3951B5;
    border-right: 2px solid #3951B5;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -5px;
  }
  .yosoka_more_balloon {
    background-color: #3951B5;
    position: absolute;
    display: inline-block;
    padding: 5px 10px 5px 15px;
    min-width: 146px;
    max-width: 100%;
    color: #FFF;
    font-size: 11px;
    font-weight: 600;
    top: -13px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 12px;
  }
  .yosoka_more_balloon:before {
    content: "";
    position: absolute;
    top: 90%;
    left: 50%;
    margin-left: -6px;
    border: 6px solid transparent;
    border-top: 6px solid #3951B5;
  }
  .yosoka_more_btnInner {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    color: #3951B5;
    font-size: 15px;
    font-weight: 600;
  }
  .yosoka_more_btnInner p {
    margin-right: 5px;
  }
  .yosoka_more_list {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .yosoka_more_list li.yosoka_more_img {
    display: block;
    width: 30px;
    height: 30px;
    padding: 0px;
    border-radius: 50%;
    overflow: hidden;
  }
  .yosoka_more_list li.yosoka_more_img img {
    width: 100%;
    height: auto;
  }
  .yosoka_more_list li:last-child {
    margin-left: 5px;
  }
  @media screen and (max-width: 375px) {
    .yosoka_more_list li:nth-child(3) {
      display: none;
    }
  }
  @media only screen and (min-width: 768px) and (max-width: 1023px) {
    .yosoka_more_btnWrap {
      justify-content: center;
    }
  }
  /* 無料体験リンク */
  .free_trial_bnr {
    display: block;
    margin: 12px auto 20px;
  }
  .free_trial_bnr img {
    width: 100%;
  }
/*==============================================
★ 5. チェックポイントコラム
==============================================*/
.Column_Title_Box {
    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;
    padding: 0;
    margin-bottom: 10px;
    position: relative;
}
.Column_Title_Box img {
    width: 100%;
}
.Contents_Box {
    padding-bottom: 23px;
    border-top: 1px solid transparent;
}
.Column_Head_Box {
  padding: 0 18px 23px;
  position: relative;
}
.Column_Title {
  color: #333;
  font-size: 111.1%;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 12px;
}
.Column_Head_Box .Column_Title {
  color: #333;
  font-size: 111%;
  line-height: 1.35;
  margin-bottom: 8px;
}
.Column_Data_Time {
  color: #666;
  font-size: 61.11%;
  white-space: nowrap;
  text-align: right;
  position: relative;
  padding-right:0px;
}
.Column_Detail_Txt_Box {
	position: relative;
    color: #444;
    font-size: 89%;
    line-height: 1.75;
    padding: 0 18px;
    margin-bottom: 30px;
}
.Column_Detail_Txt_Box > div {
    line-height: 1.75;
    word-wrap: break-word;
    word-break: break-all;
    white-space: normal;
	background: #ededed;
    border: 1px solid #e7e7e7;
    padding: 18px 12px 23px;
	margin: 0;
}
.ColumnArticle_Body .Column_Detail_Txt_Box > div {
	background: #fff;
    border: 1px solid #fff;
    padding: 0;
}
.Column_Detail_Txt_Box h2{
  margin-top: 1.75em;
  margin-bottom: 0.75em;
  line-height: 1.5;
    font-size: 112.41%;
}
.Column_Detail_Txt_Box p{
  margin-top:1.75em;
  margin-bottom:1.75em;
  color: #444;
  font-size: 100%;
  line-height: 1.75;
}
.ColumnArticle_Body .Column_Detail_Txt_Box .ColumnInfo2{
	color: #666;
    background: #f3f3f3;
    padding: 20px 16px;
    /*margin: 25px 0;*/
    font-size: 100%;
    line-height: 1.75;
}
/*.ColumnArticle_Body .Photo_Block_01,
.ColumnArticle_Body .Photo_Block_02 */
.ColumnArticle_Body [class ^= 'Photo_Block_']{
  text-align: center;
  margin: 7px 0 0;
}
/*.ColumnArticle_Body .Photo_Block_01 img,
.ColumnArticle_Body .Photo_Block_02 img*/
.ColumnArticle_Body [class ^= 'Photo_Block_'] img{
  max-width: 100%;
  max-width: calc(100% + 36px);
  max-height: 100%;
  width: 100%;
  width: calc(100% + 36px) !important;
  height: auto;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
/*.Photo_Block_01 p,
.ColumnArticle_Body .Photo_Block_02 p*/
.ColumnArticle_Body [class ^= 'Photo_Block_'] p{
  color: #888;
  font-size: 80%;
  line-height: 1.4;
  padding: 6px 18px 0;
  text-align: left;
  background: #fff;
  margin: 0 -18px;
}
.Icon_Chumoku:before {
  content: '';
  display: inline-block;
  background: url(../img/icon/icon_sprite_column.png) no-repeat;
  background-size: 70px auto;
  background-position: 0 -1px;
  width: 13px;
  height: 13px;
  margin-right: 3px;
  margin-left: 5px;
  vertical-align: top;
}
/*snsボタン*/
.Column_Sns_Btn.tw:before{
    background: url('../img/icon/icon_x2.png') no-repeat center / contain;
}
.Column_Sns_Btn.fb:before{
    background: url('../img/icon/icon_facebook2.png') no-repeat center / contain;
}
.Column_Sns_Btn.line:before{
    background: url('../img/icon/icon_line2.png') no-repeat center / contain;
}
.Column_Sns_Btn:before{
    content:"";
    position: absolute;
    width:32px;
    height:32px;
    top: 16px;
    left: 1px;
    transform: translate(0,-50%);
}
.Column_shere {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin: 23px 18px 19px;
}
.Column_Sns_Box{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 150px;
    margin-left: 0;
}
.Column_Sns_Box{
    width: 133px;
    margin-left: 2%;
}
.Column_Sns_Btn_Box {
    display: flex;
    text-align: center;
}
.Column_Sns_Btn_Box li{
    display:block;
    width: 32px;
}
.Column_Sns_Btn_Box li + li {
    margin-left: 16px;
}
.Column_Sns_Btn {
	display: block!important;
    position: relative;
    height: 33px;
}
@media screen and (max-width:360px){
    .Column_Sns_Btn:before{
        width:18px;
        height:18px;
        left: 5px;
    }
    .Column_Sns_Btn_Box li + li {
        margin-left: 5px;
    }
}
/*-- アプリ導線 --*/
.Column_Data_Time .AppOnlyIcon01 {
	display: inline-block;
	color: #2d4ebf;
	border: 1px solid #2d4ebf;
	padding: 5px;
	margin: -6px 5px;
}
.Column_Detail_Txt_Box_inner{
	height:auto;
	overflow: hidden;
}
.Column_Detail_Txt_Box.App_Induction {
    margin-bottom: 180px;
}
.Column_Detail_Txt_Box .Column_Detail_ReadMore{
    line-height: 1.75;
    word-wrap: break-word;
    word-break: break-all;
    white-space: normal;
	position: absolute;
	bottom: -30px;
	left:0;
	width: 100%;
	height:100px;
	padding-top: 110px !important;
	text-align: center;
	border: none !important;
	background: linear-gradient(180deg,rgb(255, 255, 255, 0) 0%,rgb(255, 255, 255, 1) 60%) !important;
}
.Column_Detail_ReadMore a.AppRead{
	display: block;
	margin: auto;
	width:71.2%;
	padding:16px 0;
	text-align: center;
	background: #3251bc;
	color:#fff;
	font-size: 15px;
	font-weight: bold;
	border-radius: 4px;
	cursor: pointer;
	transition: bottom 0.2s;
}
.Column_Detail_ReadMore p.AppInfoLink{
	display: inline-block;
	margin-top: 20px;
	color: #03a;
	border-bottom: 1px solid #03a;
	font-size: 77.78%;
	font-weight: bold;
	line-height: 1.44;
	cursor: pointer;
}
.Column_Detail_ReadMore p.BrowserRead{
	display: inline-block;
    margin-top: 20px;
    color: #666;
    border-bottom: 1px solid #707070;
    font-size: 77.78%;
    font-weight: bold;
    line-height: 1.44;
    cursor: pointer;
}
/*-- ポイントプレゼントバナー --*/

.fixedBox {
    width: 100%;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 9999;
}


.event_point .sec_ctaWrap {
	width: 100%;
	height: 120px;
	text-align: center;

}
.event_point .sec_ctaWrap img{
	width: 100%;
	max-width: 345px;
}



@media screen and (min-width: 769px){
	.event_point .sec_ctaWrap{
		width: 100%;
		height: 120px;
		padding: 20px 0 20px 0;
		margin-bottom: 20px;
		text-align: center;
	}
	.event_point .sec_ctaWrap img {
		width: 345px;
		height: auto;
	}
	.fixedBox {
			width: 345px;
			position: fixed;
			left: 50%;
			margin-left: -172.5px;
			bottom: 0;
			z-index: 9999;
	}

}


/*==============================================
★ 6. 競馬場一覧
==============================================*/
.RaceCourseList_Main{
	padding: 0 10px 22px;
	background: #fff;
}
.RaceCourseList_Wrap .RaceCourseList {
	background: #f5f4f1;
	margin-bottom: 20px;
}
.RaceCourseList_Main ul li{
	margin-bottom: 9px;
}
.RaceCourseList_Main ul li:last-child{
	margin-bottom: 0;
}
.RaceCourseList_Main ul a{
	display: table;
	border: 1px solid #e0e0e0;
	padding: 10px;
	position: relative;
	border-radius: 7px;
	width: 100%;
}
.RaceCourseList_Main .RaceLogo,.RaceCourseList_Main .RaceCourseName{
	display: table-cell;
	vertical-align: middle;
}
.RaceCourseList_Main .RaceLogo{
	width: 64px;
	text-align: center;
}
.RaceCourseList_Main .RaceLogo img{
	display: inline-block;
	height: 33px;
	vertical-align: middle;
}
.RaceCourseList_Main .RaceCourseName {
	color: #444;
	font-size: 83%;
	font-weight: bold;
	margin-bottom: 4px;
	line-height: 1.1;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding-left: 8px;
}

/*==============================================
★ 7. レースドメイン
==============================================*/
/* ウマい馬券リンク */
.UmaibakenLinkArea{
    background: #fff;
    text-align: left;
    padding: 13px 0 10px;
}
.UmaibakenLinkArea .LinkTable{
display: table;
width: 100%;
}
.UmaibakenLinkArea a{
    padding:10px 15px 10px 12px;
    border-top:1px solid #dadada;
    border-bottom:1px solid #dadada;
    display: table;
    width: 100%;
}
.UmaibakenLinkArea .MyPonitBox_Item01,
.UmaibakenLinkArea .MyPonitBox_Item02,
.UmaibakenLinkArea .MyPonitBox_Item03{
    display: table-cell;
    vertical-align: middle;
}
.UmaibakenLinkArea .MyPonitBox_Item01 {
    width: 70px;
}
.UmaibakenLinkArea .MyPonitBox_Item03 {
    text-align: right;
    padding-right: 15px;
}

.UmaibakenLinkArea .MyPonitBox_Item01 .YosoCount{
    width: 70px;
    padding: 7px 0 6px;
    color: #fff;
    font-size: 0.6rem;
    text-align: center;
    background-color: #E3B749;
    border-radius: 4px;
}
.UmaibakenLinkArea .MyPonitBox_Item01 .YosoCount p{
    font-weight: bold;
    padding-bottom: 4px;
}
.UmaibakenLinkArea .MyPonitBox_Item01 .YosoCount strong{
    font-size: 0.81rem;
}
.UmaibakenLinkArea .MyPonitBox_Item02{
    width: 126px;
}
.UmaibakenLinkArea .MyPonitBox_Item02 .Umai_MyPoint {
    color: #666;
    font-size: 0.63rem;
    line-height: 1.5;
}
.UmaibakenLinkArea .MyPonitBox_Item02 .Umai_MyPoint_text1{
    color: #777;
    /* font-size: 0.81rem; */
    font-size: 0.69rem;
    font-weight: 700;
    line-height: 1.37;
    vertical-align: middle;
    display: inline-block;
}
.UmaibakenLinkArea .Umai_MyPoint_text2{
    color: #777;
    vertical-align: middle;
    display: inline-block;
    font-size: 0.6785rem;
    line-height: 1.3;
    position: relative;
}
.UmaibakenLinkArea .Umai_MyPoint_text2 .point_present{
    position: relative;
}
.UmaibakenLinkArea .Umai_MyPoint_text2 .point_present_icon:before{
    content:"";
    background:url(../img/icon/present_box_image.png)no-repeat;
    background-size: cover;
    display: block;
    position: absolute;
    left: calc(50% + -9px);
    top:-50%;
    transform: translate(-50%,-75%);
    width:24px;
    height:28px;
    cursor: pointer;
    z-index: 20;
}
/* --見解内特殊バナー --*/
.YosoKenkai_BnrArea {
	text-align: center;
	margin-top: 14px;
}

.YosoKenkai_BnrArea img {
	display: block;
	margin: auto;
	width: 90%;
	max-width: 335px;
}

.YosoKenkai_BnrArea a:hover img {
	opacity: .8;
}

.YosoKenkai_BnrArea>p {
	margin: 6px auto;
	font-size: 77.8%;
}


/* --　予想シェアボタン --*/
.Sns_Box{
    margin:20px 10px 0;
}
.Sns_Btn_Box {
  display: flex;
  text-align: center;
  justify-content: flex-end;
}
.Sns_Btn_Box li{
  display:block;
  word-wrap: unrestricted;
  width: 45px;
}
.Sns_Btn {
  display: block;
  position: relative;
}

.Sns_Btn:before{
  content:"";
  width:24px;
  height:24px;
  display: inline-block;
}
.Sns_Btn.tw:before{
  background: url(../img/icon/icon_x2.png) no-repeat center / contain;
}
.Sns_Btn.fb:before{
  background: url(../img/icon/icon_facebook2.png) no-repeat center / contain;
}
.Sns_Btn.line:before{
  background: url(../img/icon/icon_line2.png) no-repeat center / contain;
}

/*==============================================
★ 8.ビジュアル予想一覧
==============================================*/
.kv_visualization img {
  width: 100%;
  height: auto;
}
.RaceYosoList .GensenYosoList .Inner .kenkaiNote {
  color: #3FAAB4;
  font-size: 66.7%;
  font-weight: bold;
  margin: 22px 0 10px;
}
.RaceYosoList .GensenYosoList .Inner .kenkaiArea {
  position: relative;
}
.RaceYosoList .GensenYosoList .Inner .kenkaiArea a {
  display: block;
}
.RaceYosoList .GensenYosoList .Inner .kenkaiArea .kenkaiAreaSample {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  max-width: 244px;
  width: 100%;
  height: auto;
  text-align: center;
}
.RaceYosoList .GensenYosoList .Inner .kenkaiArea .kenkaiAreaSample img {
  width: 100%;
  height: auto;
}
.RaceYosoList .GensenYosoList .Inner .kenkaiAreaInner {
  position: relative;
  border: 1px solid #F3F3F3;
  border-radius: 4px;
  overflow: hidden;
}
.RaceYosoList .GensenYosoList .Inner .kenkaiAreaInner img {
  width: 100%;
  height: auto;
  vertical-align:top;
}
.RaceYosoList .GensenYosoList .Inner .kenkaiAreaInner>div {
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
  font-size: 66.7%;
  font-weight: bold;
  color: #FFF;
  padding: 8px;
  background-color: #5F5F5F;
  width: 100%;
  border-radius: 0 0 4px 4px;
  opacity: 0.8;
  z-index: 2;
}
.RaceYosoList .GensenYosoList .Inner .CouponInformation {
  margin: 22px 0 14px;
  display: flex;
  align-items: center;
}
.RaceYosoList .GensenYosoList .Inner .CouponInformationContent {
  color: #B7443E;
  font-size: 66.7%;
  font-weight: bold;
}
.RaceYosoList .GensenYosoList .Inner .CouponInformationPoint {
  font-size: 63.889%;
  margin-left: 8px;
}
.RaceYosoList .GensenYosoList .Inner .CouponInformationPoint .strike_through {
  color: #757575;
  text-decoration: line-through;
}
.RaceYosoList .GensenYosoList .Inner .CouponInformationPoint .lookat {
  color: #B7443E;
}

/*==============================================
★ 9.買い目ポップアップ
==============================================*/

/* モーダル */
.modal {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 50050;
	display: none;
	overflow: hidden;
	-webkit-overflow-scrolling: touch;
	outline: 0;
}
.modal-open .modal {
	overflow-x: hidden;
	overflow-y: auto;
}
/* 購入一括 */
.modal.fade {
	opacity: 0;
	-webkit-transition: opacity .15s linear;
	-o-transition: opacity .15s linear;
	transition: opacity .15s linear;
}
.modal.fade.in {
	opacity: 1;
}
.modal.fade.in .BatchInput_Form {
	display: block;
	-webkit-animation: betmodalshow .15s linear 0s;
	animation: betmodalshow .15s linear 0s;
}
.modal-open .modal.fade.in::after {
	content: "";
	background-color: rgba(0,0,0,.5);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	z-index: 1000;
	transition: opacity 0.7s, transform 0s 0.5s;
}
@-webkit-keyframes betmodalshow {
	0%{
		opacity: 0;
		-webkit-transform: translateY(-25%);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
	}
}
@keyframes betmodalshow{
	from{
		opacity: 0;
		transform: translateY(-25%);
	}
	to{
		opacity: 1;
		transform: translateY(0);
	}
}

.BatchInput_Form {
	position: relative;
	border-radius: 12px;
	background: #fff;
	z-index: 1100;
/*	margin: 120px auto 10px;*/
/*	width: calc(100% - 20px);
	max-width: 480px;
	height: 432.8px;*/
	    padding-bottom: 20px;
}
.BatchInput_Header {
	padding: 30px 20px 0;
	position: relative;
}
.no_odds .BatchInput_Header{
	padding: 50px 20px 0;
}
.BatchInput_Header .Title {
	font-size: 88.89%;
	font-weight: bold;
	color: #444;
	margin-bottom: 16px;
}
#m-change_distribution .BatchInput_Header .Title{
	text-align: center;
}
.BatchInput_Header .tabContent{
	margin-top:20px;
}
.BatchInput_Header .BatchInputValue {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top:18px;
}
.BatchInputValue input[type="number"] {
	font-family: Arial,ArialMT;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width: 100%;
	height: 60px;
	max-width: 4.5em;
	text-align: right;
	font-size: 138%;
	font-weight: bold;
	margin: 0 2px 0 4px;
	padding: 4px;
	color: #666;
	border: 1px solid #707070;
	border-radius: 4px;
	letter-spacing: -0.1px;
}
.BatchInputValue input::-webkit-input-placeholder {
	color: #999;
}
.BatchInputValue input:-moz-placeholder {
	color: #999;
}
.BatchInputValue > div {
	color: #666;
	font-size: 127.7%;
	font-weight: bold;
	margin-left: 4px;
	line-height: 60px;
	font-family: Arial,ArialMT;
}
.BatchInputValue > div > span {
	font-weight: normal;
	font-size: 74%;
}
.BatchInput_Form .Type_Btn {
	padding: 20px 20px 0;
}
.BatchInput_Form .Type_Btn ul {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.BatchInput_Form.no_odds .Type_Btn ul {
	justify-content: center;
}
.BatchInput_Form .Type_Btn ul li {
	width: calc(50% - 5px) !important;
}
.BatchInput_Form .Type_Btn ul li + li {
}
.BatchInput_Form .Type_Btn .Btn {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: none;
	border-radius: 4px;
	width: 100%;
	font-size: 15px;
	font-weight: bold;
	color: #444;
	background: #fff;
	padding: 15px 14px;
	text-align: center;
	cursor: pointer;
	border: 1px solid #888;
}
.BatchInput_Form .Type_Btn .Btn.SubmitBtn01 {
	display: inline-block;
	color: #fff;
	background: #e03d3d;
	text-align: center;
	vertical-align: top;
	border: none;
	border-radius: 4px;
	border: 1px solid #e03d3d;
}

/*ポップアップボタン*/
#RaceBetEdit .BatchInput_Form .Type_Btn {
	padding: 20px;
	background: transparent;
	border-top: none;
}
.BatchInput_Header{
	border:none;
}
.BatchInput_Form{
	border-top: none;
}
.BatchInput_Form .Tab01{
	margin:10px 8px;
}
.BatchInput_Form .Type_Btn ul {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.BatchInput_Form.no_odds .Type_Btn ul {
	justify-content: center;
}
.BatchInput_Form .Type_Btn ul li {
	width: 48%;
	width: calc(50% - 5px);
}
#RaceBetEdit .BatchInput_Form .Type_Btn ul li + li {
	margin-top:0;
}
.BatchInput_Form .Type_Btn .Btn {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: none;
	border-radius: 4px;
	width: 100%;
	font-size: 15px;
	font-weight: bold;
	color: #444;
	background: #fff;
	padding: 15px 14px;
	text-align: center;
	cursor: pointer;
	border: 1px solid #888;
	box-shadow: none;
}
.BatchInput_Form .Type_Btn .Btn.SubmitBtn01 {
	display: inline-block;
	color: #fff;
	background: #3251bc;
	text-align: center;
	vertical-align: top;
	border: none;
	border-radius: 4px;
	border: 1px solid #3251bc;
}

.BatchInput_Form .Type_Btn .Btn:disabled {
	color: #fff;
	background: #DADADA;
	border: 1px solid #DADADA;
	pointer-events:none;
}


.BatchInput_Text{
	text-align: center;
	color:#444444;
	font-size: 83.33%;
	font-weight: bold;
	line-height: 1.46;
}
.BatchInput_CloseBtn {
	position: absolute;
	top: 8px;
	right: 8px;
	z-index: 10;
	display: inline-block;
	width: 34px;
	height: 34px;
	overflow: hidden;
	cursor: pointer;
	text-indent: 200%;
	white-space: nowrap;
	background: #fff;
	border-radius: 50%;
}
.BatchInput_CloseBtn::before,
.BatchInput_CloseBtn::after {
	content: '';
	height: 2px;
	width: 27px;
	display: block;
	background: #333;
	position: absolute;
	top: 16px;
	left: 4px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.BatchInput_CloseBtn::after {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg);
}
/* 通知モーダル .OddsNoticeModal */
.BatchInput_Form.OddsNoticeModal {
	margin-top: 70px;
}

.BetCountBtnWrap {
	display: inline-block;
	width: 30px;
	min-width: 30px;
}
.BetCountBtnWrap.InputRight {
	margin-left: 4px;
}
.BetCountBtn {
	position: relative;
	display: block;
	width: 24px;
	height: 24px;
	background: #fff;
	border: 1px solid #707070;
	border-radius: 12px;
	text-align: center;
	overflow: hidden;
	text-indent: -50px;
}
.BetCountBtnWrap .BetCountBtn + .BetCountBtn {
	margin-top: 10px;
}
.BetCountBtn.Plus::before,
.BetCountBtn.Minus::before {
	position: absolute;
	top: 50%;
	left: 50%;
	content: '';
	display: inline-block;
	width: 12px;
	height: 12px;
	border-top: 1px solid #888;
	transform: translateX(-50%);
}
.BetCountBtn.Plus::after {
	position: absolute;
	top: 50%;
	left: 50%;
	content: '';
	display: inline-block;
	width: 12px;
	height: 12px;
	border-left: 1px solid #888;
	transform: translateY(-50%);
}

.Detail {
	background-color: #F3F3F3;
	border-radius: 4px;
	padding: 10px 20px;
}

.Detail p {
	font-size: 14px;
	color: #777;
	line-height: 1.57;
	text-indent: -4em;
    margin-left: 4em;
}

.Detail p span {
	font-weight: bold;
}

.Notice li{
	font-size: 11px;
	line-height: 1.64;
	color: #777;
}

.Notice li a{
	text-decoration: underline;
}

.CheckboxWrap {
	margin: 20px 0;
	position: relative;
}

.CheckboxWrap .checkbox01 p{
	font-size: 14px;
	position: absolute;
	top: 2.8px;
    left: 25px;
}

.CheckboxWrap .checkbox01::before {
    background: #fff;
    border: 1px solid #888;
	border-radius: 2px;
    content: '';
    display: block;
	width: 18px;
    height: 18px;
	position: absolute;
	top: 0;
    left: 0;
}

.CheckboxWrap .checkbox01::after {
	content: '';
	background: url("../img/icon/icon_check03.png") no-repeat;
	background-size: contain;
	width: 10px;
	height: 8px;
	position: absolute;
	top: 6px;
    left: 5px;
}

.CheckboxWrap input:checked ~ .checkbox01::before {
	background: #3251BC;
	border: 1px solid #3251BC;
}


/* input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

input[type="number"] { 
	-moz-appearance:textfield; 
  }  */
  