table {
	font-size: 13px;
	margin: auto;
}
@media screen and (max-width: 768px) {
	table {
		font-size: 10px;
		margin: auto;
	}
}

/* Sale info Box */
.innerlink-box1 {
  position: relative;
  padding-top: 40px;
  border: 1px solid #aaa;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0);
  border-color: #73bc9b;
}

.innerlink-box1-title {
  position: absolute;
  font-family: "ヒラギノ角ゴ ProN W3", Hiragino Sans, "ヒラギノ角ゴ ProN W3",
    Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, sans-seri;
  border: 3px solid #aaa;
  line-height: 0;
  color: #fff;
  border-radius: 2px;
  letter-spacing: 0;
  background-color: #73bc9b;
  border-color: #73bc9b;
}

@media screen and (min-width: 768px) {
  .innerlink-box1 {
    margin-top: 20px;
  }

  .innerlink-box1-title {
    top: -14px;
    padding: 4px 8px 5px 8px;
    font-size: 12px;
    font-weight: 500;
  }
}
/*--------------------------------------

  yomereba, kaereba (responsive)
--------------------------------------*/
.booklink-box,
.kaerebalink-box {
  padding: 25px;
  margin-bottom: 10px;
  border: double #ccc;
  overflow: hidden;
  font-size: small;
}
.booklink-image,
.kaerebalink-image {
  margin: 0 15px 0 0;
  float: left;
  min-width: 160px;
  text-align: center;
}
.booklink-image img,
.kaerebalink-image img {
  margin: 0 auto;
  text-align: center;
}
.booklink-info,
.kaerebalink-info {
  margin: 0;
  line-height: 120%;
  overflow: hidden;
}
.booklink-name,
.kaerebalink-name {
  margin-bottom: 24px;
  line-height: 1.5em;
}
.booklink-powered-date,
.kaerebalink-powered-date {
  font-size: 8px;
  margin-top: 10px;
  font-family: verdana;
  line-height: 120%;
}
.booklink-detail,
.kaerebalink-detail {
  font-size: 12px;
}
.booklink-powered-date,
.kaerebalink-detail {
  margin-bottom: 15px;
}
.booklink-link2,
.kaerebalink-link1 {
  margin-top: 10px;
}
.booklink-link2 a,
.kaerebalink-link1 a {
  width: 30%;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  display: inline-block;
  margin: 5px 2px 0 0;
  padding: 10px 1px;
  text-align: center;
  float: left;
  text-decoration: none;
  font-weight: 800;
  text-shadow: 1px 1px 1px #dcdcdc;
  font-size: 12px;
  color: #fff !important;
}
.booklink-link2 a:hover,
.kaerebalink-link1 a:hover {
  opacity: 0.6;
}
.booklink-link2 a:active .kaerebalink-link1 a:active {
  position: relative;
  top: 1px;
}
/* to change buttons, edit frome here */
.shoplinkamazon a {
  color: #ff9901 !important;
  border: 1px solid #ff9901 !important;
}
.shoplinkrakuten a {
  color: #c20004 !important;
  border: 1px solid #c20004 !important;
}
.shoplinkkindle a {
  color: #007dcd !important;
  border: 1px solid #007dcd !important;
}
.shoplinkkakakucom a {
  color: #314995 !important;
  border: 1px solid #314995;
}
.shoplinkyahoo a {
  color: #7b0099 !important;
  border: 1px solid #7b0099 !important;
}
/* to here */
.shoplinkyahoo img {
  display: none;
}
.shoplinkyahoo a {
  font-size: 10px;
}
.booklink-footer {
  display: none;
}

@media screen and (max-width: 680px) {
  .booklink-box,
  .kaerebalink-box {
    padding: 15px;
  }
  .booklink-image,
  .kaerebalink-image {
    width: 100px !important;
    min-width: initial;
  }
  .booklink-name > a,
  .kaerebalink-name > a {
    font-size: 15px;
    font-weight: bold;
  }
  .booklink-name,
  .kaerebalink-name {
    margin-bottom: 12px;
  }
  .booklink-powered-date,
  .kaerebalink-powered-date {
    margin-top: 5px;
  }
  .booklink-link2 a,
  .kaerebalink-link1 a {
    width: calc(100% - 4px);
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    margin: 2px 0px;
    padding: 10px 0px;
  }
}
/* kaereba settings end */
