@charset "utf-8";

.productList {
	margin-left:20px;
}

.productListInner {
	background:#F8F8F8;
	border:1px solid #D4D4D3;
	display: block;
	width:190px;
	float:left;
}

.productListInner div {
	padding:10px;
}

.productListInner div h3 {
	font-weight:bold;
	line-height:1.2;
}

.productListInner div h3 span {
	font-weight:bold;
	font-size:12px;
}

.ora {
	font-size:18px;
	font-weight:bold;
	color:#F6AD3C;
}

.ora span {
	font-size:14px;
}