@charset "UTF-8";

.item_left {
	float: left;
	width: 156px;
	margin-top: 5px;
}

.item_right {
	float: right;
	width: 384px;
}

.item_body {
	height: 160px;
}

.sale {
	float: left;
	width: 156px;
	text-align: center;
}
.sale-price {
	color: #FF0000;
	font-family: "Arial";
	font-size: 1.2em;
	line-height: 1.4;
}
.sale-price2 {
	color: #FF0000;
	font-family: "Arial";
	font-size: 1.0em;
	line-height: 1.2;
}

.off-rate {
	float: right;
	color: #FF0000;
	font-family: "Arial Black";
	font-size: 1.2em;
	margin-right: 1px;
	text-align: right;
	width: 100%;
}
.off-rate span {
	font-size: 1.6em;
}

.desc {
	float: left;
	font-size: 1.2em;
	word-break: break-all;
}

p.catch {
	float: left;
	text-align: left;
	font-size: 1.2em;
	font-weight: normal;
}

p.catch span {
	color: red;
	font-weight: bold;
}
