.p-price-pay__title {
	margin-bottom: 20px;
	padding: 8px;
	background-color: #30bdfe;
	color: #fff;
	font-weight: bold;
	font-size: 20px;
	text-align: center;
}

.p-price-pay__img img {
	width: 100%;
}

.p-price-wrap {
	margin-bottom: 80px;
	background-color: #FFF6E1;
}


#price input, select {
	vertical-align: middle;
}

#price textarea {
	resize:	none;
}

#price img{
	vertical-align:	bottom;
}

#price a img:hover {
	opacity: .8;
}


.p-price {
	padding: 20px 10px;
	background-color: #FFF6E1;
	text-align: center;
}

p.p-price__choice {
	margin: 0 0 10px;
	font-weight: 700;
	font-size: 18px;
	text-align:center;
}

.p-price__list {
	margin: 0;
}

.p-price__list h3 {
	width: 70%;
	margin: 10px auto;
	padding: 10px 0;
	background-color: #5A9AE5;
	color: #fff;
	font-weight: 700;
	font-size: 18px;
	text-align: center;
}

.p-price__list p {
	padding-top: 10px;
	text-align: left;
}

.p-price__list table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}

.p-price__list tbody td, .p-price__list tbody th, .p-price__list thead td {
	padding: 6px;
	font-weight: 700;
	text-align: center;
}

.p-price__list thead {
	background: #f85c38;
	color: #fff;
	font-size: 14px;
}

.p-price__list tbody {
	background: #fff;
	font-size: 14px;
}

.p-price__list td, .p-price__list th {
	border: 1px solid #ccc;
}

.p-price__list td p {
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-size: 12px;
	text-align: left;
}

.p-price__taxExcluded {
	margin: 15px auto 0;
	font-size: 18px;
	text-align: right;
}

.js-hidden {
	display: none;
}

.js-priceList {
	-moz-appearance: none;
	appearance: none;
	width: 50%;
	margin: 0 0 10px;
	padding: 10px;
	border: 1px solid #999;
	background: #eee;
	background: url(../img/select_btn.png) right 50% no-repeat, -webkit-linear-gradient(top, #fff 0, #efebe1 100%);
	background: url(../img/select_btn.png) right 50% no-repeat, linear-gradient(to bottom, #fff 0, #efebe1 100%);
	background-size: 40px, 100%;
}