.ERS_amount {
	width: 100%;
	padding: 10px 0 0 0;
	margin: 0 auto 20px auto;
	background: #fff;
	border-top: 2px solid #eb4d00;
	border-bottom: 2px solid #eb4d00;
}
.ERS_amount table {
	width: 100%;
	margin: 0 auto 10px auto;
	background: #fff;
	border-top: 2px solid #ccc;
}
.ERS_amount table td {
	border: 1px solid #ccc;
	border-left: 0;
	border-right: 0;
}
.ERS_amount table td h3, .ERS_amount table td h4{
	font-weight:normal;
}
.ERS_amount table td +td {
	border-left: 1px solid #ccc;
}
.ERS_amount table td.o_code {
	background:#f0f0f0;
}
.ERS_amount table td input[type="text"] {
	margin: 0 0 0 0;
}
.ERS_amount table td.o_code input{
	width:50%;
	vertical-align:middle;
}
.ERS_amount table td.o_code button {
	background:#f0f0f0;
	width:67px;
	vertical-align:middle;
}
.ERS_amount table td.o_code button img {
	width:100%;
	vertical-align:middle;
}
.ERS_amount table td.price {
	text-align: left;
	color: #000;
	font-size: 1.0rem;
	font-weight: normal;
	width:auto;
}
.ERS_amount table td.price strong {
	color: #eb4d00;
	font-size: 1.2rem;
	font-weight: bold;
	width:auto;
}
.ERS_amount table td.price strike {
	color: #000;
	font-weight: normal;
}
.ERS_amount table td.amount {
	background: #fff;
}
.ERS_amount table td.amount input{
	margin:0 0 0 30px;
	width:72%;
	text-align:right;
}
.ERS_amount .sname {
	background: #fff;
	width:20%;
}
.ERS_amount .sname img{
	width:100%;
}
#main .box02{
	background: #f0f0f0;
	padding:19px 13px 19px 13px;
	margin:0 0 20px 0;
}
#main .box02 p{
	font-size:117%;
	line-height:1.5em;
}
button{
	border:0;
}

.ERS_amount table td.focus{
	background:#ddebff;
}