.listpan{
	background-color: #E8E8E8;
	width: 700px;
	padding: 8px 10px 6px;
	font-size: 14px;
}

.listpan a{ color: #000000; font-weight: normal; text-decoration: none;}
.listpan a:link{ color: #000000; font-weight: normal; text-decoration: none;}
.listpan a:visited{ color: #000000; font-weight: normal; text-decoration: none;} 
.listpan a:hover{ color: #E00707; font-weight: normal; text-decoration: underline;} 



.listpage-okuri a{
	font-family: "Comic Sans MS", Tahoma;
	color: #000000;
	font-size:14px;
	font-weight: bold;
	text-decoration: none;
}
.listpage-okuri a:link{
	font-family: "Comic Sans MS", Tahoma;
	color: #000000;
	font-size:14px;
	font-weight: bold;
	text-decoration: none;
}
.listpage-okuri a:visited{
	font-family: "Comic Sans MS", Tahoma;
	color: #000000;
	font-size:14px;
	font-weight: bold;
	text-decoration: none;
} 
.listpage-okuri a:hover{
	font-family: "Comic Sans MS", Tahoma;
	color: #666666;
	font-size:14px;
	font-weight: bold;
	text-decoration: underline;
} 

.listpage-guide{
	font-size: 10px;
	text-align: center;
	width: 720px;
	margin-top: 6px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #E8E8E8;
	border-bottom-color: #E8E8E8;
	text-align:right;
}
.listpage-guide p {
  float:left;
  color:#FF0000;
}

.productlist-box{
	width: 690px;
	margin-right: 16px;
	margin-left: 14px;
	padding-top:20px;
}


.productlist-list{
	float: left;
	width: 160px;
	margin-left: 10px;
	font-size: 12px;
	padding-bottom: 30px;
}

.productlist-list li{
	list-style-type: none;
   font-size:15px;
   line-height:1.6em;
}

.productlist-photo{
	height:158px;
	width: 158px;
	background: url(https://img06.shop-pro.jp/PA01136/024/etc/productlist_price_bg.jpg) center top no-repeat;
	padding: 1px;
	text-align:center;
}

.productlist-photo span {  
    display: inline-block;  
}  

.productlist-photo p{
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    width: 158px !important;
    width: auto;
    height: 158px !important;
    height: auto;
	line-height:158px;
}


.productlist-photo img{}

.productlist-price{
	color: #CC0000;
}

.productlist-name{
	margin-top: 5px;
   font-weight:bold;
}

.productlist-name a{ color: #660000; text-decoration: none;}
.productlist-name a:link{ color: #660000; text-decoration: none;}
.productlist-name a:visited{ color: #660000; text-decoration: none;} 
.productlist-name a:hover{ color: #660000; text-decoration: underline;}



/* 商品カテゴリー*/
#contents-category{
	clear: both;
	width: 720px;
	padding-top: 60px;
}

#contents-category ul{
	width: 720px;
	margin-top: 11px;
}

#contents-category li{
	float: left;
	width: 140px;
	list-style-type: none;
	margin-bottom: 3px;
	margin-left: 5px;
}

#guide{
	clear: both;
	padding-top: 70px;
}

.subcate {
	padding: 15px 0 0;
	display: flex;
	flex-wrap: wrap;
}
.subcate a {
	margin: 0 2% 5px 0;
	padding: 8px 3px 5px;
	width: 32%;
	display: block;
	border: 1px solid #F09E16;
	border-radius: 7px;
	box-sizing: border-box;
	color: #333;
	text-decoration: none;
	text-align: center;
}
.subcate a:hover {
	background: #F09E16;
	color: #FFF;
}
.subcate a:nth-of-type(3n) {
	margin-right: 0;
}