﻿/*-- 商品一覧 --*/	
.item-list {
	background: #cccccc;
	margin: 0 auto;
	width: 100%;
	font-size: 12px;
}
.item-list td {
	background: #ffffff;
	padding: 10px;
	vertical-align: top;
}
.item-list .photo {
	float: left;
	width: 100px;
	margin: 0 10px 0 0;
	text-align: center;
}
.item-list .photo .ProductImage {
	max-width: 100px;
	min-width: 100px;
}
.item-list .text {
	float: right;
	width: 420px;	
}
.item-list .text p {
	margin: 0 0 5px;
	text-align:left;
}
.item-list .text h3 {
	font-size: 14px;
	color: #666666;
	padding: 0 0 5px;
	margin: 0 0 5px;
	border-bottom: 1px dotted #cccccc;
	text-align:left;
}
.item-list .text h3 a {
	color: #E07000;
	text-decoration: none;
	font-weight: bold;
}
.item-list .text h3 a:hover {
	text-decoration: underline;
}
.item-list td p.price {
	color:#FF0000;
	font-weight: bold;
	font-size:12px;
	margin: 5px 0;
	text-align:left;
}
.item-list td p span.yen {
	color:#666666;
	font-weight: bold;
	font-size:12px;
}