@charset "utf-8";

.recommendListBox .fix6Area {
  width: 780px;
  margin: 10px auto 30px;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 5px 5px 0 0;
}
.recommendListBox .secTitle {
  height: 29px;
  margin: auto;
  background: #ebebeb;
  border-bottom: 1px solid #ebebeb;
  line-height: 29px;
  text-align: left;
  font-weight: bold;
  color: #333;
  border-radius: 4px 4px 0 0;
}
.recommendListBox .secTitle .title_name {
  font-size: 1.4em;
  padding-left: 8px;
  color: #333;
}
.recommendListBox .fixBox {
  padding: 15px 0;
}
.recommendListBox .fixBox ul {
  display: flex;
  width: 730px;
  margin: 0 auto;
}
.recommendListBox .fixBox li {
  width: 146px;
  padding: 0 7px;
  background: #fff;
  overflow: hidden;
}
.recommendListBox .fixBox li:nth-child(6) {
  display: none;    
}
.recommendListBox .fixBox .genre_name {
  display: none;
}
.recommendListBox .fixBox .genre_name p {
  height: 18px;
  font-size: 11px;
  line-height: 18px;
  margin: 0 auto 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px #0088CF solid;
  border-radius: 3px;
  overflow: hidden;
  text-align: center;
  color: #0088CF;
  display: block;
}
.recommendListBox .fixBox .genre_name.hq p {
  letter-spacing: -2px;
}
.recommendListBox .fixBox .thum_box {
  height: 183px;
  width: auto;
  margin: 0;
  text-align: center;
  position: relative;
}
.recommendListBox .fixBox .thum_box a {
  display: block;
}
.recommendListBox .fixBox .thum_box img {
  max-width: 130px;
  max-height: 180px;
  border: solid 1px #eee;
}
.recommendListBox .fixBox .thum_box .cam_mark {
  position: absolute;
  display: inline-block;
  z-index: 2;
  top: 0;
  right: 0;
  font-size: 12px;
  line-height: 14px;
  vertical-align: middle;
  background: #fff;
  border: 1px #f00 solid;
  color: #f00;
}
.recommendListBox .fixBox .thum_box .cam_mark.free {
  letter-spacing: 2px;
  padding: 1px 1px 0 5px;
}
.recommendListBox .fixBox .text_box {
  padding: 0 4px;
  margin: 2px auto 0;
}
.recommendListBox .cam_mark.sale {
  letter-spacing: 0;
  padding: 1px 2px 0 3px;
}
.recommendListBox .cam_mark.point {
  letter-spacing: 1px;
  padding: 1px 0 0 3px;
}
.recommendListBox .fixBox .text_box .title_name {
  width: auto;
  height: 16px;
  line-height: 17px;
  color: #333;
  font-size: 13px;
  text-align: center;
  font-weight: normal;
  overflow: hidden;
  margin: auto;
}
.recommendListBox .fixBox .text_box .title_name a {
  line-height: 16px;
  color: #000;
  font-size: 13px;
  font-weight: normal;
}
.recommendListBox .fixBox .text_box .author_name {
  width: auto;
  height: 15px;
  line-height: 16px;
  font-size: 10px;
  color: #666;
  text-align: center;
  overflow: hidden;
  margin: auto;
}
.recommendListBox .text_box .author_name a {
  line-height: 16px;
  color: #666;
  font-size: 10px;
}
.recommendListBox .fixBox .text_box .review_star {
  text-align: center;
}
.recommendListBox .fixBox .text_box .review_star img {
  height: 13px;
  width: auto;
}
