ol, ul {
  list-style: none !important;
}

.temple_html{
  width: 50%;
  margin: 0 auto;
}


/*--目次--*/
.tableOfContentsBox {
  border: 1px solid #ccc;
  margin: 0 auto;
  margin-top: 30px;
  width: 98%;
}

.tableOfContentsTittle {
  font-size: 18px;
  font-weight: bold;
  text-align: left;
  color: #333;
}

.tableOfContentsBox ul li {
  line-height: 1.8;
  padding: 5px 0 0 10px;
  position: relative;
}

.tableOfContentsBox ul li a {
  text-decoration: none!important;
  padding-left: 10px;
  color: #1A0DAB;
}

.tableOfContentsBox ul li  :hover {
  opacity: 0.8;
}

/*--見出し--*/
.h2_title {
  font-size: 16px;
  margin-top: 5px;
}

.h2_title::before {
  font-family: "FontAwesome";
  content: "\f138";
  position: absolute;
  left: 3px;
  color: #ffb03f;
}

.h3_title {
  margin-left: -25px;
  font-size: 14px;
}

.columnTitle_He {
  font-size: 25px;
  overflow: hidden;
  margin-top: 20px;
  padding: 10px;
  text-align: left;
  word-wrap: break-word;
  position: relative;
  color: #333;
  border-bottom: 2px solid #d9a300;
}

.columnTitle_Fe {
  font-size: 25px;
  overflow: hidden;
  margin-top: 20px;
  padding: 10px;
  text-align: left;
  word-wrap: break-word;
  position: relative;
  color: #333;
  border-bottom: 2px solid #fe5735;
}

.columnTitle_Ra {
  font-size: 25px;
  overflow: hidden;
  margin-top: 20px;
  padding: 10px;
  text-align: left;
  word-wrap: break-word;
  position: relative;
  color: #333;
  border-bottom: 2px solid #df4661;
}

.columnTitle_Re {
  font-size: 25px;
  overflow: hidden;
  margin-top: 20px;
  padding: 10px;
  text-align: left;
  word-wrap: break-word;
  position: relative;
  color: #333;
  border-bottom: 2px solid #008c69;
}

.columnTitle_Kn{
  font-size: 25px;
  overflow: hidden;
  margin-top: 20px;
  padding: 10px;
  text-align: left;
  word-wrap: break-word;
  position: relative;
  color: #333;
  border-bottom: 2px solid #1e8cbe;
}

.columnTitle_cat{
  font-size: 25px;
  overflow: hidden;
  margin-top: 20px;
  padding: 10px;
  text-align: left;
  word-wrap: break-word;
  position: relative;
  color: #333;
  border-bottom: 2px solid #00A2D9;
}

.columnTitle_dog{
  font-size: 25px;
  overflow: hidden;
  margin-top: 20px;
  padding: 10px;
  text-align: left;
  word-wrap: break-word;
  position: relative;
  color: #333;
  border-bottom: 2px solid #FE7E00;
}

.columnTitleHedgehog:before,
.columnTitleFerret:before,
.columnTitleRabbit:before,
.columnTitleReopa:before,
.columnTitleKnowledge:before,
.columnTitleCat:before,
.columnTitleDog:before {
  position: absolute;
  top: 25px;
  left: 30px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  background-repeat: no-repeat;
  content: '';
  background-size: contain;
  opacity: 0.8;
}

.columnTitleHedgehog:before {
  background-image: url(../img/hedgehogicon.png);
}

.columnTitleFerret:before {
  background-image: url(../img/ferreticon.png);
}

.columnTitleRabbit:before {
  background-image: url(../img/rabbiticon.png);
}

.columnTitleReopa:before {
  background-image: url(../img/reopaicon.png);
}

.columnTitleKnowledge:before {
  background-image: url(../img/bookicon.png);
}

.columnTitleDog:before {
  background-image: url(../img/dogicon.png);
}

.columnTitleCat:before {
  background-image: url(../img/caticon.png);
}

.columnTitleHedgehog,
.columnTitleFerret,
.columnTitleRabbit,
.columnTitleReopa,
.columnTitleKnowledge,
.columnTitleDog,
.columnTitleCat {
  display: block;
  float: right;
  width: -webkit-calc(100% - 80px);
  width: calc(100% - 80px);
  display: block;
  font-weight: bold !important;
}

.column_h3 {
  font-weight: bold;
  font-size: 18px !important;
  position: relative;
  padding-left: 1.2em;
  line-height: 2;
}

.column_h3:before {
  font-family: "FontAwesome";
  content: "\f00c";
  position: absolute;
  font-size: 1em;
  left: 0;
  top: 0;
  color: #ffb03f;
}

.textRed {
  color: #ff3535;
}

.textRed-bold {
  color: #ff3535;
  font-weight: bold;
}

.textBlue{
color:#0D47A1;
}

.textBlue-normal{
  color:#0D47A1!important;
}

.textBlue:hover{
 text-decoration:underline;
}
.bigFont{
font-size:17px;
}

.fontColor {
  background: linear-gradient(transparent 70%, #a7d6ff 70%);
}

.title_point {
  position: relative;
  display: inline-block;
  margin-left: 20px;
  width: 50px;
  height: 25px;
  line-height: 25px;
  vertical-align: middle;
  text-align: center;
  color: #FFF;
  font-size: 12px;
  font-weight: bold;
  background: #ff3535;
  box-sizing: border-box;
  border-radius: 8px;
}

.title_point:before {
  content: "";
  position: absolute;
  top: 18px;
  left: -28px;
  width: 10px;
  margin-top: -16px;
  border: 10px solid transparent;
  border-right: 10px solid #ff3535;
  z-index: 0;
}

.temple_html{
  width: 60%;
  margin:  0 auto;
}
.table_list {
  margin: 10px auto;
  width: 100%;
  display: table;
  word-break: break-all;
  word-wrap: break-word;
  font-family: "Segoe UI", Verdana, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

.table_list th {
  line-height: 25px;
  background: #e6f2ff;
  border: 1px solid #e6f2ff;
  padding: 5px 10px;
  color: #666;
  font-size: 100%;
  font-weight: bold;
  text-align: left;
  word-break: break-all;
  word-wrap: break-word;
  vertical-align: middle;
  width: 100%;
  margin: 0px auto;
  display: block;
}

.table_list td {
  font-size: 14px;
  line-height: 25px;
  text-align: left;
  vertical-align: middle;
  word-break: break-all;
  word-wrap: break-word;
  border: 1px solid #e6f2ff;
  display: block;
  padding: 10px;
  width: 100%;
}


.columnTable {
  border-collapse: separate;
  border-spacing: 10px;
  margin: 0 auto;
  padding: 10px;
  background: #fff;
  border: 2px solid #e6f2ff;
  margin-bottom: 10px;
  font-size: 14px;
  color: #666;
  font-family: "Segoe UI", Verdana, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  letter-spacing: 0.1em;
  line-height: 1.6;
  font-weight: 500;
}


.table_list2{
  max-width: 100%;
  border: 1px solid #e7e7e7;
  margin-top: 15px;
  margin-bottom: 15px;
}

.table_list2 tbody{
  display: table-row-group;
  vertical-align: middle;
  border-color: inherit;
}

.table_list2 tr{
  width: 100%;
  display: table-row;
}
/*
.table_list2 tr:nth-child(odd){
  background:#e6f2ff;
}
*/

/*---------------*/
.table_list2 th{
  text-align: left;
  width: 30%;
  text-align: center;
  padding: 10px 0;
  border: 1px solid #fff;
  background-color: #e6f2ff;
  font-weight: bold;
  color: #666;
}

.table_list2 td{
  text-align: left;
  width: 40%;
  padding: 10px;
  line-height: 25px;
  text-align: left;
  vertical-align: middle;
  word-break: break-all;
  word-wrap: break-word;
  border: 1px solid #e6f2ff;
  display: table-cell;
}

.table_list3{
  border-collapse:separate;
  border-spacing: 0;
  width: 100%;
}

.table_list3 th:first-child{
  border-radius: 5px 0 0 0;
}

.table_list3 th:last-child{
  border-radius: 0 5px 0 0;
  border-right: 1px solid #e6f2ff;
}

.table_list3 th{
  text-align: center;
  color:#333;
  border-left: 1px solid #e6f2ff;
  border-top: 1px solid #e6f2ff;
  border-bottom: 1px solid #e6f2ff;
  padding: 10px 0;
}

.table_list3 td{
  text-align: center;
  border-left: 1px solid #e6f2ff;
  border-bottom: 1px solid #e6f2ff;
  border-top:none;
  padding: 10px 0;
}

.table_list3 td:last-child{
  border-right: 1px solid #e6f2ff;
}

.table_list3 tr:last-child td:first-child {
  border-radius: 0 0 0 5px;
}

.table_list3 tr:last-child td:last-child {
  border-radius: 0 0 5px 0;
}




.list-item {
  counter-reset: list;
  list-style-type: none;
  font: 14px/1.6 'arial narrow', sans-serif;
  padding: 0;
}

.list-item li {
  position: relative;
  color: #333;
  padding: 5px 0 5px 30px;
  margin: 7px 0px;
  line-height: 30px;
  border-bottom: dashed 1px #ccc;
  font-size: 14px;
  font-weight: bold;
}

.list-item li:before {
  counter-increment: list;
  content: counter(list) ".";
  display: block;
  position: absolute;
  left: 0px;
  font-weight: bold;
  top: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.box1 {
  position: relative;
  margin: 2em 0;
  padding: 0.5em 1em;
  border: solid 3px #d92121;
}

.box1 .box-title1 {
  position: absolute;
  display: inline-block;
  top: -27px;
  left: -3px;
  padding: 0 9px;
  height: 25px;
  line-height: 25px;
  vertical-align: middle;
  font-size: 17px;
  background: #d92121;
  color: #ffffff;
  font-weight: bold;
  border-radius: 5px 5px 0 0;
}

.box1 p {
  margin: 0;
  padding: 0;
}

.box-title1::before {
  font-family: "FontAwesome";
  content: "\f0a7";
  padding-right: 10px;
}

.box2 {
  position: relative;
  margin: 2em 0;
  padding: 20px;
  border: solid 3px #eb9e1b;
  list-style-type: none;
}

.box2 .box-title2 {
  position: absolute;
  display: inline-block;
  top: -27px;
  left: -3px;
  padding: 0 9px;
  height: 25px;
  line-height: 25px;
  vertical-align: middle;
  font-size: 17px;
  background: #eb9e1b;
  color: #ffffff;
  font-weight: bold;
  border-radius: 5px 5px 0 0;
}

.box-title2::before {
  font-family: "FontAwesome";
  content: "\f00c";
  padding-right: 10px;
}

.summary{
  padding-left: 10px!important;

}

.box2 li {
  line-height: 2em;
  list-style-type: square!important;
}

.member{
  width: 95%;
}

.member_list img{
  width: 150px!important;
  height: 150px!important;
  padding: 10px;
  float: left;
  object-fit: cover;
}

.member_name{
  font-size: 18px;
  font-weight: bold;
  padding: 20px;
}

.breeding_animal{
  font-size: 14px;
}
.introduction{
  font-size: 16px;
  padding: 20px;
}

.clear{
  clear: both;
}
/*----リンクボタン---*/
.potitamaLink a {
    display: block;
    box-shadow: 5px 5px 10px 0 #6b6b6b;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    line-height: 2;
    text-decoration: none;
    overflow: hidden;
    display: block;
    border-radius: 12px;
    margin: -0.2em auto 2.2em auto;
    padding: 1em .5em .8em;
    position: relative;
    text-align: center;
    vertical-align: middle;
    width: 90%;
    background: #27ae60;
}

.potitamaLink ::after{
  content: "\f054";
  font-family: FontAwesome;
  position: absolute;
  right: 10px;
  top: 15px;
}
.potitamaLink :hover{
  background-color: #06e263;
}



.petkusuriLink a{
  display: block;
  color: #fff;
  box-shadow: 5px 5px 10px 0 #6b6b6b;
  font-size: 18px;
  font-weight: bold;
  line-height: 2;
  text-decoration: none;
  overflow: hidden;
  display: block;
  border-radius: 12px;
  margin: -0.2em auto 2.2em auto;
  padding: 1em .5em .8em;
  position: relative;
  text-align: center;
  vertical-align: middle;
  min-width: 200px;
  max-width: 90%;
  background: #2980B9;
}

.petkusuriLink ::after{
  content: "\f054";
  font-family: FontAwesome;
  position: absolute;
  right: 10px;
  top: 15px;
}
.petkusuriLink :hover{
  background-color: #37aaf5;
}


.usaparaLink a{
  border-radius: 12px;
  box-shadow: 5px 5px 10px 0 #6b6b6b;
  color: #fff;
  display: block;
  font-size: 18px;
  font-weight: bold;
  line-height: 2;
  margin: -0.2em auto 2.2em auto;
  padding: 1em .5em .8em;
  position: relative;
  text-align: center;
  text-decoration: none;
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
  vertical-align: middle;
  min-width: 200px;
  max-width: 90%;
 background: #e46c0a;
}

.usaparaLink  ::after{
  content: "\f054";
  font-family: FontAwesome;
  position: absolute;
  right: 10px;
  top: 15px;
}

.usaparaLink :hover{
  background-color: #f78e36;
}

blockquote {
    position: relative;
    margin: 50px 0;
    padding: 35px 15px 10px 15px;
    box-sizing: border-box;
    font-style: italic;
    background: #f5f5f5;
    color: #777777;
    border-left: 4px solid #9dd4ff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.14);
}

blockquote:before{
    display: inline-block;
    position: absolute;
    top: 10px;
    left: 15px;
    vertical-align: middle;
    content: "\f10d";
    font-family: FontAwesome;
    color: #9dd4ff;
    font-size: 28px;
    line-height: 1;
    font-weight: 900;
}

blockquote p {
    padding: 0;
    margin: 7px 0;
    line-height: 1.7;
    font-size: 16px;
    padding: 10px;
    color: #333;
    font-family: "Segoe UI", Verdana, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif !important;

}

blockquote cite {
    display: block;
    text-align: right;
    color: #888888;
    font-size: 16px!important;
}

@media screen and (max-width:480px) {
  .potitamaLink a{
    width: 100%;
    font-size: 16px;
  }
  .petkusuriLink a{
    width: 100%;
    font-size: 16px;
  }
  .usaparaLink a{
    width: 100%;
    font-size: 16px;
  }
}
@media screen and (max-width:368px){
  .potitamaLink a{
    font-size: 14px;
  }
  .petkusuriLink a{    width: 100%;
    font-size: 14px;
  }
  .usaparaLink a{
    font-size: 14px;
  }
}

}

@media only screen and (max-width: 414px) {
  .tableOfContentsTittle {
    text-align: center;
    padding: 0px 0px 0px 0px;
  }
  .h2_title{
    font-size: 14px;
  }
  .h3_title{
    font-size: 12px;
  }
  .column_h3{
    font-size: 16px!important;
  }
  .member_list img{
    width: 120px!important;
    height: 120px!important;
  }
}


/*=================================================================================
 カエレバ・ヨメレバ・トマレバ
=================================================================================*/
.cstmreba {
  width: 98%;
  height: auto;
  margin: 36px auto;
  font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', Helvetica, Meiryo, sans-serif;
  line-height: 1.5;
  word-wrap: break-word;
  box-sizing: border-box;
  display: block;
}

.cstmreba a {
  transition: 0.8s;
  color: #285EFF;
  /* テキストリンクカラー */
}

.cstmreba a:hover {
  color: #FFCA28;
  /* テキストリンクカラー(マウスオーバー時) */
}

.cstmreba .booklink-box,
.cstmreba .kaerebalink-box,
.cstmreba .tomarebalink-box {
  width: 100%;
  background-color: #fafafa;
  /* 全体の背景カラー */
  overflow: hidden;
  border-radius: 0px;
  box-sizing: border-box;
  padding: 12px 8px;
  box-shadow: 0px 2px 5px 0 rgba(0, 0, 0, .26);
}

/* サムネイル画像ボックス */
.cstmreba .booklink-image,
.cstmreba .kaerebalink-image,
.cstmreba .tomarebalink-image {
  width: 150px;
  float: left;
  margin: 0 14px 0 0;
  text-align: center;
  background: #fff;
}

.cstmreba .booklink-image a,
.cstmreba .kaerebalink-image a,
.cstmreba .tomarebalink-image a {
  width: 100%;
  display: block;
}

.cstmreba .booklink-image a img,
.cstmreba .kaerebalink-image a img,
.cstmreba .tomarebalink-image a img {
  margin: 0;
  padding: 0;
  text-align: center;
  background: #fff;
}

.cstmreba .booklink-info, .cstmreba .kaerebalink-info, .cstmreba .tomarebalink-info {
  overflow: hidden;
  line-height: 170%;
  color: #333;
}

/* infoボックス内リンク下線非表示 */
.cstmreba .booklink-info a,
.cstmreba .kaerebalink-info a,
.cstmreba .tomarebalink-info a {
  text-decoration: none;
}

/* 作品・商品・ホテル名 リンク */
.cstmreba .booklink-name>a,
.cstmreba .kaerebalink-name>a,
.cstmreba .tomarebalink-name>a {
  border-bottom: 1px solid;
  font-size: 16px;
}

/* タイトル下にPタグ自動挿入された際の余白を小さく */
.cstmreba .kaerebalink-name p,
.cstmreba .booklink-name p,
.cstmreba .tomarebalink-name p {
  margin: 0;
}

/* powered by */
.cstmreba .booklink-powered-date,
.cstmreba .kaerebalink-powered-date,
.cstmreba .tomarebalink-powered-date {
  font-size: 10px;
  line-height: 150%;
}

.cstmreba .booklink-powered-date a,
.cstmreba .kaerebalink-powered-date a,
.cstmreba .tomarebalink-powered-date a {
  color: #333;
  border-bottom: none;
}

.cstmreba .booklink-powered-date a:hover,
.cstmreba .kaerebalink-powered-date a:hover,
.cstmreba .tomarebalink-powered-date a:hover {
  color: #333;
  border-bottom: 1px solid #333;
}

/* 著者・住所 */
.cstmreba .booklink-detail, .cstmreba .kaerebalink-detail, .cstmreba .tomarebalink-address {
  font-size: 12px;
}

.cstmreba .kaerebalink-link1 div img, .cstmreba .booklink-link2 div img, .cstmreba .tomarebalink-link1 div img {
  display: none !important;
}

.cstmreba .kaerebalink-link1, .cstmreba .booklink-link2, .cstmreba .tomarebalink-link1 {
  display: inline-block;
  width: 100%;
  margin-top: 5px;
}

.cstmreba .booklink-link2>div,
.cstmreba .kaerebalink-link1>div,
.cstmreba .tomarebalink-link1>div {
  float: left;
  width: 24%;
  min-width: 128px;
  margin: 0.5%;
}

/***** ボタンデザインここから ******/
.cstmreba .booklink-link2 a,
.cstmreba .kaerebalink-link1 a,
.cstmreba .tomarebalink-link1 a {
  width: 100%;
  display: inline-block;
  text-align: center;
  box-sizing: border-box;
  margin: 1px 0;
  padding: 3% 0.5%;
  border-radius: 8px;
  font-size: 13px;
  font-weight: bold;
  line-height: 180%;
  color: #fff;
  box-shadow: 0px 2px 4px 0 rgba(0, 0, 0, .26);
}

/* トマレバ */
.cstmreba .tomarebalink-link1 .shoplinkrakuten a {
  background: #76ae25;
  border: 2px solid #76ae25;
}

/* 楽天トラベル */
.cstmreba .tomarebalink-link1 .shoplinkjalan a {
  background: #ff7a15;
  border: 2px solid #ff7a15;
}

/* じゃらん */
.cstmreba .tomarebalink-link1 .shoplinkjtb a {
  background: #c81528;
  border: 2px solid #c81528;
}

/* JTB */
.cstmreba .tomarebalink-link1 .shoplinkknt a {
  background: #0b499d;
  border: 2px solid #0b499d;
}

/* KNT */
.cstmreba .tomarebalink-link1 .shoplinkikyu a {
  background: #bf9500;
  border: 2px solid #bf9500;
}

/* 一休 */
.cstmreba .tomarebalink-link1 .shoplinkrurubu a {
  background: #000066;
  border: 2px solid #000066;
}

/* るるぶ */
.cstmreba .tomarebalink-link1 .shoplinkyahoo a {
  background: #ff0033;
  border: 2px solid #ff0033;
}

/* Yahoo!トラベル */
.cstmreba .tomarebalink-link1 .shoplinkhis a {
  background: #004bb0;
  border: 2px solid #004bb0;
}

/*** HIS ***/
/* カエレバ */
.cstmreba .kaerebalink-link1 .shoplinkyahoo a {
  background: #ff0033;
  border: 2px solid #ff0033;
  letter-spacing: normal;
}

/* Yahoo!ショッピング */
.cstmreba .kaerebalink-link1 .shoplinkbellemaison a {
  background: #84be24;
  border: 2px solid #84be24;
}

/* ベルメゾン */
.cstmreba .kaerebalink-link1 .shoplinkcecile a {
  background: #8d124b;
  border: 2px solid #8d124b;
}

/* セシール */
.cstmreba .kaerebalink-link1 .shoplinkkakakucom a {
  background: #314995;
  border: 2px solid #314995;
}

/* 価格コム */
/* ヨメレバ */
.cstmreba .booklink-link2 .shoplinkkindle a {
  background: #007dcd;
  border: 2px solid #007dcd;
}

/* Kindle */
.cstmreba .booklink-link2 .shoplinkrakukobo a {
  background: #bf0000;
  border: 2px solid #bf0000;
}

/* 楽天kobo */
.cstmreba .booklink-link2 .shoplinkbk1 a {
  background: #0085cd;
  border: 2px solid #0085cd;
}

/* honto */
.cstmreba .booklink-link2 .shoplinkehon a {
  background: #2a2c6d;
  border: 2px solid #2a2c6d;
}

/* ehon */
.cstmreba .booklink-link2 .shoplinkkino a {
  background: #003e92;
  border: 2px solid #003e92;
}

/* 紀伊國屋書店 */
.cstmreba .booklink-link2 .shoplinktoshokan a {
  background: #333333;
  border: 2px solid #333333;
}

/* 図書館 */
/* カエレバ・ヨメレバ共通 */
.cstmreba .kaerebalink-link1 .shoplinkamazon a,
.cstmreba .booklink-link2 .shoplinkamazon a {
  background: #FF9901;
  border: 2px solid #ff9901;
}

/* Amazon */
.cstmreba .kaerebalink-link1 .shoplinkrakuten a,
.cstmreba .booklink-link2 .shoplinkrakuten a {
  background: #bf0000;
  border: 2px solid #bf0000;
}

/* 楽天 */
.cstmreba .kaerebalink-link1 .shoplinkseven a,
.cstmreba .booklink-link2 .shoplinkseven a {
  background: #225496;
  border: 2px solid #225496;
}

/* 7net */
/****** ボタンカラー ここまで *****/
/***** ボタンデザイン　マウスオーバー時ここから *****/
.cstmreba .booklink-link2 a:hover,
.cstmreba .kaerebalink-link1 a:hover,
.cstmreba .tomarebalink-link1 a:hover {
  background: #fff;
}

/* トマレバ */
.cstmreba .tomarebalink-link1 .shoplinkrakuten a:hover {
  color: #76ae25;
}

/* 楽天トラベル */
.cstmreba .tomarebalink-link1 .shoplinkjalan a:hover {
  color: #ff7a15;
}

/* じゃらん */
.cstmreba .tomarebalink-link1 .shoplinkjtb a:hover {
  color: #c81528;
}

/* JTB */
.cstmreba .tomarebalink-link1 .shoplinkknt a:hover {
  color: #0b499d;
}

/* KNT */
.cstmreba .tomarebalink-link1 .shoplinkikyu a:hover {
  color: #bf9500;
}

/* 一休 */
.cstmreba .tomarebalink-link1 .shoplinkrurubu a:hover {
  color: #000066;
}

/* るるぶ */
.cstmreba .tomarebalink-link1 .shoplinkyahoo a:hover {
  color: #ff0033;
}

/* Yahoo!トラベル */
.cstmreba .tomarebalink-link1 .shoplinkhis a:hover {
  color: #004bb0;
}

/*** HIS ***/
/* カエレバ */
.cstmreba .kaerebalink-link1 .shoplinkyahoo a:hover {
  color: #ff0033;
}

/* Yahoo!ショッピング */
.cstmreba .kaerebalink-link1 .shoplinkbellemaison a:hover {
  color: #84be24;
}

/* ベルメゾン */
.cstmreba .kaerebalink-link1 .shoplinkcecile a:hover {
  color: #8d124b;
}

/* セシール */
.cstmreba .kaerebalink-link1 .shoplinkkakakucom a:hover {
  color: #314995;
}

/* 価格コム */
/* ヨメレバ */
.cstmreba .booklink-link2 .shoplinkkindle a:hover {
  color: #007dcd;
}

/* Kindle */
.cstmreba .booklink-link2 .shoplinkrakukobo a:hover {
  color: #bf0000;
}

/* 楽天kobo */
.cstmreba .booklink-link2 .shoplinkbk1 a:hover {
  color: #0085cd;
}

/* honto */
.cstmreba .booklink-link2 .shoplinkehon a:hover {
  color: #2a2c6d;
}

/* ehon */
.cstmreba .booklink-link2 .shoplinkkino a:hover {
  color: #003e92;
}

/* 紀伊國屋書店 */
.cstmreba .booklink-link2 .shoplinktoshokan a:hover {
  color: #333333;
}

/* 図書館 */
/* カエレバ・ヨメレバ共通 */
.cstmreba .kaerebalink-link1 .shoplinkamazon a:hover,
.cstmreba .booklink-link2 .shoplinkamazon a:hover {
  color: #FF9901;
}

/* Amazon */
.cstmreba .kaerebalink-link1 .shoplinkrakuten a:hover,
.cstmreba .booklink-link2 .shoplinkrakuten a:hover {
  color: #bf0000;
}

/* 楽天 */
.cstmreba .kaerebalink-link1 .shoplinkseven a:hover,
.cstmreba .booklink-link2 .shoplinkseven a:hover {
  color: #225496;
}

/* 7net */
/***** ボタンデザイン　マウスオーバー時ここまで *****/
.cstmreba .booklink-footer {
  clear: both;
}

/*****  解像度768px以下のスタイル *****/
@media screen and (max-width:768px) {

  .cstmreba .booklink-image,
  .cstmreba .kaerebalink-image,
  .cstmreba .tomarebalink-image {
    width: 100%;
    float: none;
  }

  .cstmreba .booklink-link2>div,
  .cstmreba .kaerebalink-link1>div,
  .cstmreba .tomarebalink-link1>div {
    width: 32.33%;
    margin: 0.5%;
  }

  .cstmreba .booklink-info,
  .cstmreba .kaerebalink-info,
  .cstmreba .tomarebalink-info {
    text-align: center;
    padding-bottom: 1px;
  }
}

/*****  解像度480px以下のスタイル *****/
@media screen and (max-width:480px) {

  .cstmreba .booklink-link2>div,
  .cstmreba .kaerebalink-link1>div,
  .cstmreba .tomarebalink-link1>div {
    width: 49%;
    margin: 0.5%;
  }
}

@media screen and (max-width:414px) {
  .inline-picture {
    text-align: center;
    display: block;
  }

  .alignright {
    float: none !important;
  }
}

/*---youtube--------------*/
.video {
  position: relative;
  padding-bottom: 56.25%;
  /*アスペクト比 16:9の場合の縦幅*/
  height: 0;
  overflow: hidden;
}

.video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


/*--関連記事リンク--*/
.relationLinkBox {
  display: block;
  width: 100%;
  height: 100%;
  padding: 10px 10px 15px 10px;
  border: 1px solid #ccc;
  text-decoration: none;
  color: #666;
  position: relative;
  margin-bottom: 15px;
}

.relationLinkBox:hover {
  opacity: 0.6;
  transition: 0.4s;
}

.relationLinkBox:hover {
  color: #666;
}

.relationLinkImg {
  float: left;
  width: 120px;
  height: 80px;
  vertical-align: center;
  position: absolute;
  left: 10px;
  top: 20%;
}

.relationLinkImg img {
  width: 120px;
  height: 80px;
  object-fit: cover;
}

.relationLinkTextBox {
  float: right;
  width: calc(100% - 130px);
}

.relationLinkTitle {
  font-weight: bold;
  border-bottom: 1px dotted #ccc;
  padding-bottom: 5px;
}

.relationLinkText {
  font-size: 13px;
  padding: 5px;
}

@media only screen and (max-width: 600px) {
  .relationLinkImg {
    top: 10%;
  }
}

@media only screen and (max-width: 600px) {
  .relationLinkText {
    display: none;
  }

  .relationLinkTitle {
    border-bottom: none;
    padding-bottom: 0px;
  }

  .relationLinkImg {
    position: static;
  }
}

/*--タグ--*/
.st-tags {
  color: #fff;
  background-color: #b4b9ba;
  border: solid 1px #b4b9ba;
  border-radius: 4px;
  line-height: 2em;
  padding: 0px 5px;
  margin: 5px;
  display: inline-block;
}

.st-tags :hover{
  background-color: #fff!important;
  color: #0094b2!important;
}

/*--phbox--*/
.phbox{
  width: 98%;
  margin: 36px auto;
  line-height: 1.5;
  word-wrap: break-word;
  box-sizing: border-box;
  display: block;
}

.phbox a{
  transition: 0.8s;
  color: #285EFF;
}

.phbox a:hover{
  color: #FFCA28;
}

.phbox .phlink-box{
  width: 100%;
  background-color: #fafafa;
  overflow: hidden;
  border-radius: 0px;
  box-sizing: border-box;
  padding: 12px 8px;
  box-shadow: 0px 2px 5px 0 rgba(0, 0, 0, .26);
}

.phbox .phlink-image{
  width: 150px;
  float: left;
  margin: 15px;
  text-align: center;
  background: #fff;
}

.phbox .phlink-image a{
  width: 100%;
  display: block;
}

.phbox .phlink-image a img{
  margin: 0;
  padding: 0;
  text-align: center;
  background: #fff;
}

.phbox .phlink-info{
  overflow: hidden;
  line-height: 170%;
  color: #333;
  padding-left: 20px;
}
.phbox .phlink-info a{
  text-decoration: none;
}

.phbox .phlink-name>a{
  border-bottom: 1px solid;
  font-size: 18px;
  font-weight: bold;
}

.ph_description{
  margin: 0;
  padding: 10px;
}

.phbox .phlink-link1{
  display: inline-block;
  width: 100%;
  margin-top: 20px;
}
.phbox .phlink-link1 a{
  width: 100%;
  display: inline-block;
  text-align: center;
  box-sizing: border-box;
  margin: 1px 0;
  padding: 3% 0.5%;
  border-radius: 8px;
  font-size: 13px;
  font-weight: bold;
  line-height: 180%;
  color: #fff;
  box-shadow: 0px 2px 4px 0 rgba(0, 0, 0, .26);
}

.phbox .phlink-link1>div{
  float: left;
  width: 24%;
  min-width: 128px;
  margin: 0.5%;
}

.shoplink-potitama a{
  background: #27ae60;
  border: 2px solid #27ae60;
}

.shoplink-petkusuri a{
  background: #2980B9;
  border: 2px solid #2980B9;
}

.shoplink-potitama :hover{
  background: #06e263;
  border: 2px solid #06e263;
}

.shoplink-petkusuri :hover{
  background: #37aaf5;
  border: 2px solid #37aaf5;
}


@media screen and (max-width:480px){
  .phbox .phlink-image{
    width: 100%;
    float: none;
  }

  .phbox .phlink-link1>div{
    width: 49%;
    margin: 0.5%;
  }
  .phlink-name{
    text-align: center;
  }
}
