@charset "utf-8";
/* v3 top css 紙トップ, 電子トップ */
/* main-visual-box */
.main-visual-box {
  width: 470px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}
.main-visual-box img {
  width: 470px;
  height: 170px;
  display: block;
  object-fit: cover;
}
.main-visual-box .description {
  text-align: center;
  padding: 5px 0;
}
/* square-banners-box */
.square-banners-box {
  margin: 0 11px;
  height: 185px;
  width: 160px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
  overflow: hidden;
}
.square-banners-box > a {
  display: block;
}
.square-banners-box img {
  height: 160px;
  display: block;
}
.square-banners-box .description {
  text-align: center;
  padding: 3px 0;
}
#square-banners-carousel-ul li:nth-child(5n) .square-banners-box {
  /* Chromeで110%表示した時、4つしか表示されなくなる対策 */
  margin-right: 10px;
}
/* top timesale */
#top-timesale li {
  width: 240px;
}
.top-timesale-box {
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
  height: 150px;
  width: 230px;
}
.top-timesale-box .top-timesale-book-cover-box {
  height: 150px;
  float: left;
  width: auto;
  margin-right: 5px;
}
.top-timesale-box img.book-cover {
  width: auto;
  height: auto;
  max-height: 150px;
  max-width: 110px;
}
.top-timesale-box a.book-title {
  font-size: 12px;
}
.top-timesale-box .timesale-status-starting {
  background: red;
  color: white;
  display: inline-block;
  padding: 1px 5px;
  margin-top: 5px;
}
.top-timesale-box .timesale-status-coming {
  background: gray;
  color: white;
  display: inline-block;
  padding: 1px 5px;
  margin-top: 2px;
}
/* top news */
.top-news-box {
  margin: 0 4px;
  height: 150px;
  width: 172px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
  overflow: hidden;
  position: relative;
}
.top-news-box > a {
  display: block;
}
.top-news-box img {
  width: 172px;
  display: block;
}
.top-news-box .description {
  text-align: left;
  padding: 3px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 172px;
  height: 70px;
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0.8);
  font-size: 16px;
  line-height: 1.4;
}
#top-news-carousel-ul li:nth-child(5n) .top-news-box {
  /* Chromeで110%表示した時、4つしか表示されなくなる対策 */
  margin-right: 10px;
}
/* top-genre-links */
#top-genre-links {
  text-align: center;
}
#top-genre-links a {
  display: inline-block;
  margin: 3px 5px;
}
#top-genre-links a:hover {
  text-decoration: underline;
}
table#publisher-list {
  margin: auto;
  border-collapse: collapse;
}
table#publisher-list td,
table#publisher-list th {
  padding: 2px 5px;
}
table#publisher-list th {
  color: #666;
}
table#publisher-list .publisher-caption {
  vertical-align: top;
  text-align: right;
  width: 200px;
}
table#publisher-list td a {
  display: inline-block;
  margin-right: 10px;
}
table#publisher-list td a:hover {
  text-decoration: underline;
}
/* top-partner-banners */
#top-partner-banners {
  text-align: center;
  /*
  #lb-facebook{
      float:left;
      width:210px;
      border-bottom:1px solid #777;
  }

  .right-pane{
      margin-left: 300px;
  }
  */
}
#top-partner-banners img.banner {
  height: 36px;
  margin: 5px;
  vertical-align: middle;
}
#top-partner-banners img.banner.thick {
  height: 50px;
}
/* top-review レビュー */
.top-review-container {
  width: 950px;
  height: 150px;
  border: 1px solid #886;
  background: yellow;
}
.top-review-box {
  position: relative;
  margin: 0 0 0 -51px;
  width: 230px;
  height: 150px;
  background: url('../../img/v3/balloons-s.png') 0 0 no-repeat transparent;
  float: left;
}
.top-review-box:first-child {
  margin: 0;
}
.top-review-box.balloon5 {
  background-position: -230px -150px;
}
.top-review-box.balloon4 {
  background-position: 0 -150px;
}
.top-review-box.balloon3 {
  background-position: -230px 0;
}
.top-review-box .review-star-box {
  /* 15 x 5 = 75 */
  position: absolute;
  bottom: 22px;
  left: 70px;
}
.top-review-box .review-star {
  width: 15px;
  height: 15px;
  display: inline-block;
}
.top-review-box .review-star.review-star-on {
  background: url('../../img/v3/review-star-s.png') -15px 0 no-repeat transparent;
}
.top-review-box .review-star.review-star-off {
  background: url('../../img/v3/review-star-s.png') 0 0 no-repeat transparent;
}
.top-review-box .review-title {
  position: absolute;
  top: 30px;
  left: 40px;
  width: 140px;
  height: 65px;
  font-size: 16px;
  overflow: hidden;
  line-height: 1.5;
  text-align: center;
}
.top-review-box .review-product-name {
  position: absolute;
  bottom: 50px;
  left: 40px;
  width: 140px;
  height: 18px;
  font-size: 13px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-align: center;
  font-weight: bold;
}
