/* カテゴリ・グループのフリースペース内全体の指定 */
.cg_freespace_01 {
  padding:0px;
}
.cg_freespace_02 {
  padding:20px 10px 10px 10px;
}
/* カテゴリ・グループのフリースペース内の<p>タグの余白設定 */
.cg_freespace_01 p,
.cg_freespace_02 p {
	margin:0 0 10px 0;
}
/* カテゴリ・グループのフリースペース内の<ul>タグの余白設定 */
.cg_freespace_01 ul,
.cg_freespace_02 ul {
	margin:0 0 10px 0;
	padding:0;
}
.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;
}
/* ------------------------------------- 
 *	サブgroup　レイアウト
 * ------------------------------------- */
.sub_list {
    display: inline-block;
    vertical-align: top;
	width: 230px;
	margin: 6px;
	text-align: left;
	}
.sub_list div {
  padding: .5em;
  border: 1px solid #003366;
  background-color: #fff;
  border-radius: 6px;
}
.sub_item {
  text-align: left;
	}
.sub_item:hover{
    color: #ff0000;
    background-color: #fffacd;
}
.sub_item img {
  width:30px;
  height:30px;
	}
.sub_item a {
	font-size:90%;
	}

div.grp_list li {
    display: inline-block;
    vertical-align: top;
	width: 210px;
	margin: 6px;
	text-align: left;
  padding: .5em;
  border: 1px solid #003366;
  background-color: #fff;
  border-radius: 6px;
}
div.grp_list li img{
  width: 30px;
  height: 30px;
  margin-right:8px;
}
.grp_list li:hover{
    color: #ff0000;
    background-color: #fffacd;
}
.grp_list li a {
	font-size:90%;
	}
.grp_list li.bg_gr {
    background-color: #ccc;
	}
/* ------------------------------------- 
 *	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:98%;
}
/* 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;
}
