@charset "euc-jp";
.header-headline-nav li {
    color: #292929;
}
.header-headline-nav li a {
  color: #292929;
  text-shadow: 0px 0px 0px rgba(0,0,0,0);
  text-decoration: none;
  font-weight: normal;
  font-size: 13px;
}
.header-global-nav a,
.header-global-nav span {
  padding-bottom: 5px;
  color: #292929;
  text-shadow: 0px 0px 0px rgba(0,0,0,0);
  text-decoration: none;
  cursor: pointer;
}

.prd-lst-sort.header-global-nav {
  float: right;
  margin:0 0 20px 0;
  font-size: 100%;
}
.prd-lst-sort.header-global-nav ul {
    margin: 0px 0px 0px 0px;
    z-index: 200;
}
.prd-lst-sort.header-global-nav li {
    padding: 0;
}
.prd-lst-sort.header-global-nav ul ul {
    position: absolute;
    top: 5px;
    left: -128px;
}
.prd-lst-sort.header-global-nav span {
    font-size: 12px;
    line-height: 1.0;
    display: block;
    padding: 0.8em;
    background-color: rgba(165,165,165,.2);
    border-radius: 3px;
}

.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;
}

.grp-lst-img {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 190px !important;
  height: auto !important;
}

  .grp-lst-img:hover {
    opacity: 0.8;
  }

 .grp-lst-img-50 {
   display: block;
   margin: 0 auto;
   width: inherit;
   max-width: 50% !important;
   height: auto !important;
 }

 .grp-lst-img-50:hover {
   opacity: 0.8;
 }

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

.sp-off-alert {
  clear: both;
  font-size: 115%;
  font-weight: bold;
  text-align: center;
  line-height: 1.8;
}

.sp-off-alert p {
  margin: 0;
}
.sp-off-alert a {
  color: #1FA1B5;
}
.sp-off-alert a:hover {
  background-color: rgba(122,113,98,.2);
}


@media only screen and (max-width: 980px) {
  .col-md-3 {
    width: 30%; !important;
  }
  .grp-lst-name {
    font-size: 12px;
  }
}

@media only screen and (max-width: 768px) {
  .prd-lst-sort.header-global-nav {
    float: left;
    margin:0 0 30px 0;
  }
  .prd-lst-sort.header-global-nav ul ul {
    position: absolute;
    top: 5px;
    left: 0px;
  }
  .grp-lst-unit a {
    display: block;
    padding: .5em 0;
    color: #444;
    text-decoration: none;
  }
  .grp-lst-name {
    font-size: 11px;
  }
  .grp-lst {
    margin: 0 10px 25px -3%;
  }
  .col-md-3 {
    width: 33.3333%; !important;
  }
  .sp-off-alert {javascript:jf_UpperSubmit();
    font-size: 93%;
    text-align: left;
  }
}