@charset "utf-8";
/*===========================================
race_bet_nk02.css
netkeirin 車券購入

============================================*/
/* レースヘッダー */
.SimpleHead01 {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center;
	height: 40px;
	position: relative;
}
@media only screen and (min-width: 1025px) {
	.SimpleHead01 {
		width: 960px;
		margin: auto;
	}
}
.SimpleHead01 a {
	position: relative;
	display: block;
}
.SimpleHead01 a.Return_Link {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 40px;
}
.SimpleHead01 a.Return_Link .Icon_Return00 {
	font-size: 0pt;
}

.SimpleHeadCharge{
	display: flex;
	padding-right: 10px;
}

.SimpleHeadChargeNotVerify{
	height: 50px;
}

.SimpleHeadChargeNotVerify.SimpleHead01 a.Return_Link{
	height: 50px;
}

.SimpleHeadCharge .amountWrap {
	min-width: 56%;
	margin-left: 33px;
}

.SimpleHeadCharge .amountWrap .amount{
	display: flex;
	font-weight: bold;
	margin-top: 4px;
}

.SimpleHeadCharge .amountWrap .amount:first-child{
	margin-top: 0;
}

.SimpleHeadCharge .amountWrap .amount dt{
	font-size: 11px;
	color: #666;
	display: flex;
}

.SimpleHeadCharge .amountWrap .amount dt .eye{
	-webkit-mask: url(../../../common/img/icon/icon_eye.svg);
    mask-image: url(../../../common/img/icon/icon_eye.svg);
    mask-repeat: no-repeat;
    mask-position: center center;
    mask-size: contain;
    width: 14px;
    height: 10px;
    background: #666;
    margin-left: 5px;
}

.SimpleHeadCharge .amountWrap .amount dt .eye.off{
	-webkit-mask: url(../../../common/img/icon/icon_eye_off.svg);
    mask-image: url(../../../common/img/icon/icon_eye_off.svg);
    mask-position: center center;
    mask-size: contain;
    mask-repeat: no-repeat;
}

.SimpleHeadCharge .amountWrap .amount dd{
	font-size: 13px;
	color: #333;
	margin-left: auto;
}

.SimpleHeadCharge .amountWrap .amount dd.payback{
	color: #555;
	display: flex;
    align-items: center;
}

.SimpleHeadCharge .amountWrap .amount dd .textHidden{
	display: none;
}

.SimpleHeadCharge .amountChargeBtn{
	background-color: #E03D3D;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 13px;
	font-weight: bold;
	height: 30px;
	width: 100%;
	margin-left: 15px;
	border-radius: 4px;
}

.SimpleHeadCharge .notVerifyWrap {
	background-color: #F3F3F3;
    display: flex;
    width: 100%;
    margin-left: 30px;
	border-radius: 4px;
	padding: 5px 5px 5px 10px;
	align-items: center;
	justify-content: space-between;
}

.SimpleHeadCharge .notVerifyWrap .bonusPart{
	display: flex;
	align-items: center;
	min-width: 69.7%;
}

.SimpleHeadCharge .notVerifyWrap .bonusPart svg{
	min-width: 25.197px;
}

.SimpleHeadCharge .notVerifyWrap .bonusText {
	font-size: 13px;
	font-weight: bold;
	margin-left: 5px;
	line-height: 1.2;
	padding-top: 1px;
	/* padding-right: 5px; */
}

.SimpleHeadCharge .notVerifyWrap .bonusText span{
	color: #E03D3D;
}

.SimpleHeadCharge .notVerifyWrap .bonusGetBtn {
	background-color: #E03D3D;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 13px;
	font-weight: bold;
	min-width: 96px;
	height: 28px;
	width: 100%;
	max-width: 200px;
	padding-top: 1px;
	/* max-width: 96px; */
	/* margin-left: 15px; */
	border-radius: 4px;
}

@media screen and (max-width: 370px){
	.SimpleHeadCharge .notVerifyWrap .bonusText {
		font-size: 12px;
	}
	.SimpleHeadCharge .notVerifyWrap .bonusGetBtn {
		font-size: 12px;
		min-width: auto;
	}
}

@media screen and (max-width: 435px){
	.SimpleHeadCharge .notVerifyWrap .bonusGetBtn {
		/* max-width: 96px; */
	}
}

.Icon_ShortLogo01 {
	width: 102px;
	height: 16px;
}

.BetRaceHead_Wrap {
	position: -webkit-sticky;
	position: sticky;
	background: #000;
	width: 100%;
	z-index: 7000;
}
.BetRaceHead_Wrap.tipstar{
	background-color: #000082;
}
.BetRaceHead_Wrap.Fixed.tipstar > div{
	background-color: #000082;
}
.BetRaceHead_Wrap .BetRaceHead_WrapInner {
	position: relative;
	display: inline-block;
	color: #fff;
	padding: 8px 160px 8px 14px;
	/* overflow: hidden; */
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 100%;
}

.BetRaceHead_Wrap .BetRaceHead_WrapInner .voteSelectWrap {
	position: absolute;
    right: 10px;
    top: 50%;
    transform: translate(0px, -50%);
}

.BetRaceHead_Wrap .BetRaceHead_WrapInner .voteTypeMenu {
	display: none;
	position: absolute;
	background-color: #000;
	padding: 0;
	list-style: none;
	margin: 0;
	right: 0;
    top: 28px;
    width: 100%;
    text-align: center;
	border-radius: 0 0 4px 4px;
	border : 1px solid #808080;
	border-top: 0;
	/* border: 1px solid  */
}

.BetRaceHead_Wrap.tipstar .BetRaceHead_WrapInner .voteTypeMenu {
	background-color: #000082;
}

.BetRaceHead_Wrap .BetRaceHead_WrapInner .voteTypeMenu li{
	padding: 12px 3px;
	cursor: pointer;
	font-size: 13px;
	font-weight: bold;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}

.BetRaceHead_Wrap .BetRaceHead_WrapInner .voteTypeMenu li.isActive .check{
	background-color: #E03D3D;
    width: 13px;
    height: 13px;
    border-radius: 100px;
    position: relative;
	position: absolute;
    left: 14px;
	top: 50%;
    transform: translate(0px, -50%);
}

.BetRaceHead_Wrap .BetRaceHead_WrapInner .voteTypeMenu li.isActive .check:before{
    display: block;
    content: "";
    font-size: 10px;
    position: absolute;
    width: 8px;
    height: 5px;
    border-bottom: 2px solid #fff;
    border-left: 2px solid #fff;
    -webkit-transform: rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
    top: 50%;
    left: 50%;
	margin-left: -1px;
	margin-top: -1px;
}

.BetRaceHead_Wrap .BetRaceHead_WrapInner .voteTypeMenu li:hover{
	background-color: #000;
}

.BetRaceHead_Wrap .BetRaceHead_WrapInner .voteButton{
	width: 130px;
	height: 28px;
	padding: 5px;
	cursor: pointer;
	background-color: #000;
	color: white;
	border: none;
	border-radius: 4px;
	font-size: 13px;
	font-weight: bold;
	border : 1px solid #808080;
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 1 !important;
	/* position: absolute;
    right: 0; */
	position: relative;
	padding-right: 15px;
}

.BetRaceHead_Wrap .BetRaceHead_WrapInner .voteButton:after{
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    border-top: 7px solid #ffffff;
    border-bottom: 0;
    position: absolute;
    right: 8px;
    top: 9px;
}

.BetRaceHead_Wrap.tipstar .BetRaceHead_WrapInner .voteButton{
	background-color: #000082;
}


.Icon_Return00{
	display: inline-block;
	width: 11px;
	height: 11px;
/*	border-top: 2.5px solid #fff;
	border-left: 2.5px solid #fff; */
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	border-radius: 2px;
	background-image: none;
	position: absolute;
	top: 50%;
	left: 10px;
	margin-top: -6px;
}
.BetRaceHead_Wrap span.BetRaceHead_Txt01 {
	display: block;
	font-size: 77.78%;
	font-weight: bold;
}
.BetRaceHead_Wrap span.BetRaceHead_Txt02 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 66.67%;
	margin-top: 4px;
	line-height: 13px;
}
.BetRaceHead_Wrap span.BetRaceHead_Txt02 > span {
	display: inline-block;
	max-width: 11em;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 13px;
	margin-right: 6px;
}
.BetRaceHead_Wrap span.BetRaceHead_Txt03 {
	color: #c53131;
	font-weight: bold;
	text-align: center;
}
.BetRaceHead_Wrap ul.BetRaceHead_Link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: absolute;
	top: 50%;
	right: 10px;
	margin-top: -14px;
}
.BetRaceHead_Wrap ul.BetRaceHead_Link li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center;
	color: #fff;
	border: 1px solid #fff;
	border-radius: 4px;
	font-size: 66.67%;
	font-weight: bold;
	margin-left: 6px;
}
.BetRaceHead_Wrap ul.BetRaceHead_Link li a {
	color: #fff;
	line-height: 26px;
	padding: 0 8px;
}
/* 追従 */
.BetRaceHead_Wrap.Fixed {
	height: 47px;
}
.BetRaceHead_Wrap.Fixed > div {
	position: fixed;
	top: 0;
	width: 100%;
	background: #000;
	max-width: 960px;
	overflow: visible;
	z-index: 7000;
}

#RaceBetEdit .DeployYoso {
	background: #f3f3f3;
	padding: 7px 10px;
}
#RaceBetEdit section.DeployYoso .DeployInBox:first-child svg {
	margin-right: 6px;
}
#RaceBetEdit .DeployYosoWrap .Shaban_Num {
	margin: 0 2px;
	width: 24px;
	height: 24px;
	line-height: 24px;
}

#RaceBetEdit #tag-mark_sheet {
	margin-bottom: 50px;
}

.Odds_Menu01,
.Odds_Menu02,
.Odds_Menu03{
	padding: 10px 8px;
	position: relative;
}
.Odds_Menu01 ul,
.Odds_Menu02 ul,
.Odds_Menu03 ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.Odds_Menu01 ul li + li,
.Odds_Menu02 ul li + li,
.Odds_Menu03 ul li + li{
	margin-left: 5px;
}
.Odds_Menu01 ul li,
.Odds_Menu03 ul li{
	flex-grow: 1;
/*	width: 100%;
	max-width: 90px; */
}
.Odds_Menu02 ul li{
	width: 100%;
}
.Odds_Menu01 ul a,
.Odds_Menu02 ul a,
.Odds_Menu03 ul a{
	display: block;
	font-size: 72.23%;
	font-weight: bold;
	text-align: center;
	color: #444;
	padding: 10px 1px;
	border-radius: 4px;
	background: #f3f3f3;
}
.Odds_Menu02 ul a {
	width: 100%;
	min-width: 46px;
}
.Odds_Menu01 ul li.Active a,
.Odds_Menu02 ul li.Active a,
.Odds_Menu03 ul li.Active a{
	background: #e03d3d;
	color: #fff;
}
.Odds_Menu02:after,
.Odds_Menu03:after{
	content: "";
	display: inline-block;
	height: 1px;
	border-top: 1px dotted #cbcbcb;
	position: absolute;
	left: 10px;
	right: 10px;
	top: -1px;
}
.select_item {
	margin-top: 8px;
}
@media only screen and (max-width:360px) and (min-width:331px){
	.Odds_Menu01 ul a,
	.Odds_Menu02 ul a,
	.Odds_Menu03 ul a{
		font-size: 66.67%;
	}
	.Odds_Menu02 ul a {
		min-width: auto;
	}
}
@media screen and (max-width: 330px){
	.Odds_Menu01 ul a,
	.Odds_Menu02 ul a,
	.Odds_Menu03 ul a{
		font-size: 61.12%;
	}
	.Odds_Menu02 ul a {
		min-width: auto;
	}
}
/* チェックメニュー */
.CheckMenu ul li a {
	position: relative;
	background: #f3f3f3;
	padding: 5px 1px 20px;
}
.CheckMenu ul li a::after {
	content:"";
	display:block;
	position:absolute;
	bottom: 7px;
	left: 50%;
	margin-top: -11px;
	margin-left: -4px;
	width: 5px;
	height: 10px;
	border-right: 1px solid #d6d6d6;
	border-bottom: 1px solid #d6d6d6;
	-webkit-transform:rotate(45deg);
	-ms-transform:rotate(45deg);
	transform:rotate(45deg);
}
.CheckMenu ul li.Active a::after {
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
}


#RaceBetEdit button {
	cursor: pointer;
}

#RaceBetEdit button:hover {
	filter: alpha(opacity=85);
	opacity: 0.85;
	-moz-opacity: 0.85;
}
#RaceBetEdit ul li.Agree button{
	font-size: 83.3333%;
	 padding: 18px 0 16px;
}
#RaceBetEdit button.Disagree{
	font-size: 83.3333%;
	 padding: 17px 0 16px;
}
#RaceBetEdit button.Agree {
	cursor: pointer;
	padding: 9px 10px 8px !important;
	font-size: 83.3333%;
}

#RaceBetEdit button.Agree span{
	display: block;
	font-size:86.67%;
	padding-top: 4px;
}
/* マルチcheck */
.Multi_Select span {
	background: none !important;
}
.Multi_Select .MultiCheck + label {
	font-weight: bold;
	font-size: 88%;
	padding-top: 3px;
	padding-left: 34px;
	position: relative;
}
.Multi_Select .MultiCheck + label::before{
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 24px;
	height: 24px;
	background: #fff;
	border: 1px solid #999;
	border-radius: 4px;
}
.Multi_Select .MultiCheck + label::after{
	content: "";
	display: block;
	position: absolute;
	top: 4px;
	left: 9px;
	width: 6px;
	height: 12px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	border-right: 2px solid #dbdbdb;
	border-bottom: 2px solid #dbdbdb;
}
.Multi_Select .MultiCheck:checked + label::before{
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 24px;
	height: 24px;
	background: #ef5350;
	border: 1px solid #ef5350;
	z-index: 5;
}
.Multi_Select .MultiCheck:checked + label::after{
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	z-index: 6;
}

/* 出馬表 */
.RaceCard_Table .Player_Info dl,
.RaceOdds_HorseList_Table.WakuTable .Player_Info dl {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	min-width: 158px;
	flex: 1;
	-ms-flex-wrap : wrap;
	flex-wrap : wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
@media screen and (max-width: 330px){
	.RaceCard_Table .Player_Info dl,
	.RaceOdds_HorseList_Table.WakuTable .Player_Info dl{
		min-width: 118px;
	}
	.RaceCard_Table .Player_Info dl dd.PlayerClass em,
	.RaceOdds_HorseList_Table.WakuTable dl dd.PlayerClass em {
		display: none;
	}
}
.RaceCard_Table .Player_Info dl dt.PlayerName,
.RaceOdds_HorseList_Table.WakuTable .Player_Info dl dt.PlayerName {
	position: relative;
	width: 100%;
	font-size: 94.5%;
	font-size: 15px;
	font-weight: bold;
	line-height: 1.2;
	margin-bottom: 4px;
}
.RaceCard_Table .Player_Info dl dd.PlayerFrom,
.RaceCard_Table .Player_Info dl dd.PlayerClass,
.RaceOdds_HorseList_Table.WakuTable .Player_Info dl dd.PlayerFrom,
.RaceOdds_HorseList_Table.WakuTable .Player_Info dl dd.PlayerClass {
	font-size: 55.56%;
	font-weight: bold;
	font-weight: normal;
	color: #9c9fa6;
	color: #999;
}
.RaceCard_Table .Player_Info dl dd.PlayerFrom {
}
.RaceCard_Table .Player_Info dl dd.PlayerClass em,
.RaceOdds_HorseList_Table.WakuTable dl dd.PlayerClass em {
	color: #555;
	color: #999;
	font-weight: bold;
}
.RaceCard_Table tr.PlayerList td.RaceCardCell01 span.Highest {
	color: #c53131;
}
/* ギア取消 */
.RaceCard_Table td.RaceCardCell01 span.GearBefore{
	 display: block;
	color: #999;
	font-weight: normal;
	margin-bottom: 4px;
}
/*-- 出走取消 --*/
.RaceCard_Table tr.Cancel {
	background: #e5e5e5;
	text-align: center;
	height: 54px;
}
.RaceCard_Table tr.Cancel td,
.RaceCard_Table tr.Cancel .Player_Info dl dd.PlayerFrom,
.RaceCard_Table tr.Cancel .Player_Info dl dd.PlayerClass,
.RaceCard_Table tr.Cancel td.RaceCardCell01 span.Highest,
.RaceOdds_HorseList_Table .Cancel {
	color: #cdcecf;
	vertical-align: middle;
}
.RaceCard_Table tr.Cancel td + td {
	border-left: 1px solid #c6c9d3;
}
.RaceCard_Table tr.Cancel .Player_Info .PlayerName a {
	color: #9c9fa6;
}
.RaceCard_Table tr.Cancel .Cancel_Txt {
	font-size: 77.78%;
	color: #9C9fa6;
}

/**/
.RaceOdds_HorseList_Table td.Odds{
	-webkit-animation-fill-mode: both;
	-ms-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-duration: .4s;
	-ms-animation-duration: .4s;
	animation-duration: .4s;
	-webkit-animation-name: fadeInOdds;
	animation-name: fadeInOdds;
	visibility: visible;
}
.RaceOdds_HorseList_Table{
	border-collapse: collapse;
	width: 100%;
	background: #fff;
	position: relative;
	margin-bottom:18px;
}
.RaceOdds_HorseList_Table.Ninki,
.Tanfuku .RaceOdds_HorseList_Table{
	margin-bottom:0px;
}
.RaceOdds_HorseList_Table tr{
	border-bottom: 1px solid #dadada;
}
.RaceOdds_HorseList_Table tr th{
	background: #eaeaea;
	font-size: 74%;
	color: #777;
	border-top: 1px solid #dadada;
	border-bottom: 1px solid #dadada;
	padding: 10px 0;
	vertical-align: middle;
	font-size: 11px;
}
.RaceOdds_HorseList_Table.Ninki tr th.Ninki{
	width: 1em;
	line-height: 1.2;
}
.RaceOdds_HorseList_Table tr th + th,
.RaceOdds_HorseList_Table tr td + td{
	border-left: 1px solid #dadada;
	border-right: 1px solid #dadada;
}
.RaceOdds_HorseList_Table tr th.Waku,
.RaceOdds_HorseList_Table tr th.Mark{
	width: 1em;
	padding: 0 4px;
	line-height: 1.2;
	font-weight: normal;
	font-size: 11px;
}
.RaceOdds_HorseList.Tanfuku .Ninki tr td.Ninki,
.RaceOdds_HorseList.Tanfuku .Ninki tr [class*="Waku"],
.RaceOdds_HorseList.Tanfuku .Ninki tr td.Mark_User{
	padding:0 3px;
}
.RaceOdds_HorseList .Ninki tr.col_label th.Odds{
	line-height:1.2;
}
.RaceOdds_HorseList_Table tr td{
	vertical-align: middle;
	color: #555;
	text-align: center;
}
.RaceOdds_HorseList_Table tr td[class*="Waku"]{
	font-size: 78%;
	font-weight: bold;
}
.RaceOdds_HorseList_Table.Ninki tr td{
	padding: 8px 2px;
}
.RaceOdds_HorseList_Table.Ninki td + td{
	border-left: 1px solid #dadada;
}
.RaceOdds_HorseList_Table tr td.Player_Name,
.RaceOdds_HorseList_Table tr td.Player_Info{
	font-weight: bold;
	text-align: left;
	padding: 6px 4px 6px 6px;
	line-height: 1.2;
}
.Tanfuku .RaceOdds_HorseList_Table tr td.Player_Name{
	padding:2px 0 2px 6px;
}
.RaceOdds_HorseList_Table tr td.Mark_User{
	border-left: 1px solid #dadada;
	border-right: 1px solid #dadada;
	background: #fdf3f3;
}
.RaceOdds_HorseList_Table tr td.Mark_User .Icon_Shirushi01 {
	margin: auto;
}
table tr.Torikeshi td.Player_Select{
	font-size: 82.23%;
	font-weight: 700;
	color: #555;
}
.Tanfuku .RaceOdds_HorseList_Table td.Odds{
	font-size: 77.78%;
	font-weight: bold;
	text-align: right;
	padding: 8px 8px 8px 2px;
}
.RaceOdds_HorseList_Table.Ninki tr td.Odds{
	font-size: 77.78%;
	font-weight: bold;
	line-height: 1.2;
	text-align: right;
	padding-right: 8px;
}
.RaceOdds_HorseList_Table tr td [class*="Check01Btn_"],
.BetTable .Select [class*="Check01Btn_"],
.RaceOdds_Result_Table04 tr td [class*="Check01Btn_"] {
	width: 30px;
	height: 30px;
}
.RaceOdds_HorseList_Table .HorseCheck_Select:checked + label:before,
.BetTable.Bet01 .BuyCheck_Select:checked + label::before {
	content: "";
	display: block;
	width: 22px;
	height: 22px;
	background: #ef5350;
	position: absolute;
	right: 4px;
	top: 4px;
	z-index: 5;
	-webkit-animation: checkbox-check2 125ms 250ms cubic-bezier(.4,.0,.23,1) forwards;
	animation: checkbox-check2 125ms 250ms cubic-bezier(.4,.0,.23,1) forwards;
}
/*-- チェックアニメーション --*/
@-webkit-keyframes checkbox-check2{
	0%{
		width: 22px;
	}
	100%{
		width: 0;
	}
}
@keyframes checkbox-check2{
	0%{
		width: 22px;
	}
	100%{
		width: 0;
	}
}

.ActionBtn .All_Action + label,
.ActionBtn .Mark_Action + label,
.Cancel_Action + label{
	display: inline-block;
	border: 1px solid #888;
	width: 30px;
	height: 30px;
	border-radius: 5px;
}
.Mark_Action + label{
	background: url(../../img/race/mark_off.png?20180727) no-repeat center;
	-webkit-background-size: 30px 30px;
	-moz-background-size: 30px 30px;
	-ms-background-size: 30px 30px;
	background-size: 30px 30px;
}
.All_Action + label{
	background: url(../../img/race/all_off.png?20180727) no-repeat center;
	-webkit-background-size: 30px 30px;
	-moz-background-size: 30px 30px;
	-ms-background-size: 30px 30px;
	background-size: 30px 30px;
}
.Cancel_Action + label{
	background: url(../../img/race/clear_off.png?20180727) no-repeat center;
	-webkit-background-size: 30px 30px;
	-moz-background-size: 30px 30px;
	-ms-background-size: 30px 30px;
	background-size: 30px 30px;
}
.RaceOdds_HorseList_Table [class*="AxisBtn_"]{
	display:inline-block;
	border-radius:50%;
	border:1px solid #888;
	width: 30px;
	height: 30px;
}
.Mark_Action:checked + label{
	background: url(../../img/race/mark_on.png?20180727) no-repeat center;
	-webkit-background-size: 30px 30px;
	-moz-background-size: 30px 30px;
	-ms-background-size: 30px 30px;
	background-size: 30px 30px;
	border: none;
}
.All_Action:checked + label,
.RaceOdds_Result_Table03 .All_Action:checked + label {
	background: url(../../img/race/all_on.png?20180727) no-repeat center;
	-webkit-background-size: 30px 30px;
	-moz-background-size: 30px 30px;
	-ms-background-size: 30px 30px;
	background-size: 30px 30px;
}
.Cancel_Action:checked + label{
	background: url(../../img/race/clear_on.png?20180727) no-repeat center;
	-webkit-background-size: 30px 30px;
	-moz-background-size: 30px 30px;
	-ms-background-size: 30px 30px;
	background-size: 30px 30px;
}
.RaceOdds_HorseList_Table [class*="AxisBtn_"]{
	display:inline-block;
	border-radius:50%;
	border:1px solid #888;
	width: 30px;
	height: 30px;
}
.RaceOdds_HorseList_Table .AxisBtn_Off{
	background:url(../../img/race/radio_off.png)no-repeat center;
	-webkit-background-size: 30px 30px;
	-moz-background-size: 30px 30px;
	-ms-background-size: 30px 30px;
	background-size: 30px 30px;
}
/* 枠連対応 */
.RaceOdds_HorseList_Table.WakuTable td.Waku{
	height: 48px;
}
.RaceOdds_HorseList_Table.WakuTable td .WakuWrap{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	height: 100%;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.RaceOdds_HorseList_Table.WakuTable .WakuWrap [class*="Waku"]{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	line-height: 24px;
	height: 100%;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.RaceOdds_HorseList_Table.WakuTable .WakuWrap [class*="Waku"] + [class*="Waku"]{
	border-top: 1px solid #dadada;
}
.RaceOdds_HorseList_Table.WakuTable tr td.Mark_User{
	border-left: 1px solid #dadada;
	border-right: 1px solid #dadada;
	background: #fdf3f3;
}
.RaceOdds_HorseList_Table.WakuTable .Mark_User .WakuWrap > div {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	min-height: 46px;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
}
.RaceOdds_HorseList_Table.WakuTable .Mark_User .WakuWrap > div + div{
	border-top: 1px solid #dadada;
}
.RaceOdds_HorseList_Table.WakuTable tr td.Player_Info {
	padding: 0;
}
.RaceOdds_HorseList_Table.WakuTable tr td.Player_Info .WakuWrap > div{
	text-align: left;
	padding: 6px 4px 6px 6px;
}
.RaceOdds_HorseList_Table.WakuTable tr td.Player_Info .WakuWrap > div + div {
	border-top: 1px solid #dadada;
}

/* =======================================================
 買い目一覧
======================================================= */
/* 投票 */
.Selected_Table_Head {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	background: #f3f3f3;
	border-top: 1px solid #999;
}
.Selected_Table_Head + .RaceOdds_Result_Table03 {
	border-top: 1px solid #999;
}
.Selected_Table_Head .Selected_Table_Inner{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 72.23%;
	color: #555;
	padding: 8px;
	flex: 1;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.Selected_Table_Head .Select {
	width: 34px;
	border-left: 1px solid #999;
}

/* エラーブロック */
.errorMessageBox{
	border: 1px solid transparent;
	width: calc(100% - 18px);
    border-radius: 4px;
    overflow: hidden;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	/* padding: 10px; */
}

.errorMessageBox .errorMessageInBtn{
	width: 100%;
	height: 34px;
	background: #e03d3d;
	color: #fff;
	text-align: center;
	font-size: 13px;
	font-weight: bold;
    border: 0;
    border-radius: 4px;
	display: flex;
    align-items: center;
    justify-content: center;
	cursor: pointer;
}

.errorMessageBox .errorMessageInBtn svg {
	margin-right: 5px;
}

.errorMessageBox.isOpen{
	border: 1px solid #e03d3d;
}

.errorMessageBox.isOpen .errorMessageInBtn{
	width: 100%;
	height: 34px;
	background: #f3f3f3;
	color: #e03d3d;
	text-align: center;
	font-size: 13px;
	font-weight: bold;
    border: 0;
    border-radius: 4px;
}

.errorMessageBox.isOpen .errorMessageInBtn .chevron{
	color: #e03d3d;
	transform: translateX(10px) translateY(0) rotate(315deg);
}


.errorMessageBox.isOpen .errorMessageInBtn svg path{
	fill: #e03d3d;
}

.errorMessageBox .errorMessageInBtn .chevron{
	display: inline-block;
    vertical-align: middle;
    color: #ffffff;
    line-height: 1;
    position: relative;
    width: 8px;
    height: 8px;
    transform: translateX(10px) translateY(-3px) rotate(135deg);
	transition: .3s;
}

.errorMessageBox .errorMessageInBtn .chevron:before,
.errorMessageBox .errorMessageInBtn .chevron:after{
    content: '';
    position: absolute;
    background: currentColor;
    border-radius: 0.1em;
}

.errorMessageBox .errorMessageInBtn .chevron:before{
	top: 0;
	left: 0;
	right: 0;
	height: 0.1em;
}

.errorMessageBox .errorMessageInBtn .chevron:after{
	top: 0;
    right: 0;
    bottom: 0;
    width: 0.1em;
}

.notPurchased{
	text-align: center;
	font-size: 13px;
	font-weight: bold;
	height: 54px;
	width:  calc(100% - 18px);
	margin: 10px auto;
	border: 4px solid #DDD;
	display: flex;
	align-items: center;
	justify-content: center;

}

.errorMessageBox .errorMessageContents {
	background-color: #f3f3f3;
	display: none;
}

.errorMessageBox .errorMessageContents .errorMessageContentsInner{
	padding-bottom: 10px;
	text-align: center;
}

.errorMessageBox .errorMessageContents .errorMessageContentsInner .detail{
	display: flex;
	padding: 10px 10px 0;
}

.errorMessageBox .errorMessageContents .errorMessageContentsInner .detail dt{
	font-weight: bold;
	color: #555;
	font-size: 13px;
}

.errorMessageBox .errorMessageContents .errorMessageContentsInner .detail dd{
	margin-left: auto;
	font-size: 14px;
}

.errorMessageBox .errorMessageContents .errorMessageContentsInner .detail.detail2 {
	font-size: 15px;
	border-top: 1px dotted #cbcbcb;
	margin-top: 10px;
    padding-top: 10px;
    padding-left: 0;
    padding-right: 0;
    margin-left: 10px;
    margin-right: 10px;
}

.errorMessageBox .errorMessageContents .errorMessageContentsInner .detail.detail2 dt{
	font-size: 15px;
}

.errorMessageBox .errorMessageContents .errorMessageContentsInner .detail.detail2 dd{
	font-size: 15px;
}

.errorMessageBox .errorMessageContents .errorMessageContentsInner .detail .redText{
	color: #c43131;
}

.errorMessageBox .errorMessageContents .errorMessageContentsInner .inBtnWrap{
	padding-top: 7px;
	padding-bottom: 7px;
}

.errorMessageBox .errorMessageContents .errorMessageContentsInner .inBtn{
	background: #e03d3d;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 26px;
    width: 118px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    border: 0;
    border-radius: 100px;
    font-size: 13px;
    font-weight: bold;
	cursor: pointer;
}

.errorMessageBox .errorMessageContents .errorMessageContentsInner .inBtn.inBtn2{
	width: 160px;
	height: 38px;
	border-radius: 4px;
}

.errorMessageBox .errorMessageContents .errorMessageContentsInner .textLink{
	text-decoration: underline;
	color: #e03d3d;
	font-size: 12px;
    display: inline-block;
    margin: 10px auto 13px;
}

.errorMessageBox .errorMessageContents .errorMessageContentsInner .textLink:hover{
	text-decoration: none;
}

/* 買い目一覧 */
.IpatVote .Bet_Plus_Box{
	margin: 10px;
	text-align: center;
}
.IpatVote .Bet_Plus_Box .SelectItemSet{
	position: relative;
	font-size: 83.34%;
	text-align: center;
	height: 114px;
	padding: 18px 0 34px;
}
.IpatVote .Bet_Plus_Box .SelectItemSet::after{
	content: "";
	display: inline-block;
	width: 0;
	height: 0;
	border-top: 12px solid #f3f3f3;
	border-left: 30px solid transparent;
	border-right: 30px solid transparent;
	border-bottom: 0px solid transparent;
	position: absolute;
	left: 50%;
	bottom: 10px;
	margin-left: -28px;
}

.MoneyInputBox {
	margin-bottom: 18px;
}
.Bet_Plus_Box .MoneyInputBox{
	padding-top: 6px;
}
.Bet_Plus_Box .MoneyInputBox input[type='number']{
	font-family: "ヒラギノ角ゴ ProN W3",ArialMT,"Hiragino Kaku Gothic ProN";
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width: 100%;
	height: 42px;
	max-width: 4.5em;
	text-align: right;
	font-weight: bold;
	margin: 0 2px 0 4px;
	padding: 2px 4px;
	color: #666;
	border: 1px solid #707070;
	border-radius: 4px;
	letter-spacing: -0.1px;
}
.SetListBtnWrap {
	margin-top: 20px;
}
button.SetListBtn {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: none;
	color: #666;
	background: #fff;
	border: solid 1px #dedede;
	border-radius: 4px;
	font-size: 88.89%;
	font-weight: bold;
	padding: 15px 0;
	position: relative;
	width: 100%;
	max-width: 400px;
	margin: auto;
}
button.SetListBtn.BetSetIn {
	background: #feebed;
}
button.SetListBtn.BetSetIn span.BetSetCount {
	background: #e03d3d;
	position: absolute;
	font-size: 12px;
	line-height: 1;
	top: -6px;
	right: 12px;
	color: #fff;
	padding: 5px 8px;
	border-radius: 50%;
	text-align: center;
}
button.SetListBtn.BetSetIn.BetPlusClick .BetSetCount {
	animation: bet_action_scale 0.5s ease-out;
	transform-origin: 50% 50%;
}
@keyframes bet_action_scale {
	0% { transform: scale(1, 1);}
	15% { transform: scale(0.9, 0.9);}
	40% { transform: scale(1.3, 1.3);}
	60% { transform: scale(1, 1);}
	80% { transform: scale(1.15, 1.15);}
	100% { transform: scale(1, 1);}
}

.IpatVote .Type{
	padding: 8px;
	font-size: 83.34%;
	font-weight: bold;
	color: #fff;
}
.BetTable + .Type{
	margin-top: -1px;
}
.BetTable{
	border-bottom: 1px solid #999;
	display: table;
	width: 100%;
}
.BetTable.Bet01{
	border-bottom: none;
}
.BetTable.color{
	border-top: 1px solid #ef5350;
	border-bottom: 1px solid #ef5350;
	margin-top: -1px;
}
.Selected_Table{
	border: none;
	padding: 0;
}

.Selected_Table > div{
	display: table-cell;
	position: relative;
	padding: 0 0 10px;
}

.BtnTrashBox01 {
	position: absolute;
	top: 6px;
	right: 6px;
	width: 34px;
	height: 34px;
	z-index: 1;
}
.BtnTrashBox01 a {
	display: block;
	width: 34px;
	height: 34px;
	border: 1px solid #707070;
	border-radius: 50%;
}
span.Icon_TrashBox {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center;
	width: 32px;
	height: 32px;
}
span.Icon_TrashBox svg {
	display: block;
}

.BetTable .Kenshu {
	font-size: 100%;
	font-weight: bold;
	color: #555;
	margin: 0 -100px 8px 0;
}
.IpatVote .BetTable .Kenshu {
	font-size: 77.78%;
	position: relative;
}
.purchasedItem .select_kumiawase_wrap .Kenshu .typeTag{
	width: 52px;
	height: 19px;
	font-size: 10px;
	font-weight: bold;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 4px;
	margin-left: 20px;
	font-family: Noto Sans CJK JP;
	position: absolute;
	top: -2px;
	right: 0;
	margin: 0 -60px 0 0;
}
.purchasedItem .select_kumiawase_wrap .Kenshu .typeTag.tipstar{
	background: #000082;
}
.purchasedItem .select_kumiawase_wrap .Kenshu .typeTag.keirin{
	background: #E03D3D;
}

.BetTable #select_kumiawase {
	display: table-cell;
	vertical-align: middle;
}
#select_kumiawase > table {
	border-collapse: collapse;
	width: 100%;
	min-height: 70px;
}
#select_kumiawase > table tr.Type th {
	border-bottom: 1px solid #efefef;
	color: #777;
	font-size: 88%;
	padding: 8px;
}
.BetTable .Shaban_InBox,
.RaceOdds_Result_Table04 .Shaban_InBox {
	display: inline-block;
	margin: 2px 4px 2px 0;
}
.BetTable .Apart .Shaban_InBox{
	min-height: 47px;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	flex-direction: column;
}
.BetTable.odds_3 .RaceOdds_Result_Table02 .Apart .Shaban_InBox,
.BetTable.odds_4 .RaceOdds_Result_Table02 .Apart .Shaban_InBox{
	min-height: 25px;
}
#tag-mark_sheet .BetTable .Apart .Shaban_InBox{
	min-height: 37px;
	justify-content: space-around;
}
.BetTable .kaime_view .Shaban_InBox{
	text-align: center;
}
.BetTable .Apart .Shaban_InBox .Name,
.BetTable .kaime_view .Shaban_InBox .Name{
	margin-top: 2px;
	font-size: 10px;
	white-space: nowrap;
}
.BetTable .kaime_view .Shaban_InBox .Name{
	display: block;
}
.BetTable .Shaban_InBox .Icon_Shirushi01,
.RaceOdds_Result_Table04 .Shaban_InBox .Icon_Shirushi01 {
	margin: auto;
	margin-bottom: 2px;
	width: 10px;
	height: 10px;
}
.BetTable .Apart .Shaban_InBox .Icon_Shirushi01{
	margin-bottom: 0;
}
.RaceOdds_Result_Table04 .Shaban_InBox .Icon_Shirushi01{
	display: none;
}
#select_kumiawase .LabelArrow {
	width: 47px;
	vertical-align: top;
}
#select_kumiawase .LabelArrow > span {
	display: block;
	background: url('../../img/race/Axis_Bg01.png') no-repeat 0 0;
	-webkit-background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	-ms-background-size: 100% 100%;
	background-size: 100% 100%;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	padding: 5px 3px 5px 0;
	text-align: center;
}
#select_kumiawase .LabelWrap > .Num {
	padding-left: 6px;
}

#select_kumiawase .WakuBan,
.RaceOdds_Result_Table02 .WakuBan,
.RaceOdds_Result_Table04 .WakuBan{
	display: inline-block;
	font-size: 11px;
	padding: 4px 0;
	width: 20px;
}
#select_kumiawase .WakuBan.Waku1,
.RaceOdds_Result_Table02 .WakuBan.Waku1,
.RaceOdds_Result_Table04 .WakuBan.Waku1 {
	border: 1px solid #707070;
}
.Shaban_InBox .WakuBan + .Icon_Shirushi01 {
	margin-top: 2px;
}
.RaceOdds_Result_Table02 .WakuBan,
.RaceOdds_Result_Table04 .WakuBan{
	margin: 2px 0;
}
.BetTable .Kumiawase_Count {
	font-size: 122%;
	margin-bottom: 0;
}
.BetTable .Kumiawase_Count > .Txt01 {
	font-size: 72.23%;
}
#kumiawase_kensu {
	color: #EF5350;
}
.Kaime_Selected_Btn + .Kaime_Selected_Btn {
	margin-top: 8px;
}

.BetTable .BetKaime_Table {
	display: table;
	width: 100%;
}
.IpatVote .BetKaime_Table > div{
	display: table-cell;
	position: relative;
}

.BetTable .AssumptionBox {
	padding: 0 10px;
	margin-top: 12px;
}

.BetTable .AssumptionBox .AssumptionList{
	display: flex;
	margin-top: 6px;
}

.BetTable .AssumptionBox .AssumptionList dt{
	font-size: 13px;
	font-weight: bold;
}

.BetTable .AssumptionBox .AssumptionList dd{
	margin-left: auto;
	font-size: 14px;
}

.BetTable .AssumptionBox .AssumptionList dd{
	margin-left: auto;
	font-size: 14px;
}

.BetTable .AssumptionBox .plus{
	color: #17904a;
}
.BetTable .AssumptionBox .minus{
	color: #c00;
}

.BetTable div.kaime_open{
	text-align: center;
	letter-spacing: normal;
	margin: 10px 8px 2px;
}
.BetTablee div.kaime_open input{
	display: none;
}
.BetTable div.kaime_open label span{
	position: relative;
	display: inline-block;
	width: 100%;
	font-size: 66.67%;
	text-align: center;
	background: #ebebeb;
	color: #666;
	border-radius: 12px;
	line-height: 24px;
	padding: 0 18px 0 8px;
}
.BetTable div.kaime_open label span.Open{
	color:#fff;
	background: #acacac;
}
.BetTable div.kaime_open label span:after {
	content: '';
	display: inline-block;
	width: 7px;
	height: 7px;
	border-radius: 1px;
	background: none;
	border-top: 2px solid #999;
	border-right: 2px solid #999;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	margin-left: 14px;
	margin-bottom: 2px;
}
.BetTable div.kaime_open label span.Open:after {
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	margin-bottom: -1px;

}
.BetTable div.kaime_view {
	padding: 10px 0 0 8px;
	width: 140px;
	letter-spacing: normal;
	color: #555;
}
@media screen and (max-width:765px){
	.BetTable div.kaime_view {
		width: 104px;
	}
}
.BetTable div.kaime_view.FormationType {
	width: 80%;
}
.IpatVote .BetTable div.kaime_view.FormationType {
	width: 50%;
}
.BetTable div.kaime_view .Num,
.BetTable .RaceOdds_Result_Table02 .Num,
.RaceOdds_Result_Table04 .Num {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: baseline;
	-ms-flex-align: baseline;
	align-items: baseline;
}
.BetTable .RaceOdds_Result_Table02 .Apart .Num{
	align-items: center;
}
.BetTable.odds_3 .RaceOdds_Result_Table02 .Apart .Num,
.BetTable.odds_4 .RaceOdds_Result_Table02 .Apart .Num{
	align-items: baseline;
}
.RaceOdds_Result_Table04 .Num {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.BetTable .kaime_view > span.Kenshu {
	display: inline-block;
	padding-bottom: 12px;
	font-size: 88.89%;
}
.BetTable .kaime_view .LabelWrap {
	display: table;
	width: 100%;
}
.BetTable .kaime_view .LabelWrap + .LabelWrap {
	margin-top: 6px;
}
.BetTable .kaime_view .LabelWrap > div {
	display: table-cell;
	vertical-align: middle;
}
/*
.IpatVote .BetTable .kaime_view table tr:empty{
	display: none;
} */
.BetTable .bg-danger,
.IpatVote .BetTable tr.bg-danger {
	border: none;
	border-top: 1px solid #ef5350;
	border-bottom: 1px solid #ef5350;
}
.BetTable .pay{
	font-size: 77.78%;
	padding: 10px 0 0;
	text-align: right;
	vertical-align: middle;
}
.BetTable .pay.FormationType{
	display: table-cell;
	min-height: 100px;
}
.BetTable td.pay{
	padding: 6px 8px;
}
.IpatVote .BetTable .pay .FormationTypeWrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	height: 100%;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-top: 26px;
}
.IpatVote .BetTable .pay .FormationTypeWrap {

}
.IpatVote .BetTable .pay .InputMoneyWrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}
.IpatVote .BetTable .pay .InputMoney {
	font-family: "ヒラギノ角ゴ ProN W3",ArialMT,"Hiragino Kaku Gothic ProN";
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width: 100%;
	height: 42px;
	max-width: 4.5em;
	text-align: right;
	font-weight: bold;
	margin: 0 2px 0 0;
	padding: 2px 4px;
	color: #666;
	border: 1px solid #707070;
	border-radius: 4px;
	letter-spacing: -0.1px;
}
.IpatVote .BetCountBtnWrap {
	display: inline-block;
	width: 30px;
	min-width: 30px;
}
.IpatVote .BetCountBtnWrap.InputRight {
	margin-left: 4px;
}
.IpatVote .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;
}
.IpatVote .BetCountBtnWrap .BetCountBtn + .BetCountBtn {
	margin-top: 10px;
}
.IpatVote .BetCountBtn.Plus::before,
.IpatVote .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%);
}
.IpatVote .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%);
}

@media screen and (min-width:766px){
	.IpatVote .BetTable .pay .InputMoneyWrap br{
		display: none;
	}
}
.IpatVote .RaceOdds_Result_Table02 td.pay .Payout{
	display: block;
}
.IpatVote .BetTable div.pay ul{
	padding: 8px 0 8px 4px;
}
.IpatVote .BetTable div.pay ul.FormationType{
	padding: 8px 8px 8px 4px;
}
div.pay .kumiawase_kensu {
	font-size: 14px;
	font-weight: bold;
}
.BetTable .OddsData01 {
	display: block;
	font-size: 12px;
	margin: 8px 0 0;
	line-height: 1.2;
	text-align: left;
}

.Selected_Table .AssumedOdds {
	padding-right: 8px;
	vertical-align: bottom;
	padding-top: 40px;
}
.Selected_Table .AssumedOdds.FormationType {
	width: auto;
	padding-top: 0px;
}
.BetTable .PayData01 {
	padding: 8px 0 0;
	line-height: 1.2;
	width: 85px;
}
.BetTable .FormationType .PayData01 {
	width: auto;
	padding-right: 8px;
}

.BetTable .RaceOdds_Result_Table02 dl.PayData01 {
	padding: 8px 8px 0 0;
}
.BetTable .PayData01 > dt{
	display: inline-block;
	font-size: 61.12%;
	white-space: nowrap;
	line-height: 1.364;
}
.BetTable div.PayData01,
.BetTable .PayData01 > dd{
	font-size: 12px;
	margin-left: auto;
	text-align: right;
	white-space: nowrap;
}
.BetTable .PayData01 .Total{
	display: inline-block;
	font-size: 15px;
	font-weight: bold;
}
.BetTable .PayData01 .Profit {
	display: block;
	font-size: 91.67%;
	margin-top: 6px;
}
.BetTable .PayData01 .plus{
	color: #17904a;
}
.BetTable .PayData01 .minus{
	color: #c00;
}
.BetTable div.pay .Txt01 .Total{
	text-align: right;
	display: block;
}
.BetTable .Select{
	position: relative;
	width: 41px;
	text-align: center;
	vertical-align: middle;
	border-left: 1px solid #dadada;
}
.IpatVote .BetTable .Select{
	width: 34px;
	background: #f3f3f3;
	border-left: none;
}

.BetTable.color .Selected_Table .Select{
	background: #feebed;
}
.BetTable.Bet01.color .Selected_Table .Select {
	border-left: #feebed;
}
.IpatVote .BetTable .Select [class*="Check01Btn_"]{
	width: 24px;
	height: 24px;
	border-radius: 4px;
}
.BuyCheck_Select + label {
	background: #fff;
	border: 1px solid #adadad;
}
.BuyCheck_Select:checked + label {
	background: #ef5350;
	border: 1px solid #ef5350;
}
.IpatVote .BuyCheck_Select + label::after{
	content:"";
	display:block;
	position:absolute;
	top:50%;
	left:50%;
	margin-top:-7px;
	margin-left:-3px;
	width: 6px;
	height:12px;
	border-right:2px solid #dbdbdb;
	border-bottom:2px solid #dbdbdb;
	-webkit-transform:rotate(45deg);
	-ms-transform:rotate(45deg);
	transform:rotate(45deg);
}

.BuyCheck_Select:checked + label::after{
	border-right:2px solid #fff;
	border-bottom:2px solid #fff;
}
.BuyCheck_Select:checked + label::before{
	content:"";
	display:block;
	width: 18px;
	height: 18px;
	background:#ef5350;
	position:absolute;
	right: 1px;
	top: 1px;
	z-index: 5;
	-webkit-animation: checkbox-check02 125ms 250ms cubic-bezier(.4,.0,.23,1) forwards;
	animation:checkbox-check02 125ms 250ms cubic-bezier(.4,.0,.23,1) forwards;
}
.RaceOdds_Result_Table04 .BuyCheck_Select:checked + label::before{
	width: 20px;
	height: 20px;
	top: 4px;
	right: 4px;
	-webkit-animation: checkbox-check03 125ms 250ms cubic-bezier(.4,.0,.23,1) forwards;
	animation:checkbox-check03 125ms 250ms cubic-bezier(.4,.0,.23,1) forwards;
}

/*-- チェックアニメーション --*/
@-webkit-keyframes checkbox-check02{
	0%{
		width: 18px;
	}
	100%{
		width: 0;
	}
}
@keyframes checkbox-check02{
	0%{
		width: 18px;
	}
	100%{
		width: 0;
	}
}
@-webkit-keyframes checkbox-check03{
	0%{
		width: 20px;
	}
	100%{
		width: 0;
	}
}
@keyframes checkbox-check03{
	0%{
		width: 20px;
	}
	100%{
		width: 0;
	}
}

.IpatVote .RaceOdds_Result_Table02 {
	width: 100%;
/*	width: 94%;
	width:calc(100% - 16px);
	width:-webkit-calc(100% - 16px); */
	border-collapse: collapse;
	border-top: 1px solid #e3e5eb;
	background: #f3f3f3;
	margin: 3px auto 0;
	border-bottom: 1px solid #e3e5eb;
}
.IpatVote .RaceOdds_Result_Table02 tr + tr {
	border-top: 1px solid #d9dAd9;
}
.IpatVote .RaceOdds_Result_Table02 tr td {
	text-align: center;
	padding: 6px 0;
	vertical-align: middle;
}
.IpatVote .RaceOdds_Result_Table02 tr td.Apart {
	padding-left: 8px;
}
.IpatVote .RaceOdds_Result_Table02 tr td + td{
}
.IpatVote .RaceOdds_Result_Table02 .Select{

}
.IpatVote .RaceOdds_Result_Table02 .Select.Select2{
	text-align: center;
}
.IpatVote .RaceOdds_Result_Table02 th{
	text-align: center;
	background: #dedede !important;
}
.IpatVote .RaceOdds_Result_Table02 .OddsData01 {
	margin: 2px 0 0;
}
.IpatVote .RaceOdds_Result_Table02 th.pay{
	width: 96px;
	line-height: 1.4em;
	padding: 6px 0;
	font-size: 60%;
}
.IpatVote .BetTable .RaceOdds_Result_Table02 .Num {
}
.IpatVote .RaceOdds_Result_Table02 .bg-danger .Select{
	background: #feebed;
}

.RaceOdds_Result_Table03{
	border-bottom: 1px solid #dadada;
	width:100%;
	letter-spacing: normal;
	border-collapse: collapse;
}
.RaceOdds_Result_Table03 .BtnCell{
	width: 34px;
	text-align: center;
	vertical-align: middle;
	background: #f3f3f3;
}
.RaceOdds_Result_Table03 tr.ActionBtn td.Txt {
	height: 42px;
}
.RaceOdds_Result_Table03 tr.ActionBtn td.Txt > div{
	position: relative;
	font-size: 83.34%;
	height: 100%;
	font-weight: bold;
	text-align: right;
	background: #f5f5f5;
	padding:0;
	margin-right: 12px;
}
.RaceOdds_Result_Table03 tr.ActionBtn td.Txt > div > span {
	display: inline-block;
	position: relative;
	top: 50%;
	-webkit- transform: translateY(-50%);
	transform: translateY(-50%);
	padding-right: 16px;
}
.RaceOdds_Result_Table03 tr.ActionBtn td.Txt > div::before{
	content: "";
	display: inline-block;
	width: 14px;
	height: 14px;
	background: #f5f5f5;
	-webkit-transform: translateY(-50%) rotate(-45deg);
	-moz-transform: translateY(-50%) rotate(-45deg);
	-ms-transform: translateY(-50%) rotate(-45deg);
	transform: translateY(-50%) rotate(-45deg);
	position: absolute;
	right: -6px;
	top: 50%;
}

.RaceOdds_Result_Table03 .ActionBtn .All_Action + label{
	display: inline-block;
	width: 24px;
	height: 24px;
	border-radius: 5px;
}
.RaceOdds_Result_Table03 .All_Action + label{
	background: url(../../img/race/all_off.png?20180727) no-repeat center;
	-webkit-background-size: 24px 24px;
	-moz-background-size: 24px 24px;
	-ms-background-size: 24px 24px;
	background-size: 24px 24px;
}
/* オッズ展開(追加画面) */
.RaceOdds_Result_Table04 {
	border-collapse: collapse;
	width: 100%;
	border-bottom: 1px solid #E4E4E4;
	background: #fff;
}
.RaceOdds_Result_Table04 tr + tr {
	border-top: 1px solid #E4E4E4;
}
.RaceOdds_Result_Table04 tr.bg-danger {
	background: #ffebed;
}
.RaceOdds_Result_Table04 tr > th {
	background: #eaeaea;
	font-size: 74%;
	color: #777;
	border-top: 1px solid #dadada;
	border-bottom: 1px solid #dadada;
	padding: 10px 0;
	vertical-align: middle;
}
.RaceOdds_Result_Table04 tr th + th {
	border-left: 1px solid #dadada;
}
.RaceOdds_Result_Table04 tr td {
	text-align: center;
	vertical-align: middle;
}
.RaceOdds_Result_Table04 tr td.Apart {
	padding: 0 12px;
}
.RaceOdds_Result_Table04 tr td.AssumedOdds {
	text-align: right;
	padding: 0 8px;
}
.RaceOdds_Result_Table04 tr td .OddsData01 {
	font-size: 82.23%;
	font-weight: 700;
	text-align: right;
}
.RaceOdds_Result_Table04 tr td.Select {
	padding: 4px;
}
.RaceOdds_Result_Table04 tr td + td {
	border-left: 1px solid #E4E4E4;
}
.RaceOdds_Result_Table04 .BuyCheck_Select + label:after{
	content:"";
	display:block;
	position:absolute;
	top:50%;
	left:50%;
	margin-top:-11px;
	margin-left:-4px;
	width:9px;
	height:18px;
	-webkit-transform:rotate(45deg);
	-ms-transform:rotate(45deg);
	transform:rotate(45deg);
}


/* ソートアイコン */
.RaceOdds_Result_Table04 .Sort_Btn01 .sort {
	cursor: pointer;
	border: 1px solid #ccc;
	border-radius: 4px;
	background: #fff;
	padding: 5px 30px;
}
.Type_Detail_Table .Sort_Btn01 .sort {
	padding: 5px 26px;
}
.RaceOdds_Result_Table04 .Sort_Btn02 .sort {
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 4px;
	padding: 5px;
}
.RaceOdds_Result_Table04 .sort:after,
.RaceOdds_Result_Table04 th.tablesorter-headerDesc .sort:after,
.RaceOdds_Result_Table04 th.tablesorter-headerAsc .sort:after {
	content: "";
	display: inline-block;
	width: 14px;
	height: 12px;
	margin-left: 8px;
	position: relative;
	top: 1px;
}
.RaceOdds_Result_Table04 .sort:after {
	background: url("../../img/icon/icon_sprite_sort01.png?20210624") no-repeat;
	background-position: -33px -1px;
	-webkit-background-size: 45px 15px;
	-moz-background-size: 45px 15px;
	-ms-background-size: 45px 15px;
	background-size: 45px 15px;
}
.RaceOdds_Result_Table04 th.tablesorter-headerDesc .sort:after {
	background-position: -33px -1px;
}
.RaceOdds_Result_Table04 th.tablesorter-headerAsc .sort:after {
	background-position: -33px -1px;
}
/* 点数カウント */
.View_Count{
	display: none;
	font-size: 15px;
	line-height: 18px;
	font-weight: bold;
	color: #fff;
	background: rgba(0,0,0,0.6);
	border-radius: 4px;
	padding: 8px 10px;
	z-index: 100;
	box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.4);
	position: fixed;
	right: 20px;
	bottom: 84px;
	text-align: center;
}
/* 馬番 - ハイフン */
.WakuBan {
	display: inline-block;
	font-size: 72.23%;
	font-weight: bold;
	padding: 4px 0;
	border-radius: 2px;
	position: relative;
	text-align: center;
	width: 26px;
}
.Hyphen {
	position: relative;
	background: transparent;
	display: inline-block;
	height: auto;
	margin: 0 4px 0 0;
	vertical-align: middle;
	width: 8px;
}
.Hyphen::after,
.BetTable.odds_3 .Apart .Hyphen::after{
	content: "";
	background: #333;
	display: inline-block;
	height: 2px;
	width: 8px;
	position: absolute;
	top: -6px;
	left: 0;
}
.RaceOdds_Result_Table02 .Apart .Hyphen::after{
	top: 0;
}
.Kaime_Arrow {
	position: relative;
}
.Kaime_Arrow::after {
	content: "";
	background: none;
	border-top: 2px solid #333;
	border-right: 2px solid #333;
	display: inline-block;
	height: 8px;
	margin: 0 5px 0 -2px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	vertical-align: middle;
	width: 8px;
}

/*移行*/

.IpatVote table.RaceOdds_HorseList_Table tbody tr.selected{
	background: #FFEBED !important;
}
.IpatVote .BetPanel_Item{
	background: #f7f5dd;
}
.IpatVote .BetPanelList{
	margin-bottom: 0;
}
.IpatVote ul.BetPanelOpenList .BetPanel_Item{
	background: #fffffb;
}
.IpatVote .BetPanelTotal{
	display: table;
	width: 100%;
}
.IpatVote .BetPanelTotal > span{
	display: table-cell;
	height: 36px;
	padding: 0 18px;
	color: #2b221a;
	font-weight: bold;
	font-size: 94%;
	text-align: right;
	background: #f5f4f1;
	vertical-align: middle;
}
.IpatVote .BetPanelTotal > span.label{
	width:80px;
	font-size: 100%;
	text-align: center;
	border-radius: 0;
	background: #ccbfac;
}
.IpatVote .ipat_menu{
	position: relative;
	text-align: center;
	height: initial;
	padding-bottom: 20px;
}
.IpatVote .ipat_menu:after{
	display: block;
	position: absolute;
	content:'';
	height: 109px;
	width:316px;
	z-index: -1;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	background-image: url(../common/img/orepro/bet_btn_bg.png);
	background-size: 316px 109px;
	background-repeat: no-repeat;
	background-position: center;
}

.IpatVote .ipat_menu button.Common_Btn{
	width:80px !important;
}
.IpatVote .ipat_menu .Kaime_Set_Btn{
	display: block;
	color: #fff;
	border: 1px solid #fff;
	width: 164px;
	text-align: center;
	padding: 8px 0 6px;
	margin: 10px auto 0;
	font-size: 80%;
}
.IpatVote .ipat_menu button.List_Link{
	background: none;
	border: none;

	display: block;
	color: #fff;
	text-align: center;
	padding: 8px 0px 6px 0;
	margin: 0px auto 0;
	font-size: 80%;
}
.IpatVote > button{
	display: block;
	width:320px;
	max-width: 90%;
	margin:0 auto 20px;
}
.ipat_Set_Menu {
	padding:10px;
	max-width: 375px;
	margin: auto;
}
.ipat_Set_Menu button.Cancel_Btn{
	display: block;
	float: left;
	width: 96px;
	height: 46px;
	font-size: 80%;
	border-radius: 4px;
	margin-top:0 !important;
	background-color: #f5f5f5;
}
.ipat_Set_Menu button.SetBtn{
	width:75%;
	width:calc(100% - 106px);
	width:-webkit-calc(100% - 106px);
	margin-left: 10px;
}
.ipat_Set_Menu a{
	display: block;
	color: #fff;
	border: 1px solid #fff;
	width: 164px;
	text-align: center;
	padding: 8px 0 6px;
	margin: 20px auto 0;
	font-size: 80%;
}

.InputFixedArea_Wrap{
	min-height:76px;
}
.InputFixedArea01{
	position:fixed;
	bottom:0;
	width:100%;
	z-index:1010;
	padding: 6px 10px 8px;
	padding-bottom: calc( 8px + env(safe-area-inset-bottom) );
	background:rgba(0,0,0,.8);
	box-shadow: 0 -1px 3px rgba(0, 0, 0, .5);
}
.InputFixedArea01.tipstar{
	background:rgba(0,0,130,.8);
}
.NoticeList {
	background-color: #F3F3F3;
	font-size: 11px;
	color: #757575;
	padding: 20px 12px 27px;
}
@media screen and (min-width:1025px){
	.NoticeList {
		font-size: 12px;
	}
}
.NoticeList li{
	line-height: calc(18 / 11);
}
.AppBottomFixed .InputFixedArea01 {
	padding-bottom: 26px;
}
.TotalBetDL{
	margin-bottom:4px;
	text-align:center;
}
.TotalBetDL dt,
.TotalBetDL dd{
	display: inline-block;
	color:#fff;
	font-size: 83.34%;
	font-weight:bold;
}
.TotalBetDL dd .PrizeMoney {
	color: #FEDE00;
	font-size: 108%;
}
.InputBtnBox{
	text-align:center;
}
.Shutuba_Form_Footer.Phase01_Btn .SubmitBtn,
.InputBtnBox .SubmitBtn,
.InputFixedArea01 .SubmitBtn{
	-webkit-appearance:none;
	-moz-appearrance:none;
	appearance:none;
	border:none;
	width:100%;
	color:#fff;
	font-size:89%;
	font-weight:bold;
	padding:13px 0;
	border-radius:4px;
	box-shadow: 0 1px 3px rgba(146, 151, 165, .8);
	background:#ef5350;
	-webkit-background-size:10px 11px;
	-moz-background-size:10px 11px;
	-ms-background-size:10px 11px;
	background-size:10px 11px;
}

.InputBtnBox .Btn01 {
	background: #ef5350;
	color: #fff;
	font-size: 83.34%;
	font-weight: bold;
	text-align: center;
	width: 100%;
}
.InputBtnBox .BtnCol01 {
	width: 100%;
}
.InputFixedArea01.Odds .SubmitBtn{
	display:inline-block;
	font-size:83%;
	width:73%;
	color:#fff;
	background:#ef5350;
	text-align:center;
	padding:16px 0px;
	vertical-align: top;
	border-radius:4px;
}
.RaceOdds_Menu02 .Race_Odds_Menu_Title,
.RaceOdds_Menu03 .Race_Odds_Menu_Title,
.RaceOdds_HorseList_Title{
	font-size:94%;
	color:#555;
	text-align:center;
	margin-bottom:9px;
	text-shadow:0 1px 1px #fff;
}
.RaceOdds_Menu02 ul .Formation a{
	line-height:1.2;
	padding:8px 0;
}
.RaceOdds_Menu02 ul .Formation a > span{
	font-size:12px;
	letter-spacing:-1px;
}
.Multi_Select{
	margin-top:16px;
}
.Multi_Select input.MultiCheck,
.RaceOdds_HorseList_Table.Ninki input.HorseCheck_Select,
.Normal .RaceOdds_HorseList_Table .HorseCheck_Select,
.Check input.HorseCheck_Select,
.RaceOdds_Result_Table02 input.BuyCheck_Select{
	display:none;
}

.Mark00 {background-position: -227px 0px;}
.Mark1 {background-position: -1px 0px;}
.Mark2 {background-position: -22px -1px;}
.Mark3 {background-position: -84px 0px;}
.Mark4 {background-position: -42px 0px;}
.Mark5 {background-position: -268px 0px;}
.Mark06 {background-position: -105px -2px;}
.Mark07 {background-position: -127px -2px;}
.Mark08 {background-position: -148px 0px;}
.Mark09 {background-position: -169px 0px;}
.Mark10 {background-position: -189px -2px;}
.Mark11 {background-position: -63px 0px;}
.Mark98 {background-position: -246px -1px;}
.Mark99 {background-position: -210px -1px;}
.Mark100 {background-position: -246px -1px;}
.Race_HorseList_Table .Mark_User {background: #f0f4ff;}
.RaceOdds_HorseList_Table tr td.Player_Name .Odds{
	margin-top: 4px;
	margin-right: 3px;
	font-size: 12px;
	color: #777;
	text-align: right;
	letter-spacing: 0.1px;
}
.RaceOdds_HorseList_Table tr td.Player_Name .Odds .Txt{
	font-size:10px;
}
.RaceOdds_HorseList.Wakuren table td.Player_Select{
	border-left: 1px solid #dadada;
}
.Selected_Block{
	margin:8px 8px 18px;
}
.Selected_Block .Title{
	background:#4150b2;
	color:#fff;
	font-size:88%;
	font-weight:bolder;
	padding:13px 0 13px 12px;
	position:relative;
	border-bottom:1px solid #eee;
}
.Selected_Block .Title:after{
	content: "";
	display: inline-block;
	border-top: 14px solid #fff;
	border-right: 14px solid #fff;
	border-bottom: 14px solid #212e85;
	border-left: 14px solid #212e85;
	position: absolute;
	top: 0;
	right: 0;
	width: 0;
	height: 0;
}
.Selected_Table{
	border-top: 1px solid #dadada;
	border-bottom: 1px solid #dadada;
	display:table;
	width:100%;
}
.IpatVote .Selected_Table{
	border: none;
/*	padding:8px 0; */
}

.Kumiawase_Count{
	font-weight:bold;
	color:#333;
	text-align:center;
	line-height:1.4;
	margin-bottom:4px;
}
.Selected_Table .Kumiawase_Count{
	border-left:1px solid #efefef;
	vertical-align:middle;
	width:90px;
}
.Kumiawase_Count > span.Txt01{
	color:#333;
	margin-bottom:4px;
	font-size:12px;
}
.Selected_Table .Kumiawase_Count > .Txt01{
	font-size:72%;
}
button.SubmitBtn.Type_C, button.SubmitBtn.Type_D{
	background:#ffe35c;
	color:#572908;
	font-weight:bold;
}
button.SubmitBtn.Type_D{
	background: #ffe35c url(../img/icon/icon_view03.png) no-repeat 24px center;
	background-size: 10px 11px;
	-webkit-background-size: 10px 11px;
	-moz-background-size: 10px 11px;
	-ms-background-size: 10px 11px;
}

.RaceOdds_HorseList_Table tr.ActionBtn td.Txt{
	border-left:none;
	background:#fff;
}
.RaceOdds_HorseList_Table tr.ActionBtn td.Txt > div{
	font-size: 85%;
	font-weight:bold;
	text-align:right;
	background:#f5f5f5;
	padding:20px 0;
	margin-right:12px;
}
.RaceOdds_HorseList_Table .ActionBtn td.Txt > div:after{
	content: "";
	display: inline-block;
	width: 14px;
	height: 14px;
	background: #f5f5f5;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	position: relative;
	right: -6px;
	top: 2px;
}
.ActionBtn input{
	display:none;
}
.Normal .RaceOdds_HorseList_Table tr{
	border-bottom:none;
}
.Normal .RaceOdds_HorseList_Table tr [class*="Waku"]{
	font-size:74%;
	width:1.2em;
}
.Normal .RaceOdds_HorseList_Table tr [class*="Waku"],
.Normal .RaceOdds_HorseList_Table tr td.Check,
.Normal .RaceOdds_HorseList_Table tr td.Odds{
	border-bottom:1px solid #dadada;
}
.Normal .RaceOdds_HorseList_Table tr.col_label th {
	border-bottom: 1px solid #dadada;
	padding: 8px;
}
table tr th.Waku1 {background: #fff; color: #333; border-top: 1px solid #dadada;}
table tr th.Waku2 {background: #222; color: #fff !important; border-top: 1px solid #222;}
table tr th.Waku3 {background: #dc3c3c; color: #fff !important; border-top: 1px solid #dc3c3c;}
table tr th.Waku4 {background: #2c53a9; color: #fff !important; border-top: 1px solid #2c53a9;}
table tr th.Waku5 {background: #e4ca3b; color: #333 !important; border-top: 1px solid #e4ca3b;}
table tr th.Waku6 {background: #58af4a; color: #fff !important; border-top: 1px solid #58af4a;}
table tr th.Waku7 {background: #de8a26; color: #fff !important; border-top: 1px solid #de8a26;}
table tr th.Waku8 {background: #dc6179; color: #fff !important; border-top: 1px solid #dc6179;}
table tr th.Waku9 {background: #8516c5; color: #fff !important; border-top: 1px solid #8516c5;}
.Normal .RaceOdds_HorseList_Table tr td.Waku_Normal{
	background: #e3ecff;
	color: #333 !important;
}
.Normal .RaceOdds_HorseList_Table tr td.Odds{
	font-size:78%;
	font-weight:bold;
	text-align:right;
	line-height:1.2;
	padding:10px;
}
.Normal .RaceOdds_HorseList_Table tr [class*="Waku"],
.Normal .RaceOdds_HorseList_Table tr td.Check,
.Normal .RaceOdds_HorseList_Table tr td.Odds{
	border-bottom:1px solid #dadada;
}
span.transition-color,
div.transition-color{
	display: inline-block;
	-webkit-animation-fill-mode: both;
	-ms-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-duration: .4s;
	-ms-animation-duration: .4s;
	animation-duration: .4s;
	-webkit-animation-name: fadeInOdds;
	animation-name: fadeInOdds;
	visibility: visible;
	white-space: nowrap;
}
.Normal .RaceOdds_HorseList_Table{
	width: 50%;
	float: left;
	margin-bottom: 14px;
}
@media screen and (min-width: 375px){
.Normal .RaceOdds_HorseList_Table {
	width: 33.3%;
	float: left;
	}
}
/* myodds top画面 */
@media only screen and (max-width:766px) and (min-width:320px){
	body{
		background:#fff;
	}
}
@media screen and (min-width: 375px){
.Normal .RaceOdds_HorseList_Table:nth-of-type(3n+1), .Ren3_Normal .RaceOdds_HorseList_Table:nth-of-type(3n+1){
	clear: both;
	}
}

@media screen and (min-width:766px){
	.IpatVote .BetTable .pay .FormationTypeWrap {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		align-items: center;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.IpatVote .BetTable .AssumedOdds {
		width: 240px;
		text-align: right;
	}
	.IpatVote .BetTable .RaceOdds_Result_Table02 .AssumedOdds {
		width: 232px;
	}
	.IpatVote .BetTable td.pay {
		padding: 6px 0;
	}
	#select_kumiawase .WakuBan,
	.RaceOdds_Result_Table02 .WakuBan {
		font-size: 14px;
		padding: 5px 0;
		width: 24px;
	}
	.BetTable .Shaban_InBox .Icon_Shirushi01 {
		width: 14px;
		height: 14px;
	}
	#select_kumiawase .LabelArrow {
		width: 56px;
		padding-top: 2px;
	}
	#select_kumiawase .LabelArrow > span {
		font-size: 14px;
	}
	.BetTable .PayData01 > dt {
		font-size: 13px;
	}
	.BetTable div.PayData01,
	.BetTable .OddsData01,
	.BetTable .PayData01 > dd {
		font-size: 15px;
		display: inline-block;
	}
	.IpatVote .BetTable div.kaime_open label span {
		font-size: 14px;
		line-height: 30px;
	}
	.IpatVote .RaceOdds_Result_Table02 tr td {
		text-align: left;
	}
	.IpatVote .BetTable .RaceOdds_Result_Table02 .Num {
		vertical-align: middle;
		margin-right: 20px;
	}
}
/* 買い目一覧メニュー */
.Tab_BetMenu {
	border-bottom: 2px solid #e03d3d;
}
.Tab_BetMenu ul {
	padding: 8px 8px 0;
}
.Tab_BetMenu ul li {
	display: table;
}
.Tab_BetMenu .Col3 li {
	width: 30%;
}
.Tab_BetMenu ul a {
	background: #fff;
	color: #797e8c;
	display: table-cell;
	font-size: 88%;
	font-weight: bold;
	height: 52px;
	position: relative;
	text-align: center;
	vertical-align: middle;
}
.Tab_BetMenu ul .Active a {
	color: #fff;
	background: #e03d3d url(../../img/race/menu_selected.png?20180727) no-repeat center;
	background-size: contain;
	-webkit-background-size: 44px 35px;
	-moz-background-size: 44px 35px;
	-ms-background-size: 44px 35px;
	background-size: 44px 35px;
	box-shadow: 0 1px 2px rgba(255,255,255,.5) inset;
}

.Tab_BetMenu ul .External_links {
	padding-left: 4px;
	width: 23.3%;
}
.Tab_BetMenu ul .External_links a {
	border-radius: 3px;
	font-size: 77%;
	height: 48px;
}


/* 購入一括 */
.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;
}
@-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);
	}
}
.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;
}

.BatchInput_Form {
	position: relative;
	border-radius: 12px;
	background: #fff;
	z-index: 1100;
	/* margin: 36px auto 16px; */
	margin: 150px auto 16px;
	width: calc(100% - 32px);
	max-width: 480px;
}
.BatchInput_Header {
	padding: 30px 20px 20px;
	position: relative;
}
.no_odds .BatchInput_Header{
	padding: 50px 20px 20px;
}
.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: "ヒラギノ角ゴ ProN W3",ArialMT,"Hiragino Kaku Gothic ProN";
	-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;
}
.BatchInputValue > div > span {
	font-weight: normal;
	font-size: 74%;
}
.BatchInput_Form .Type_Btn {
	padding: 20px;
}
.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);
}
.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;
}
.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);
}



/* 購入金額btn */
.InputValue_Table tr.ItemList td.Money div {
	display: table;
	text-align: right;
	width: 100%;
}
.InputValue_Table tr.ItemList td.Money span {
	display: table-cell;
	font-size: 15px;
	font-weight: bold;
	vertical-align: middle;
	width: 33px;
	white-space: nowrap;
}
.InputValue_Table tr.Parent td.Money span.Txt02 {
	padding-left: 1px;
	text-align: left;
	white-space: normal;
}
.InputValue_Table tr.ItemList.Parent td.Money .InputMoney {
	min-width: 30px;
}
/* footer_fixed_modal */
.InputBtnBox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	max-width: 640px;
	margin: auto;
}
.InputBtnBox button{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	flex-direction: column;
	border: none;
	cursor: pointer;
	outline: none;
	height: 44px;
	border-radius: 3px;
	white-space: nowrap;
}
.InputBtnBox button + button {
	margin-left: 6px;
}
.InputBtnBox button:disabled {
	background: #999999;
}
.InputBtnBox #action_bet,
.InputBtnBox .action_bet {
	background: #ef5350;
	color: #fff;
	font-size: 83.34%;
	font-weight: bold;
	text-align: center;
	width: 73%;
}

.InputBtnBox #action_bet:disabled,
.InputBtnBox .action_bet:disabled {
	background: #999999;
	color: #555;
}

.InputBtnBox #action_bet span,
.InputBtnBox .action_bet span{
	display: inline-block;
	font-size: 86.7%;
	margin-top: 4px;
}
.InputBtnBox .BetAddBtn {
	font-size: 77.78%;
	background: #fff;
	padding: 6px;
	width: 23.7%;
	line-height: 1.3;
	color:#000;
}
.InputBtnBox .CheckBtn {
	font-size: 77.78%;
/*	background: #feebed; */
	padding: 2px;
	line-height: 16px;
	color:#000;
}
.InputBtnBox .CheckBtn:disabled {
	background: #f3f3f3;
	color: #ccc;
}
.InputBtnBox .CheckBtn.CheckChangeBtn ,
.InputBtnBox .CheckBtn.CheckDeleteBtn {
	width: 48%;
	background: #fff;
}
span.InputBtnCheckIcon {
	position: relative;
	display: inline-block;
	width: 16px;
	height: 16px;
	border-radius: 4px;
	background: #fff;
	border: 1px solid #adadad;
	overflow: hidden;
	text-indent: 30px;
	vertical-align: top;
	margin: 0 3px 3px;
}
span.InputBtnCheckIcon::after{
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -5px;
	margin-left: -2px;
	width: 4px;
	height: 8px;
	border-right: 1px solid #dbdbdb;
	border-bottom: 1px solid #dbdbdb;
	-webkit-transform:rotate(45deg);
	-ms-transform:rotate(45deg);
	transform:rotate(45deg);
}


.InputFixedArea_Wrap {
	/* min-height: 140px; */
	min-height: 158px;
}
@media only screen and (min-width: 1024px) {
	.InputFixedArea01 {
		width: 100%;
		max-width: 960px;
	}
}
/* 買い目一覧 - 未選択メッセージ */
.NoData_Msg {
	margin: 12px 14px;
}
.NoData_Msg .Msg {
	border: 5px solid #ddd;
	background: #fff;
	font-size: 88.89%;
	font-weight: bold;
	line-height: 1.3;
	margin-bottom: 8px;
	padding: 12px;
	text-align: center;
}
.NoData_Msg .Txt {
	font-size: 83.34%;
	line-height: 1.3;
}
/* 買い目一覧　-　注意事項 */
.Ipat_Notice {
	padding: 8px 8px 18px;
}
.Ipat_Notice .Title {
	background: #ffe35c;
	font-size: 88%;
	font-weight: bold;
	margin-bottom: 0;
	padding: 8px;
	text-align: center;
}
.Ipat_Notice .Title > img {
	margin-right: 4px;
	margin-left: -1em;
	position: relative;
	top: 1px;
	vertical-align: bottom;
}
.Ipat_Notice .Inner {
	background: #FFF9D9;
	padding: 8px;
}
.Ipat_Notice ul li {
	font-size: 83%;
	color: #333;
	line-height: 1.3;
}
.Ipat_Notice ul li + li {
	margin-top: 8px;
}

@media screen and (max-width: 350px){
	.IpatVote .BetKaime_Table > div.AssumedOdds,
	.Selected_Table .AssumedOdds.FormationType,
	.IpatVote .RaceOdds_Result_Table02 tr td.AssumedOdds {
		display: none;
	}
}
/* 買い目一覧 リンクメニュー .BetRaceEdit_Wrap */
.BetRaceEdit_Wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	/* -webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between; */
	padding: 12px 8px;
}
.BetTable .BetRaceEdit_Wrap{
	padding:0 8px 7px;
}
.BetRaceEdit_Wrap a.Btn01 {
	display: block;
	font-size: 72.23%;
	color: #555;
	font-weight: bold;
	line-height: 30px;
	border: 1px solid #707070;
	border-radius: 4px;
	padding: 0 12px;
}
.BetRaceEdit_Wrap a.Btn01.Btn01--2 {
	margin-left: 0;
}
.BetRaceEdit_Wrap .Btn01:nth-of-type(1),
.BetRaceEdit_Wrap .Btn01:nth-of-type(2){
	margin-left: auto;
}
.BetTable .BetRaceEdit_Wrap a.Btn01{
	margin-left: 0;
	margin-right: auto;
}
.BetRaceEdit_Wrap .Btn01:nth-of-type(3) {
	margin-left:5px;
}
.BetRaceEdit_Wrap a.Btn02 {
	display: block;
	font-size: 83.34%;
	color: #555;
	font-weight: bold;
	line-height: 30px;
	border: 1px solid #707070;
	border-radius: 15px;
	padding: 0 16px;
}
.BetRaceEdit_Wrap .Btn01.NewIcon{
	position: relative;
}
.BetRaceEdit_Wrap .Btn01.NewIcon:before{
	content: "NEW";
	display: flex;
	justify-content: center;
	align-items: center;
	width: 38px;
	height: 12px;
	background: #EF5350;
	top: -10px;
	left: 50%;
	font-size: 10px;
	color: #fff;
	font-family: Noto Sans JP;
	transform: translate(-50%, 0);
	position: absolute;
	text-align: center;
	z-index: 1;
	border-radius: 2px;
}
.BetRaceEdit_Wrap .Btn01.NewIcon:after {
	content: "";
	display: block;
	margin: auto;
	width: 0;
	height: 0;
	position: absolute;
	top: 1px;
	left: 50%;
	transform: translate(-50%, 0);
	border-style: solid;
	border-width: 5px 2px 0 2px;
	border-color: #EF5350 transparent transparent transparent;
	z-index: 1;
}

/* 購入時間外 */
.RaceNotBet {
	padding: 20px 0 30px;
}
.RaceNotBet .RaceNotBetTxt {
	margin: 13px 10px 30px;
	padding: 26px 10px;
	line-height: 1.6;
	background-color: #f3f3f3;
	border-radius: 7px;
}
.RaceNotBetTxt > p {
	font-size: 77.78%;
	color: #444;
	line-height: 1.6;
	text-align: center;
}
.RaceNotBetTxt > p:first-of-type {
	font-size: 88.89%;
	font-weight: bold;
	margin-bottom: 0.5em;
}
.RaceNotBetTxt > p:last-of-type {
}



/* =======================================================
 TIP STAR 連携メニュー .MenuListArea01
======================================================= */
.MenuListArea01 {

}
.MenuListArea01 .SubTitle{
	margin: 0 10px;
}
.MenuListArea01 .SubTitle h3{
	margin-bottom: 8px;
}
.MenuListArea01 p.Notice01{
	font-size: 66.67%;
	color: #666;
	line-height: 1.5;
	margin: 10px 8px 8px;
	text-align: right;
}
/* PC */
@media only screen and (min-width: 1025px) {
	.MenuListArea01 .SubTitle {
		margin: 0;
	}
}
ul.MenuList {
	border-top: 1px solid #e0e0e0;
	margin-bottom: 26px;
}
ul.MenuList > li{
	background: #fff;
	border-bottom: 1px solid #e0e0e0;
}
ul.MenuList > li > a {
	display: block;
	font-size: 88.89%;
	font-weight: normal;
	color: #444;
	letter-spacing: 0.03em;
	line-height: 1.2;
	padding: 15px 0 15px 58px;
}
ul.MenuList > li a {
	position: relative;
	padding: 20px 22px;
}
ul.MenuList > li a:after {
	content: '';
	position: absolute;
	top: 50%;
	right: 10px;
	display: block;
	width: 7px;
	height: 7px;
	border-top: 2px solid #888;
	border-right: 2px solid #888;
	border-radius: 1px;
	-webkit-transform: translateY(-50%) rotate(45deg);
	transform: translateY(-50%) rotate(45deg);
	z-index: 10;
}
/* =======================================================
 レース選択モーダル .RaceChoiceArea
======================================================= */
.RaceChoiceWrap {
	padding-bottom: 10px;
}
.RaceChoiceWrap .Title {
	display: block;
	font-size: 111.12%;
	font-weight: bold;
	color: #444;
	margin: 52px 30px 10px;
}
.RaceChoiceWrap .Txt01 {
	display: block;
	font-size: 77.78%;
	color: #5e5c5c;
	margin: 0 30px 10px;
}
.RaceChoiceWrap .Check {
	margin: 24px 10px 0;
	background: #f0f0f0;
	padding: 18px 34px;
	border-radius: 8px;
}
.RaceChoiceWrap .Check input {
	display: none;
}
.RaceChoiceWrap .Check input[type="checkbox"] + label {
	padding-left: 24px;
	line-height: 18px;
	display: inline-block;
	position: relative;
	text-align: center;
	font-size: 66.67%;
}
.RaceChoiceWrap .Check input[type="checkbox"] + label::before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 17px;
	height: 17px;
	background: #fff;
	border: 1px solid #999;
	border-radius: 4px;
}
.RaceChoiceWrap .Check input[type="checkbox"]:checked + label::before {
	border: 1px solid #ef5350;
	background: #ef5350;
}
.RaceChoiceWrap .Check input[type="checkbox"]:checked + label::after {
	content: "";
	display: block;
	position: absolute;
	top: 3px;
	left: 6px;
	width: 5px;
	height: 10px;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.RaceChoiceWrap .Btn_Group {
	margin-top: 38px;
}
.RaceChoiceWrap .Btn_Group li.Pist6 a {
	border-width: 2px;
	font-weight: bold;
}
.RaceChoiceWrap .Btn_Group li.Race_Fixed a {
	background: #ebebeb;
	color: #999;
	position: relative;
}
.RaceChoiceWrap .RaceSelectArea {

}
.RaceChoiceWrap .RaceSelectArea ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	padding: 0 10px 11px;
	margin-right: -6px;
}
.RaceChoiceWrap .RaceSelectArea ul li {
	flex-grow:0;
	width: 16.6%;
	width: calc(100% /6);
	position: relative;
}
.RaceChoiceWrap .RaceSelectArea ul li .commonCampaignBadge{
	position: absolute;
    right: 0px;
    top: -5px;
}
.RaceChoiceWrap .RaceSelectArea ul li > a.RaceLink,
.RaceChoiceWrap .RaceSelectArea ul li > span.Race_Fixed {
	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;
	height: 52px;
	border-radius: 4px;
	margin: 0 6px 8px 0;
}
.RaceChoiceWrap .RaceSelectArea ul li > a.RaceLink {
	border: 1px solid #e7e7e7;
	color: #444;
}
.RaceChoiceWrap .RaceSelectArea ul li > span.Race_Fixed {
	background: #d1d1d1;
	color: #fff;
}
.RaceChoiceWrap .RaceSelectArea ul li > .RaceLink.Race_Fixed {
	background: #d1d1d1;
	color: #fff;
}
.RaceChoiceWrap .RaceSelectArea ul li span.RaceNum {
	display: block;
	font-size: 77.78%;
	font-weight: bold;
	text-align: center;
	margin-bottom: 6px;
}
.RaceChoiceWrap .RaceSelectArea ul li span.RaceName {
	display: block;
	font-size: 66.67%;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.RaceChoiceWrap .RaceSelectArea ul li a.RaceLink span.RaceName {
	color: #666;
}

.RaceChoiceWrap .RaceSelectArea ul li a.RaceLink.Race_Fixed span.RaceName {
	color: #fff;
}

.RaceChoiceSelect{
	display: flex;
	justify-content: center;
}
.RaceChoiceSelect li{
	width: 50%;
	text-align: center;;
	color:#444444;
	font-size:72.22%;
	font-weight: bold;
	background:#EBEBEB;
}
.RaceChoiceSelect li.active{
	background:#fff;
}
.RaceChoiceSelect li a{
	display: block;
	padding: 18px 0;
	color:#444444;
	font-size: 100%;
	font-weight: bold;
}
.RaceChoiceWrap a.campaign_img{
	display: block;
	width:94.66%;
	margin: 10px auto;
}
.RaceChoiceWrap a.campaign_img img{
	width: 100%;
	/* max-height: 100px; */
	width: 192px !important;
	max-height: 60px;
	margin: auto;
	display: block;
}
.sale_list ul{
	width:94.66%;
	margin: 15px auto;
}
.sale_list li{
	display: flex;
	align-items: flex-end;
	align-items: center;
	width: 100%;
	padding:10px;
	background:#F3F3F3;
	border-radius: 8px;
}
.sale_list li + li{
	margin-top:10px;
}
.sale_list .RaceList_Item01{
	margin-right: 10px;
	margin-bottom: 5px;
}
.sale_list .RaceList_Item01 .Race_Num{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width:64px;
	height: 64px;
	padding:14px 0;
	background:#FFFFFF;
	border-radius: 4px;
}
.sale_list .RaceList_Item01 .Race_Num span{
	color: #444444;
	font-weight: bold;
}
.sale_list .RaceList_Item01 .Race_Num span:nth-of-type(1){
	font-size:83.33%;
}
.sale_list .RaceList_Item01 .Race_Num span:nth-of-type(2){
	margin-top:5px;
	font-size:88.89%;
}
.sale_list .RaceList_Item02{
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-bottom: 5px;
}
.sale_list .RaceList_Item02 .Race_Rank{
	font-size: 11px;
	font-weight: normal;
	margin-bottom: 7px;
}
.sale_list .RaceList_Item02 .Race_Group{
	display: flex;
	margin-bottom:6px;
}
.sale_list .RaceList_Item02 .Race_Group .Race_Day{
	font-size: 13px;
	font-weight: bold;
	color: #777777;
	margin-right: 7px;
    margin-top: 1px;
}
.sale_list .RaceList_Item02 .Race_Data{
	display: flex;
	/* flex-direction: column; */
}
.sale_list .RaceList_Item02 .Race_Data span{
	font-size:72.22%;
	font-weight: bold;
	line-height: 1.38;
	color:#666666;
}
.sale_list .RaceList_Item02 .Race_Data .Deadline_Txt01{
	color:#E03D3D;
	margin-left: 14px;
}
.sale_list .RaceList_Item03{
	margin-left: auto;
}
.sale_list .RaceList_Item03 a{
	display: block;
	min-width: 73px;
	text-align: center;
	padding:7.5px 0;
	background:#FFFFFF;
	font-size:72.22%;
	font-weight: bold;
	border-radius: 15px;
}
.sale_list .RaceList_Item03 a + a{
	/* margin-top:10px; */
}
.sale_list .RaceList_Item03 .entry_link{
	color:#666666;
	border:1px solid #898989;
	display: none;
}
.sale_list .RaceList_Item03 .vote_link{
	color:#E03D3D;
	border:1px solid #E03D3D;
}
.sale_list .RaceList_Item03 .result_link{
	background: #d1d1d1;
	color: #fff;
}
.RaceChoiceWrap .sale_list,
.RaceChoiceWrap .place_list{
	max-height: 430px;
	overflow-x: inherit;
}
.RaceChoiceWrap .sale_list,
.RaceChoiceWrap .place_list {
	-webkit-mask-image: linear-gradient(transparent, #fff 1em, #fff calc(100% - 1em), transparent);
	mask-image: linear-gradient(transparent, #fff 1em, #fff calc(100% - 1em), transparent);
}
@media screen and (max-width:360px){
	.RaceChoiceWrap .RaceChoice_list.sale_list,
	.RaceChoiceWrap .RaceChoice_list.place_list{
		max-height: 310px;
	}
}
@media screen and (max-width:340px){
	.RaceChoiceWrap .RaceChoice_list.sale_list,
	.RaceChoiceWrap .RaceChoice_list.place_list{
		max-height: 280px;
	}
}
.sale_list{
	display: none;
}
.place_list{
	display: none;
}
.RaceChoiceWrap .RaceChoice_tab.active{
	pointer-events: none;
}
.RaceChoiceWrap .RaceChoice_list.active{
	display: block;
}

.RaceChoiceWrap .place_list .Btn_Group {
	margin-top: 15px;
}
.RaceChoiceWrap .place_list .jyo_tab{
	padding-top: 9px;
}
.RaceChoiceWrap .place_list .jyo_tab li .commonCampaignBadge{
	position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    margin-left: 34px;
    margin-top: -6px;
}

.RaceChoiceWrap .sale_list .RaceList_Item01 {
	position: relative;
}

.RaceChoiceWrap .sale_list .RaceList_Item01 .commonCampaignBadge{
	position: absolute;
	right: -10px;
	top: -9px;
}

#tag-narabi_yoso .DeployYosoWrap .WakuSeparat {
	height: 5px;
}

@media screen and (orientation: landscape) and (max-width: 767px){
	#tag-narabi_yoso .HalfModal .RaceChoiceWrap{
		overflow-x: scroll;
	}
	.RaceChoiceWrap .sale_list,
	.RaceChoiceWrap .place_list {
		max-height: 70vh;
		min-height: inherit;
	}
}
