/* ************************************************ 
 *	商品一覧　レイアウト
 * ************************************************ */


/* ------------------------------------- 
 *	一覧表示　並び順を変更(商品一覧）
 * ------------------------------------- */
.sort_01 {
	width: 564px;
	height: 28px;
	color: #432A16;
	font-size: 10px;
	background:#e3d3b6;
	margin-bottom: 1px;
	border-bottom:solid 1px #c6a268;
	border-top:solid 1px #c6a268;
	}

.sort_01 a,
.sort_01 a:link,
.sort_01 a:visited {
	color:#26621E;
	text-decoration:none;
	}

.sort_01 a:active,
.sort_01 a:hover {
	color:#568250;
	text-decoration:none;
	}


/* ------------------------------------- 
 *	一覧表示　並び順を変更(商品検索結果）
 * ------------------------------------- */

.sort_02 {
	width: 564px;
	height: 28px;
	color: #432A16;
	font-size: 10px;
	background: url(https://img.shop-pro.jp/tmpl_img/11/sort_bg.jpg) no-repeat;
	margin-bottom: 1px;
	}

.sort_02 a,
.sort_02 a:link,
.sort_02 a:visited {
	color:#26621E;
	text-decoration:none;
	}

.sort_02 a:active,
.sort_02 a:hover {
	color:#568250;
	text-decoration:none;
	}


/* ------------------------------------- 
 *	一覧表示　商品数と表示数
 * ------------------------------------- */
.pagenavi {
	width: 564px;
	height: 28px;
	color: #432A16;
	font-size: 10px;
	margin-bottom: 15px;
	background:#eddec4;
	}


/* ------------------------------------- 
 *	商品一覧表示のレイアウト
 * ------------------------------------- */

.product_list {
	float: left;
	width: 188px;
	text-align: center;
	padding:5px 0px 20px 0px;
	}


.product_item {
	text-align: center;
	width:175px;
	margin: 0px auto;
	}

.product_item img {
	padding: 6px;
	background-color:#FFFFFF;
	}

.product_item .name {
	font-size:12px;
	margin:3px 0px 0px 0px ;
	font-weight:bold;
	color:#bc3340 !important;
	
	}

.product_item .price {
	color: #070604;
	display:block;
	font-size:12px;	
	}

.product_item .expl {
	font-size: 10px;
	line-height:1.4em;
	text-align: left;
	margin:5px 0;
	color:#070604;
	}


.product_list a,
.product_list a:link,
.product_list a:visited {
	text-decoration:none;
	}

.product_list a:active,
.product_list a:hover {
	text-decoration:none;
	}


/* ------------------------------------- 
 *	ぱんくずリスト
 * ------------------------------------- */
.pannavi {
	width: 564px;
	height: 28px;
	border-bottom:solid 2px #c6a268;
	font-size:10px;
	}

.footstamp a {color: #432A16;}
.footstamp a:link    {color: #432A16;text-decoration: none;}
.footstamp a:visited {color: #432A16;text-decoration: none;}
.footstamp a:active  {color: #432A16;text-decoration: none;}
.footstamp a:hover   {color: #7E5E44;text-decoration: none;}


/* ------------------------------------- 
 *	商品が無い時の表示
 * ------------------------------------- */
.nodata {
	width: 90%;
	padding-top: 20px;
	text-align: center;
	}

