@charset "UTF-8";

.product-image {
	float: left;
	width: 146px;
}

.product-info {
	float: right;
	width: 360px;
}

/** 価格表示 */
.sale {
	float: left;
	width: 200px;
}
.sale-price {
	color: #FF0000;
	font-family: "Arial";
	font-size: 2.0em;
	line-height: 2.0;
}
.sale-price2 {
	color: #FF0000;
	font-family: "Arial";
	font-size: 1.8em;
	line-height: 2.0;
}

/** SALE : 割引表示 */
.off-rate {
	float: right;
	color: #FF0000;
	font-family: "Arial Black";
	font-size: 1.4em;
	margin-right: 1px;
	text-align: right;
	width: 100px;
}
.off-rate span {
	font-size: 2.0em;
}

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

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

.order {
	clear: both;
	float: left;
	text-align: center;
	width: 100%;
}

.no {
	color: #4D4542;
	font-family: "Arial Black";
}

/** 在庫切れ */
.outofstock {
	color: #FFFFFF;
	font-size: 1.4em;
	line-height: 1.5;
	padding: 2px;
	background-color: #990000;
}

p.catch {
	text-align: right;
}
p.catch span {
	color: red;
	font-weight: bold;
	background-image: url(/img/ranking/line.gif);
}

/**
 * 商品詳細
 */
div.item {
	width: 100%;
	margin-top: 10px;
}

div.item-photo {
	float: left;
	width: 156px;
	text-align: center;
}

div.item-desc {
	float: right;
	width: 500px;
	margin-right: 10px;
}

div.buy-button {
	clear: both;
	width: 100%;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}

#content #main #product a.buy {
	float:right;
	display:block;
	width: 268px;
	height: 48px;
	text-indent: -9999px;
	margin: 1px 0 0;
	background:url(/img/bg_buy.jpg) no-repeat top center;
}

