#kensaku_info {
  border:1px #000066 dotted;
  padding:12px;
  margin:24px 12px;
}
.pagenavi {
  text-align:center;
  margin:14px auto;
  background-color:rgba(153,153,153,0.2);
}
.pagenavi a{
  font-weight:bold;
}
.pagenavi span{
  font-weight:bold;
  color:#333399;
}
/* ------------------------------------- 
 *	product_list
 * ------------------------------------- */
.product_list {
    display: inline-block;
    vertical-align: top;
	width: 170px;
	margin: 6px;
	}
.product_list div {
  padding: .5em;
  background-color: #fff;
}
.product_list div:hover{
    color: #ff0000;
    background-color: #f5f5f5;
}
.product_img {
  text-align: center;
	}
.product_item a {
	font-size:90%;
	}
.product_exp {
  color:#999;
  font-size:80%;
  line-height:100%;
}
/* product_price */
.product_price {
  color:#ff0000;
  font-size:14px;
  font-weight:bold;
  margin-bottom: 5px;
}
/* ÄÌ¾ïÈÎÇä²Á³Ê */
.product_regular_price {
	text-decoration:line-through; /*¼è¤ê¾Ã¤·Àþ*/
	color:#000000;
}
/* ÈÎÇä²Á³Ê */
.product_price_all {
	color:#ff0000;
    font-size:14px;
	font-weight:bold;
}
/* ³ä°úÎ¨ */
.product_price_discount {
	padding-left:6px;
	color:#ff0000;
}
