/* <system section="theme" selected="12921228815711202753"> */
@charset "utf-8";
/*============================================================

  1.Reset

============================================================*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, 
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin:0;
  padding:0;
  border:0;
  outline:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
header,footer,nav,article,section,aside {
  display: block;
}

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  background-color:#fff;
  color:#333;
  font-size: 16px;
  font-family: "Lucida Grande", "Lucida Sans Unicode", "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Helvetica, Arial, Verdana, sans-serif;
  line-height:1.5;
}
a {
  color:#16a085;
  text-decoration:none;
}
a:hover {
  text-decoration:underline;
}
a:active {
  color:#d35400;
}
img {
  -ms-interpolation-mode: bicubic;
}

/*============================================================

  2.Header

============================================================*/
#globalheader-container {
  background-color: #1abc9c;
  color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
/* container */
#container {
  width: 960px;
  margin:0 auto 30px;
  padding-top: 30px;
}
#container #content {
  display: block;
  *zoom: 1;
}
#container #content:after {
  display: block;
  visibility: hidden;
  font-size: 0;
  height: 0;
  clear: both;
  content: ".";
}
.globalheader-off #container {
  padding-top: 0;
}
/* 2カラムレイアウト */
#main {
  width: 600px;
  float: left;
}
#box2 {
  width: 300px;
  float: right;
}

#blog-title {
  margin: 30px 0;
  padding: 20px 0;
}
#title {
  margin: 0;
  font-size:171%;
}
#title a {
  color: #454545;
}
#blog-description {
  font-weight: normal;
  font-size: 80%;
  margin: 5px 0 0 0;
}
/* ヘッダ画像を設定したとき */
.header-image-enable #title {
  padding-top: 70px;
}
.header-image-enable #title,
.header-image-enable #blog-description {
  padding-left: 20px;
}
/* パンくず（カテゴリーページで表示されます） */
#top-box {
  margin: 10px auto 20px;
  font-size: 90%;
}
#top-box .breadcrumb {
  padding: 10px;
  border-radius:4px;
  background:#f3f3f3;
}
/* entry */
.entry {
  position: relative;
  margin-bottom: 100px;
}
.entry-header {
  padding: 0 0 10px 0;
  margin-bottom: 20px;
  border-bottom: 1px solid #dddddd;
  position: relative;
}
.entry-title {
  margin: 0;
  padding:10px 5px;
  background:url(http://img.f.hatena.ne.jp/images/fotolife/t/tsunagime/20131016/20131016125539.png) repeat top left;
  line-height: 1.3;
  font-size: 160%;
}
.page-archive-section .entry-title {
  padding:0 0;
  background:none;
  font-size:120%;
}
.page-archive-section h1 a {
    color:#333;
}
/* 日付 */
.date {
  margin-bottom: 10px;
}
.date a {
  display:inline-block;
  color: #999;
  text-decoration: none;
  font-size: 85%;
}
/* カテゴリ */
.categories {
  margin-top: 10px;
  font-size: 80%;
}
.categories a {
  display:inline-block;
  margin:0 5px 5px 0;
  border:1px solid #ddd;
  border-radius:2px;
  padding:0 5px;
  background:#f3f3f3;
  color: #999999;
}
.categories.no-categories {
  margin: 0;
}
/* 「編集する」ボタン */
.entry-header-menu {
  position: absolute;
  top: -2px;
  left: -60px;
}
.entry-header-menu a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin-bottom: 0;
  padding: 4px 10px 4px;
  border-radius:4px;
  line-height: 18px;
  color: #fff;
  background-color: #e74c3c;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none !important;
}
.entry-header-menu a:hover {
  background-color: #c0392b;
}

/* entry-content の中の書式 */
.entry-content {
  line-height: 1.7;
  padding-bottom: 10px;
  border-bottom: 1px solid #dddddd;
}
.entry-content p {
  margin: 0 0 1em 0;
}
.entry-content img {
  max-width: 100%;
}
.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;
}
.entry-content ol,
.entry-content ul {
/*  margin:0 0 1em 2em;*/
}
.entry-content dl {
  margin:0 0 1em 0;
}
.entry-content dl dt {
  font-weight:bold;
}
.entry-content dl dd {
	padding:0 0 0 2em;
}

.entry-content h1 {
  font-size: 160%;
}
.entry-content h2 {
  padding:10px 10px;
  border-radius:4px;
  font-size: 150%;
  background:#1abc9c;
  color:#fff;
}
.entry-content h2 a {
	color:#fff;
}
.entry-content h3 {
  padding-top:10px;
  border-top:5px solid #ccc;
  font-size: 140%;
  position:relative;
}
.entry-content h3:after {
  content:"";
  width:30%;
  height:5px;
  position:absolute;
  top:-5px;
  left:0;
  background:#1abc9c;
}
.entry-content h4 {
  border-left:10px solid #1abc9c;
  padding:0 0 0 20px;
  font-size: 130%;
}
.entry-content h5 {
  font-size: 110%;
}
.entry-content h6 {
  font-size: 100%;
}
.entry-content table {
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 1em;
}
.entry-content table img {
  max-width: none;
}
.entry-content table th,
.entry-content table td {
  border: 1px solid #ddd;
  padding: 5px 10px;
}
.entry-content table th {
  background: #f5f5f5;
}
.entry-content blockquote {
  border: 1px solid #ddd;
  margin: 0 0 10px;
  padding: 20px 20px 20px 60px;
  background:#fafafa;
  position:relative;
}
.entry-content blockquote:before {
	display:inline-block;
	content:"“";
	position:absolute;
	top:10px;
	left:10px;
	font-family:sans-serif;
	font-size:72px;
	color:#999;
  line-height:1.0;
}
.entry-content blockquote p {
  margin-top: 0;
  margin-bottom: 0;
}
.entry-content pre {
  border: 1px solid #dddddd;
  margin: 0 0 10px;
  padding: 20px;
  white-space: pre;
}
.entry-content pre > code {
  margin: 0;
  padding: 0;
  white-space: pre;
  border: 0;
  background: transparent;
}
.entry-content code {
  font-size: 90%;
  margin: 0 2px;
  padding: 0 5px;
  border: 1px solid #eaeaea;
  background-color: #f8f8f8;
  border-radius: 3px;
}
.entry-content .hatena-asin-detail li {
  line-height: 1.4;
}
/* entry-footer */
.entry-footer {
  margin-top: 10px;
}
.entry-footer-section {
  font-size: 80%;
  color: #999999;
}
.entry-footer-section a {
  color: #999999;
}
.social-buttons,
.entry-footer-html {
  margin: 10px 0;
}

/* コメント */
.hatena-bookmark-comment-iframe {
  margin:0 -8px 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.comment-box ul {
  list-style: none;
  margin: 0 0 15px 0;
  padding: 0;
  font-size: 95%;
  line-height: 1.7;
}
.comment-box li {
  padding: 10px 0 10px 60px;
  border-bottom: 1px solid #dddddd;
  position: relative;
}
.comment-box li:first-child {
  border-top: 1px solid #dddddd;
}
.comment-box .read-more-comments {
  padding-left: 0;
}
.comment-box .hatena-id-icon {
  position: absolute;
  top: 10px;
  left: 0;
  width: 50px !important;
  height: 50px !important;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.comment-user-name {
  margin: 0 0 0 0 !important;
  font-weight: bold;
}
.comment-content {
  font-size: 90%;
  margin: 0 0 10px 0;
  word-wrap: break-word;
}
.comment-content p {
  margin: 0 0 10px 0;
}
.comment-metadata {
  font-size: 80%;
  color: #999999;
  margin: 0 !important;
}
.comment-metadata a {
  color: #999999;
}
.leave-comment-title {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 4px 10px 4px;
  margin-bottom: 0;
  line-height: 18px;
  color: #454545;
  background-color: #ffffff;
  text-align: center;
  vertical-align: middle;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  cursor: pointer;
  font-size: 12px;
  text-decoration: none;
  font-weight: bold;
  border: 1px solid #ccc;
  text-decoration: none !important;
}
.leave-comment-title:hover {
  background-color: #f5f5f5;
  text-decoration: none !important;
}
/* sidebar */
#box2 {
  font-size: 85%;
  line-height: 1.5;
}
.hatena-module {
  margin-bottom: 60px;
}
.hatena-module-title,
.hatena-bookmark-widget-title {
  padding:5px 5px;
  font-weight: bold;
  margin-bottom: 15px;
  font-size: 120%;
  background:url(http://img.f.hatena.ne.jp/images/fotolife/t/tsunagime/20131016/20131016125539.png) repeat top left;
}
.hatena-module-title:before,
.hatena-bookmark-widget-title:before {
  content:"◆";
  margin-right:2px;
  font-family:sans-serif;
  color:#7fcbbc;
}
.hatena-module-title a,
.hatena-bookmark-widget-title a {
  color: #454545;
  text-decoration: none;
}
.hatena-module-title a:hover,
.hatena-bookmark-widget-title a:hover {
  color:#16a085;
  text-decoration: underline;
}
.hatena-module-body{
}
/* Profile module */
.hatena-module-profile .profile-icon {
  float: left;
  margin: 0 10px 10px 0;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.hatena-module-profile .id {
  display: block;
  font-weight: bold;
  font-size: 110%;
  margin-bottom: 5px;
}
.hatena-module-profile .profile-description {
  font-size: 90%;
  overflow:hidden;
}
.hatena-module-profile .profile-description p {
  margin-top: 0;
}
.hatena-module .hatena-follow-button-box {
  padding-left:74px;
}
/* urllist module
    リンク・最新記事・最近のコメント・月別アーカイブ・カテゴリモジュールは .hatena-urllist という共通の class が振られます
*/
.hatena-urllist {
  list-style: none;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
.hatena-module-archive .hatena-urllist li,
.hatena-module-recent-entries .hatena-urllist li,
.hatena-module-links .hatena-urllist li {
  border-bottom: 1px dotted #ddd;
  line-height: 1.5;
}
.hatena-module-archive .hatena-urllist li,
.hatena-module-recent-entries .hatena-urllist li a,
.hatena-module-links .hatena-urllist li a {
  display:block;
  padding: 8px 5px;
  text-decoration: none;
}
.hatena-module-category .hatena-urllist li {
  display:inline-block;
  margin:0 5px 5px 0;
}
.hatena-module-category .hatena-urllist li a {
  display:inline-block;
  padding:2px 5px;
  border-radius:4px;
  background:#eee;
  color:#666;
  text-decoration:none;
}
.hatena-module-recent-entries .hatena-urllist li a:hover,
.hatena-module-links .hatena-urllist li a:hover,
.hatena-module-category .hatena-urllist li a:hover {
  background:#1abc9c;
  color:#fff;
}

/* Search module */
.hatena-module-search-box .search-form {
  background:#f3f3f3;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
.hatena-module-search-box .search-module-input {
  padding: 5px;
  color: #454545;
  background: none;
  border: none;
  outline: none;
  height: 20px;
  width: 90%;
}
.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;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.hatena-module-search-box .search-module-button:hover {
  -moz-opacity: 0.85;
  -khtml-opacity: 0.85;
  -webkit-opacity: 0.85;
  opacity: 0.85;
  filter: alpha(opacity=50);
}

/* はてな 人気記事*/
.hatena-bookmark-widget-title img {
  display:none;
}
.hatena-bookmark-widget-notheme {
  width:100% !important;
}
.hatena-bookmark-widget-notheme .hatena-bookmark-widget-body ul {
  margin:0;
  padding:0;
  list-style:none;
}
.hatena-bookmark-widget-notheme .hatena-bookmark-widget-body ul > li {
  border-bottom: 1px dotted #ddd;
  line-height: 1.5;
  position:relative;
}
.hatena-bookmark-widget-notheme .hatena-bookmark-widget-body ul > li > a {
  display:block;
  padding: 8px 65px 8px 5px;
  text-decoration: none;
}
.hatena-bookmark-widget-notheme .hatena-bookmark-widget-body ul > li > a:hover {
  background:#1abc9c;
  color:#fff;
}
.hatena-bookmark-widget-notheme .hatena-bookmark-widget-body ul > li > a {
  -moz-transition: .3s;
  -webkit-transition: .3s;
  -o-transition: .3s;
  -ms-transition: .3s;
  transition: .3s;
}
.hatena-bookmark-widget-notheme .hatena-bookmark-widget-body .hatena-bookmark-count {
	position:absolute;
	top:50%;
	right:5px;
	margin-top:-0.85em;
}
.hatena-bookmark-widget-notheme .hatena-bookmark-widget-body .hatena-bookmark-count a {
	display:inline-block;
	padding:2px;
	border-radius:2px;
	background:#F63;
	color:#fff;
	font-size:80%;
	text-decoration:none;
}
.hatena-bookmark-widget-footer {
	display:none;
}
/* Pager */
.pager {
  margin: 20px 0;
  padding: 20px 0;
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  font-size: 80%;
  text-align:center;
}
.pager a {
  display:inline-block;
  padding:10px 10px;
  margin:0 10px;
  border-radius:4px;
  background:#eee;
  color: #333;
  text-decoration: none;
}
.pager a:hover {
  background:#1abc9c;
  color: #fff;
}
.pager .pager-next a:before {
  content:"<<";
  margin-right:5px;
}
.pager .pager-prev a:after {
  content:">>";
  margin-left:5px;
}
/* Footer */
#footer {
  padding: 15px 5px;
  background:#1abc9c;
  color: #fff;
  line-height: 1.5;
  font-size: 80%;
  text-align: center;
}
#footer p {
  margin: 0;
}
#footer a {
  color: #fff;
}
/* About ページ */
.page-about dt {
  padding:10px 10px;
  border-radius:4px 4px 0 0;
  background:#eee;
  font-weight: bold;
}
.page-about dd {
  padding:10px !important;
  border:1px solid #eee;
  border-top:none;
  border-radius:0 0 4px 4px;
  margin-left: 0;
  margin-bottom: 30px;
}
/* archive ページ */
.page-archive #main section {
  margin-bottom: 20px;
}
.page-archive #main p + section {
  margin-top:20px;
}
.page-archive #main h1 {
  font-size: 100%;
  margin-bottom: 0;
}
.page-archive #main ul {
  list-style: none;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
.page-archive #main ul li {
  padding: 8px 0;
  border-bottom: 1px solid #dddddd;
}

/*エフェクト*/
.hatena-module-recent-entries .hatena-urllist li a,
.hatena-module-links .hatena-urllist li a,
.hatena-module-category .hatena-urllist li a,
.pager a {
  -moz-transition: .3s;
  -webkit-transition: .3s;
  -o-transition: .3s;
  -ms-transition: .3s;
  transition: .3s;
}

/*Retinaディスプレイ対応*/
@media (-webkit-min-device-pixel-ratio: 2) {
  .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 - Small Tablet & Smartphone */
@media (max-width: 767px) {
  #globalheader-container {
    position: static;
  }
  #container {
    width: 93.75%;
    word-wrap: break-word;
    overflow: hidden;
    padding-top: 0;
  }
  #main {
    width: 100%;
    float: none;
  }
  #box2 {
    width: 100%;
    float: none;
  }
  #box2-inner {
    width: 100%;
  }
  .hatena-module {
    width: 100%;
    float: none;
  }
  .entry-header-menu {
    top: -30px;
    left: 0px;
  }
}

/* </system> */
/* Responsive: yes */

/*シェアボタン*/
.share-3d{
    margin-bottom: 10px;
    text-align: center;
}
.share-3d-inner a {
    position: relative;
    display: inline-block;
    width: 15%;
    height: 40px;
    line-height: 20px;
    border-radius: 5px;
    font-size: 16px;
    text-align: center;
    color: #ffffff !important;
    text-decoration: none;
}
.share-3d .small-text{
    font-size: 10px;
}
.share-3d .hatena-bookmark-button{
    background: #00A4DE;
    box-shadow: 0 3px #43638b;
}
.share-3d .twitter-button{
    background: #55ACEE;
    box-shadow: 0 3px #0092ca;
}
.share-3d .googleplus-button{
    background: #C53727;
    box-shadow: 0 3px #ad3a2d;
}
.share-3d .facebook-button{
    background: #405BA7;
    box-shadow: 0 3px #2c4373;
}
.share-3d .pocket-button{
    background: #EE4256;
    box-shadow: 0 3px 0 #c0392b;
}
.share-3d .line-button{
    position:relative;
    top: 1px;
    background: #00C300;
    box-shadow: 0 3px 0 green;
}
.share-3d .share-3d a:active{
    top: 3px;
    box-shadow: none;
}
.share-3d .line-button:active{
    top: 4px;
}
@media screen and (min-width: 480px) {
    .line-hide{
        display: none;
    }
    .share-3d-inner a{
        width: 18%;
    }
}

@media screen and (max-width: 700px) {
   /* 800px以下の場合 */

}
.entry-content {
    font-size:16px;
    line-height:2.0em;
}
.entry-content p {
    margin: 0.1em 0;
}

a{/*リンクされた文字*/

color:#438bc5; 　/*←色指定*/

font-style:normal;


}

a:link {/*未訪問のリンク*/

color:#438bc5;

font-style:normal;

text-decoration: underline;

}

a:visited {/*訪問後のリンク*/

color:#438bc5;

text-decoration:none;

}

a:hover {/*マウスをのせたとき*/

color:#2E8B57;


text-decoration:none;

text-decoration: underline;

}

a:active {/*クリック中*/

text-decoration:none;

}


.block {
    padding: 8px;
    background: #fff;
    border: 1px #FF1493 solid;
    box-shadow: 0 2px 3px 0 #FF0000;
    -moz-box-shadow: 0 2px 3px 0 #FF0000;
    -webkit-box-shadow: 0 2px 3px 0 #FF0000;
}

.block2 {
    padding: 15px;
    background: #fff;
    box-shadow: 0 0 50px #FF69A3 inset, 5px 5px 0 #FFD5EC;
    -moz-box-shadow: 0 0 50px #FF69A3 inset, 5px 5px 0 #FFD5EC;
    -webkit-box-shadow: 0 0 50px #FF69A3 inset, 5px 5px 0 #FFD5EC;
}

#menu {
 position: relative;
 width: 100%;
 padding-left: 0px;
 height: 43px;
 background: #4d5aaf;/*グローバルメニュー背景色*/
}
.menu-inner{
 width: 968px;
 margin: 0 auto;
 height: 40px;
}
#menu li {
 list-style-type: none;
 float: left;
 height: 40px;
 text-align: left;
}
#menu li a {
 padding-left: 10px;
 padding-right:10px;
 display: block;
 color: #f3f3f3;/*グローバルメニュー文字色*/
 font-size: 87%;
 font-weight: bold;
 line-height: 40px;
 border: 0.1px solid #2d5aaf;
}
#menu li:hover a {
 color: #333333;
 background: #fdeff2;
 transition: all .5s;
}

.menu-toggle{
 display: none;
} 

/*パソコン１カラム*/
@media screen and (max-width:968px){
    .menu-inner{
        width: 768px;
    }
}

/*タブレット*/
@media screen and (max-width:768px){
 #top-editarea{
  height: initial;
  background: #FFFFFF;/*MENU背景色*/
  text-align: right; /*MENUの文字の位置*/
  width: 100%;
  opacity: 0.9;
 }
 .menu-toggle{
  color: #191970;/*MENUの文字色*/
  display: inline-block;
  padding: 3px;
  margin: 3px;
  margin-right: 20px;
 }
 #menu {
  width: 100%;
  display: none;
  height: initial;
  padding: 0;
  margin: 0;
  
 }
 .menu-inner{
  width: 100%;
  height: initial;
  position: static;
  margin: 0;
 }
 #menu li{
  float: none;
  height: 35px;
  width: 100%;
  list-style-type: none;
  background: #f3f3f3;/*リスト文字の背景色*/
  margin: 0 auto;
  text-align: center;/*リストの文字の位置*/
 }
 #menu li a {
  height: initial;
  color: #333333;/*リスト文字色*/
  display: block;
  border: 0.5px solid #696969;
 }
 #menu li:hover a{
  color: initial;
  background: initial;
 }
}

.kousiki {
    text-align:center; /*ボタンの中央配置 */
    margin:10px auto 10px auto;  /*ボタンの上右下左の余白 */
    max-width: 300px;  /*ボタンの横幅 */
    text-align: center;  /*ボタン内の文字中央寄せ */
    padding: 5px;  /*ボタン内文字の余白 */
    background-color: #49c0f0;  /*ボタンの背景色 */
    margin-right: auto;
    margin-left: auto;
    border-radius: 5px;  /*ボタンの角を少し丸く */
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    font-weight: bold;  /*ボタン内文字は太字 */
    color: #ffffff !important;  /*ボタン内の文字色 */
}
 
.kousiki a {
 text-decoration: none !important;  /*ボタン内テキストリンク下線無し */
 color: #ffffff !important;  /*ボタン内の文字色 */
 display: block;
}
.kousiki {
    height: 28px;
}


.sample08 {
    background: linear-gradient(transparent 70%, #FFFFDD 70%);
    font-size: 108%;
}

.demo1{
  text-align: right;
}

/*--------------------------------------
  ヨメレバ・カエレバ（レスポンシブ）
--------------------------------------*/
.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{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;}

@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;
}
}

.sample-box-9 {
    background: -webkit-linear-gradient(top, #fff 0%, #dbffed 100%);
    background: linear-gradient(to bottom, #fff 0%, #dbffed 100%);
    border: 1px solid #ccc;
    border-top: 5px solid #1c66fe;
    box-shadow: 0 -1px 0 rgba(255, 255, 255, 1) inset;
    margin: 1.5em 0;
    padding: 0.5em;
}

/* ページトップへ戻るボタン */
#pagetop {
  position:fixed;
  bottom:30px;
  right:10px;
  padding:10px 10px;
  color: #87cefa; /* 文字色 */
  text-decoration:none;
  background: linear-gradient(
  -40deg,
  #fff 25%,
  #f4f4ed 25%, #f4f4ed 50%,
  #fff 50%, #fff 75%,
  #f4f4ed 75%, #f4f4ed
  );
  background-size: 4px 4px;
  border: 3px solid #87cefa;
  border-radius: 5%;
  opacity: 0.6;
  z-index: 99;
}

/* ページトップへ戻るボタン：ホバー時 */
#pagetop:hover {
    color: #ffffff; /* 文字色 */
    background:#5d5d5d;
}
/* トップページのコメントを非表示に */
.page-index .comment-box {

   display: none;

}







.buttonlink {
    max-width: 600px;
    text-align: center;
    margin:20px auto 20px auto;
    font-weight: bold;
    color: #ffffff !important;
    height: auto;    
}
.buttonlink > img{
    display:inline !important;
}

.buttonlink :before {
	content:"【\f00c公式】";
        font-family: FontAwesome;
}
.buttonlink :after {
	content:" \f08e";
        font-family: FontAwesome;
}

.buttonlink a {
 text-decoration: none !important;
 color: #ffffff !important;
 display:block;
 padding: 10px;
 background-color: #FF773E;
    margin-right: auto;
    margin-left: auto;
    border-radius: 10px;  
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}

.buttonlink a:hover {
 text-decoration: none !important;
 color:#666666 !important;
 background-color: #fff;
 border:2px solid #F00;
}

.buttonlink {
    max-width: 600px;
    text-align: center;
    margin:20px auto 20px auto;
    font-weight: bold;
    color: #ffffff !important;
    height: auto;    
}
.buttonlink > img{
    display:inline !important;
}
 
.buttonlink :before {
 content:"【公式サイト】";
        font-family: FontAwesome;
}
.buttonlink :after {
 content:" \f08e";
        font-family: FontAwesome;
}
 
.buttonlink a {
 text-decoration: none !important;
 color: #ffffff !important;
 display:block;
 padding: 10px;
 background-color: #FF773E;
    margin-right: auto;
    margin-left: auto;
    border-radius: 10px;  
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}
 
.buttonlink a:hover {
 text-decoration: none !important;
 color:#666666 !important;
 background-color: #fff;
 border:2px solid #F00;
}
