@charset "utf-8";

#recyclepc {
  width: 960px;
}
#recyclepc .header_area {
  margin-bottom: 10px;
  position: relative;
}
#recyclepc .header_area .note {
  display: flex;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: -0.8px;
  line-height: 1.3;
  position: absolute;
  right: 25px;
  bottom: 22px;
}
#recyclepc .header_area .note:before {
  content: '※';
  display: block;
}
#recyclepc .tab_area .tab_list {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
#recyclepc .tab_area .tab_list li {
  border: 1px solid #12a04e;
  border-radius: 3px;
  box-sizing: border-box;
  width: 235px;
  overflow: hidden;
}
#recyclepc .tab_area .tab_list li a {
  display: block;
  height: 100%;
}
#recyclepc .tab_area .tab_list li a:hover {
  background-color: #d9ffd3;
  text-decoration: none;
}
#recyclepc .tab_area .tab_list .current {
  background-color: #d9ffd3;
}
#recyclepc .tab_area .tab_list .tab_box {
  display: flex;
  height: 100%;
}
#recyclepc .tab_area .tab_list .tab_box:before {
  content: '';
  display: block;
  width: 60px;
  height: 100%;
}
#recyclepc .tab_area .tab_list .tab_before .tab_box:before {
  background:#12a04e url('/resource/club_com/special/recyclepc/images/200115/icon_before.png') no-repeat center;
}
#recyclepc .tab_area .tab_list .tab_choice .tab_box:before {
  background:#12a04e url('/resource/club_com/special/recyclepc/images/200115/icon_choice.png') no-repeat center;
}
#recyclepc .tab_area .tab_list .tab_brand .tab_box:before {
  background:#12a04e url('/resource/club_com/special/recyclepc/images/200115/icon_brand.png') no-repeat center;
}
#recyclepc .tab_area .tab_list .tab_spec .tab_box:before {
  background:#12a04e url('/resource/club_com/special/recyclepc/images/200115/icon_spec.png') no-repeat center;
}
#recyclepc .tab_area .tab_list .tab_name {
  color: #000000;
  display: flex;
  align-items: center;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.4;
  padding: 12px;
  width: 153px;
}