/* sub category & sub group */
.grp_lst {
  position: relative;
  clear: both;
  margin-left: -2.127%;
  padding-top: 1em;
}
.grp_lst_unit {
  float: left;
  margin-bottom: 15px;
  margin-left: 2.083%;
  width: 187px;
  word-break: break-all;
  font-size:10px;
}
.grp_lst_unit01 {
  float: left;
  margin-bottom: 15px;
margin-left: 1.0201%;
width: 155px;
  word-break: break-all;
  font-size:10px;
}
  .grp_lst_unit a {
    display: block;
    padding: .5em;
    background-color: #525252;
    color: #ffffff;
    text-decoration: none;
  }
  .grp_lst_unit a:hover {
    text-decoration: underline;
  }
  .grp_lst_unit01 a {
    display: block;
    padding: .5em;
    background-color: #525252;
    color: #ffffff;
    text-decoration: none;
  }
  .grp_lst_unit01 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;
}

ul.grp_lst clearfix {
  margin-bottom: 15px;
}

h2.ttl_h2 {
  margin-bottom: 20px !important;
}

.prd_lst_img{
border:1px solid #999 !important;
}
.sake_btn{
border-radius: 5px;
color: #fff !important;
text-align: center;
text-decoration: none !important;
background-color: #333;
padding: 10px 40px;
font-weight: bold;
font-size: 15px;
}
.sake_btn:hover{
background-color: #666;
}