/*--------------------------------------
  ヨメレバ・カエレバ（レスポンシブ）
--------------------------------------*/
.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:45%;
    -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;
}
/*ボタンを変えるときはここから*/
.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;}
/*ここまでを変更*/
.shoplinkyahoo img{display:none;}
.shoplinkyahoo a{font-size:10px;}
.booklink-footer{display: none;}

.shoplinkamazon img{display:none;}
.shoplinkkindle img{display:none;}
.shoplinkrakuten img{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;
}
}



/*--------------------------------------
クエスチョン
--------------------------------------*/
.question {
  position: relative;
  margin: 40px 0 30px;
  padding: 20px;
  border-radius: 10px;
  border: dashed 2px #ff0000;
  background-color: #ffefef;
  font-size: 15px;
  clear: both
}
.question:before {
  position: absolute;
  left: 15px;
  top: -15px;
  content: '\f059';
  z-index: 2;
  width: 32px;
  height: 32px;
  padding: 3px 0 0 5px;
  border-radius: 16px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #ff0000;
  color: #ffffff;
  font-family: 'FontAwesome';
  font-size: 26px;
  line-height: 1;
}
.question:after {
  position: absolute;
  left: 32px;
  top: -8px;
  content: 'QUESTION';
  z-index: 1;
  padding: 3px 10px 3px 20px;
  border-radius: 5px;
  background-color: #ff0000;
  color: #ffffff;
  font-family: 'Lora', cursive;
  font-weight: bold;
  line-height: 1;
}

/*--------------------------------------
補足事項
--------------------------------------*/
.repletion {
  position: relative;
  margin: 40px 0 30px;
  padding: 25px 20px 20px;
  border-radius: 10px;
  border: solid 2px #5ab80e;
  background-color: #cfedb7;
  font-size: 15px;
  clear: both;
}
.repletion:before {
  position: absolute;
  left: 15px;
  top: -15px;
  content: '\f0eb';
  z-index: 2;
  width: 32px;
  height: 32px;
  padding-top: 3px;
  border-radius: 16px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #5ab80e;
  color: #ffffff;
  font-family: 'FontAwesome';
  font-size: 26px;
  line-height: 1;
  text-align: center;
}
.repletion:after {
  position: absolute;
  left: 32px;
  top: -8px;
  content: 'POINT';
  z-index: 1;
  padding: 3px 10px 3px 20px;
  border-radius: 5px;
  background-color: #5ab80e;
  color: #ffffff;
  font-family: 'Lora', cursive;
  font-weight: bold;
  line-height: 1;
}

/*--------------------------------------
注意書き
--------------------------------------*/
.attention {
  position: relative;
  margin: 40px 0 30px;
  padding: 20px;
  border-radius: 10px;
  border: dotted 2px #FACC2E;
  background-color: #F5F6CE;
  font-size: 15px;
  clear: both
}
.attention:before {
  position: absolute;
  left: 15px;
  top: -15px;
  content: '\f071';
  z-index: 2;
  width: 32px;
  height: 32px;
  padding: 3px 0 0 5px;
  border-radius: 16px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #FACC2E;
  color: #FFFFFF;
  font-family: 'FontAwesome';
  font-size: 26px;
  line-height: 1;
}
.attention:after {
  position: absolute;
  left: 32px;
  top: -8px;
  content: 'CAUTION';
  z-index: 1;
  padding: 3px 10px 3px 20px;
  border-radius: 5px;
  background-color: #FACC2E;
  color: #ffffff;
  font-family: 'Lora', cursive;
  font-weight: bold;
  line-height: 1;
}


/*--------------------------------------
  youtube埋め込み（レスポンシブ）
--------------------------------------*/
.youtube {
position: relative;
width: 100%;
padding-top: 56.25%;
}
.youtube iframe{
position: absolute;
top: 0;
right: 0;
width: 100% !important;
height: 100% !important;
}