@charset "euc-jp";
/* ==============================================================================
  bookssearchAPI css
============================================================================== */
#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 ol {
  text-align: left;
}
#template #templateWrap #templateFlame #bodyClump .rankingContents ol {
  list-style: none outside none;
  overflow: hidden;
  margin: 30px auto 0;
  padding: 0 30px;
  background: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  max-width: 1060px;
  min-width: 890px;
  box-sizing: border-box;
}
#template #templateWrap #templateFlame #bodyClump .rankingContents ol li:nth-child(5n+1) {
    margin-left: 0;
}
#template #templateWrap #templateFlame #bodyClump .rankingContents ol li {
  width: 17%;
  height: auto;
  margin-left: 3.5%;
  margin-bottom: 2.5%;
  float: none;
  line-height: 1.2;
  list-style: outside none none;
  box-sizing: border-box;
}

#template #templateWrap #templateFlame #bodyClump .rankingContents ol li .image {
  height: 180px;
  width: 100%;
  margin-bottom: 10px;
}
#template #templateWrap #templateFlame #bodyClump .rankingContents ol li .image a {
  display: table-cell;
  text-align: center;
  position: unset;
  vertical-align: middle;
}
#template #templateWrap #templateFlame #bodyClump .rankingContents ol li .image img {
  position: static;
  max-width: 170px;
  max-height: 170px;
  line-height: 0;
}
#template #templateWrap #templateFlame #bodyClump .rankingContents ol li .note {
	font-size: 16px;
  word-break: break-all;
  line-height: 1.2;
}
#template #templateWrap #templateFlame #bodyClump .rankingContents ol li .note a {
  font-size: 80%;
  font-weight: bold;
  display: block;
  margin: 10px 0 5px;
}
#template #templateWrap #templateFlame #bodyClump .rankingContents ol li .note span {
  display: block;
    margin-top: 4px;
    color: #333333;
    font-size: 82%;
}
#template #templateWrap #templateFlame #bodyClump .rankingContents ol li .note span.date {
  margin: 10px 0;
  color: #666;
}
#template #templateWrap #templateFlame #bodyClump .rankingContents ol li .note span.before {
  text-decoration: line-through;
  color: #666;
}
#template #templateWrap #templateFlame #bodyClump .rankingContents ol li .note span.after {
  font-weight: bold;
  color: #bf0000;
}
#template #templateWrap #templateFlame #bodyClump .rankingContents ol li .note span.discountRate {
  font-weight: bold;
  color: #bf0000;
}
#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%;
}