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

============================================*/
.RaceOdds_Menu02 {
	margin-bottom: 22px;
	padding: 22px 5px 5px 8px;
	position: relative;
}
.RaceOdds_Menu03 {
	margin-bottom: 22px;
	padding: 8px 5px 5px 8px;
	position: relative;
}
.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;
}
#RaceBetEdit button {
	cursor: pointer;
}
#RaceBetEdit button:hover {
	filter: alpha(opacity=85);
	opacity: 0.85;
	-moz-opacity: 0.85;
}

/* マルチ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 {
	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;
}
.RaceCard_Table .Player_Info dl dt.PlayerName {
	position: relative;
	width: 100%;
	font-size: 94.5%;
	font-weight: bold;
	line-height: 1.2;
	margin-bottom: 4px;
}
.RaceCard_Table .Player_Info dl dd.PlayerFrom,
.RaceCard_Table .Player_Info dl dd.PlayerClass {
	font-size: 55.56%;
	font-weight: bold;
	color: #9c9fa6;
}
.RaceCard_Table .Player_Info dl dd.PlayerFrom {
}
.RaceCard_Table .Player_Info dl dd.PlayerClass {
}
.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;
}
.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;
}
.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: #f0f4ff;
}


.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_"] {
	width: 30px;
	height: 30px;
}
.RaceOdds_HorseList_Table .HorseCheck_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.Waku .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.Player_Name > div{
	font-weight: bold;
	font-size: 83.34%;
	text-align: left;
	padding: 2px 0 2px 6px;
	line-height: 1.2;
}

/* =======================================================
 買い目一覧
======================================================= */
/* 投票 */
.Selected_Table_Head {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	background: #f3f3f3;
}
.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;
	border-right: 1px solid #999;
	padding: 8px;
	flex: 1;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.Selected_Table_Head .Select {
	width: 34px;
}
/* 買い目一覧 */
.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;
}
.IpatVote .BetTable + .Type{
	margin-top: -1px;
}
.IpatVote .BetTable{
	border-bottom: 1px solid #999;
	display: table;
	width: 100%;
}
.IpatVote .BetTable.color{
	border-top: 1px solid #ef5350;
	border-bottom: 1px solid #ef5350;
	margin-top: -1px;
}
.IpatVote .Selected_Table{
	border: none;
	padding: 0;
}

.IpatVote .Selected_Table > div{
	display: table-cell;
	position: relative;
	padding: 0 0 10px;
}
.BetTable .Kenshu {
	font-size: 77.78%;
	font-weight: bold;
	color: #555;
	margin: 0 -100px 8px 0;
}
.BetTable #select_kumiawase {
	display: table-cell;
}
#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 {
	display: inline-block;
	margin: 2px 4px 2px 0;
}
.BetTable .Shaban_InBox .Icon_Shirushi01 {
	margin: auto;
	width: 10px;
	height: 10px;
}
#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{
	display: inline-block;
	font-size: 11px;
	padding: 4px 0;
	width: 20px;
}
#select_kumiawase .WakuBan.Waku1,
.RaceOdds_Result_Table02 .WakuBan.Waku1 {
	border: 1px solid #707070;
}
.Shaban_InBox .WakuBan + .Icon_Shirushi01 {
	margin-top: 2px;
}
.RaceOdds_Result_Table02 .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;
}

.IpatVote .BetTable .BetKaime_Table {
	display: table;
	width: 100%;
}
.IpatVote .BetKaime_Table > div{
	display: table-cell;
	position: relative;
}
.IpatVote .BetTable div.kaime_open{
	text-align: center;
	letter-spacing: normal;
	margin: 10px 8px 2px;
}
.IpatVote .BetTablee div.kaime_open input{
	display: none;
}
.IpatVote .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;
}
.IpatVote .BetTable div.kaime_open label span.Open{
	color:#fff;
	background: #acacac;
}
.IpatVote .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;
}
.IpatVote .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;

}
.IpatVote .BetTable div.kaime_view {
	padding: 10px 0 0 8px;
	width: 140px;
	letter-spacing: normal;
	color: #555;
}
@media screen and (max-width:765px){
	.IpatVote .BetTable div.kaime_view {
		width: 104px;
	}
}
.IpatVote .BetTable div.kaime_view.FormationType {
	width: 50%;
/*	width: calc(100% - 159px);
	width: -webkit-calc(100% - 159px); */
}
.IpatVote .BetTable div.kaime_view .Num,
.IpatVote .BetTable .RaceOdds_Result_Table02 .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;
}
.IpatVote .BetTable .kaime_view > span.Kenshu {
	display: inline-block;
	padding-bottom: 12px;
	font-size: 88.89%;
}
.IpatVote .BetTable .kaime_view .LabelWrap {
	display: table;
	width: 100%;
}
.IpatVote .BetTable .kaime_view .LabelWrap + .LabelWrap {
	margin-top: 6px;
}
.IpatVote .BetTable .kaime_view .LabelWrap > div {
	display: table-cell;
	vertical-align: middle;
}
/*
.IpatVote .BetTable .kaime_view table tr:empty{
	display: none;
} */
.IpatVote .BetTable .bg-danger{
	border: none;
	border-top: 1px solid #ef5350;
	border-bottom: 1px solid #ef5350;
}
.IpatVote .BetTable .pay{
	font-size: 77.78%;
	padding: 10px 0 0;
	text-align: right;
	vertical-align: middle;
}
.IpatVote .BetTable .pay.FormationType{
	height: 100px;
}
.IpatVote .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;
}
.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;
}
.Selected_Table .AssumedOdds.FormationType {
	width: auto;
}
.BetTable .PayData01 {
	padding: 8px 0 0;
	line-height: 1.2;
}
.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;
}
.IpatVote .BetTable div.pay .Txt01 .Total{
	text-align: right;
	display: block;
}
.IpatVote .BetTable .Select{
	position: relative;
	width: 34px;
	text-align: center;
	vertical-align: middle;
	background: #f3f3f3;
}

.IpatVote .BetTable.color .Selected_Table .Select{
	background: #feebed;
}
.IpatVote .BetTable .Select [class*="Check01Btn_"]{
	width: 24px;
	height: 24px;
	border-radius: 4px;
}
.IpatVote .BuyCheck_Select + label {
	background: #fff;
	border: 1px solid #adadad;
}
.IpatVote .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);
}
.IpatVote .BuyCheck_Select:checked + label::after{
	border-right:2px solid #fff;
	border-bottom:2px solid #fff;
}
.IpatVote .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;
}

/*-- チェックアニメーション --*/
@-webkit-keyframes checkbox-check02{
	0%{
		width: 18px;
	}
	100%{
		width: 0;
	}
}
@keyframes checkbox-check02{
	0%{
		width: 18px;
	}
	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: 8px 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 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;
}

/* 馬番 - ハイフン */
.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 {
	content: "";
	background: #333;
	display: inline-block;
	height: 2px;
	width: 8px;
	position: absolute;
	top: -6px;
	left: 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:4px 8px;
	background:rgba(0,0,0,.8);
	box-shadow: 0 -1px 3px rgba(0, 0, 0, .5);
}
.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;
}
.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;
}
.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;
}
.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-bottom:1px solid #efefef;
	display:table;
	width:100%;
	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;
	}
	.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: 4px;
	background: #fff;
	z-index: 1100;
	margin: 36px auto 16px;
	width: calc(100% - 32px);
	max-width: 480px;
}
.BatchInput_Header {
	padding: 18px 12px 12px;
	position: relative;
}
.BatchInput_Header .Title {
	font-size: 88.89%;
	font-weight: bold;
	color: #444;
	margin-bottom: 16px;
}
.BatchInput_Header .BatchInputValue {
	display: -webkit-box;
	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;
}
.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: 138%;
	font-weight: bold;
	margin-left: 4px;
	line-height: 60px;
}
.BatchInputValue > div > span {
	font-weight: normal;
	font-size: 74%;
}
.BatchInput_Form .Type_Btn {
	padding: 12px;
}
.BatchInput_Form .Type_Btn 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;
}
.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_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: 46px;
	border-radius: 3px;
	white-space: nowrap;
}
.InputBtnBox button + button {
	margin-left: 6px;
}
.InputBtnBox #action_bet {
	background: #ef5350;
	color: #fff;
	font-size: 83.34%;
	font-weight: bold;
	text-align: center;
	width: 44%;
}
.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: 20.7%;
	line-height: 1.3;
}
.InputBtnBox .CheckBtn {
	font-size: 72.23%;
	background: #feebed;
	padding: 2px;
	line-height: 16px;
}
.InputBtnBox .CheckBtn:disabled {
	background: #f3f3f3;
	color: #ccc;
}
.InputBtnBox .CheckBtn.CheckChangeBtn {
	width: 18.7%;
}
.InputBtnBox .CheckBtn.CheckDeleteBtn {
	width: 13.6%;
}
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: 76px;
}
@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;
	}
}

/* =======================================================
 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;
}






