@charset "euc-jp";
.category-desc img {
  max-width: 100%;
  width: inherit;
  height: auto;
}
.category-desc_2 {
  padding-top: 2em;
}

/* sub category & sub group */

.grp-lst {
  margin-bottom: 40px;
}
.grp-lst-unit {
  display: block;
  font-size: 80%;
}

.grp-lst-img {
  display: block;
  margin: 0 auto;
  background: #fff;
}
  .grp-lst-img:hover {
    opacity: 0.8;
  }

.grp-lst-name {
  display: block;
  margin: 4px 0;
  padding: 0;
  font-size: 15px;
}

@media only screen and (max-width: 768px) {
  .grp-lst-unit a {
    display: block;
    padding: .5em 0;
    color: #444;
    text-decoration: none;
  }
  .grp-lst-name {
    font-size: 11px;
  }
}



/*===================================================*/
/*GRP_LIST*/
/*===================================================*/
.grp-lst-unit {
    border-right: 1px dotted #666;
}
ul li .grp-lst-name {
    font-size: 12px;
}
.prd-lst-sort {
    border-bottom: 1px solid #666;
}
.prd-lst-sort strong {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #666 #666 #000;
    border-image: none;
    border-style: solid;
    border-width: 1px;
    display: inline-block;
    margin-bottom: -1px;
    margin-right: 5px;
    padding: 6px 10px;
  border-bottom: 2px solid #000;
}
.prd-lst-sort a {
    background: #333 none repeat scroll 0 0;
    border: 1px solid #333;
    display: inline-block;
    margin-right: 5px;
    padding: 6px 10px;
}
.grp-lst-unit {
  margin-bottom:10px;
}
.grp-lst-unit a {
    color: #eee;
}