@charset "euc-jp";
/* ==============================================================================
  bookssearchAPI css
============================================================================== */
#template #templateWrap #templateFlame #bodyClump .rankingArea {
  max-width: 1200px;
  min-width: 870px;
  margin: 60px auto;
  padding: 0 40px;
}

#template #templateWrap #templateFlame #bodyClump .rankingContents{
  width: 950px;
    margin: 0 auto;
}
#template #templateWrap #templateFlame #bodyClump .rankingContents ol li .image img {
  transition-duration: 0.3s;
  transition-property: all;
  -webkit-transform: scale(0.95) rotate(0deg);
  transform: scale(0.95) rotate(0deg);
}
#template #templateWrap #templateFlame #bodyClump .rankingContents ol li .image img:hover {
  opacity: 0.8;
  -webkit-transform: scale(1) rotate(0deg);
  transform: scale(1) rotate(0deg);
}

/*#template #templateWrap #templateFlame #bodyClump .rankingContents ol li .image a {
  transition-duration: 0.3s;
  transition-property: all;
}
#template #templateWrap #templateFlame #bodyClump .rankingContents ol li .image a:hover {
  opacity: 0.7;
}*/
#template #templateWrap #templateFlame #bodyClump .rankingContents {
  /*width: 950px;
  margin: 0 auto;*/
}
#template #templateWrap #templateFlame #bodyClump .rankingContents ol {
  overflow: hidden;
  margin: 0;
  list-style: none outside none;
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
}
/*1-4*/
#template #templateWrap #templateFlame #bodyClump .rankingContents li {
  float: none;
  overflow: hidden;
  display: inline;
  /*background: #e1e1e1;*/
  width: 23.5%;
  margin: 0 2% 2% 0;
  height: auto;
  padding: 0;
  font-size: 100%;
  list-style: none outside none;
}
#template #templateWrap #templateFlame #bodyClump .rankingContents li:nth-child(4n) {
  margin-right: 0;
}
/*1-5*/
/*#template #templateWrap #templateFlame #bodyClump .rankingContents li {
  float: none;
  overflow: hidden;
  display: inline;
  background: #e1e1e1;
  width: 18.4%;
  margin: 0 2% 2% 0;
  height: auto;
  padding: 0;
  font-size: 100%;
  list-style: none outside none;
}
#template #templateWrap #templateFlame #bodyClump .rankingContents li:nth-child(5n) {
  margin-right: 0;
}*/
#template #templateWrap #templateFlame #bodyClump .rankingContents li .image {
  position: relative;
  display: table;
  overflow: hidden;
  vertical-align: bottom;
  text-align: center;
  box-sizing: border-box;
  background: #f4f4f4;
  width: 100%;
  height: 240px; /* 余白分の高さを.imageの高さに追加 */
  margin-bottom: 15px;
}
#template #templateWrap #templateFlame #bodyClump .rankingContents li .image a {
  display: table-cell;
  text-align: center;
  position: unset;
  vertical-align: middle;
  width: 200px; /* .image imgと合わせる */
  height: 200px; /* .image imgと合わせる */
}
#template #templateWrap #templateFlame #bodyClump .rankingContents li .image img {
  position: static;
  max-width: 200px; /* .image aと合わせる */
  max-height: 200px; /* .image aと合わせる */
  padding: 0;
}
#template #templateWrap #templateFlame #bodyClump .rankingContents li .note {
  /*padding: 0 15px 15px;*/
  box-sizing: border-box;
  text-align: left;
}
#template #templateWrap #templateFlame #bodyClump .rankingContents li .note a {
  overflow: hidden;
  display: block;
  font-weight: bold;
  margin: 10px 0;
  font-size: 13px;
  /*color: #333;*/
  line-height: 1.4;
}
#template #templateWrap #templateFlame #bodyClump .rankingContents ol li .note span {
  display: block;
  font-size: 12px;
  margin-top: 2px;
}
#template #templateWrap #templateFlame #bodyClump .rankingContents li .note span.before {
  display: block;
  margin-top: 3px;
  color: #666;
  font-size: 13px;
  text-decoration: line-through;
}
#template #templateWrap #templateFlame #bodyClump .rankingContents li .note span.author-Publisher {
  color: #666;
  display: block;
  margin: 10px 0;
  font-size: 12px;
}
#template #templateWrap #templateFlame #bodyClump .rankingContents li .note span.after {
  color: #bf0000;
  font-size: 13px;
  font-weight: bold;
}
#template #templateWrap #templateFlame #bodyClump .rankingContents li .note span.discountRate {
  color: #bf0000;
  font-size: 13px;
  margin-top: 10px;
  display: block;
  font-weight: bold;
}
#template #templateWrap #templateFlame #bodyClump .rankingContents li .note img {
  margin-bottom: 0;
}

#template #templateWrap #templateFlame #bodyClump .js-api-data span.price-after {
  font-size: 13px;
}
#template #templateWrap #templateFlame #bodyClump .js-api-data span.price-before {
  font-size: 13px;
}
#template #templateWrap #templateFlame #bodyClump .js-api-data span.price-discountRate {
  font-size: 13px;
}
#template #templateWrap #templateFlame #bodyClump .rankingContents ol li .note span.date {
  margin: 10px 0;
  color: #666;
  font-size: 13px;
}
#template #templateWrap #templateFlame #bodyClump .rankingContents ol li .note span.iconSG {
  display: inline-block;
  background: #a88203;
  color: #fff;
  padding: 3px 3px 2px;
  font-size: 82%;
}
#template #templateWrap #templateFlame #bodyClump .rankingContents ol li .note span.iconAL {
  display: inline-block;
  background: #a88203;
  color: #fff;
  padding: 3px 3px 2px;
  font-size: 82%;
}
#template #templateWrap #templateFlame #bodyClump .rankingContents ol li .note span.iconDVD {
  display: inline-block;
  background: #bf0000;
  color: #fff;
  padding: 3px 3px 2px;
  font-size: 82%;
}
#template #templateWrap #templateFlame #bodyClump .rankingContents ol li .note span.iconBD {
  display: inline-block;
  background: #23b0eb;
  color: #fff;
  padding: 3px 3px 2px;
  font-size: 82%;
}