@charset "UTF-8";

/*for general*/
#chair .col_box a,
#chair .col_box a:link,
#chair .col_box a:visited {
  color: #333333;
  display: block;
}

#chair .pageTop {
  font-size: 12px;
}

#chair .chair_section {
  margin-bottom: 30px;
}

#chair .heading_purple_line {
  border-left: 6px solid #9867a9;
  border-bottom: 1px solid #9867a9;
  color: #744087;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.0;
  padding: 0 0 3px 5px;
  margin-bottom: 15px;
}

#chair .chair_col3 {
  margin-left: 6px;
}

#chair .chair_col3 .col_box {
  border: 1px solid #cccccc;
  float: left;
  width: 229px;
  height: 225px;
  margin: 0 0 14px 14px;
  background: url(/resource/club_com/special/chair/images/03/bg_arrow.gif) no-repeat right bottom;
}

#chair .item_name_16px {
  font-size: 16px;
  font-weight: normal;
  text-align: center;
  padding-top: 15px;
}

#chair .alpha a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  /* ie 6 7 */
  -ms-filter: "alpha(opacity=70)";
  /* ie 8 */
}

#chair a:link .caption_area,
#chair a:visited .caption_area {
  color: #333333;
}

/*for header*/
#chair .chair_header{
  display: table;
  table-layout: fixed;
  border-top: 2px solid #9867a9;
  text-align: left;
  margin-bottom: 20px;
  background: none;
  height: auto;
  width: 100%;
}

#chair .header_title{
  display: table-cell;
  font-size: 32px;
  line-height: 1.0;
  padding: 18px 0 0 0;
  width: 50%;
  vertical-align: middle;
}
#chair .header_title span {
  display: block;
  padding-right: 18px;
  border-right: 1px solid #d7d7d7;
}
#chair .header_title small{
  font-size: 32px;
}
#chair .header_caption{
  display: table-cell;
  text-align: center;
  width: 50%;
  font-size: 13px;
  vertical-align: middle;
  padding: 18px 0 0 0;
}

/*for ranking*/
#chair .chair_section.ranking {
  margin-bottom: 20px;
}

#chair .chair_section.ranking h4 {
  font-size: 16px;
  font-weight: bold;
  line-height: 35px;
  margin: 0 0 0 20px;
  clear: both;
}

#chair .chair_section.ranking ol {
  margin: 0 auto 5px;
  width: 724px;
}

#chair .chair_section.ranking ol li {
  float: left;
  width: 229px;
  height: 221px;
  margin-left: 14px;
  position: relative;
}

#chair .chair_section.ranking ol li:first-child {
  margin-left: 0;
}

#chair .chair_section.ranking ol .gold {
  border: 1px solid #ffc700;
}

#chair .chair_section.ranking ol .silver {
  border: 1px solid #bdbdbd;
}

#chair .chair_section.ranking ol .bronze {
  border: 1px solid #ffcf9a;
}

#chair .icon_ranking {
  margin: 10px 0 5px 10px;
}

#chair .item_img {
  float: left;
  margin-left: 10px;
}

#chair .rankingItemName {
  float: left;
  width: 130px;
  margin-left: 5px;
}

#chair .chair_section.ranking .price-tit {
  margin: 5px 0 0 10px;
}

#chair .chair_section.ranking .price {
  color: #d80000;
  font-size: 16px;
  font-weight: bold;
  position: absolute;
  bottom: 37px;
  right: 10px;
}

#chair .chair_section.ranking .rankingItembtn {
  position: absolute;
  bottom: 10px;
  right: 10px;
}

#chair .chair_section.ranking .link_ranking {
  text-align: right;
  margin: 0 18px 20px 0;
}

#chair .chair_section.ranking .link_ranking a {
  background: url(data:image/gif;base64,R0lGODlhBQAHAPQQABty6R506SR46kOL7U2R7mGd8Hms8qDE9qHF9rnU+M3g+tXl+9fm+/X5/vb5/vz9/////wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAAAAAAALAAAAAAFAAcAAAUXoAEgEPQUQVI2g8CUCkBATrucKSQeZQgAOw==) no-repeat left center;
  padding-left: 10px;
}

#container .chair_section.series ul {
  margin-top: -2%;
}
#container .chair_section.series ul li{
    float: left;
    width: 49%;
    margin-top: 2%;
}
#container .chair_section.series ul li:nth-child(even) {
  float: right;
}
#container .chair_section.series ul li a {
  display: block;
  border: 1px solid #cecece;
}
#container .chair_section.series ul li a:hover {
  opacity: .7;
}
#container .chair_section.series ul li img {
    width: 100%;
    height: auto;
}