@charset "UTF-8";

/* CSS Document */

/* 商品ページ全体定義 */

#sub_navigation li:hover {
	background: url(../../img/bg_smenu.gif) repeat-x left top;
}
#products.sub1 #smenu1 {
	background: url(../../img/bg_smenu.gif) repeat-x left top;
}
#products.sub2 #smenu2 {
	background: url(../../img/bg_smenu.gif) repeat-x left top;
}
#products.sub3 #smenu3 {
	background: url(../../img/bg_smenu.gif) repeat-x left top;
}
#products.sub4 #smenu4 {
	background: url(../../img/bg_smenu.gif) repeat-x left top;
}

/* 商品一覧ページ定義 */

#main_list  {
}
#main_list .campaign_column td {
	vertical-align: middle;
	border-top: 1px solid #f2d6bc;
	border-bottom: 1px solid #f2d6bc;
	width: 496px;
	padding: 4px 0px;
}
#main_list td {
	vertical-align: middle;
	border-top: 1px solid #f2d6bc;
	border-bottom: 1px solid #f2d6bc;
	width: 209px;
	padding: 4px 0px;
}
#main_list td p {
	background: url(../../img/mark_link.gif) no-repeat left 3px;
	padding-left: 10px;
	font-size: 100%;
	line-height: 1.3em;
	padding-top: 0px;
	margin-bottom: 0px;
}
#main_list td.photo {
	width: 64px;
}
#main_list .caption {
	text-align: right;
	margin-top: 4px;
	margin-bottom: 36px;
}
#main_list .left_column {
	clear: left;
	float: left;
	width: 273px;
	padding-right: 14px;
}
#main_list .right_column {
	float: left;
	width: 273px;
}

/* 商品カテゴリページ定義 */

#sub_list {
	margin-bottom: 36px;
}
#sub_list li {
	padding-bottom: 14px;
	border-bottom: 1px solid #f2d6bc;
	margin-bottom: 16px;
	float: left;
	width: 560px;
}
#sub_list div {
	float: left;
	width: 273px;
}
#sub_list p {
	margin-bottom: 18px;
}
#sub_list p.caption {
	text-align: right;
	margin-bottom: 0px;
}
#sub_list .photo {
	float: right;
	display: block;
}

/* 商品ページ定義 */

.item_list {
	margin-bottom: 36px;
}
.item_list li {
	padding-bottom: 14px;
	margin-bottom: 8px;
	float: left;
	width: 560px;
}
.item_list div {
	float: left;
	width: 328px;
}
.item_list h3 {
	font-size: 78%;
	color: #b88731;
	margin-bottom: 4px;
	margin-top: 2px;
}
.item_list p {
	border-top: 1px solid #f2d6bc;
	border-bottom: 1px solid #f2d6bc;
	padding-top: 4px;
	padding-bottom: 4px;
	margin-bottom: 6px;
}
.item_list p strong {
	color: #b88731;
}
.item_list p.putcart {
	border-width: 0px;
	border-style: none;
	margin: 0px;
	padding: 0px 0px 8px;
	line-height: 1.8em;
}
.item_list .putcart strong {
	color: #6f685a;
}
.item_list .putcart .price {
	font-size: 130%;
}
.item_list .putcart .price2 {
	font-size: 85%;
}
.item_list .putcart input {
	vertical-align: middle;
}
.item_list .putcart select {
	vertical-align: middle;
	margin: 0px 4px 0px 2px;
}
.item_list .photo {
	float: right;
	display: block;
	background: url(../img/bg_item.gif) no-repeat;
	padding: 10px;
}

