@charset "UTF-8";

/* ++++++++++++++++++++++++++++++++++++++++

	/ACCESS/key/resin/ for Smart Devices

++++++++++++++++++++++++++++++++++++++++ */

@media only screen and (max-width: 736px) {

.heading .price p+p {
	margin-top: 10px;
}

.heading .price .icon {
	display: inline-block;
	width: 7em;
	border: solid 1px #000;
	border-radius: 15px;
	vertical-align: middle;
	font-weight: bold;
	font-size: 11px;
	line-height: 23px;
}

.heading .price .deluxe .icon {
	background: #b8ab7c;
}

.lineup li+li {
	margin-top: 10px;
}

}