/* sub category & sub group */
.grp_lst {
  position: relative;
  clear: both;
  margin-left: -2.127%;
  padding-top: 2em;
}
.grp_lst_unit {
  float: left;
  margin-bottom: 15px;
  margin-left: 2.083%;
  width: 17.916%;
  word-break: break-all;
}
  .grp_lst_unit a {
    display: block;
    padding: .5em;
    background-color: #f1f1f1;
    color: #000;
    text-decoration: none;
  }
  .grp_lst_unit a:hover {
    text-decoration: underline;
  }
  .grp_lst_img {
    display: block;
    margin: 0 auto .5em;
    max-width: 100%;
    height: inherit;
  }
.category_desc_2 {
  padding-top: 2em;
}

/* prduct list */
.prd_lst {
  position: relative;
  clear: both;
  margin-left: -2.218%;
  padding-top: 20px;
}
.prd_lst_unit {
  float: left;
  margin-bottom: 15px;
  margin-left: 2.083%;
  word-break: break-all;
}
  .prd_lst_unit_s {
    width: 22.916%;
    overflow: visible;
    
  }
  .prd_lst_unit_m {
    width: 31.25%;
  }
  .prd_lst_unit a {
    color: #000;
    text-decoration: none;
    font-size: 15px;
  }
  .prd_lst_unit a:hover {
    text-decoration: underline;
  }
  .prd_lst_img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    height: inherit;
    float: none;
  }
  .prd_lst_span {
    display: block;
    margin: .3em 0;
  }
  .prd_lst_name {
    margin-top: .5em;
  }
  .prd_lst_exp {
    color: #666;
    font-size: 84.615%;
  }
  .prd_lst_price,
  .prd_lst_soldout {
    font-weight: bold;
    font-size: 92.307%;
  }
  .prd_lst_regular {
    color: #666;
    text-decoration: line-through;
  }
  .prd_lst_none {
    clear: both;
    text-align: center;
    font-size: 123.076%;
    line-height: 16;
  }
.prd_lst_block .ttl_h2 {
  float: left;
  margin: 20px 0 0;
}
.ttl_h2 {
  background: url(http://img21.shop-pro.jp/PA01325/999/etc/icn_bottom.jpg?cmsp_timestamp=20150909093431) left no-repeat;
  padding-left: 30px;
}
.prd_lst_sort {
  float: right;
  margin: 20px 0;
}
  .prd_lst_sort a {
    color: #444;
  }
  .prd_lst_pager {
    position: relative;
    overflow: hidden;
    margin-top: 2em;
  }
  .prd_lst_pager ul {
    position: relative;
    left: 50%;
    float: left;
  }
  .prd_lst_pager li {
    position: relative;
    left: -50%;
    float: left;
  }
  .prd_lst_pager .prd_lst_pager_prev,
  .prd_lst_pager .prd_lst_pager_next {
    padding: .5em 0;
    width: 8em;
  }
  .prd_lst_pager .prd_lst_pager_next {
    text-align: right;
  }
  .icon_prev_dis,
  .icon_next_dis {
    display: block;
    color: #aaa;
  }
  .prd_lst_pager a {
    color: #444;
    text-decoration: none;
  }
  .prd_lst_pager a:hover {
    text-decoration: underline;
  }
.prd_lst_pos b {
  font-size: 160%;
}

/* ADD */
#containerWrapper {
  background: url(http://img21.shop-pro.jp/PA01325/999/etc/bg_shopping.jpg?cmsp_timestamp=20150909092236) top no-repeat;
}

#categoryList {
  margin-top: 80px;
  overflow: hidden;
}

#categoryList li {
  overflow: hidden;
  float: left;
  width: 210px;
  margin-left: 62px;
}

#categoryList li img {
  float: left;
}

#categoryList li .catInner {
  overflow: hidden;
}

#categoryList li .catTitle {
  float: right;
  width: 132px;
  position: relative;
}

#categoryList li .catTitle h3 {
  font-size: 25px;
  margin-top: 20px;
  font-weight: bold;
}

#categoryList li .catTitle p {
  position: absolute;
  top: 70px;
  font-size: 13px;
/*  margin-top: 25px;  */
  line-height: 1.6;
}

#categoryList li .btn_category a {
  display: block;
  width: 208px;
  background: #000;
  color: #fff;
  padding: 9px 0;
  margin-top: 22px;
  text-align: center;
  text-decoration: none;
  border: 1px solid #000;
}
#categoryList li .btn_category a:hover {
  background: #fff;
  color: #000;
}

#textSet {
  margin-top: 100px;
  text-align: center;
  line-height: 1.6;
}

#icnBottom {
  padding: 12px 0 15px 0;
  margin: 0 auto;
  width: 23px;
}

#btnOsusume a {
    display: block;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    background-color: #d6a39a;
    color: #fff;
    padding: 16px 0;
    font-size: 16px;
    text-decoration: none;
    font-weight: bold;
    text-align: center; 
    width: 322px;
    margin: 0 auto;
}
#btnOsusume a:hover {
  opacity: 0.8;
}

#categoryListWrapper {
  padding-bottom: 120px;
  border-bottom: 1px dotted #dfdfdf;
}

#itemCategoryList li {
  float: left;
  margin-left: 24px;
}

#osusumeList {
  overflow: hidden;
}

#osusumeList li {
  float: left;
  width: 480px;
}

#osusumeList .osusumeBtn {
  margin: 19px 0 0 18px;
}