@charset "utf-8";
/*既存対応*/
#RaceBetEdit .Race_Detail_Info_Btn .Change_Btn{
	display: block;
    line-height: 27px;
}
#RaceBetEdit .RaceList_NameBox .RaceList_Item01 .Race_Num {
	display: inline-block;
    font-size: 83.34%;
	line-height: 40px;
	height: 40px;
}
#RaceBetEdit .RaceList_NameBox .RaceList_Item01 .Race_Num span{
	line-height: 40px;
	height: 40px;	
}
/* 資金分配機能 */

/* メニュー */
.BetRaceEdit_Wrap {
	padding:7px 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	background: #f3f3f3;
	border-top: 1px solid #999;
	justify-content: space-between;
}
.BetRaceEdit_Wrap a {
/*	width: 100%;*/
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	height: 44px;
	color: #555555;
	font-size: 72.2222%;
	font-weight: normal;
	background: #fff;
	border-radius: 4px;
	border:1px solid #B5B5B5;
}
.BetRaceEdit_Wrap a:nth-child(1){
	width: 18.67%;
}
.BetRaceEdit_Wrap a:nth-child(2){
	width: 17.6%;
}
.BetRaceEdit_Wrap a:nth-child(3){
    width: 21.87%;
}
.BetRaceEdit_Wrap a:nth-child(4){
	width: 32%;
}
.BetRaceEdit_Wrap a:only-child{
	margin-left: auto;
}
.BetRaceEdit_Wrap a svg{
	margin-bottom: 3px;
}

.RaceOdds_Result_Table02 tr td, .RaceOdds_Result_Table03 tr td{
	padding-top:0;
}

/*買い目*/
.Kaime_Arrow{
	border:none;
	transform: none;
}


/* 展開 */
.BetTable .BetRaceEdit_Wrap.Result_Table02{
	padding: 0 10px 9px;
    background: #fff;
    border-top: none;
    display: block;
}
.BetTable .BetRaceEdit_Wrap.Result_Table02 a{
	margin-left: 0;
	border-color: #707070;
	height: 30px;
	width: 54px;
	line-height: 30px;
	text-align: center;
}
.IpatVote .RaceOdds_Result_Table02 tr td {
	border:none;
}

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

}