@charset "utf-8";
.mb-0 {
	margin-bottom: 0 !important;
}

.mb-15 {
	margin-bottom: 15px !important;
}

.mb-30 {
	margin-bottom: 30px !important;
}

.disp-toto .top-carryStripeBox {
	padding: 15px;
	background: url(/system/files/toto/img/bg_stripeToto.gif) left top/ 24px 24px;
}

.disp-toto .top-carryStripeBox + .top-carryStripeBox {
	margin-top: 10px;
}

.disp-toto .top-carryStripeTtl {
	margin-bottom: 15px;
}

.disp-toto .top-carryStripeCnt {
	display: table;
	table-layout: fixed;
	width: 100%;
}

.disp-toto .top-carryStripeCnt > * {
	display: table-cell;
	vertical-align: middle;
}
.top-carryStripeLogo {
	width: 35%;
}

.top-carryStripeTxt {
	padding-left: 10px;
	font-size: 1.4rem;
}

.top-carryStripeTxtNum {
	font-weight: bold;
}

.top-carryStripeTxtL {
	font-size: 2.4rem;
}

@media print, screen and (min-width: 768px) {
	.top-carryStripeBoxWrap {
		overflow: hidden;
	}

	.disp-toto .top-carryStripeBox {
		float: left;
		width: 350px;
		padding: 19px;
		background-size: 40px 40px;
	}

	.disp-toto .top-carryStripeBox + .top-carryStripeBox {
		margin-left: 16px;
		margin-top: 0;
	}
	.top-carryStripeLogo {
		width: 44%;
	}

	.top-carryStripeTxt {
		padding-left: 10px;
		font-size: 1.6rem;
	}

	.top-carryStripeTxtNum {
		font-size: 1.8rem;
		font-weight: bold;
	}

	.top-carryStripeTxtL {
		font-size: 2.5rem;
	}

	.disp-toto .top-carryBtn {
		margin-top: 40px;
	}
}
