/* <system section="theme" selected="8454420450079856764"> */
@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Lato);

/* Common */
/* line 12, scss/ace-blue.scss */
html,
body {
  font-family: 'Helvetica Neue', 'Helvetica', 'Arial', 'Hiragino Kaku Gothic Pro', 'Meiryo', 'MS PGothic', sans-serif;
  color: #454545;
  background-color: #fff;
}

/* line 19, scss/ace-blue.scss */
a {
  color: #67AACE;
}
/* line 21, scss/ace-blue.scss */
a:hover {
  color: #4094c2;
}

/* line 28, scss/ace-blue.scss */
h1 a, h1 a:hover, h1 a:visited, h2 a, h2 a:hover, h2 a:visited, h3 a, h3 a:hover, h3 a:visited, h4 a, h4 a:hover, h4 a:visited, h5 a, h5 a:hover, h5 a:visited, h6 a, h6 a:hover, h6 a:visited {
  color: #333;
  text-decoration: none;
}

/* line 34, scss/ace-blue.scss */
a.keyword {
  text-decoration: none;
  border-bottom: 1px dotted #D8D8D8;
  color: #454545;
}

/* ヘッダ（グローバルヘッダ）
  グローバルヘッダの中はiframeですが、
  #globalheader-container に背景色や文字色を指定することでirameの中にも色が反映されます。
*/
/* line 45, scss/ace-blue.scss */
#globalheader-container {
  background-color: #DAE9ED;
  color: #454545;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}

/* container */
/* line 56, scss/ace-blue.scss */
#container {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
  border-bottom: 3px solid #DAE9ED;
  background: #fff;
  padding: 37px 30px 0;
  overflow: hidden;
  *zoom: 1;
}

/* line 66, scss/ace-blue.scss */
.globalheader-off #container {
  padding-top: 0;
}

/* 2カラムレイアウト */
/* line 72, scss/ace-blue.scss */
#main {
  width: 650px;
  float: left;
  border-right: 1px dashed #D8D8D8;
}

/* line 78, scss/ace-blue.scss */
#box2 {
  width: 328px;
  float: left;
  font-size: 85%;
  line-height: 1.5;
}

/* header */
/* line 87, scss/ace-blue.scss */
#blog-title {
  padding: 60px 0;
  text-align: center;
  border-bottom: 3px solid #DAE9ED;
  font-family: 'Lato', sans-serif;
}

/* line 94, scss/ace-blue.scss */
#title {
  margin: 0;
  font-size: 260%;
}
/* line 97, scss/ace-blue.scss */
#title a {
  color: #454545;
}

/* line 102, scss/ace-blue.scss */
#blog-description {
  color: #abb4b7;
  font-weight: normal;
  font-size: 80%;
  margin: 5px 0 0 0;
}

/* ヘッダ画像を設定したとき */
/* line 112, scss/ace-blue.scss */
.header-image-enable #title {
  padding-top: 70px;
}

/* パンくず（カテゴリーページで表示されます） */
/* line 119, scss/ace-blue.scss */
#top-box {
  font-size: 90%;
}
/* line 121, scss/ace-blue.scss */
#top-box .breadcrumb {
  border-bottom: 3px solid #DAE9ED;
  padding: 10px;
}

/* entry */
/* line 130, scss/ace-blue.scss */
.entry {
  position: relative;
  background: #fff;
  padding: 40px 40px 80px 0;
  border-top: 1px solid #D8D8D8;
}
/* line 135, scss/ace-blue.scss */
.entry:first-child {
  border-top: none;
}

/* line 140, scss/ace-blue.scss */
.entry-header {
  padding: 0 0 10px 0;
  margin-bottom: 20px;
  position: relative;
  text-align: center;
}

/* line 147, scss/ace-blue.scss */
.entry-title {
  font-family: YuGothic, '游ゴシック', sans-serif;
  margin: 0;
  line-height: 1.3;
  font-size: 160%;
}

/* 日付 */
/* line 156, scss/ace-blue.scss */
.date {
  margin-bottom: 10px;
  font-family: 'Lato', sans-serif;
  font-weight: bold;
  font-size: 110%;
}
/* line 161, scss/ace-blue.scss */
.date a {
  color: #67AACE;
  text-decoration: none;
  font-size: 90%;
}
/* line 165, scss/ace-blue.scss */
.date a:before {
  content: "・";
}
/* line 168, scss/ace-blue.scss */
.date a:after {
  content: "・";
}

/* カテゴリ */
/* line 176, scss/ace-blue.scss */
.categories {
  margin-top: 10px;
  font-size: 80%;
  text-align: right;
}
/* line 180, scss/ace-blue.scss */
.categories a {
  color: #67AACE;
  border-bottom: 3px solid #DAE9ED;
  text-decoration: none;
  display: inline-block;
  padding: 0 3px 2px;
  line-height: 1.2;
  margin: 0 0 0 5px;
}
/* line 188, scss/ace-blue.scss */
.categories a:hover {
  border-bottom: 3px solid #a7cad4;
}
/* line 192, scss/ace-blue.scss */
.categories.no-categories {
  margin: 0;
}

/* 「編集する」ボタン */
/* line 198, scss/ace-blue.scss */
.entry-header-menu {
  position: absolute;
  top: 0px;
}

/* line 205, scss/ace-blue.scss */
.entry-content {
  font-size: 95%;
  line-height: 1.7;
  padding-bottom: 10px;
}
/* line 210, scss/ace-blue.scss */
.entry-content p {
  margin: 0 0 1em 0;
}
/* line 214, scss/ace-blue.scss */
.entry-content img {
  max-width: 100%;
}
/* line 218, scss/ace-blue.scss */
.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 {
  margin: 1.3em 0 0.8em 0;
  line-height: 1.5;
}
/* line 223, scss/ace-blue.scss */
.entry-content h1 {
  font-size: 160%;
}
/* line 227, scss/ace-blue.scss */
.entry-content h2 {
  font-size: 150%;
}
/* line 231, scss/ace-blue.scss */
.entry-content h3 {
  font-size: 140%;
}
/* line 235, scss/ace-blue.scss */
.entry-content h4 {
  font-size: 130%;
}
/* line 239, scss/ace-blue.scss */
.entry-content h5 {
  font-size: 110%;
}
/* line 243, scss/ace-blue.scss */
.entry-content h6 {
  font-size: 100%;
}
/* line 247, scss/ace-blue.scss */
.entry-content table {
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 1em;
}
/* line 252, scss/ace-blue.scss */
.entry-content table img {
  max-width: none;
}
/* line 257, scss/ace-blue.scss */
.entry-content table th,
.entry-content table td {
  border: 1px solid #ddd;
  padding: 5px 10px;
}
/* line 263, scss/ace-blue.scss */
.entry-content table th {
  background: #f5f5f5;
}
/* line 266, scss/ace-blue.scss */
.entry-content hr {
  border: none;
  width: 70px;
  border-top: 1px solid #D8D8D8;
  margin: 60px auto;
}
/* line 272, scss/ace-blue.scss */
.entry-content blockquote {
  border: 1px dashed #D8D8D8;
  margin: 0 0 10px;
  padding: 20px;
}
/* line 276, scss/ace-blue.scss */
.entry-content blockquote p {
  margin-top: 0;
  margin-bottom: 0;
}
/* line 282, scss/ace-blue.scss */
.entry-content pre {
  border: 1px dashed #D8D8D8;
  margin: 0 0 10px;
  padding: 20px;
  white-space: pre;
}
/* line 289, scss/ace-blue.scss */
.entry-content pre > code {
  margin: 0;
  padding: 0;
  white-space: pre;
  border: 0;
  background: transparent;
  font-family: 'Monaco', 'Consolas', 'Courier New', Courier, monospace, sans-serif;
}
/* line 298, scss/ace-blue.scss */
.entry-content code {
  font-size: 90%;
  margin: 0 2px;
  padding: 0 5px;
  border: 1px solid #eaeaea;
  background-color: #f8f8f8;
  border-radius: 3px;
  font-family: 'Monaco', 'Consolas', 'Courier New', Courier, monospace, sans-serif;
}
/* line 308, scss/ace-blue.scss */
.entry-content .hatena-asin-detail {
  border: 1px dashed #D8D8D8;
}
/* line 310, scss/ace-blue.scss */
.entry-content .hatena-asin-detail li {
  line-height: 1.4;
}

/* entry-footer */
/* line 319, scss/ace-blue.scss */
.entry-footer {
  margin-top: 10px;
}

/* line 323, scss/ace-blue.scss */
.entry-footer-section {
  font-size: 80%;
  color: #999;
}
/* line 326, scss/ace-blue.scss */
.entry-footer-section a {
  color: #999;
}

/* line 331, scss/ace-blue.scss */
.social-buttons,
.entry-footer-html {
  margin: 10px 0;
}

/* コメント */
/* line 338, scss/ace-blue.scss */
.leave-comment-title {
  color: #67AACE;
  border-bottom: 3px solid #DAE9ED;
  text-decoration: none;
  display: inline-block;
  padding: 0 8px 4px;
  line-height: 1.2;
  font-weight: bold;
}
/* line 346, scss/ace-blue.scss */
.leave-comment-title:hover {
  border-bottom: 3px solid #a7cad4;
}

/* line 350, scss/ace-blue.scss */
.comment-box {
  margin: 30px 0 0 0;
}
/* line 352, scss/ace-blue.scss */
.comment-box ul {
  list-style: none;
  margin: 0 0 15px 0;
  padding: 0;
  font-size: 95%;
  line-height: 1.7;
}
/* line 360, scss/ace-blue.scss */
.comment-box li {
  padding: 10px 0 10px 60px;
  border-bottom: 1px dashed #D8D8D8;
  position: relative;
}
/* line 364, scss/ace-blue.scss */
.comment-box li:first-child {
  border-top: 1px dashed #D8D8D8;
}
/* line 369, scss/ace-blue.scss */
.comment-box .read-more-comments {
  padding-left: 0;
}
/* line 373, scss/ace-blue.scss */
.comment-box .hatena-id-icon {
  position: absolute;
  top: 10px;
  left: 0;
  width: 50px !important;
  height: 50px !important;
}

/* line 383, scss/ace-blue.scss */
.comment-user-name {
  margin: 0 0 10px 0;
  font-weight: bold;
}

/* line 388, scss/ace-blue.scss */
.comment-content {
  font-size: 90%;
  margin: 0 0 10px 0;
  word-wrap: break-word;
}
/* line 393, scss/ace-blue.scss */
.comment-content p {
  margin: 0 0 10px 0;
}

/* line 398, scss/ace-blue.scss */
.comment-metadata {
  font-size: 80%;
  color: #999;
  margin: 0;
}
/* line 402, scss/ace-blue.scss */
.comment-metadata a {
  color: #999;
}

/* sidebar */
/* line 409, scss/ace-blue.scss */
.hatena-module {
  margin-bottom: 5px;
  border-top: 1px solid #D8D8D8;
  border-bottom: 1px solid #D8D8D8;
  padding: 20px 29px 40px 29px;
}
/* line 414, scss/ace-blue.scss */
.hatena-module:first-child {
  border-top: none;
}
/* line 417, scss/ace-blue.scss */
.hatena-module:last-child {
  border-bottom: none;
}

/* line 422, scss/ace-blue.scss */
.hatena-module-title {
  font-family: 'Lato', sans-serif;
  color: #67AACE;
  margin-bottom: 15px;
  font-size: 120%;
  font-weight: bold;
  text-align: center;
}
/* line 429, scss/ace-blue.scss */
.hatena-module-title:before {
  content: "・";
}
/* line 432, scss/ace-blue.scss */
.hatena-module-title:after {
  content: "・";
}
/* line 435, scss/ace-blue.scss */
.hatena-module-title a {
  color: #67AACE;
  text-decoration: none;
}
/* line 438, scss/ace-blue.scss */
.hatena-module-title a:hover {
  text-decoration: underline;
}

/* Profile module */
/* line 448, scss/ace-blue.scss */
.hatena-module-profile .profile-icon {
  float: left;
  margin: 0 10px 10px 0;
}
/* line 453, scss/ace-blue.scss */
.hatena-module-profile .id {
  display: block;
  font-weight: bold;
  font-size: 110%;
  margin-bottom: 5px;
}
/* line 460, scss/ace-blue.scss */
.hatena-module-profile .profile-description {
  font-size: 90%;
}
/* line 462, scss/ace-blue.scss */
.hatena-module-profile .profile-description p {
  margin-top: 0;
}

/* urllist module
    リンク・最新記事・最近のコメント・月別アーカイブ・カテゴリモジュールは .hatena-urllist という共通の class が振られます
*/
/* line 473, scss/ace-blue.scss */
.hatena-urllist {
  list-style: none;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
/* line 478, scss/ace-blue.scss */
.hatena-urllist li {
  padding: 8px 0;
  border-bottom: 1px dashed #D8D8D8;
  line-height: 1.5;
}
/* line 483, scss/ace-blue.scss */
.hatena-urllist li a {
  text-decoration: none;
}

/* Search module */
/* line 494, scss/ace-blue.scss */
.hatena-module-search-box .search-form {
  border: 1px dashed #D8D8D8;
  width: 100%;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
/* line 502, scss/ace-blue.scss */
.hatena-module-search-box .search-module-input {
  padding: 5px;
  color: #454545;
  background: none;
  border: none;
  outline: none;
  height: 20px;
  width: 90%;
}
/* line 512, scss/ace-blue.scss */
.hatena-module-search-box .search-module-button {
  width: 20px;
  height: 20px;
  background: transparent url(https://cdn.blog.st-hatena.com/images/theme/search.png) no-repeat right center;
  border: none;
  outline: none;
  text-indent: -9999px;
  position: absolute;
  top: 5px;
  right: 5px;
}

/* Pager */
/* line 527, scss/ace-blue.scss */
.pager {
  margin: 1em 0;
  padding: 0 40px 40px 0;
}
/* line 531, scss/ace-blue.scss */
.pager .pager-prev {
  float: left;
  text-align: left;
  width: 45%;
}
/* line 537, scss/ace-blue.scss */
.pager .pager-next {
  float: right;
  text-align: right;
  width: 45%;
}

/* Footer */
/* line 547, scss/ace-blue.scss */
#footer {
  padding: 30px 0;
  text-align: center;
  color: #999;
  line-height: 1.5;
  font-size: 80%;
}
/* line 554, scss/ace-blue.scss */
#footer p {
  margin: 0;
}
/* line 558, scss/ace-blue.scss */
#footer a {
  color: #999;
}

/* About ページ */
/* line 568, scss/ace-blue.scss */
.page-about dt {
  font-size: 16px;
  font-weight: bold;
  border-bottom: 1px solid #dfdfdf;
  margin-bottom: 5px;
}
/* line 575, scss/ace-blue.scss */
.page-about dd {
  margin-left: 0;
  margin-bottom: 30px;
}

/* archive ページ */
/* line 586, scss/ace-blue.scss */
.page-archive .archive-entries .archive-entry {
  padding: 20px 40px 30px 0;
  border-bottom: 1px solid #D8D8D8;
}
/* line 589, scss/ace-blue.scss */
.page-archive .archive-entries .archive-entry:last-child {
  border-bottom: none;
}
/* line 594, scss/ace-blue.scss */
.page-archive .archive-entries .entry-title {
  font-size: 130%;
  margin: 0 0 .5em;
}
/* line 599, scss/ace-blue.scss */
.page-archive .archive-entries .categories {
  margin: 0 0 .5em;
  text-align: left;
}
/* line 602, scss/ace-blue.scss */
.page-archive .archive-entries .categories a {
  margin: 0 5px 0 0;
}
/* line 607, scss/ace-blue.scss */
.page-archive .archive-entries .entry-description {
  margin: 0 0 1em;
  line-height: 1.7em;
  font-size: 95%;
}

/* Media Queries - Retina Display */
@media (-webkit-min-device-pixel-ratio: 2) {
  /* line 4, scss/_media-queries.scss */
  .hatena-module-search-box .search-module-button {
    background: transparent url(https://cdn.blog.st-hatena.com/images/theme/search@2x.png) no-repeat right center;
    background-size: 20px 20px;
  }
}
/* Media Queries - Tablet */
@media (max-width: 1024px) {
  /* line 14, scss/_media-queries.scss */
  #globalheader-container {
    position: static;
  }

  /* line 17, scss/_media-queries.scss */
  .entry {
    padding: 40px 0px 80px 0;
  }

  /* line 20, scss/_media-queries.scss */
  .hatena-module {
    padding: 20px 0px 30px 0px;
  }

  /* line 23, scss/_media-queries.scss */
  .pager {
    padding: 0 0 40px 0;
  }

  /* line 26, scss/_media-queries.scss */
  #container {
    width: 80%;
    word-wrap: break-word;
    overflow: hidden;
  }

  /* line 32, scss/_media-queries.scss */
  #main {
    width: 100%;
    float: none;
    border-right: none;
  }

  /* line 38, scss/_media-queries.scss */
  #box2 {
    width: 100%;
    float: none;
    border-top: 3px solid #DAE9ED;
  }

  /* line 44, scss/_media-queries.scss */
  #box2-inner {
    width: 100%;
  }

  /* line 48, scss/_media-queries.scss */
  .hatena-module {
    width: 100%;
    float: none;
  }

  /* line 53, scss/_media-queries.scss */
  .entry-header-menu {
    top: -30px;
    left: 0px;
  }
}
/* Media Queries - Small Tablet & Smartphone */
@media (max-width: 767px) {
  /* line 62, scss/_media-queries.scss */
  #container {
    width: 93.75%;
  }
}
/* Media Queries - Smartphone */
@media (max-width: 480px) {
  /* line 71, scss/_media-queries.scss */
  #container {
    padding: 0;
  }

  /* line 74, scss/_media-queries.scss */
  #container-inner {
    padding: 0 10px;
  }

  /* line 77, scss/_media-queries.scss */
  #blog-title {
    padding: 30px 0;
  }

  /* line 80, scss/_media-queries.scss */
  #title {
    font-size: 200%;
  }
}

/* </system> */

/* <system section="background" selected="pixel-01"> */
body{ background-image: url('https://cdn.blog.st-hatena.com/images/theme/backgrounds/2014/pixel-01.png?version=b55d01c69f780f5ff608dea0716a54'); background-repeat: repeat; background-attachment: scroll; background-position: 0 0; background-size: 188px 178px; } @media (-webkit-min-device-pixel-ratio: 2) { body {background-image: url('https://cdn.blog.st-hatena.com/images/theme/backgrounds/2014/pixel-01@2x.png?version=b55d01c69f780f5ff608dea0716a54');} }
/* </system> */

/* 見出し */
.entry-content h3 {
  position: relative;
  padding: 6px 0 6px 34px;
  color: #111;
  border-bottom: 2px solid #ce0d55;
}
.entry-content h3::before,
.entry-content h3::after {
  position: absolute;
  background-color: #ce0d55;
  content: '';
}
.entry-content h3::before{
  top: 0;
  left: 14px;
  width: 12px;
  height: 12px;
  -webkit-transform: rotate(50deg);
  transform: rotate(50deg);
}
.entry-content h3::after{
  top: 18px;
  left: 8px;
  width: 8px;
  height: 8px;
  -webkit-transform: rotate(20deg);
  transform: rotate(20deg);
}
.entry-content h4{
    color: #3f3f3f;
    padding: 5px 15px;
    border-top: 3px solid #ce0d55;
    border-bottom: 3px solid #ce0d55;
}

/* 目次の背景 */
.table-of-contents{
    padding: 20px 10px 20px 40px;
    border-radius: 5px;
    background: #f0f0f0;/*背景色はここから変更*/
}
.table-of-contents:before{
    content: "目次";
    font-size: 150%;
}
.table-of-contents{
    display: none;
}
.show-area{
    display: inline-block;
    padding: 10px;
    border-radius: 5px;
    cursor: pointer;
    margin-bottom: 0;
    color: blue;
}

/* シェアボタン */
.share-area {
  margin: 20px 0;
}
.share-button a {
  position: relative;
  overflow: hidden;
  display: inline-block;
  width: 52px;
  height: 52px;
  padding: 4px 0;
  line-height: 18px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  text-decoration: none;
  border-radius: 4px;
  vertical-align: bottom;
  transition: all 0.4s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.share-button a::before,
.share-button a::after {
  position: absolute;
  top: -75px;
  left: -40px;
  background: #fff;
  content: "";
}
.share-button a::before {
  width: 100px;
  height: 100px;
  border-radius: 50px;
  opacity: 0.2;
  z-index: 2;
}
.share-button a::after {
  width: 86px;
  height: 86px;
  border-radius: 45px;
  z-index: 3;
  opacity: 0.1;
}
.share-button a:hover {
  opacity: 0.6;
  transition: all 0.4s;
}
.share-area i,
.share-area .lg {
  font-size: 24px;
}
.share-button .hatena-bookmark-button .lg {
  font-size: 32px;
}
.share-button .hatena-bookmark-button {
  padding-top: 1px;
  padding-bottom: 6px;
}
.share-button .twitter-button {
  padding-top: 5px;
}
.share-button .facebook-button .lg  {
  font-size: 27px;
  margin-top: -1px;
}
.share-button .twitter-button .lg {
  font-size: 27px;
}
.share-area .small-text {
  font-size: 11px;
}
.share-area .fa-spin {
  font-size: 8px;
  color: #fff;
}
.share-button .hatena-bookmark-button {
  background: #00A4DE;
  border: 2px solid #00A4DE;
}
.share-button .facebook-button {
  background: #405BA7;
  border: 2px solid #405BA7;
}
.share-button .twitter-button {
  background: #55ACEE;
  border: 2px solid #55ACEE;
}
.share-button .googleplus-button {
  background: #C53727;
  border: 2px solid #C53727;
}
.share-button .pocket-button {
  background: #EE4256;
  border: 2px solid #EE4256;
}

<!--フォローボタン-->
.follow-btn{
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
}
.follow-btn a {
    display: inline-block;
    width: 60px;
    height: 60px;
    line-height: 32px;
    font-size: 14px;
    text-align: center;
    text-decoration: none;
    border-radius: 50%;
}
.follow-btn .hatena {
    color: #3D3F44;
    border: 2px solid #3D3F44;
    background: #ffffff; 
}
.follow-btn .twitter {
    color: #00ACEE;
    border: 2px solid #00ACEE;
    background: #ffffff; 
}
.follow-btn .feedly { 
    color: #70CA3B;
    border: 2px solid #70CA3B;
    background: #ffffff;
}
.follow-btn .hatena:hover {
    color: #ffffff;
    background: #3D3F44;
    transition: all .3s;
}
.follow-btn .twitter:hover {
    color: #ffffff;
    background: #00ACEE;
    transition: all .3s;
}
.follow-btn .feedly:hover {
    color: #ffffff;
    background: #70CA3B;
    transition: all .3s;
}
.text-small{
    font-size: 8px;
}

/*--------------------------------------
  ヨメレバ・カエレバ（PC）
--------------------------------------*/
.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;
}
/*ボタンを変えるときはここから*/
.shoplinkamazon a{background-color:#FF9901 !important;}
.shoplinkrakuten a{background-color:#c20004 !important;}
.shoplinkkindle a{background-color:#007dcd !important;}
.shoplinkkakakucom a{background-color:#314995 !important;}
.shoplinkyahoo a{background-color:#7b0099 !important;}
/*ここまでを変更*/
.shoplinkyahoo img{display:none;}
.shoplinkyahoo a{font-size:10px;}
.booklink-footer{display: none;}