
table.kc_price_table {
	margin-bottom: 10px;
}
table.kc_price_table th {
	background: #BA7C30;
	font-weight: bold;
	color: #fff;
	text-align: center;
}
table.kc_price_table td {
	border-bottom: 1px solid #BA7C30;
	padding: 8px 20px;
	background-color: #fff;
}
table.kc_price_table .item_title {
	background-color: #FFEBC3;
}
table.kc_price_table .item_price {
	text-align: right;
	font-weight: bold;
}

.kc_price_area {
	padding-top: 30px;
}