@charset "euc-jp";

/* =======================================================
【馬券購入フロー追加】 ipat_vote.css

======================================================= */

.ContentWrap {
	font-size: 18.1px;
}
.select_col {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-align-items: center;
	-ms-align-items: center;
	align-items: center;
}
.select_col .select_col_item + .select_col_item {
	margin-left: 10px;
}

.w70 {
	width: 70px;
}

.LinkBtn_04 a {
	display: block;
	width: 100%;
	color: #999;
	font-size: 88%;
	font-weight: bold;
	text-align: center;
	padding: 15px 0;
	border-radius: 4px;
	border: 2px solid #bfbfbf;
	margin-bottom: 10px;
}

/*  */
.RaceSelectContainer {
	background: #2c4ebe;
	padding: 3px 6px;
}
.RaceSelectContainer button.btn {
	background: #3178e1;
	background: -moz-linear-gradient(top, #3178e1 0%, #1e5bc1 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3178e1), color-stop(100%,#1e5bc1));
	background: -webkit-linear-gradient(top, #3178e1 0%,#1e5bc1 100%);
	background: -ms-linear-gradient(top, #3178e1 0%,#1e5bc1 100%);
	background: linear-gradient(to bottom, #3178e1 0%,#1e5bc1 100%);
	border: 1px solid #1c3a9c;
	border-radius: 5px;
	padding: 0 20px 0 8px;
	box-shadow: 0 1px 1px rgba(255,255,255,.5) inset;
	position: relative;
	color: #fff;
	text-align: left;
}
.RaceSelectContainer button.btn > span {
	line-height: 32px;
}
.RaceSelectContainer button.btn .caret {
	border-top: 4px solid #a5c9ff;
	position: absolute;
	top: 50%;
	right: 6px;
	margin-top: -2px;
}

.VoteTypeSelectContainer {
	padding: 8px 6px;
}
.VoteTypeSelectContainer button.btn {
	padding: 0 20px 0 8px;
}
.VoteTypeSelectContainer button.btn > span {
	line-height: 32px;
}

.MultiCheck {
	display: inline-block;
	position: relative;
}
.MultiCheck input + span{
	padding-left: 20px;
	font-size: 14px;
}
.MultiCheck input + span:before{
	z-index: 0;
	background-color: #fff;
	width: 22px;
	height: 22px;
	border: 2px #616161 solid;
	border-radius: 5px;
}

.MultiCheck input[type="checkbox"] + span:before,
.MultiCheck input[type="checkbox"] + span:after {
	display: inline-block;
	content: '';
	position: absolute;
	top: 0;
	left: 0;
}
.MultiCheck input[type="checkbox"]:checked + span:before {
	background-color: #616161;
}
.MultiCheck input[type="checkbox"]:checked + span:after {
	z-index: 1;
	margin: 5px 8px;
	width: 6px;
	height: 9px;
	border: 2px solid #fff;
	border-width: 0 2px 2px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

input[type="checkbox"][disabled],
input[type="checkbox"][disabled] + span {
	display: none;
}
input[type="checkbox"][disabled] + span:before {
	border-color: #ccc;
	background: #eee;
}

.MoneyInputBox {
	margin-bottom: 18px;
}
.MoneyInputBox input[type='number'] {
	height: 35px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #656565;
	background-color: #f5f5f5;
	-webkit-box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 1px 0px inset;
	-moz-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 0px 0px inset;
	box-shadow: inset 0px 2px 1px 0px rgba(0,0,0,0.4);
	padding: 0;
	font-size: 15px;
	line-height: 15px;
	position: relative;
	margin-right: 6px;
}

/* 投票内容 .BetPanelArea */
.BetPanelArea {

}

.BetPanelTitle01 {
	font-size: 15px;
	font-weight: bold;
	color: #54544C;
	text-align: left;
	padding: 10px 15px;
	background-color: #C5C59D;
	overflow: hidden;
	border: 1px solid #E3E5EB;
}

ul.BetPanelList > li {
	position: relative;
}

.BetPanel_Item,
.bg-danger {
	border: 1px solid #ccc;
}
.BetPanel_Item {
	background: #fff;
}
.BetPanelArea ul.BetInfo {
	width: 100%;
	padding: 10px 6px 10px 58px;
}
.BetPanelArea ul.BetInfo li.BetInfo_Item{
	font-size: 14px;
	line-height: 1.5;
}


.BetPanelOpenBtn {
	position: absolute;
	top: 14px;
	left: 12px;
}
.BetPanelOpenBtn a > span {
	display: block;
	font-size: 20px;
	font-weight: bold;
	color: #888;
	border: 1px solid #888;
	border-radius: 7px;
	width: 36px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	z-index: 10;
}

ul.BetPanelOpenList .BetPanel_Item {
	background: #f9f9f9;
}

.RaceOdds_HorseList_Table tr.ActionBtn td.Txt {
	height: 42px;
}
.RaceOdds_HorseList_Table tr.ActionBtn td.Txt > div {
	height: 100%;
	background: #f5f5f5;
	padding: 0;
	position: relative;
}
.RaceOdds_HorseList_Table tr.ActionBtn td.Txt > div > span {
	display: inline-block;
	position: relative;
	top: 50%;
	-webkit- transform: translateY(-50%);
	transform: translateY(-50%);
}
.RaceOdds_HorseList_Table .ActionBtn td.Txt > div:after {
	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: relative;
	right: -6px;
	top: 50%;
}
.MoneyInputModal {
	padding: 16px;
}
.MoneyInputModal > p {
	font-size: 15px;
}
.MoneyInputModal .MoneyInputBox {
	text-align: center;
}
.MoneyInputModal .MoneyInputBox > div {
	margin-bottom: 16px;
	text-align: left;
}

/* 海外別タブ用 */
.RaceIpatWrap {
	max-width: 600px;
	margin: auto;
}
.ui-widget.ui-widget-content {
	border: 1px solid #c5c5c5;
	width: 600px;
	max-width: 600px;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}
