/* ─────────────────────
────────── 商品一覧 ────────
────────────────────── */


/* カテゴリ・グループのフリースペース内全体の指定 */
.cg_freespace_01 {
  padding:0;
  margin:20px 0 20px 0;
}
.cg_freespace_02 {
  padding:0;
  margin:20px 0 20px 0;
}
/* カテゴリ・グループのフリースペース内の<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 20px;
  padding:0;
}

/* カテゴリ・グループのフリースペース内の画像の指定 */
.cg_freespace_01 img,
.cg_freespace_02 img {
width: 90%;
height: auto;
margin: 0 auto;
}

/* 商品一覧ページの、小カテゴリへのリンク */
.sub_category a {
background: url(https://img21.shop-pro.jp/PA01340/919/etc/arrow.gif) no-repeat left center;
padding-left: 0.7em;
}

.cg_freespace_01 table,
.cg_freespace_02 table {
width: 100%;
}

.cg_freespace_01 table img,
.cg_freespace_02 table img {
width: 100%;
height: auto;
margin: 0;
}

.item_box {
background: #fff;
margin: 0 1.5% 3em!important;
width: 30%!important;
border-radius: 0.5em;
}

.item_box .item_detail {
margin: 0.5em 0 0!important;
}

/* ─────────────────────
────────── 商品一覧 ────────
────────────────────── */
