@charset "utf-8";
.categoryList .catSearch h3 {
  background: #f6f6f6;
  font-size: 120%;
  font-weight: bold;
  padding: 8px;
  margin-top: 40px;
}
.new-catalog-category .categoryList .catSearch h3 {
    margin-bottom: 15px;
}
.categoryList .catSearch h4.sTitle {
  font-size: 100%;
  font-weight: bold;
  margin: 25px 0 5px 10px;
}
.categoryList .catIndexLi {
  margin-left: 20px;
}
.categoryList .catIndexLi li {
  float: left;
  width: 24%;
  margin: 0.5% 1% 0.3% 0;
  height: 30px;
}
.categoryList .catIndexLi li a {
  color: #333333;
  letter-spacing: .03em;
  font-size: 94%;
}
.categoryList .catIndexLi li a h4 {
  background: url(../img/icon_triangle.png) left top no-repeat;
  background-size: 5px 8px;
  padding-left: 10px;
  background-position: 0 6px;
}
.categoryList .catSearch .toggleLi {
  display: block;
}
@media screen and (max-width:768px) {
.new-catalog-category .categoryList .catSearch h3 {
    margin-bottom: 0;
}
    
  .categoryList .catSearch h3 {
    background: none;
    background-image: url(../img/bg_toggleArrow_down.png);
    background-position: 96%;
    background-repeat: no-repeat;
    background-size: 10px 5px;
    border: 1px solid #cccccc;
    border-left: none;
    border-right: none;
    cursor: pointer;
    font-size: 100%;
    font-weight: bold;
    padding: 15px 8px;
    margin-top: 0;
    margin-top: -1px;
    text-indent: 15px;
  }
  .categoryList h3.active {
    background: none;
    background-image: url("../img/bg_toggleArrow_up.png");
    background-position: 96%;
    background-repeat: no-repeat;
    background-size: 10px 5px;
  }
  .categoryList .catSearch h4.sTitle {
    background-color: #f4f4f4;
    background-image: url(../img/bg_toggleArrow_down_gray.png);
    background-position: 96%;
    background-repeat: no-repeat;
    background-size: 10px 5px;
    border: 1px solid #cccccc;
    border-top: none;
    border-right: none;
    border-left: none;
    cursor: pointer;
    display: block;
    font-weight: normal;
    margin: 0 0 0 0;
    padding: 10px 20px 10px 10px;
    text-indent: 20px;
  }
  .categoryList h4.active {
    background-image: url("../img/bg_toggleArrow_up_gray.png") !important;
    background-position: 96%;
    background-repeat: no-repeat;
    background-size: 10px 5px;
  }
  .categoryList .catIndexLi {
    display: none;
    margin: 0;
  }
  .categoryList .catIndexLi li {
    float: left;
    margin: 0;
    margin-top: -1px;
    width: 100%;
    height: auto;
  }
  .categoryList .catIndexLi li a {
    background-image: url("../img/bg_listArrow_gray.png");
    background-repeat: no-repeat;
    background-position: 97%;
    background-size: 5px 10px;
    border: 1px solid #cccccc;
    border-left: none;
    border-right: none;
    display: block;
    font-size: 100%;
    padding: 10px 40px 10px 45px;
  }
  .categoryList .catSearch .inner {
    padding: 0;
  }
  .categoryList .catSearch .toggleLi {
    display: none;
  }
  .categoryList .inner {
    padding: 0;
  }
  .categoryList .title01 {
    margin: 15px 20px;
  }
  .categoryList .catIndexLi li a h4 {
    background: none;
    padding-left: 0;
  }
}