/* 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;
}


/*どこでもカラーミー*/
tr.cartjs_product_num{
  display:none;
}
tr.cartjs_sales_price th{
  display:none;
}
tr.cartjs_sales_price td{
  color:red;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}

.cartjs_cart_in input[type="submit"] {
  display: inline-block;
  width: 100%;
  max-width: 350px; /* ボタン幅 */
  position: relative;
  background: #D0A900; /* 背景色 */
  border: 2px solid #D0A900;
  padding: 1em 2em;
  font-weight: bold;
  color: #fff; /* 文字色 */
  text-decoration: none;
  text-align: center;
  transition-duration: 0.3s;
}
.cartjs_cart_in input[type="submit"]:before {
  content: '';
  width: 8px;
  height: 8px;
  border: 0;
  border-top: 2px solid #fff; /* 矢印の色 */
  border-right: 2px solid #fff; /* 矢印の色 */
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  left: 25px;
  margin-top: -6px;
}
.cartjs_cart_in input[type="submit"]:hover {
  background: #fff; /* 背景色 */
  color: #D0A900; /* 文字色 */
}
.cartjs_cart_in input[type="submit"]:hover:before {
  border-top: 2px solid #D0A900; /* 矢印の色 */
  border-right: 2px solid #D0A900; /* 矢印の色 */
}
