.scroll {
	border:none !important;
}
.price {
	margin-bottom:1rem;
	position:relative;
}
@media screen and (max-width: 39.9375em) {
.price {
	overflow:scroll;}
}
table.price {
	border:solid 3px #333;
	text-align:center;
}
table.price th {
	border-right:solid 2px #fff;
	background:#333;
	color:#fff;
	font-size:1.2rem;
	text-align:center;
}
	table.price th.recommend {
		background:#3884c6;
	}
table.price td {
	border-right:solid 2px #333;
	border-bottom:solid 1px #333;
	background:#fff;
}
table.price td:first-child {
	border-left:solid 3px #333;
}
table.price td.recommend {
		background:#fffcdf;
}
table.price .em {
	font-size:1.8rem;
	font-weight:bold;
}
table.price .em2 {
	font-size:1.3rem;;
}
table.price .discount {
	background:#ffe700;
	border-radius:15px;
	font-size:0.8rem;
	padding:0.3rem 1rem 0.1rem;
}
.ico_recommend {
	position:absolute;
	top:-3rem;
	left:20rem;
	z-index:1;
}
.payment h3 {
	background:#828282;
	color:#fff;
	font-size:1.1rem;
	padding:0.5rem 1rem;
}
.payment h4 {
	border:1px solid #999;
	font-size:1rem;
	padding:0.5rem 1rem;
}
