@charset "euc-jp";

/* ==============================================
	all
============================================== */
#template #templateWrap {
  background: #efefef;
  padding: 0 0 20px;
}
#template #templateWrap #templateFlame {
  background: transparent;
  width: 100%;
  padding: 0;
}
#template #templateWrap #templateFlame,
#template #templateWrap #templateFlame * {
  box-sizing: border-box;
}
#template #templateWrap #templateFlame img {
  vertical-align: bottom;
}

/* ==============================================
	#headline
============================================== */
#template #templateWrap #templateFlame #headline {
  background: #222;
  background: -webkit-linear-gradient(left,  #222 0%,#666 50%,#222 100%);
  background: linear-gradient(to right,  #222 0%,#666 50%,#222 100%);
}
#template #templateWrap #templateFlame #headline .typeB {
  width: 950px;
  margin: 0 auto 60px;
  padding: 20px 0;
}

/* ==============================================
	.cont-title-1
============================================== */
#templateFlame #bodyClump .cont-title-1 {
  color: #2183d2;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  border-bottom:1px solid #ddd;
  background: transparent;
  padding: 0 0 14px;
  margin: 40px 0 30px;
  position: relative;
}

/* ==============================================
	.item-list
============================================== */
#templateFlame #bodyClump .item-list-wrapper {
  max-width: 1080px;
  margin: 0 auto;
}
#templateFlame #bodyClump .item-list {
  display: flex;
  flex-wrap: wrap;
}
#templateFlame #bodyClump .item-list li {
  flex: 0 0 33.33%;
  max-width: 33.33%;
  padding: 0 10px;
  margin: 0 0 30px;
}
#templateFlame #bodyClump .item-list li > a {
  display: block;
  color: inherit;
  height: 100%;
  background: #fff;
  transition: all 0.5s ease;
  position: relative;
}
#templateFlame #bodyClump .item-list li > :hover {
  text-decoration: none;
  box-shadow: 4px 4px 20px rgba(85, 85, 85, 0.2);
}
#templateFlame #bodyClump .item-list li .list-figure {
  overflow:hidden;
  background: #fff;
}
#templateFlame #bodyClump .item-list li .list-figure img {
  width: 100%;
  height: auto;
  transition: all 0.5s ease;
}
#templateFlame #bodyClump .item-list li a:hover .list-figure img {
  transform:scale(1.15,1.15);
  opacity: .8;
}
#templateFlame #bodyClump .item-list li .list-body {
  padding: 20px 16px 80px;
}
#templateFlame #bodyClump .item-list li .list-body__ttl {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 6px;
}
#templateFlame #bodyClump .item-list li .list-body__icon > span {
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  background: #e2effb;
  color: #2183d2;
  padding: 3px 12px 2px;
  margin-bottom: 8px;
  border-radius: 2px;
}
#templateFlame #bodyClump .item-list li .list-body__icon > span + span {
  margin-left: 6px;
}
#templateFlame #bodyClump .item-list li .list-body__btn {
  width: 70%;
  background: #2183d2;
  color: #fff;
  text-align: center;
  padding: 16px 10px 14px;
  margin: 10px auto 0;
  border-radius: 50px;
  position: absolute;
  bottom: 20px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  transition: all 0.5s ease;
}
#templateFlame #bodyClump .item-list li a:hover .list-body__btn {
  background: #1366a9;
  letter-spacing: .1em;
}

/* ==============================================
	bookssearchAPI css
============================================== */
#template #templateWrap #templateFlame #bodyClump .rankingContents {
  width: 950px;
  margin: 0 auto;
}
#template #templateWrap #templateFlame #bodyClump .rankingContents ol {
  list-style: none outside none;
  overflow: hidden;
  margin: 0 0 10px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 950px;
}
#template #templateWrap #templateFlame #bodyClump .rankingContents ol li {
  width: 166px;
  height: auto;
  margin-left: 30px;
  margin-bottom: 30px;
  float: none;
  line-height: 1.2;
  list-style: outside none none;
  box-sizing: border-box;
}
#template #templateWrap #templateFlame #bodyClump .rankingContents ol li.loader {
  width: 100%;
  text-align: center;
}
#template #templateWrap #templateFlame #bodyClump .rankingContents ol li:nth-child(5n+1) {
    margin-left: 0;
}
#template #templateWrap #templateFlame #bodyClump .rankingContents ol li .image {
  background: #fff;
  margin-bottom: 10px;
  padding: 10px;
  text-align: center;
}
#template #templateWrap #templateFlame #bodyClump .rankingContents ol li .image a img {
  max-width: 166px;
  max-height: 166px;
}
#template #templateWrap #templateFlame #bodyClump .rankingContents ol li .note {
	font-size: 14px;
  word-break: break-all;
  line-height: 1.2;
}
#template #templateWrap #templateFlame #bodyClump .rankingContents ol li .note > img:first-child {
  display: none;
}
#template #templateWrap #templateFlame #bodyClump .rankingContents ol li .note a {
  font-weight: bold;
  display: block;
  margin: 10px 0;
}
#template #templateWrap #templateFlame #bodyClump .rankingContents ol li .note span {
	display: block;
	font-size: 12px;
	margin-top: 2px;
}
#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.before {
  text-decoration: line-through;
  color: #666;
  font-size: 13px;
}
#template #templateWrap #templateFlame #bodyClump .rankingContents ol li .note span.after {
  font-weight: bold;
  color: #bf0000;
  font-size: 16px;
}
#template #templateWrap #templateFlame #bodyClump .rankingContents ol li .note span.discountRate {
  font-weight: bold;
  color: #bf0000;
  font-size: 16px;
}

/* ==============================================
	.pageTop
============================================== */
#bodyClump .pageTop {
  bottom: 24px;
  right: 24px;
  position: fixed;
  opacity: 0.6;
  z-index: 90;
  transition: all 0.3s ease;
}

#bodyClump .pageTop:hover {
  opacity: 1.0;
}

/* ==============================================
	fade-in
============================================== */
#templateFlame #bodyClump .fade-in {
  opacity: 0;
  transition-duration: 500ms;
  transition-property: opacity, transform;
}

#templateFlame #bodyClump .fade-in-up {
  transform: translate(0, 50px);
}

#templateFlame #bodyClump .fade-in-down {
  transform: translate(0, -50px);
}

#templateFlame #bodyClump .fade-in-left {
  transform: translate(-50px, 0);
}

#templateFlame #bodyClump .fade-in-right {
  transform: translate(50px, 0);
}

#templateFlame #bodyClump .scroll-in {
  opacity: 1;
  transform: translate(0, 0);
}