/*=======================================
  ショッピングページレイアウト
=======================================*/

.w247-left {
	float: left;
	width: 247px;
	padding: 0;
	margin: 0;
}

.w247-right {
	float: right;
	width: 247px;
	padding: 0;
	margin: 0;
}

.item-img {
	float: left;
	width: 158px;
	margin: 0;
	padding: 0;

}

.item-text {
	float: right;
	width: 117px;
	margin: 0;
	padding: 0;
}

.details {
	display:block;
	width: 45px;
	height: 13px;
	background: url(../img/btn_details.gif) no-repeat;
	margin-left: 72px;
	margin-top: 5px;
	padding: 0;
}

.item-text em span {
	display:none;
}

/* 文字色指定 */

.midasi, .item {
	color: #317599;
	font-size: 12px;
}

.item {
	font-weight: bold;
}

.itembg {
	border: 1px solid #317599;
}

.pricelist { color: #cc0000; font-size: 12px; font-weight: bold; }

.itemdetail {
	color: #317599;
	font-size: 16px;
	font-weight: bold;
}

.shoppingsti {
	color: #417791;
	font-weight: bold;
	background-color: #e2ebf1;
	text-indent: 2px;
	padding: 2px;
	margin-bottom:5px;
}

.shoppingsti2 { color: #417791; font-weight: bold; }

.attention {
	color: #CC0000;
	font-size: 12px;
}
