/* ------------------------------------- 
 *	一覧表示　商品数と表示数
 * ------------------------------------- */
@media screen and (min-width:769px) {
.pagenavi {
	width:100%;
	height:28px;
	background:#fff8dc;
	margin:0 auto 15px;    
	}
}

@media screen and (min-width:769px) {
.pagenavi a {
	color:#464e54; text-decoration:underline;
	}
    }

@media screen and (max-width: 768px){
    .pagenavi {
	width:100%;
	height:28px;
	background:#fff8dc;
	margin:0 auto 15px;
	}
}
@media screen and (max-width: 768px){
.pagenavi a {
	color:#464e54; text-decoration:underline;
    font-size:10px;
	}
}

/* ------------------------------------- 
 *	商品一覧表示のレイアウト
 * ------------------------------------- */
@media screen and (min-width:769px) {
.product_list {
	float:left;
	width:33%;
	text-align:center;
	}
}

@media screen and (min-width:769px) {
.product_item {
	text-align:center;
	padding:5px 0px 15px;
	}
    }

@media screen and (min-width:769px) {
.product_item .name {
  width:90%;
    font-size: 14px;
	color:#333333;
	text-align:center;
  margin: auto;
  margin-top:10px;
	}
    }
    
@media screen and (max-width: 768px){
.product_list {
	float:left;
	width:100%;
	text-align:center;
	margin:0px;
	}
    }

@media screen and (max-width: 768px){
.product_item {
	text-align:center;
  margin:0 auto;
	padding:3px 0px 8px;
	}
}

@media screen and (max-width: 768px){
.product_item .name {
	width:90%;
  margin-top:10px;
	color:#333333;
	text-align:center;
	}
}

.product_item img {
	border:1px solid #999999;
	height:150px;
	}

.product_item .name img{
	vertical-align:middle;

	}

.product_item .price {
	margin:5px auto 0px;
	font-weight:bold;
	}

.product_item .expl {
    width:90%;
	color:#333333;
	line-height:120%;
	text-align:center;
	margin:5px auto 0px;
	}

.product_list a         {color:#464e54; text-decoration:none;}
.product_list a:link    {color:#464e54; text-decoration:none;}
.product_list a:visited {color:#000; text-decoration:none;}
.product_list a:active  {color:#f00; text-decoration:none;}
.product_list a:hover   {color:#c71585; text-decoration:underline;}


/* ------------------------------------- 
 *	ぱんくずリスト
 * ------------------------------------- */

.footstamp {
	width:100%;
/*	color:<{$navi_list_bgcolor}>;*/
	margin:10px 0 25px;
    font-size: 16px;
    color:deeppink;
	}


.footstamp a         {color:<{$category_fontcolor}>; text-decoration:none;}
.footstamp a:link    {color:<{$category_fontcolor}>; text-decoration:none;}
.footstamp a:visited {color:#000; text-decoration:none;}
.footstamp a:active  {color:#f00; text-decoration:none;}
.footstamp a:hover   {color:#c71585; text-decoration:underline;}

.footstamp img {
	vertical-align:middle;
	}

/* ------------------------------------- 
 *	商品が無い時の表示
 * ------------------------------------- */
.nodata {
	padding-top:20px;
	text-align:center;
	}
