@charset "utf-8";
select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
select::-ms-expand {
	display: none;
}
select::-ms-value {
	color: currentColor;
}
/*------------------------------
レイアウト系
--------------------------------*/
.confirm-narrowInner {
	padding-top: 32px;
}
/*------------------------------
タイトル、テキスト系
--------------------------------*/
.confirm-h1 {
	text-align: center;
	margin-bottom: 30px;
}

.confirm-h1 > *{
	display: inline-block;
	padding-bottom: 12px;
	border-bottom: 3px solid #212121;
	font-size: 2rem;
	font-weight: bold;
}

.confirm-big .confirm-h1 > *{
	border-bottom-color: #e80000;
}

.confirm-toto .confirm-h1 > *{
	border-bottom-color: #ffd800;
}

/*------------------------------
ボックス系
--------------------------------*/
.confirm-box {
	margin-bottom: 30px;
	border: 3px solid #dbdbdb;
	padding: 30px 28px;
	background: url(/vote/confirm/s/img/bg-confirm-fbuki_sp.png) repeat-x center bottom/ auto 110px;
}

/*------------------------------
フォーム系
--------------------------------*/
.confirm-process + .confirm-process {
	margin-top: 32px;
}

.confirm-processTtl {
	font-weight: bold;
	font-size: 1.6rem;
	margin-bottom: 15px;
}

.confirm-selectLabel {
	display: block;
	position: relative;
}

.confirm-select-row > .confirm-selectLabel + .confirm-selectLabel {
	margin-top: 15px;
}

.confirm-selectLabel:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 15px;
	width: 10px;
	height: 10px;
	margin-top: auto;
	margin-bottom: auto;
	z-index: 1;
	border-left: 2px solid #212121;
	border-bottom: 2px solid #212121;
	transform: rotate(-45deg);
	pointer-events: none;
}

.confirm-select,
.confirm-input {
	border: 1px solid #dbdbdb;
	font-size: 1.4rem;
	background-color: #fff;
}

.confirm-select {
	width: 100%;
	padding: 13px 24px 13px 15px;
	position: relative;
}

.confirm-input {
	width: 100%;
	padding: 13px;
}

.confirm-number-row {
	display: flex;
	align-items: center;
}

.confirm-number-row > .confirm-input {
	flex-grow: 1;
	font-weight: bold;
}

.confirm-hyphen {
	font-weight: bold;
	color: #999999;
	margin-left: 5px;
	margin-right: 5px;
	width: 1em;
}

/*------------------------------
ボタン系
--------------------------------*/
.confirm-btnWrap.c-column2-btn01 > *:last-child,
.confirm-btnWrap.c-column2-btn01 > *:nth-last-child(2){
	margin-bottom: 0;
}

.confirm-btn {
	margin-top: 42px;
}

.confirm-btn > * {
	background: #e80000;
	color: #fff;
	border: 1px solid #e80000;
	width: 100%;
	padding: 17px 25px;
	font-size: 1.4rem;
	line-height: 2.1rem;
	position: relative;
	display: block;
	text-align: center;
	font-weight: bold;
}

.confirm-btn > *:before {
	content: "";
	position: absolute;
	top: 50%;
	right: 10px;
	width: 7px;
	height: 12px;
	margin-top: -6px;
	background: url(/system/files/common/img/ico_arrowRight05.png) 0 0 no-repeat;
	background-size: contain;
}

.confirm-btn.confirm-btn-back > * {
	width: 50%;
	background: #fff;
	color: #999;
	border: 1px solid #999999;
}

.confirm-btn.confirm-btn-back > *:before {
	left: 12px;
	right: auto;
	background-image: url(/vote/confirm/s/img/ico_arrow_confirm.png);
}
/*------------------------------
エラーテキスト系
--------------------------------*/
.confirm-errorTxt {
	margin-top: 42px;
	font-size: 1.6rem;
	color: #e80000;
	font-weight: bold;
}

.confirm-errorTxt > [class*="confirm-error"] {
	display: none;
}

.confirm-errorTxt > [class*="confirm-error"].is-show {
	display: block;
}

/*------------------------------
開催回情報エリア
--------------------------------*/
#confirm-areaHoldTimeInfo {
	display: none;
}

#confirm-areaHoldTimeInfo.is-show {
	display: block;
}

#confirm-holdTimeInfoTable #confirm-holdTimeLogo > img{
	width: 45%;
	max-width: 111px;
}

#confirm-holdTimeInfoTable .confirm-tableHead {
	width: 30%;
}



/*------------------------------
結果表示エリア
--------------------------------*/
#confirm-areaResult,
#confirm-areaBanner {
	display: none;
}

#confirm-areaResult.is-show,
#confirm-areaBanner.is-show {
	display: block;
}

/*------------------------------
テーブル切替タブ
--------------------------------*/
.confirm-tabLink {
	margin-left: 10px;
	display: inline-block;
	padding-left: 12px;
	text-decoration: underline;
	position: relative;
	color: #212121;
}

.confirm-tabLink:nth-child(n + 6) {
	margin-top: 10px;
}

.confirm-tabLink:before {
	content: "";
	position: absolute;
	top: 0.4em;
	left: 0;
	width: 6px;
	height: 10px;
}

.confirm-big .confirm-tabLink:before {
	background: url(/system/files/common/img/ico_arrowRight01.png) 0 0 no-repeat/ contain;
}

.confirm-toto .confirm-tabLink:before {
	background: url(/system/files/common/img/ico_arrowRight02.png) 0 0 no-repeat/ contain;
}

.confirm-boxGray {
	padding: 14px;
	margin-bottom: 15px;
	background-color: #f5f5f5;
}
.confirm-tableWrapTtl{
	margin-bottom: 10px;
}

.confirm-resultTtl {
	font-weight: bold;
	margin-bottom: 10px;
}


/*------------------------------
テーブル共通スタイル
--------------------------------*/
.confirm-table {
	width: 100%;
	table-layout: fixed;
	margin-bottom: 20px;
}

.confirm-table th,
.confirm-table td {
	padding: 14px 10px;
	vertical-align: middle;
}

.confirm-tableWrap {
	overflow-x: scroll;
	-webkit-overflow-scrolling: touch;
}

.confirm-tableWrap .confirm-table {
	table-layout: inherit;
}

.confirm-tableWrap .confirm-table th,
.confirm-tableWrap .confirm-table td {
	white-space: nowrap;
}

.confirm-table th {
	background-color: #212121;
	color: #fff;
	text-align: center;
	font-weight: normal;
}

.confirm-table.confirm-tableHorizon th + th {
	border-left: 1px solid #fff;
}

.confirm-table.confirm-tableVertical th + th {
	border-left: 1px solid #fff;
}

.confirm-table td,
.confirm-table tbody th {
	border: 1px solid #dbdbdb;
}

.confirm-table .confirm-cellRight {
	text-align: right !important;
}


/*------------------------------
結果表示テーブル
--------------------------------*/

/*試合結果セル
--------------------------------*/
#results-container .confirm-table td{
	text-align: center;
}
.confirm-table .confirm-rowOdd .confirm-cellResult{
	background-color: #fef7f7;
}

.confirm-table .confirm-rowEven .confirm-cellResult{
	background-color: #fdeded;
}

/*投票結果セル
--------------------------------*/
.confirm-voteCell {
	min-width: 30px;
}
.confirm-rowOdd .confirm-voteCell{
	background-color: #e7f2f9;
}

.confirm-rowEven .confirm-voteCell{
	background-color: #d4e9f7;
}

.confirm-toto .confirm-rowOdd .confirm-cellOdd{
	background-color: #e7f2f9;
}

.confirm-toto .confirm-rowEven .confirm-cellOdd{
	background-color: #d4e9f7;
}

.confirm-toto .confirm-rowOdd .confirm-cellEven{
	background-color: #ffffff;
}

.confirm-toto .confirm-rowEven .confirm-cellEven{
	background-color: #f5f5f5;
}

/*当たりはずれセル
--------------------------------*/
.confirm-big .confirm-table .confirm-cellHit {
	background-color: #e80000 !important;
	color: #fff !important;
}

.confirm-toto .confirm-table .confirm-cellHit {
	background-color: #ffd800 !important;
	color: #212121 !important;
}

.confirm-table .confirm-cellMiss {
	position: relative;
}

.confirm-table .confirm-cellMiss:before {
	content: '';
	display: block;
	position: absolute;
	height: 2px;
	width: 1em;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	background-color: #e80000;
}

.confirm-cellAmounts.confirm-cellEven {
	background-color: #f5f5f5 !important;
}

/*試合情報セル（日付、チーム）
--------------------------------*/
.confirm-table .confirm-rowEven .confirm-cellInfo {
	background-color: #f5f5f5;
}

/*当たりの数、同一予想口数、小計合計
--------------------------------*/
.confirm-table .confirm-cellTtl {
	font-weight: bold;
	text-align: right;
}

/*当たり等級テキスト
--------------------------------*/
.confirm-table .confirm-cellPrizeText {
	display: block;
	color: #e80000;
	font-weight: bold;
}

/*合計金額セル
--------------------------------*/
.confirm-table .confirm-rowPriceAmountRoW th,
.confirm-table .confirm-rowPriceAmountRoW td{
	font-weight: bold;
	text-align: right;
	background-color: #fdeded;
}

.confirm-table .confirm-rowPriceAmountRoW th {
	color: #212121;
}

.confirm-table .confirm-cellPriceAmount {
	font-weight: normal !important;
}

.confirm-table .confirm-cellPriceAmount .confirm-cellPriceAmountNum {
	font-size: 1.8rem;
	margin-right: 5px;
}

/*------------------------------
等級カウントテーブル
--------------------------------*/
.confirm-table .confirm-prizeInfoAmount {
	text-align: right;
	font-weight: bold;
	color: #e80000;
	font-size: 112.5%;
}

.confirm-table .confirm-prizePriceRow {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

/*------------------------------
購入情報テーブル
--------------------------------*/
#confirm-prizeCountArea .confirm-table {
	margin-bottom: 10px;
}

#confirm-prizeCountArea + #confirm-buyInfoTable {
	margin-top: 30px;
}

#confirm-buyInfoTable.confirm-table th{
	background-color: #f5f5f5;
	color: #212121;
	text-align: left;
}

/*------------------------------
速報結果時表示文言
--------------------------------*/
#confirm-prizePromptText {
	display: none;
	margin-bottom: 15px;
}

#confirm-prizePromptText.is-show {
	display: block;
}

/*------------------------------
当たり、はずれ、おしいバナー
--------------------------------*/
.confirm-resultBanner {
	text-align: center;
	font-size: 4vw;
	font-weight: bold;
}

.confirm-resultBanner .confirm-resultBannerInner {
	display: inline-block;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-right: 15px;
}

/*big*/
.confirm-big .confirm-resultBanner{
	background-color: #e80000;
	color: #fff;
}

.confirm-big .confirm-resultBanner .confirm-resultBannerInner {
	padding-left: 15px;
}

.confirm-big .confirm-resultBanner.is-win {
	background: #e80000 url(/vote/confirm/s/img/bg_big_bnr_win_sp.png) repeat-x center top/ auto 77px;
}

/*toto*/
.confirm-toto .confirm-resultBanner{
	background-color: #ffd800;
	color: #212121;
}

.confirm-toto .confirm-resultBanner .confirm-resultBannerInner {
	position: relative;
}

.confirm-toto .confirm-resultBanner .confirm-resultBannerInner:before {
	content: '';
	display: block;
	position: absolute;
	height: 100%;
	top: 0;
	bottom: 0;
	left: 0;
	margin-top: auto;
	margin-bottom: auto;
}

/*あたり*/
.confirm-toto .confirm-resultBanner.is-win {
	background: #ffd800 url(/vote/confirm/s/img/bg_toto_bnr_win_sp.png) repeat-x center top/ auto 77px;
}

.confirm-toto .confirm-resultBanner.is-win .confirm-resultBannerInner {
	padding-left: 76px;
}

.confirm-toto .confirm-resultBanner.is-win .confirm-resultBannerInner:before {
	width: 72px;
	background: url(/vote/confirm/s/img/ico_toto_bnr_win_sp.png) no-repeat center bottom/ contain;
}

/*はずれ*/
.confirm-resultBanner.is-miss .confirm-resultBannerInner,
.confirm-resultBanner.is-close .confirm-resultBannerInner {
	padding-right: 0;
}

/*------------------------------
SSIバナー
--------------------------------*/
.confirm-bnrCol + .confirm-bnrCol{
	margin-top: 15px;
}

/*------------------------------
くじ不成立時メッセージ
--------------------------------*/
.confirm-failMessage {
	text-align: center;
	margin-bottom: 30px;
}

.confirm-failMessageStrong {
	font-weight: bold;
	font-size: 1.8rem;
}

.js-confirm-tabCont {
	display: none;
}

.js-confirm-tabCont.is-show {
	display: table;
}

#confirm-backBtn {
	display: none;
}

#confirm-backBtn.is-show {
	display: block;
}