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