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 td.item_price {
	white-space: nowrap;
}
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;
}

.kc_col_category ul {
	padding-left: 20px;
}