@charset "euc-jp";
#templateFlame {
  padding: 0;
  font-family: "¥á¥¤¥ê¥ª ", "Meiryo", "Hiragino Kaku Gothic Pro", "¥Ò¥é¥®¥Î³Ñ¥´ Pro W3", "Verdana", "Osaka", "£Í£Ó £Ð¥´¥·¥Ã¥¯", sans-serif;
}
#template .rankingContents {
  width: 1500px;
  margin: 0 auto;
  text-align: center;
  margin-top: 16px;
}
#template .rankingContents ol {
  overflow: hidden;
  margin: 0 5px;
  list-style: none outside none;
  display: inline-table;
}
#template .rankingContents li {
  float: left;
  overflow: hidden;
  display: inline;
  width: 140px;
  height: 20em;
  margin-left: 9px;
  margin-bottom: 0.5em;
  padding: 10px 10px 0;
  font-size: 100%;
  list-style: none outside none;
  position: relative;
  background: #fff;
  box-sizing: border-box;
}
#template .rankingContents li .image {
  overflow: hidden;
  display: inline-block;
  width: 122px;
  height: 170px;
  margin-bottom: 5px;
  text-align: center;
  vertical-align: bottom;
  position: relative;
}
#template .rankingContents li .image img {
border: 0 none;
    max-height: 178px;
    max-width: 120px;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%, -100%);
}
#template .rankingContents li .note {
  overflow: hidden;
  display: block;
  word-break: break-all;
  text-align: left;
  line-height: 1.2;
  font-size: 75%;
}
#template .rankingContents li .note img {
  margin-bottom: 4px;
}
#template .rankingContents li .note a {
  overflow: hidden;
  display: block;
  font-weight: bold;
  margin-bottom: 0.5em;
  font-size: 100%;
  line-height: 1.4;
  height: auto;
}
#template .rankingContents li .note span.before {
  display: block;
  margin-top: 3px;
  color: #666666;
  font-size: 100%;
  text-decoration: line-through;
}
#template .rankingContents li .note span.after {
  overflow: hidden;
  display: block;
  height: 1.2em;
  margin-top: 6px;
  font-size: 110%;
  font-weight: bold;
  color: #BF0000;
}
#template .rankingContents li .note span.discountRate {
  display: block;
  margin-top: 3px;
  font-size: 110%;
  font-weight: bold;
  color: #BF0000;
}
#template .rankingContents li .note span.apiRankIc {
  margin-right: 4px;
  vertical-align: super;
  display: inline-block;
  padding: 7px 0 0;
  width: 18px;
  height: 16px;
  background: url(https://books.rakuten.co.jp/event/common/img/ic-apirank.png) top left no-repeat;
  -webkit-background-size: 18px 18px;
  background-size: 18px 18px;
  color: #ffffff;
  font-size: 9px;
  font-weight: bold;
  text-align: center;
  line-height: 1.0;
}
#template .rankingContents li .note .pointIcon {
  display: block;
  background: #ff5900;
  border-radius: 100px;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  padding: 4px 0 3px;
  margin-top: 4px;
}
#template .rankingContents li .note .dealIcon {
  display: block;
  background: #f0045d;
  border-radius: 100px;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  padding: 4px 0 3px;
  margin-top: 4px;
}
/*---------------------------------------*/
#template .rankingContents li .cart-btn {
  position: absolute;
  bottom: 0;
  width: 100%;
}
#template .rankingContents li .cart-btn button {
  display: block;
  width: 100%;
  padding: 10px 0;
  margin: 5px 0 0;
  background: none;
  background-color: rgba(0, 0, 0, 0);
  border: 0;
  background-color: #fb0;
  font-size: 15px;
  font-weight: bold;
  color: #fff;
  border-radius: 4px;
}
i.icon-add-cart:before {
  content: "\e608";
  color: #fff;
  font-family: 'rb-iconfont' !important;
  font-style: normal;
  font-size: 16px;
  font-weight: normal;
  padding: 0 5px 0 0;
  line-height: 0;
  position: relative;
  top: 1px;
}