@charset "UTF-8";

.l-container {
  width: 1120px;
  margin: 0 auto;
}

.category_wrap .category_inr .title{
  font-size: 24px;
  margin: 0 0 30px 0;
}
.category_label{
  border-bottom: 1px dotted #ccc;
}
.category_label li{
  height: 40px;
  line-height: 40px;
  float: left;
  padding: 0 30px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  cursor: pointer;
  font-size: 16px;
}
.category_label li.active{
  background: #eee;
}
.category_list{
  padding: 30px 0;
  display: none;
}
.category_list.active{
  display: block;
}
.category_id{
  margin: 0 0 36px 0;
}
.category_id li{
  margin: 0 20px 0 0;
  float: left;
}
.category_id li a{
  width: 180px;
  height: 34px;
  line-height: 34px;
  border: 1px solid #ccc;
  border-radius: 4px;
  position: relative;
  display: block;
  text-align: center;
}
.category_id li a::before{
  content: "";
  width: 10px;
  height: 5px;
  display: inline-block;
  background: url(/res/p/category/img/down_arrow.png) no-repeat;
  position: absolute;
  top: 15px;
  right: 10px;
}
.category_list .category_ttl{
  font-size: 24px;
  margin: 0 0 30px 0;
}
.category_pager{
  margin: 0 0 60px 0;
}
.category_pager.category_pager_kids-baby{
  margin: 0 0 10px 0;
}
.category_pager li{
  width: 198px;
  margin: 0 0 20px 0;
  float: left;
}
.category_pager li a{
  display: block;
  font-size: 14px;
  text-decoration: none;
}
.category_pager li a::before{
  content: "";
  width: 10px;
  height: 5px;
  margin: 0 6px 0 0;
  display: inline-block;
  background: url(/res/p/category/img/down_arrow.png) no-repeat;
  vertical-align: middle;
}
.category_txt{
  font-size: 14px;
  margin: 0 0 60px 0;
}
.category_txt.category_txt-baby{
  margin: 0 0 20px 0;
}
.category_txt a{
  font-size: 14px;
  text-decoration: underline;
  color: #01c3cf;
}
.category_link .category_sub-ttl{
  font-size: 16px;
  height: 40px;
  line-height: 40px;
  padding: 0 15px;
  background: #eee;
}
.category_link .category_sub-ttl a{
  font-size: 13px;
  font-weight: normal;
  line-height: 40px;
  text-decoration: underline;
  float: right;
}
.category_link_list{
  padding: 0 0 60px 0;
}
.category_link_list li{
  width: 247px;
  margin: 20px 0 0 0;
  float: left;
}
.category_link_list li a {
  text-decoration: none;
}

.category_pickup {
  margin: 0 0 40px;
}

.category_pickup h3 {
  margin: 0 0 20px;
  font-size: 16px;
  font-weight: normal;
}

.category_pickup .category_pickup-list {
  display: flex;
}

.category_pickup .category_pickup-list li {
  width: 480px;
}

.category_pickup .category_pickup-list li:first-child {
  margin: 0 30px 0 0;
}

.category_pickup .category_pickup-list li img {
  width: 100%;
}