/* <system section="theme" selected="17391345971647514061"> */
/*
  Theme: comfort
  Author: taku
  Description:
  カード型デザインのレスポンシブテーマです。
  Responsive: yes
 */

/* <system section="background" selected="undefined"> */

/* </system> */
@charset "utf-8";
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {

  margin: 0;
}
article,
aside,
details,
figcaption,urllist-image-link related-entries-image-link
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}


button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

.clearfix {
  display: block;
  *zoom: 1;
}

.clearfix:after {
  display: block;
  visibility: hidden;
  font-size: 0;
  height: 0;
  clear: both;
  content: ".";
}

.inline-block {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

.ellipsis {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

html,
body {
  font-family: 'Helvetica Neue', 'Helvetica', 'Arial', 'Mplus 1p', 'Hiragino Kaku Gothic Pro', 'Meiryo', 'MS PGothic', sans-serif;
  color: #454545;
  /*デフォルトの背景色変更が利くように、background-colorは指定しない*/
}

p {
    font-family: "Noto Sans Japanese";
}

a {
  color: #1487bd;
}

a:visited {
  color: #789dae;
}

a:hover {
  color: #0f5373;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover,
h1 a:visited,
h2 a:visited,
h3 a:visited,
h4 a:visited,
h5 a:visited,
h6 a:visited {
  color: #333333;
  text-decoration: none;
}

a.keyword {
  text-decoration: none;
  border-bottom: 1px dotted #dddddd;
  color: #454545;
}

/* Buttons */

.btn {
  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-top-right-radius: 2px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-radius: 2px;
  background-clip: padding-box;
  cursor: pointer;
  font-size: 12px;
  text-decoration: none;
  font-weight: bold;
  border: 1px solid rgba(0, 0, 0, 0.2);
  text-decoration: none !important;
}

.btn:hover {
  background-color: #f5f5f5;
  text-decoration: none !important;
}

.btn-small {
  padding: 2px 10px !important;
  font-size: 11px !important;
}

.btn-large {
  padding: 13px 19px;
  font-size: 17px;
  line-height: normal;
  font-weight: bold;
}

/* ヘッダ（グローバルヘッダ）

  グローバルヘッダの中はiframeですが、

  #globalheader-container に背景色や文字色を指定することでiframeの中にも色が反映されます。

*/

#globalheader-container {
  background-color: #333;
  color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}

/* container */

#container {
    margin-bottom: 30px;
    padding-top: 37px;
}

#container #content {
  display: block;
  max-width: 1000px; /*タイトルとメニューを除いた部分の幅*/
  width: 100%;
  margin-top: 20px; /*一番上の余白*/
  margin-left: auto;
  margin-right: auto;
  *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: 70%;
  padding: 0 20px;
  box-sizing: border-box;
  float: left;
}

#box2 { /*文字サイズ等は別の位置に記載*/
  width: 30%;
  box-sizing: border-box;
  float: right;
}















































/* header */

#blog-title {
  margin: 0;
  padding: 10px 0;
  width: 100%;
  text-align: left;
  background: #cf5b61;
  position: relative;
}

#blog-title-content { /*タイトルと概要を含むボックス*/
  max-width: 920px; /*画面幅が広い場合*/
  width: 90%; /*画面幅が狭い場合に左にくっ付くのを防ぐ*/
  margin: 0 auto; /*ボックスを中央配置*/
}

#title {
  margin: 0;
  font-weight: bold;
}

#title a {
  color: #eee;
}

#blog-description {
    font-weight: normal;
    font-size: 80%;
    margin: 0;
    color: #eee;
}

/*ヘッダ画像*/

#top-editarea {
   line-height: 0; /*余白調節*/
}

#top-editarea .header-img {
   position: relative; /*画像の上にのせる文字がabsolute*/
}

#top-editarea .header-img img.hatena-fotolife {
   width: 100%; /*はみ出さないように*/
   pointer-events: none; /*クリックを無効に*/
}

/* デフォルトでヘッダ画像を設定したときのタイトル */
.header-image-enable #title {
  padding-top: 70px;
}

.header-image-enable #title,
.header-image-enable #blog-description {
  padding-left: 20px;
}

/*スライドメニュー*/
#slide-nav {
	font-size: 0;
	font-weight: bold;
	padding: 0 0 0;
}

#slide-nav .menu a {
	display: block;
	color: #3d3f44;
	font-size: 15px;
	font-weight: bold;
    line-height: 35px;
	text-align: center;
	overflow: hidden;
	padding: 0 6px;
	box-sizing: border-box;
	text-decoration: none;
}

#slide-nav .slide-nav-inner {
	width: 100%;
	height: 35px;
	padding: 0 6px;
	overflow-x: auto;
	overflow-y: hidden;
	box-sizing: border-box;
	text-align: center;
	white-space: nowrap;
	margin: 0 auto;
	background-color: #dfe5e7;
	-webkit-font-smoothing: antialiased;
	-webkit-overflow-scrolling: touch;
}
#slide-nav .menu {
	display: inline-block;
}

/* パンくず（カテゴリーページで表示されます） */

#top-box {
  margin: 20px auto 20px;
  font-size: 90%;
}

#top-box .breadcrumb {
  border: 1px solid #dddddd;
  padding: 10px;
}

/* entry */

.entry {
  position: relative;
  margin-bottom: 100px;
  margin: 0;
}

.entry-content {
    padding: 0 20px 0 40px; /*記事左右の余白*/
    box-sizing: border-box;
}

.entry-header {
  padding: 0 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid #dddddd;
  position: relative;
}

.entry-title {
  font-size: 120%;
  margin: 0 0 .6em;
  line-height: 1.4;
}

/* 日付 */

.date {
  font-weight: bold;
  margin-bottom: 10px;
}

.date a {
  color: #333333; /*色を黒に*/
  text-decoration: none;
  font-size: 90%;
}

/* カテゴリ */

.categories {
  margin-top: 10px;
  font-size: 80%;
}

.categories a {
  color: #999999;
}

.categories.no-categories {
  margin: 0;
}

/* 「編集する」ボタン */

.entry-header-menu {
  position: absolute;
  bottom: 0px;
  left: -60px;
}

.entry-header-menu a {
  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-top-right-radius: 2px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-radius: 2px;
  background-clip: padding-box;
  cursor: pointer;
  font-size: 12px;
  text-decoration: none;
  font-weight: bold;
  border: 1px solid rgba(0, 0, 0, 0.2);
  text-decoration: none !important;
}

.entry-header-menu a:hover {
  background-color: #f5f5f5;
  text-decoration: none !important;
}

/* entry-content の中の書式 */

.entry-content {
  font-size: 95%;
  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 h1 {
  font-size: 140%;
}

.entry-content h2 {
  font-size: 130%;
}

.entry-content h3 {
  font-size: 125%;
}

.entry-content h4 {
  font-size: 120%;
}

.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 #dddddd;
  margin: 0 0 10px;
  padding: 20px;
}

.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;
  font-family: 'Monaco', 'Consolas', 'Courier New', Courier, monospace, sans-serif;
}

.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;
}

.entry-content .hatena-asin-detail li {
  line-height: 1.4;
}

/* entry-footer */

.entry-footer {
    margin-top: 10px;
    padding: 0; /*記事左右の余白に合わせる*/
    box-sizing: border-box;
}

.entry-footer-section {
  font-size: 80%;
  color: #999999;
}

.entry-footer-section a {
  color: #999999;
}

.social-buttons,
.entry-footer-html {
  margin: 10px 0;
}

/* コメント */

.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-top-right-radius: 3px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-radius: 3px;
  background-clip: padding-box;
}

.comment-user-name {
  margin: 0 0 10px 0;
  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;
}

.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-top-right-radius: 2px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-radius: 2px;
  background-clip: padding-box;
  cursor: pointer;
  font-size: 12px;
  text-decoration: none;
  font-weight: bold;
  border: 1px solid rgba(0, 0, 0, 0.2);
  text-decoration: none !important;
}

.leave-comment-title:hover {
  background-color: #f5f5f5;
  text-decoration: none !important;
}

/* サイドバーここから */

#box2 {
  font-size: 90%;
  line-height: 1.5;
}

.hatena-module {
  margin-bottom: 60px;
}

.hatena-module-title {
    font-weight: bold;
    background-color: #ddd;
    font-size: 17px;
    height: 43px;
    line-height: 43px;
    padding: 0 15px;
    margin-bottom: 5px;
    overflow: hidden;
}

.hatena-module-title a {
  color: #454545;
  text-decoration: none;
}

.hatena-module-title a:hover {
  text-decoration: underline;
}

.hatena-module {
    background-color: #eee;
    margin-bottom: 20px;
}

.hatena-module-body {
    padding: 0 5px 5px 5px; /*モジュール内の左右下の余白*/
    font-weight: 500; /*box2内のすべての文字を少し太字にする*/
    line-height: 1.9; /*box2内のすべての行間*/
}

/* Profile module */

.hatena-module-profile .profile-icon {
  float: left;
  margin: 0 10px 10px 0;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-radius: 5px;
  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%;
}

.hatena-module-profile .profile-description p {
  margin-top: 0;
}

/* urllist module

    リンク・最新記事・最近のコメント・月別アーカイブ・カテゴリモジュールは .hatena-urllist という共通の class が振られます

*/

.hatena-urllist {
  list-style: none;
  margin: 0;
  padding: 0 0 0 5px; /*リンク、月別アーカイブ等のリンクの左側の余白。サムネアリのリンクでは解除する。*/
  line-height: 0;
  width: 100%;
  box-sizing: border-box
}

.hatena-urllist li {
}

.hatena-urllist li a {
  line-height: 1.8;
  /*color: #454545;*/
  text-decoration: none;
}

/* Search module */

.hatena-module-search-box .search-form {
  border: 1px solid #dddddd;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-radius: 3px;
  background-clip: padding-box;
  width: 100%;
  -moz-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%;
  font-weight: normal; /*box2のweightをboldにしているため*/
}

.hatena-module-search-box .search-module-button{background:transparent url(https://cdn.blog.st-hatena.com/images/theme/search.png?version=3f712fab57bb94775097ac1bce3ac9)no-repeat right center;}

.hatena-module-search-box .search-module-button {
  width: 20px;
  height: 20px;
　background: transparent url("https://hatenablog.com/theme/hogehoge.css") no-repeat center;
  border: none;
  outline: none;
  text-indent: -9999px;
  position: absolute;
  top: 5px;
  right: 5px;
  opacity: 0.5;
}

.hatena-module-search-box .search-module-button:hover {
  opacity: 0.85;
}

/*-----ボックス２の記事リンク全て-----*/

#box2 .hatena-module-recent-entries li, #box2 .entries-access-ranking li, #box2 .hatena-module-related-entries li {
    display: inline-block;
    line-height: 1.7; /*サムネの説明文の行間の高さ*/
    overflow: hidden; /*はみ出した文字は隠す*/
    text-decoration: none;
    height: 75px; /*サムネの高さに揃える*/
    margin: 0 0 5px 0;
    padding: 0;
    width: 100%;
    background-color: #fdfdfd;
    border: none;
    box-shadow: 0 2px 4px rgba(0,0,0,0.3);
}

#box2 .hatena-module-recent-entries img.urllist-image.recent-entries-image, #box2 .entries-access-ranking img.urllist-image, #box2 .hatena-module-related-entries img.urllist-image {
    width: 75px; /*サムネの大きさ*/
    height: 75px;
    float: left;
    margin: 0 5px 0 0;
}

#box2 .hatena-module-recent-entries li a, #box2 .hatena-module-entries-access-ranking li a, #box2 .hatena-module-related-entries li a {
    font-size: 13px;
    text-decoration: none;
    color: #666;
    font-weight: bold;
    vertical-align: middle; /*ボックスの中央に配置*/
}

#box2 .hatena-module-recent-entries .hatena-module-body, #box2 .hatena-module-entries-access-ranking .hatena-module-body, #box2 .hatena-module-related-entries .hatena-module-body {
   line-height: 0; /*上下を詰めて余白はmarginを使う*/
   padding: 0 5px 0 5px; /*一番下の余白をなくす*/
}
#box2 .hatena-module-recent-entries .hatena-urllist, #box2 .hatena-module-entries-access-ranking .hatena-urllist, #box2 .hatena-module-related-entries .hatena-urllist {
   padding: 0; /*リスト左のpaddingを解除*/
}


/* Pager */

.pager {
  margin: 1em 0;
  display: block;
  *zoom: 1;
}

.pager:after {
  display: block;
  visibility: hidden;
  font-size: 0;
  height: 0;
  clear: both;
  content: ".";
}

.pager .pager-prev {
  float: left;
  text-align: left;
  width: 45%;
}

.pager .pager-next {
  float: right;
  text-align: right;
  width: 45%;
}

/* Footer */

#footer {
  padding: 30px 0;
  text-align: center;
  color: #999999;
  line-height: 1.5;
  font-size: 80%;
}

#footer p {
  margin: 0;
}

#footer a {
  color: #999999;
}

/* About ページ */

.page-about dt {
  font-size: 16px;
  font-weight: bold;
  border-bottom: 1px solid #dfdfdf;
  margin-bottom: 5px;
}

.page-about dd {
  margin-left: 0;
  margin-bottom: 30px;
}

/*box2内のリンク色*/

#box2 a {
  color: #333333;
}

#box2 a:visited {
    color: #666;
}








/* archive ページ */

.page-archive .archive-entries .archive-entry {
  margin-bottom: 3em;
  box-shadow: 0 2px 4px rgba(0,0,0,0.3);
}

.page-archive .archive-entries .entry-title {
  font-size: 15px;
  letter-spacing: 0.08em;
  line-height: 1.4;
  margin: 0 0 .5em;
}

.page-archive .archive-entries .categories {
  margin: 0 0 .5em;
}

.page-archive .categories a { /*パンくずリストには指定しない*/
  color: #fff;
  font-size: 70%;
  background: #aaa;
  padding: 3px 5px;
  border-radius: 3px;
  text-decoration: none;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin: 2px;
  line-height: normal; /*初期値に戻す*/
}

.page-archive .archive-entries .archive-entry {
    background-color: #f5f5f5; /*archiveの背景色*/
    width: 46%;
    box-sizing: border-box;
    overflow: hidden;
    padding: 10px;
    display: inline-block;
    margin: 0 0 2% 2%;
    padding: left;
    vertical-align: top; /*基準点を上に*/
}

.date.archive-date {
    display: none;
}

.page-archive .archive-entries {
    font-size: 100%;
    margin: 0; /*記事一覧下の不要な余白を消す*/
    line-height: 1.7em;
}

.page-archive .entry-thumb {
    width: 100px;
    height: 100px;
}

.page-archive .archive-entries .entry-description {
    margin: 0;
    line-height: 1.6;
    height: 100px;
    overflow: hidden;
    font-size: 13px;
}

/*記事下の関連記事*/

#entry-footer-secondary-modules .hatena-module .hatena-module-body {
    padding: 0;
}

#entry-footer-secondary-modules .hatena-urllist {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
    box-sizing: border-box;
    line-height: 0;
}

#entry-footer-secondary-modules .hatena-urllist li {
    height: 80px;
    width: 48.5%;
    display: inline-block;
    margin: 0 0 1% 1%;
    background-color: #fdfdfd;
    overflow: hidden;
    box-shadow: 0 2px 4px rgba(0,0,0,0.3);
}

#entry-footer-secondary-modules .hatena-urllist li:nth-child(2n) {
    float: right;
    margin: 0 1% 1% 0;
}

#entry-footer-secondary-modules .urllist-with-thumbnails li .urllist-image {
    margin: 0;
    float: left;
    height: 80px;
    width: 80px;
    margin-right: 5px;
}

#entry-footer-secondary-modules .hatena-urllist li a {
    font-size: 13px;
    text-decoration: none;
    color: #666;
    font-weight: bold;
    line-height: 2;
}

#entry-footer-secondary-modules .hatena-urllist .urllist-entry-body {
    display: none; /*タイトルのみを表示する*/
}

#entry-footer-secondary-modules .hatena-urllist .urllist-date-link {
    display: none; /*日付は表示しない*/
}


























/*  import media queries */

/* Media Queries - Retina Display */

@media (-webkit-min-device-pixel-ratio: 2) {
  .hatena-module-search-box .search-module-button {
　background: transparent url("https://hatenablog.com/theme/hogehoge.css") no-repeat center!important;
    background-size: 20px 20px;
  }

}

@media (min-width: 768px) and (max-width: 1024px) {
  #main {
    width: 68%;
    padding: 0;
    box-sizing: border-box;
    float: left;
}

#box2 { /*文字サイズ等は別の位置に記載*/
  width: 32%;
}

#box2 .hatena-module-recent-entries li, #box2 .entries-access-ranking li, #box2 .hatena-module-related-entries li {
    height: 65px; /*サムネの高さに揃える*/
    line-height: 1.5; /*サムネの説明文の行の高さ*/
}

#box2 .hatena-module-recent-entries img.urllist-image.recent-entries-image, #box2 .entries-access-ranking img.urllist-image, #box2 .hatena-module-related-entries img.urllist-image {
    width: 65px;
    height: 65px;
}

#box2 .hatena-module-recent-entries li a, #box2 .hatena-module-entries-access-ranking li a, #box2 .hatena-module-related-entries li a {
    font-size: 11px;
}

#box2 .urllist-category-link {
    color: red;
}

.entry-content {
    padding: 0 20px; /*記事幅*/
}

/*アーカイブここから*/

.page-archive .archive-entries {
　　 text-align: left;
    padding-left: 7px;
    box-sizing: border-box;
}

.page-archive .archive-entries .archive-entry {
    width: 48%;
    margin: 0 0 7px 0;
    padding: 7px;
    text-align: left;
}

.page-archive .archive-entries .archive-entry:nth-child(even) {
    margin-left: 4px; /*偶数列のみ*/
}

.page-archive .archive-entries .entry-title {
  font-size: 14px;
}

.page-archive .entry-thumb {
    width: 80px;
    height: 80px;
}

.page-archive .archive-entries .entry-description {
    line-height: 1.9;
    height: 80px;
    font-size: 11px;
}

/*記事下の関連記事*/

#entry-footer-secondary-modules .hatena-urllist li {
    height: 70px;
}

#entry-footer-secondary-modules .urllist-with-thumbnails li .urllist-image {
    height: 70px;
    width: 70px;
}

#entry-footer-secondary-modules .hatena-urllist li a {
    font-size: 12px;
}}

@media screen and (min-width: 600px) and (max-width: 767px) {

#container #content {
    margin-top: 9px;
}

#main {
  width: 60%;
  padding: 0;
}

.entry-content {
    padding: 0 10px; /*記事幅*/
}

#box2 { /*文字サイズ等は別の位置に記載*/
  width: 40%;
}

.hatena-module {
    margin-bottom: 9px;
}

.page-archive .archive-entries .archive-entry {
    width: 96%;
    overflow: hidden;
    padding: 7px;
    margin: 0 2% 2% 2%;
}

.page-archive .archive-entries {
    font-size: 95%;
    margin: 0; /*記事一覧下の不要な余白を削除*/
    line-height: 1.6em;
}

/*記事下の関連記事*/

#entry-footer-secondary-modules .hatena-urllist li {
    width: 100%; /*一列にする*/
    margin: 0 0 5px 0;
}

#entry-footer-secondary-modules .hatena-urllist li:nth-child(2n) {
    float: none;
    margin: 0 0 5px 0;
}

#entry-footer-secondary-modules .hatena-urllist {
    padding: 0 5px;
}}

/* Media Queries - Small Tablet & Smartphone */
@media only screen and (max-width: 599px) {

#globalheader-container {
    position: static;
}

#container {
  width: 100%;
  word-wrap: break-word;
  overflow: hidden;
  padding-top: 0;
}

#main {
  width: 100%;
  float: none;
}

#box2 {
  width: 100%;
  padding: 0;
  float: none;
}
  
#box2-inner {
  width: 100%;
}

.hatena-module {
  width: 100%;
  float: none;
}

.entry-header-menu {
  top: -30px;
  left: 0px;
}
  
#slide-nav {
	background-color: #dfe5e7;
	height: 33px;
	width: 100%;
	padding-left: 30px;
	overflow: scroll;
  overflow-x: scroll;
  overflow-y: hidden;
  -webkit-font-smoothing: antialiased;
	-webkit-overflow-scrolling: touch;
}
  
#slide-nav .menu a {
  font-size: 14px;
  font-weight: bold;
  padding: 0px 6px;
  line-height: 33px;
}

#slide-nav .slide-nav-inner {
	margin: 0 auto;
	background-color: #dfe5e7;
	position: relative;
	height: 33px;
}

/*id="menu-scroll"*/

#slide-nav .slide-nav-inner {
    position: relative;
    animation: slideIn 1s ease-out 0s 1 normal forwards;
    -webkit-animation: slideIn 1s ease-out 0s 1 normal forwards;
}

@keyframes slideIn {
  0% {}
  100% {
    -webkit-transform: translate(-30px); 
    transform: translate(-30px);}
}

@-webkit-keyframes slideIn {
 0% {}
  100% {
    -webkit-transform: translate(-30px); 
    transform: translate(-30px);}
}

/*記事一覧の上の余白*/

#container #content {
    margin-top: 2%;
}

/*記事一覧*/

#main {
    width: 100%;
    padding: 0;
}

.page-archive .archive-entries .archive-entry {
    background-color: #eee;
    width: 96%;
    box-sizing: border-box;
    overflow: hidden;
    padding: 5px;
    display: inline-block;
    margin: 0 2% 2% 2%;
    padding: left;
    vertical-align: top;
}

.page-archive .archive-entries {
    font-size: 95%;
    margin: 0; /*記事一覧下の不要な余白を削除*/
    line-height: 1.6em;
}

.hatena-module {
    background-color: #eee;
    margin-bottom: 0;
}

/*記事ページ内の設定*/

.entry-title {
    font-size: 110%; /*pc表示は130%*/
}

.entry-content {
    padding: 0 10px; /*記事左右の余白*/
}

.entry-footer {
    margin-top: 10px;
}

#box2 .hatena-module-recent-entries li, #box2 .entries-access-ranking li, #box2 .hatena-module-related-entries li {
    line-height: 1.9;
    height: 80px;
}

#box2 .hatena-module-recent-entries img.urllist-image.recent-entries-image, #box2 .entries-access-ranking img.urllist-image, #box2 .hatena-module-related-entries img.urllist-image {
    width: 80px; /*サムネの大きさ*/
    height: 80px;
}

/*記事下の関連記事*/

#entry-footer-secondary-modules .hatena-urllist li {
    width: 100%; /*一列にする*/
    margin: 0 0 5px 0;
}

#entry-footer-secondary-modules .hatena-urllist li:nth-child(2n) {
    float: none;
    margin: 0 0 5px 0;
}

#entry-footer-secondary-modules .hatena-urllist {
    padding: 0 5px;
}}

/* Media Queries - Smartphone */
/* </system> */

/* <system section="background" selected="FFFEE4"> */
body{background:#FFFEE4;}
/* </system> */

/* header-image-onlyタイトル画像の高さを変更する */
.header-image-only #blog-title #blog-title-inner {
    height: 200px;/* デフォルトでは200px.画像の高さを指定 */
}

/* タイトル画像上下の余白を取る */
    #blog-title {
    margin: 0 auto;
    padding: 0;
}
.entry-content .l-fuki,
.entry-content .r-fuki {
  position: relative;
  width: calc(100% - 82px);
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 20px;
  border-radius: 6px;
  border: 2px solid #ddd;
  box-shadow: 0 3px 8px -2px rgba(0,0,0,.16);
  background-color: #fff;
  z-index: 1;
  box-sizing: border-box;
}
.entry-content .l-fuki {
  margin: 20px auto 36px 0;
}
.entry-content .r-fuki {
  margin: 20px 0 36px auto;
}
.entry-content .l-fuki::before,
.entry-content .r-fuki::before {
  position: absolute;
  content: "";
  top: 16px;
  width: 10px;
  height: 10px;
  border-right: 2px solid #ddd;
  border-bottom: 2px solid #ddd;
  background-color: #fff;
  z-index: 2;
}
.entry-content .l-fuki::before {
  right: -7px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.entry-content .r-fuki::before {
  left: -7px;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}
.entry-content .l-fuki::after,
.entry-content .r-fuki::after {
  position: absolute;
  content: "";
  width: 60px;
  height: 60px;
  top: -6px;
  border-radius: 50%;
  border: 3px solid #fff;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  box-shadow: 1px 1px 5px #aaa;
  box-sizing: border-box;
}
.entry-content .l-fuki::after {
  right: -82px;
}
.entry-content .r-fuki::after {
  left: -82px;
}
@media screen and (min-width: 478px) {
  .entry-content .l-fuki::after,
  .entry-content .r-fuki::after {
    width: 80px;
    height: 80px;
  }
  .entry-content .l-fuki,
  .entry-content .r-fuki {
    width: calc(100% - 106px);
  }
  .entry-content .l-fuki::after {
    right: -106px;
  }
  .entry-content .r-fuki::after {
    left: -106px;
  }
}
.danmeri::after {background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/m/marureze/20200514/20200514231645_120.jpg);}
.menpara::after {background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/m/marureze/20200514/20200514231808_120.jpg);}


/* ヘッダーまわり */
#blog-title #title a {
    /* タイトルテキスト文字を非表示 */
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
#blog-title #blog-description {
    padding-top:150px;/* 説明文テキストの位置適宜調整 */
}
#blog-title-inner {
    height: 200px;/* ヘッダーの高さ */
    background-size: contain;/* 場合によってcover */
    background-image: url("PC用タイトル文字画像URL");
    background-position: 50% 50%;
    padding: 0;
    background-repeat: no-repeat;
}
@media screen and (max-width: 480px) {
/* 480pxまでの幅のサイズ */
   #blog-title-inner {
    background-image: url("スマホ用タイトル背景画像URL"); /* スマホ用タイトル背景画像url */
    background-size: contain;
    background-repeat: no-repeat;
}
#blog-title #blog-description {
    padding-top:100px;
}
}

.page-index .hatena-star-add-button {
 display: none;
}
.page-index .hatena-star-user {
 display: none;
}
.page-index .hatena-star-star {
 display: none;
}
.page-index .hatena-star-inner-count {
 display: none;
}
.page-index .hatena-star-star-container {
 display: none;
}
#nav-menu{
  list-style-type: none;
  height: 44px;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  background: #47a89c;
}
#nav-menu li{
  position: relative;
  width: 25%;/*  100÷表示する項目数％ */
  float: left;
  margin: 0;
  padding: 0;
  text-align: center;
}
#nav-menu li a{
  display: block;
  margin: 0;
  padding: 14px 0;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  text-decoration: none;
  
}
#nav-menu li:hover > a{
  background: #95C7A4;
  color: #fff;
  height: 16px;
}
#nav-menu li ul{
  list-style: none;
  position: absolute;
  top: 100%;
  left: 0;
  margin: 0;
  padding: 0;
  z-index: 9999;
}

#nav-menu li ul li{
  overflow: hidden;
  width: 100%;
  height: 0;
  color: #fff;
  -moz-transition: .2s;
  -webkit-transition: .2s;
  -o-transition: .2s;
  -ms-transition: .2s;
  transition: .2s;
}
#nav-menu li ul li a{
  padding: 13px 15px;
  background: #47a89c;
  text-align: left;
  font-size: 12px;
  font-weight: normal;
}
#nav-menu li:hover ul li{
  overflow: visible;
  height: 38px;
  background: #95C7A4;
}

@media (max-width: 760px) {
 .nav-menu-hidden-phone {
    display: none !important;
  }
 #nav-menu {
    height: 60px;
  }
 #nav-menu li{
    width: 25%;/*  100÷表示する項目数％ */
  }
 #nav-menu li a{
  padding: 14px 0;
  }
 #nav-menu li:hover > a{
  background: #95C7A4;
  color: #fff;
  height: 32px;
}
 #nav-menu li:last-child ul{
  left: -100%;
  width: 100%;
}
 #nav-menu li ul li{
  overflow: hidden;
  width: 200%;
  height: 0;
}
}

@media (min-width: 761px) and (max-width: 1025px) {
  .nav-menu-hidden-tablet {
    display: none !important;
  }
}

@media (min-width: 1026px) {
  .nav-menu-hidden-desktop {
    display: none !important;
  }
}
/* ホバー・クリック開閉 */
.hover-click{
  position: relative;
  width: 100%;
  margin: 30px 0;
}
.hover-click > a{
  display: block;
  width: 100%;
  padding: 14px 0;
  background: #47a89c;
  color: #fff;
  font-size: 14px;
  text-align: center;
  text-decoration: none;
}
.hover-click > ul{
  display: none;
  z-index: 9999;
  position: absolute;
  width: 100%;
  background: #95C7A4;
}

/* Responsive: yes */

.profile-icon {
width: 70px;
}
.profile-icon {
border: 2px solid #696969;
}
.profile-icon {
border-radius: 50px;
}

.balloon5 {
  width: 100%;
  margin: 1.5em 0;
  overflow: hidden;
}

.balloon5 .faceicon {
  float: left;
  margin-right: -90px;
  width: 80px;
}

.balloon5 .faceicon img{
  width: 100%;
  height: auto;
  border: solid 3px #C0C0C0;
  border-radius: 50%;
}

.balloon5 .chatting {
  width: 100%;
}

.says {
  display: inline-block;
  position: relative; 
  margin: 5px 0 0 105px;
  padding: 17px 13px;
  border-radius: 12px;
  background: #d7ebfe;
}

.says:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 18px; 
  left: -24px;
  border: 12px solid transparent;
  border-right: 12px solid #d7ebfe;
}

.says p {
  margin: 0;
  padding: 0;
}

.under {
  background: linear-gradient(transparent 70%, #00FF00 70%);
}

.box {
    position: relative;
    margin: 2em 0;
    padding: 0.5em 1em;
    border: solid 3px #ffbb00;
    border-radius: 0 8px 8px 8px;
}
.box .box-title {
    position: absolute;
    display: inline-block;
    top: -27px;
    left: -3px;
    padding: 0 9px;
    height: 25px;
    line-height: 25px;
    vertical-align: middle;
    font-size: 17px;
    background: #ffbb00;
    color: #ffffff;
    font-weight: bold;
    border-radius: 5px 5px 0 0;
}
.box p {
    margin: 0; 
    padding: 0;
}

.box ul li {
  line-height: 1.5;
  padding: 0.5em 0;
  list-style-type: none!important;
}

.box ul li:before {/*疑似要素*/
  font-family: "FontAwesome";
  content: "\f138";/*アイコンの種類*/
  position: absolute;
  left : 2em;/*左端からのアイコンまでの距離*/
  color: #ffbb00;/*アイコン色*/
}

/* 文字の大きさ */
.entry-content {
font-size:16px;
line-height:1.8em;
}
/*フォントの設定 */

body {

font-family: "メイリオ", Meiryo, "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ＭＳ ゴシック", sans-serif;

}

/* シェアボタン */
.share-area {
margin: 20px 0;
}
.share-button a {
display: inline-block;
width: 52px;
height: 52px;
padding: 4px 0;
line-height: 18px;
font-size: 16px;
font-weight: bold;
text-align: center;
color: #fff;
text-decoration: none;
vertical-align: bottom;
transition: all 0.4s;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.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;
}
.share-button .facebook-button {
background: #405BA7;
}
.share-button .twitter-button {
background: #55ACEE;
}
.share-button .googleplus-button {
background: #C53727;
}
.share-button .pocket-button {
background: #EE4256;
}

/* ページトップへ戻るボタン */
#pagetop {
    position:fixed;
    bottom:10px;
    right:10px;
    padding:10px 16px;
    color:#fff;
    font-size:14px;
    text-decoration:none;
    background:#000;
}

/* ページトップへ戻るボタン：ホバー時 */
#pagetop:hover {
    background:#e74c3c;
}

.subscribe-button {
  margin: 1em 0;
}
.subscribe-button a {
  display: inline-block;
  margin: 0 auto;
  width: 100%;
  max-width: 300px;
  line-height: 38px;
  text-decoration: none;
  text-align: center;
  color: #fff;
  background-color: #eb4c5e; /* ここでボタンの色 */
  box-shadow: 0 4px #da253a; /* ここでボタンの影の部分の色 */
  border-radius: 4px;
  transition: all .3s;
}
.subscribe-button a:hover {
  transform: translateY(4px);
  box-shadow: 0 0 #999;
}

h3 {
position: relative;
padding: .5em;
}
h3:before,
h3:after {
position: absolute;
left: 0;
content: '';
width: 100%;
height: 5px;
box-sizing: border-box;
}
h3:before {
top: 0;
border-top: 2px solid #000000;
border-bottom: 1px solid #000000;
}
h3:after {
bottom: 0;
border-top: 1px solid #000000;
border-bottom: 2px solid #000000;
}

.entry-content h4 {
position: relative;
color: #fff;
padding: 6px 10px;
z-index: 2;
}
.entry-content h4::before,
.entry-content h4::after {
position: absolute;
width: 98%;
height: 100%;
content: '';
}
.entry-content h4::before{
top: 0px;
left: 0px;
z-index: -1;
background-color: #2a9ca2;
}
.entry-content h4::after{
top: 4px;
left: 4px;
z-index: -2;
background-color: #111;
}

.entry-content h5 {
position: relative;
padding: 6px 0 6px 34px;
color: #111;
border-bottom: 2px solid #ce0d55;
}
.entry-content h5::before,
.entry-content h5::after {
position: absolute;
background-color: #ce0d55;
content: '';
}
.entry-content h5::before{
top: 0;
left: 14px;
width: 12px;
height: 12px;
-webkit-transform: rotate(50deg);
transform: rotate(50deg);
}
.entry-content h5::after{
top: 18px;
left: 8px;
width: 8px;
height: 8px;
-webkit-transform: rotate(20deg);
transform: rotate(20deg);
}
/* コピーライト */
#bottom-editarea {
    width: 100%;
    margin: 0 auto;
    background: #444444;
    padding: 0;
    color: #fff;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
#footer {
    text-align: center;
    color: #fff;
    background: #444444;
    width: 100%;
    margin: 0;
    padding: 2em 40px 1em 40px;
    box-shadow: 0px 0px 3px rgba(0,0,0,0.1);
    text-align: center;
    font-size: 80%;
}
#blog-title-content a {
    font-size: 00px;
    font-weight: 100;
    color: #fff;
}
.footer-links ul {
    list-style: none;
    padding: 0;
}
.footer-links ul li {
    display: inline-block;
    padding: 0 6px;
    font-size: 14.5px;
    box-sizing: border-box;
}
.footer-links ul li a{
    color: #ffffff;
}
.copyright {
    font-size: 10px;
}
/*自分で設定したフッターとページ下の余白を消す*/
#container {
  margin-bottom: 0;
}



.box27 {
    position: relative;
    margin: 2em 0;
    padding: 0.5em 1em;
    border: solid 3px #62c1ce;
}
.box27 .box-title {
    position: absolute;
    display: inline-block;
    top: -27px;
    left: -3px;
    padding: 0 9px;
    height: 25px;
    line-height: 25px;
    font-size: 17px;
    background: #62c1ce;
    color: #ffffff;
    font-weight: bold;
    border-radius: 5px 5px 0 0;
}
.box27 p {
    margin: 0; 
    padding: 0;
}
/* 目次 ストライプ背景2 */
.entry-content .table-of-contents {
    position: relative;
    color: #555;
    font-size: 100%;
    background: repeating-linear-gradient(-45deg, #edf5f4, #edf5f4 10px, #f6faf9 0, #f6faf9 20px);
    border: none;
    border-top: 40px solid #7fdbb6;/* アクセントカラー */
    padding: 10px 25px 15px 45px;
    margin-top: 1em;
    margin-bottom: 1em;
    width: 100%!important;
    box-sizing: border-box;
}
.entry-content .table-of-contents,
.entry-content .table-of-contents li {
    list-style-type: square;/* 四角 */

}
.entry-content .table-of-contents::before {
    display: block;
    font-family: 'FontAwesome';
    content: '\f00b';
    color: #fff;
    font-weight: bold;
    font-size: 120%;
    padding-left: 3px;
    margin: 0;
    position: absolute;
    top: -35px;
    left: 10px;
    border-bottom: none;
}

.entry-content .table-of-contents:after {
    display: block;
    content: 'Contents';
    color: #fff;
    font-weight: bold;
    font-size: 120%;
    position: absolute;
    top: -35px;
    left: 40px;
}
.entry-content .table-of-contents>li {
    font-weight: bold;
}
.entry-content ul.table-of-contents li a {
    color: #555;
    text-decoration:none;
}
.entry-title {
  font-weight: bold;
  font-size: 20px;
  position: relative;
  padding: 1em 0;
}
.entry-title::before,
.entry-title::after {
  position: absolute;
  left: 0;
  content: '';
  width: 100%;
  height: 6px;
  box-sizing: border-box;
}
.entry-title::before {
  top: 0;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
}
.entry-title::after {
  bottom: 0;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
}
.kaerebalink-box,
.booklink-box
{
	width: 100%;
	margin-bottom: 1rem; /* 余白調整 */
	padding: 1rem;
	background: #ffffff; /* 背景白に */
	border: double 3px #d0d0d0; /* 外線を二重線に */
	box-sizing: border-box;
	border-radius: 5px; /* 角を丸く*/
	-webkit-border-radius: 5px;
}
 
/* 画像のデザインをカスタマイズ */
.kaerebalink-image,
.booklink-image
{
	float: left; /* 画像を左寄せに */
	margin: 0; /* 余白なし */
	text-align: center;
}
.kaerebalink-image img,
.booklink-image img
{
	max-width: 128px; /* 最大幅128pxに */
	height: auto; /* 高さ自由 */
}
 
/* 商品名等をカスタマイズ */
.kaerebalink-info,
.booklink-info
{
	margin-left: 140px; /* 文章は右寄せ */
	line-height: 1.6rem; /* 行高さの幅を調整 */
}
.kaerebalink-name,
.booklink-name
{
	font-weight: bold; /* 商品名太く */
	margin: 0; /* 余白調整 */
}
.kaerebalink-name a,
.booklink-name a
{
	color: #333333; /* 商品名色指定 */
}
.kaerebalink-name p,
.booklink-name p
{
	margin-bottom: 0; /* 余白調整 */
}
.kaerebalink-powered-date,
.booklink-powered-date
{
	font-size: 0.75rem; /* psted with ～ の大きさ指定 */
	font-weight: normal; /* 文字の太さを標準に */
	text-align: right; /* 右寄せ */
}
.kaerebalink-detail,
.booklink-detail
{
	font-size: 0.875rem; /* メーカー・作者の文字の大きさ指定 */
	margin-bottom: 0.5em; /* 余白調整 */
}
 
/* ボタンのカスタマイズ */
.kaerebalink-link1,
.booklink-link2
{
	width:100%;
}
.kaerebalink-link1 div,
.booklink-link2 div
{
	float: left; /* ボタンを横並びに */
	width: 49%; /* ボタンの幅調整（2列にするので間の余白を考え49%を指定） */
	margin-bottom:0.2rem; /* 余白調整 */
	font-size: 0.875rem; /* 文字の大きさ */
	font-weight: bold; /* 文字を太く */
	text-align: center; /* 文字を中央寄せ */
	box-sizing: border-box;
}
.kaerebalink-link1 div:nth-child(even),
.booklink-link2 div:nth-child(even)
{
	margin-left: 1%; /* 左右ボタン間の余白を調整 */
}
.kaerebalink-link1 div a,
.booklink-link2 div a
{
	display:block;
	padding:3px 0; /* ボタンの上下幅指定 */
	margin-bottom:8px; /* 上下ボタン間の幅指定 */
	text-decoration:none;
	border-radius: 4px; /* 丸み調整 */
	box-shadow: 0px 2px 4px 0 rgba(0,0,0,.26); /* シャドー作成 */
}
 
/* ボタンにカーソルを当てた時の動きをカスタマイズ */
.kaerebalink-link1 div a:hover,
.booklink-link2 div a:hover
{
	-ms-transform: translateY(4px);
	-webkit-transform: translateY(4px);
	transform: translateY(4px);
	color: #ffffff;
}
 
/* カエレバ・ヨメレバ共通 */
.shoplinkamazon a,
.shoplinkrakuten a,
.shoplinkseven a,
/* カエレバ */
.shoplinkyahoo a,
.shoplinkbellemaison a,
.shoplinkcecile a,
.shoplinkkakakucom a,
/* ヨメレバ */
.shoplinkkindle a,
.shoplinkrakukobo a,
.shoplinkbk1 a,
.shoplinkehon a,
.shoplinkkino a,
.shoplinktoshokan a
{
	display:block;
	text-decoration:none;
}
 
/* カエレバ・ヨメレバ共通 色の指定 */
.shoplinkamazon a { color:#ffffff; background:#ff9901; }
.shoplinkrakuten a { color:#ffffff; background:#c20004; }
.shoplinkseven a { color:#ffffff; background:#225496; }
/* カエレバ  色の指定 */
.shoplinkyahoo a { color:#ffffff; background:#ff0033; }
.shoplinkbellemaison a { color:#ffffff; background:#84be24 ; }
.shoplinkcecile a { color:#ffffff; background:#8d124b; }
.shoplinkkakakucom a { color:#ffffff; background:#314995; }
/* ヨメレバ 色の指定 */
.shoplinkkindle a { color:#ffffff; background:#007dcd; }
.shoplinkrakukobo a { color:#ffffff; background:#d50000; }
.shoplinkbk1 a { color:#ffffff; background:#0085cd; }
.shoplinkehon a { color:#ffffff; background:#2a2c6d; }
.shoplinkkino a { color:#ffffff; background:#003e92; }
.shoplinktoshokan a { color:#ffffff; background:#333333; }
.booklink-footer
{
	clear:both;
}
 
/* もしもアフィリエイトの場合不要な画像を削除 */
.kaerebalink-image img[src^="//i.moshimo.com/af/i/impression"],
.booklink-image img[src^="//i.moshimo.com/af/i/impression"],
.shoplinkamazon img,
.shoplinkrakuten img,
.shoplinkseven img,
.shoplinkyahoo img,
.shoplinkbellemaison img,
.shoplinkcecile img,
.shoplinkkakakucom img,
.shoplinkkindle img,
.shoplinkrakukobo img,
.shoplinkbk1 img,
.shoplinkehon img,
.shoplinkkino img,
.shoplinktoshokan img
{
	display:none;
}
 
/* スマホ表示の設定 */
@media only screen and (max-width:460px){
	
	/* 画像の設定 */
	.kaerebalink-image,
	.booklink-image
	{
		float:none; /* 画像を中央寄せに */
		margin:0;
		text-align:center;
	}
	/* 画像サイズを最大180pxに */
	.kaerebalink-image img,
	.booklink-image img
	{
		max-width:180px;
		height:auto;
	}
	 /* 商品名等をカスタマイズ */
	.kaerebalink-info,
	.booklink-info
	{
		margin: 0; /* 余白調整 */
	}
	/* ボタンのカスタマイズ */
	.kaerebalink-link1 div,
	.booklink-link2 div
	{
		float: none;
		width: 100%;
	}
	.kaerebalink-link1 div:nth-child(even),
	.booklink-link2 div:nth-child(even)
	{
		margin-left: 0; /* 余白を調整（ボタン縦並びにするため） */
	}
}
@media (max-width: 480px){
#blog-title-inner,#title a{
height:80px!important; 
}