/* ========================================================
　商品一覧
========================================================= */
/* カテゴリ＆グループ一覧
----------------------------------------------- */
.sub_category_area, .sub_group_area {
  margin-bottom: 20px;
  padding: 0;
  overflow: hidden;
}
.sub_category_area a, .sub_group_area a {
  text-decoration: none;
}
.sub_category_area ul, .sub_group_area ul {
  clear: both;
  margin: 0 5px;
}
.sub_category_area ul li, .sub_group_area ul li {
  float: left;
  width: 200px;
  padding: 10px;
  margin: 0 20px 10px 0;
  text-align: center;
  font-size: 100%;
  border: 1px #333 solid;
}
.sub_category_area ul li:nth-of-type(3n), .sub_group_area ul li:nth-of-type(3n) {
  width: 200px;
  padding: 10px;
  margin: 0 0 10px 0;
  text-align: center;
  font-size: 100%;
  border: 1px #333 solid;
}
.sub_category_area ul li:last-of-type, .sub_group_area ul li:last-of-type {
  width: 200px;
  padding: 10px;
  margin: 0 0 10px 0;
  text-align: center;
  font-size: 100%;
  border: 1px #333 solid;
}
.sub_category_area ul li img, .sub_group_area ul li img {
  margin: 0;
}
/* フリースペース
----------------------------------------------- */
.cg_freespace_01, .cg_freespace_02 {
  margin-bottom: 20px;
  padding: 0;
  overflow: hidden;
}
.cg_freespace_01 a, .cg_freespace_02 a {
  text-decoration: none;
}
.cg_freespace_01 ul, .cg_freespace_02 ul {
  clear: both;
  margin: 0 5px;
}
.cg_freespace_01 ul li, .cg_freespace_02 ul li {
  float: left;
  width: 200px;
  padding: 10px;
  margin: 0 20px 10px 0;
  text-align: center;
  font-size: 100%;
  border: 1px #333 solid;
}
.cg_freespace_01 ul li:nth-of-type(3n), .cg_freespace_02 ul li:nth-of-type(3n) {
  width: 200px;
  padding: 10px;
  margin: 0 0 10px 0;
  text-align: center;
  font-size: 100%;
  border: 1px #333 solid;
}
.cg_freespace_01 ul li:last-of-type, .cg_freespace_02 ul li:last-of-type {
  width: 200px;
  padding: 10px;
  margin: 0 0 10px 0;
  text-align: center;
  font-size: 100%;
  border: 1px #333 solid;
}
/*
.cg_freespace_01 {
  margin: 20px 0 20px 0;
  padding: 0;
}
.cg_freespace_02 {
  margin: 20px 0 20px 0;
  padding: 0;
}
.cg_freespace_01 p, .cg_freespace_02 p {
  margin: 0 0 10px 0;
}
.cg_freespace_01 ul, .cg_freespace_02 ul {
  margin: 0 0 10px 20px;
  padding: 0;
}
*/