@charset "utf-8";

/**
* Author: Vanillaice (Akira) - https://vanillaice000.blog.fc2.com/
* Website skin name: Mystyle
* The first edition: 2019.7.22
* Latest update: 2019.7.29 - 管理画面経由で管理人名を装飾した際にテンプレートの返信ボタンレイアウトが崩れる件を修正, コメント欄管理人ハンドルネームにクラス名を追加(潜在的カスタマイズ), 記事部分の上下余白をpaddingからmarginに変更
*/

/* ===========================================
      消してはいけないもの
=========================================== */

embed,iframe,img,table,textarea{max-width:100%}#fc2_text_ad,pre,table{word-break:break-all}dd,dl,dt,figure,li,ol,p,strong,summary,ul,var{margin:0;padding:0;border:0;outline:0;vertical-align:baseline;background:0 0}iframe{border:0}img{height:auto;line-height:0;vertical-align:bottom;font-size:0}ol,ul{list-style-type:none}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section{display:block}input,textarea{font-size:16px}pre,code{white-space:pre-wrap;font-family:Menlo,consolas,Courier}*{box-sizing:border-box}:focus{outline:0}.fc2_footer{margin:20px 0 0}#fc2_text_ad{margin:20px 0!important;letter-spacing:normal;line-height:1.4;font-size:11px}#fc2_text_ad a{color:#646464}#change_mobile{display:none}*::before,*::after{box-sizing:inherit;}#sh_fc2blogheadbar{z-index:4000!important}


/* ===========================================
      svgs
=========================================== */

.svg-inline,
.svg-inline-stroke {
  display: inline-block;
  height: 1em;
  font-size: inherit;
  vertical-align: -.125em;
}

.svg-inline {
  fill: currentColor;
}

.svg-inline-stroke {
  fill: none;
  stroke: currentColor;
}


/* ===========================================
      注)主要カスタマイズ
=========================================== */

/* 概要
[レイアウト]
total-width 全体幅
side-range サイドメニューの幅
gap メインカラムとサイドカラムの余白
body-color 背景色
base-font-color 基本文字色
base-link-color リンク色

[ヘッダー]
header-bg-sp 背景画像スマホ用(横600px)
header-bg-pc 背景画像パソコン用(横1134px)
blog-title-font-size フォント大きさ
blog-title-line-height 行間
left-color グラデーション左
right-color グラデーション右

[ナビゲーション, パンくずリスト]
navi-color 背景色
navi-height 高さ(変更非推奨)
box-color パンくずリスト背景色, 個別記事下プロフィール背景色 など

[グリッド]
grid-title-font-size タイトルフォント大きさ
grid-font-color 日付・概要文フォント色
base-line-height 行間
noimage-bg-color 画像なし代替背景色
noimage-font-color 画像なし代替フォント色

[個別記事]
entry-title-font-size 記事タイトルフォント大きさ
main-line-height 行間
base-font-size 記事本文フォント大きさ
border-color タイトル下ボーダー色

[コメント欄]
input-bg-color 投稿フォーム背景色
input-border-color 投稿フォームボーダー色
placeholder-color プレースホルダー
comment-title-font-size コメント主ハンドルネーム及びコメントタイトルフォント大きさ
comment-body-font-size コメント本文フォント大きさ

[サイドメニュー]
side-font-size フォント大きさ
side-font-color テキスト及びリンク色
side-line-height 行間

[各ページ種]
aside-heading-font-size 「コメント」「トラックバック」など見出しフォント大きさ

[ナビゲーション内オーバーレイ]
overlay-bg-color 背景色
overlay-font-color 文字色
overlay-placeholder プレースホルダー

[スムーススクロール]
page-scroll-bg-color 背景色
page-scroll-font-color フォント色
 */


/* light theme */
:root {
  --total-width: 1300px;
  --side-range: 300px;
  --gap: 40px;
  --body-color: white;
  --base-font-color: rgb(51,51,51);
  --base-link-color: rgb(198,127,123);

  --header-bg-sp: url(https://blog-imgs-111.fc2.com/v/a/n/vanillaice000/mystylebg-sp.jpg);
  --header-bg-pc: url(https://blog-imgs-111.fc2.com/v/a/n/vanillaice000/mystylebg-pc.jpg);
  --blog-title-font-size: 2rem;
  --blog-title-line-height: 1.4;
  --left-color: rgb(250,194,169);
  --right-color: rgb(120,76,48);
  --top-opacity: rgba(255,255,255,0);
  --bottom-opacity: rgba(255,255,255,1);

  --navi-color: rgb(243,231,231);
  --navi-height: 38px;
  --box-color: rgb(245,245,245);

  --grid-title-font-size: 1.5rem;
  --grid-font-color: rgb(150,150,150);
  --base-line-height: 1.5;
  --noimage-bg-color: rgb(245,245,245);
  --noimage-font-color: rgba(51,51,51,.6);

  --entry-title-font-size: 1.8rem;
  --main-line-height: 1.6;
  --base-font-size: 1.6rem;
  --border-color: rgb(150,150,150);

  --input-bg-color: rgb(250,250,250);
  --input-border-color: rgb(240,240,240);
  --placeholder-color: rgb(150,150,150);
  --comment-title-font-size: 1.4rem;
  --comment-body-font-size: 1.3rem;

  --side-font-size: 1.3rem;
  --side-font-color: rgb(80,80,80);
  --side-line-height: 1.8;

  --aside-heading-font-size: 1.4rem;

  --overlay-bg-color: rgba(243,231,231,.95);
  --overlay-font-color: rgb(51,51,51);
  --overlay-placeholder: rgb(150,150,150);

  --page-scroll-bg-color: rgba(243,231,231,.6);
  --page-scroll-font-color: rgba(51,51,51,.6);

  --blockquote-bg-color: rgb(245,245,245);
  --mark-font-color: yellow;
  --pale-color: rgb(200,200,200);
  --large-font-size: 1.4rem;
  --middle-font-size: 1.3rem;
  --small-font-size: 1.2rem;
  --ex-small-font-size: 1.1rem;
  --min-font-size: 1rem;
}

/* ===========================================
      link
=========================================== */

a {
  text-decoration: none;
  color: var(--base-link-color);
  transition: .3s ease-in-out;
}

a:hover {
  color: var(--base-font-color);
}


/* ===========================================
      layout
=========================================== */

html {
  margin: 0;
  font-size: 62.5%;
}

body {
  margin: 0;
  color: var(--base-font-color);
  background: var(--body-color);
  font: var(--base-font-size)/var(--base-line-height) 'Helvetica', 'Arial', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴシック', 'Hiragino Sans', '游ゴシック体', 'YuGothic', 'メイリオ', 'Meiryo', '游ゴシック', 'Yu Gothic', sans-serif;
  word-wrap: break-word;
  -webkit-font-smoothing: antialiased;/* 注)文字が細すぎると感じる方はこの一行削除(Mac Google Chromeのみ) 1/2 */
  -moz-osx-font-smoothing: grayscale;/* 注)文字が細すぎると感じる方はこの一行削除(Mac Firefoxのみ) 2/2 */
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}

/* lazyload */
.lazyloading{opacity:0}.lazyloaded{opacity:1;transition:opacity 1s}

#main-container {
  max-width: var(--total-width);
  margin: auto;
  padding: 30px 15px 80px;
}

#secondary {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(290px, 1fr));
  grid-gap: 40px 20px;
  margin: 0 auto;
  color: var(--side-font-color);
  font-size: var(--side-font-size);
  line-height: var(--side-line-height);
}

.side-menu {
  margin-bottom: 40px;
}

@media screen and (min-width: 560px) {
  #main-container {
    padding: 30px 30px 80px;
  }
}
@media screen and (min-width: 960px) {
  #main-container {
    display: flex;
    justify-content: space-between;
  }
  #primary {
    flex: 1;
    min-width: 0;
    max-width: calc(100% - var(--side-range) - var(--gap));
    margin-right: var(--gap);
  }
  #secondary {
    display: block;
    width: var(--side-range);
    animation: slideInUp .8s;
  }
}
@media screen and (min-width: 1120px) {
  #main-container {
    padding: 30px 60px 80px;
  }
}
@media screen and (min-width: 960px) {
  .side-menu:last-of-type {
    position: -webkit-sticky;
    position: sticky;
    top: calc(var(--navi-height) + 2px);
  }
}


/* ===========================================
      ヘッダー
=========================================== */

@keyframes slideInUp{0%,50%{opacity:0;transform:translateY(15px)}100%{opacity:1;transform:translateY(0)}}
@keyframes bounce{20%,53%,80%,from,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-30px,0);transform:translate3d(0,-30px,0)}70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-15px,0);transform:translate3d(0,-15px,0)}90%{-webkit-transform:translate3d(0,-4px,0);transform:translate3d(0,-4px,0)}}

#header-banner {
  padding: 50px 0;
  background: linear-gradient(to bottom, var(--top-opacity), var(--bottom-opacity)),
              var(--header-bg-sp) top center /100% auto no-repeat;
  text-align: center;
}

@media screen and (min-width: 560px) {
  #header-banner {
    background: linear-gradient(to bottom, var(--top-opacity), var(--bottom-opacity)),
                var(--header-bg-pc) top center /100% auto no-repeat;
  }
}

#blog-title {
  width: 90%;
  max-width: 800px;
  margin: 0 auto;
  background: repeating-linear-gradient(to left, var(--left-color), var(--right-color) 60px, var(--right-color), var(--left-color) 120px);
  color: var(--base-link-color);
  font-weight: bold;
  font-size: var(--blog-title-font-size);
  line-height: var(--blog-title-line-height);
  letter-spacing: 2px;
  text-indent: 2px;
  text-transform: uppercase;/* 注)ブログタイトル欧文フォント大文字縛り解除はこの一行削除 */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transform-origin: center bottom;
}

#site-desc {
  width: 90%;
  max-width: 850px;
  margin: 15px auto 0;
  font-size: var(--small-font-size);
}


/* ===========================================
      グローバルナビゲーション(横スクロール型)
=========================================== */

.horizontal {
  height: var(--navi-height);
  margin: auto;
  overflow: hidden;
  color: var(--base-font-color);
  font-size: var(--ex-small-font-size);
  line-height: var(--navi-height);
  letter-spacing: 1px;
}

#navi-horizontal {
  /* 注)上部固定不要の方ここから削除 */
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 3;
  /* 注)上部固定不要の方ここまで削除 */
  background: var(--navi-color);
  text-align: center;
}

#breadcrumbs-horizontal {
  background: var(--box-color);
}

.navi-scroll {
  max-width: var(--total-width);
  margin: auto;
  height: calc(var(--navi-height) + 20px);
  overflow-x: auto;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

#navi-item li {
  display: inline-block;
  padding: 0 25px;
  white-space: nowrap;
}

#navi-item li a {
  display: block;
  width: 100%;
  height: 100%;
  color: var(--base-font-color);
}

#search-navi {
  cursor: pointer;
}

#navi-item #sp-hide {
  display: none;
}

/* breadcrumbs */
#breadcrumbs li {
  display: inline-block;
}

#breadcrumbs span {
  margin: 0 .5em;
  vertical-align: top;
}

#breadcrumbs li:first-of-type {
  margin-left: 15px;
}

#breadcrumbs li:last-of-type {
  margin-right: 15px;
}

@media screen and (min-width: 560px) {
  #breadcrumbs li:first-of-type {
    margin-left: 30px;
  }
  #breadcrumbs li:last-of-type {
    margin-right: 30px;
  }
}
@media screen and (min-width: 1120px) {
  #breadcrumbs li:first-of-type {
    margin-left: 60px;
  }
  #breadcrumbs li:last-of-type {
    margin-right: 60px;
  }
}


/* ===========================================
      グリッド
=========================================== */

#grid-container {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(290px, 1fr));
  grid-gap: 20px;
  margin: 0 auto;
  font-size: var(--middle-font-size);
}

.grid-anchor {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.grid-image-wrapper {
  position: relative;
  overflow: hidden;
}

.grid-image-wrapper::before {
  content: "";
  display: block;
  padding-top: 57%;
}

.grid-scale-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: .3s ease-in-out;
}

.grid-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.noimage-span {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--noimage-bg-color);
  color: var(--noimage-font-color);
  font-size: var(--ex-small-font-size);
}

.grid-anchor:hover .grid-title {
  color: var(--base-link-color);
}

.grid-content {
  flex: 1;
  min-width: 0;
  display: flex;
  width: 100%;
  padding: 15px;
}

.grid-datetime {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: 15px;
  padding-right: 15px;
  border-right: 1px solid var(--grid-font-color);
  color: var(--grid-font-color);
  font-family: 'Georgia', serif;
  font-style: italic;
}

.topentry-year,
.topentry-month {
  font-size: 10px;
}

.topentry-day {
  margin-bottom: 5px;
  font-size: 30px;
  line-height: 1;
}

.grid-right {
  flex: 1;
  min-width: 0;
}

.grid-title {
  margin: .5em auto;
  color: var(--base-font-color);
  font-size: var(--grid-title-font-size);
  transition: .3s ease-in-out;
}
.grid-anchor:hover .grid-title {
  color: var(--base-link-color);
}

.grid-desc {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  max-height: calc(var(--middle-font-size) * var(--base-line-height) * 2);
  margin-bottom: .5em;
  overflow: hidden;
  color: var(--grid-font-color);
}

@media screen and (min-width: 768px) {
  .grid-anchor:hover .grid-scale-wrapper {
    transform: scale(1.1);
  }
}

.grid-comment {
  color: var(--grid-font-color);
  font-size: var(--ex-small-font-size);
  text-align: right;
}


/* ===========================================
      個別記事
=========================================== */

.main-body {
  margin-bottom: 40px;
}

#entry-header {
  font-size: var(--ex-small-font-size);
}

#entry-title {
  margin: 0 auto 10px;
  font-size: var(--entry-title-font-size);
}

#entry-header-box {
  padding: .5em 0;
  border-top: 1px dotted var(--border-color);
  border-bottom: 1px dotted var(--border-color);
  color: var(--border-color);
  line-height: 1.9;
}

#modified-datetime,
#entry-datetime,
#entry-category,
#entry-comment {
  display: inline-block;
}

#modified-datetime,
#entry-comment {
  margin-left: 1em;
}

.entry-tag-link {
  display: inline-block;
  margin-right: 1em;
}

.contents {
  margin: 20px 0;
}

.height-adjust {
  margin-top: calc(var(--navi-height) * -1);
  padding-top: var(--navi-height);
}

.inner-contents {
  margin: 20px 0;
  line-height: var(--main-line-height);
}

/* back to default */
.inner-contents p {
  margin: 1em 0;/* 注)段落間上下余白 */
}

.inner-contents ul {
  margin: 1em 0;
  padding-left: 40px;
  list-style-type: disc;
}

.inner-contents ol {
  margin: 1em 0;
  padding-left: 40px;
  list-style-type: decimal;
}

/* heading */
.inner-contents h2 {
  margin: 3em auto 2em;
  line-height: 1.5;
  font-size: 1.2em;
}
.inner-contents h3 {
  margin: 3em auto 2em;
  line-height: 1.5;
  font-size: 1.1em;
}
.inner-contents h4 {
  margin: 3em auto 2em;
  line-height: 1.5;
  font-size: 1em;
}

.inner-contents a:hover {
  text-decoration: underline;
}

#entry-footer {
  font-size: var(--small-font-size);
}

/* ユーザータグ(外部) タグポータル移動 */
#external-tag {
  margin: 0 0 30px;
}

#external-tag a:not(:last-of-type) {
  margin-right: .4em;
}

#external-tag a::before {
  content: "#";
}

#external-tag a {
  display: inline-block;
  padding: .3em .8em;
  border-radius: 2px;
  background: var(--navi-color);
}

/* sns on article footer */
#share-this {
  margin-bottom: 10px;
  font-weight: bold;
  font-size: var(--large-font-size);
  text-align: center;
}

#entry-footer-sns {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}

.sns-list {
  flex: 1;
  height: 45px;
}

.sns-list a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  color: white;
}

/* SNS brand color */
#e-facebook {
  background: rgb(59,89,152);
}
#e-twitter {
  background: rgb(85,172,238);
}
#e-pinterest {
  background: rgb(206,15,25);
}
#e-hatena {
  background: rgb(61,142,216);
  font-weight: 700;
  font-family: 'Verdana', sans-serif;
}
#e-line {
  background: rgb(22,207,1);
  font-weight: bold;
}

/* author */
#author-block {
  padding: 20px;
  background: var(--box-color);
}

#author-pic {
  width: 100px;
  height: 100px;
  margin: 0 auto 20px;
  border-radius: 50%;
}

#author-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

#author-desc {
  margin: 0;
}

#author-name {
  display: inline-block;
  margin-bottom: 1em;
  font-weight: bold;
  font-size: var(--middle-font-size);
}

@media screen and (min-width: 560px) {
  #author-block {
    display: flex;
    align-items: flex-start;
  }
  #author-pic {
    margin: 0 30px 0 0;
  }
  #author-desc {
    flex: 1;
    min-width: 0;
  }
}


/* ===========================================
      個別記事下関連記事リスト
=========================================== */

/* with thumbnail */
#fc2relate_entry_thumbnail_area {
  position: relative;
  margin: 50px auto 30px;
  padding: 0;
}

#fc2relate_entry_thumbnail_area .relate_dd .relate_ul {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  grid-gap: 0 10px;
  position: relative;
  background: transparent;
}

#fc2relate_entry_thumbnail_area .relate_dd .relate_ul .relate_li,
#fc2relate_entry_thumbnail_area .relate_dd .relate_ul .relate_li_nolink {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  position: relative;
  height: 100px;
  padding: 10px 0;
  border-bottom: 1px dotted var(--border-color);
  white-space: normal;
}

#fc2relate_entry_thumbnail_area .relate_dd .relate_ul .relate_li::before,
#fc2relate_entry_thumbnail_area .relate_dd .relate_ul .relate_li_nolink::before {
  left: 0;
}

#fc2relate_entry_thumbnail_area .relate_dd .relate_ul .relate_li::after,
#fc2relate_entry_thumbnail_area .relate_dd .relate_ul .relate_li_nolink::after {
  right: 0;
}

#fc2relate_entry_thumbnail_area .relate_dd .relate_ul .relate_li_nolink .relate_entry_title_text::before,
.fc2relate_entry_thumbnail_off .relate_li_nolink::before {
  content: "【現在閲覧中】";
}

#fc2relate_entry_thumbnail_area .relate_entry_thumbnail {
  display: block;
  width: 80px;
  height: 80px;
  padding: 0;
}

#fc2relate_entry_thumbnail_area .relate_dd .relate_ul .relate_entry_thumbnail img,
#fc2relate_entry_thumbnail_area .relate_dd .relate_ul .relate_entry_thumbnail .relate_entry_thumbnail_noimg {
  width: 100%;
  height: 100%;
}

#fc2relate_entry_thumbnail_area .relate_entry_title {
  display: block;
  flex: 1;
  min-width: 0;
  padding: 0 1em;
}

/* without thumbnail */
.relate_dl,
.tb_dl {
  margin-top: 20px;
  border-radius: 2px;
  letter-spacing: normal;
  padding: 10px;
}

.relate_dt,
.tb_dt {
  margin-bottom: 10px;
  font-weight: bold;
  font-size: var(--aside-heading-font-size);
  letter-spacing: 1px;
  text-indent: 1px;
  text-align: center;
}

.date {
  padding-top: 10px;
}

.relate_ul,
#tb_ul {
  padding: 10px;
  background: var(--box-color);
  font-size: var(--ex-small-font-size);
}

.relate_dl a,
.tb_dl a {
  color: var(--side-font-color);
}

.relate_dl a:hover,
.tb_dl a:hover {
  text-decoration: underline;
}


/* ===========================================
      受信コメント欄
=========================================== */

/* Index, Comment などタイトル */
.another-title {
  margin: 0 auto 20px;
  font-weight: bold;
  font-size: var(--aside-heading-font-size);
  letter-spacing: 1px;
  text-indent: 1px;
  text-align: center;
}

.another-title span {
  margin-left: .5em;
}

.comment-number {
  display: none;
}

.comment-number0 {
  display: block;
  margin-bottom: 20px;
  color: var(--pale-color);
  font-style: italic;
  text-align: center;
}

.border-container {
  display: flex;
  align-items: flex-start;
  position: relative;
  min-height: 46px;
}

.user-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 46px;
  height: 46px;
  margin-right: 15px;
  border-radius: 50%;
  background-color: var(--box-color);
  color: var(--base-font-color);
  font-size: 1.8rem;
}

.author-icon {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
}

.visitor-name-and-title {
  flex: 1;
  font-weight: bold;
  font-size: var(--comment-title-font-size);
}

.comment-body {
  margin: 1em 0 1em 23px;
  font-size: var(--comment-body-font-size);
}

.comment-info {
  font-size: var(--small-font-size);
  text-align: right;
}

.comment-btn-list {
  display: inline-block;
  margin: 5px 0 0 5px;
}

.btn-a,
.btn-a-author {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: var(--navi-color);
  color: var(--base-font-color);
}

.btn-a:hover,
.btn-a-author:hover {
  background: var(--base-link-color);
  color: var(--body-color);
}


/* ===========================================
      コメント投稿フォーム
=========================================== */

#comment_form {
  padding: 40px 0 0;
}

.division {
  display: flex;
  justify-content: space-between;
}

.apply,
.half {
  display: block;
  margin-bottom: 20px;
  padding: .6em;
  border-radius: 0;
  border: 1px solid var(--input-border-color);
  background: var(--input-bg-color);
  color: var(--base-font-color);
  outline: none;
  -webkit-appearance: none;
}

.apply {
  width: 100%;
}

.half {
  width: calc(50% - 7px);
}

.apply:focus,
.half:focus {
  border-color: var(--border-color);
  background: var(--body-color);
}

#form-btn {
  max-width: 500px;
  margin: 30px 0 20px;
}

#comment {
  min-height: 200px;
  line-height: 1.5;
}

#comment_form input:-webkit-autofill {
  box-shadow: 0 0 0 1000px var(--input-bg-color) inset;
}

#comment_form input::-webkit-input-placeholder,
#comment_form textarea::-webkit-input-placeholder {
  color: var(--placeholder-color);
  letter-spacing: 1px;
  font-family: 'Helvetica', 'Arial', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴシック', 'Hiragino Sans', '游ゴシック体', 'YuGothic', 'メイリオ', 'Meiryo', '游ゴシック', 'Yu Gothic', sans-serif;
  font-size: 12px;
}

#comment_form input::-moz-placeholder,
#comment_form textarea::-moz-placeholder {
  color: var(--placeholder-color);
  letter-spacing: 1px;
  font-family: 'Helvetica', 'Arial', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴシック', 'Hiragino Sans', '游ゴシック体', 'YuGothic', 'メイリオ', 'Meiryo', '游ゴシック', 'Yu Gothic', sans-serif;
  font-size: 12px;
}

/* checkbox */
#no-p input:focus {
  outline: none;
}

#no-p input[type=checkbox] {
  display: inline-block;
  margin: 0 6px 0 0;
}
#no-p input[type=checkbox] + label {
  display: inline-block;
  margin: 0 12px 0 0;
  cursor: pointer;
  line-height: 1.5px;
  position: relative;
  left: 0;
}

#secret-label {
  font-size: var(--small-font-size);
  letter-spacing: 1px;
}
 
@media (min-width: 1px) {
  #no-p input[type=checkbox] {
    display: none;
    margin: 0;
  }

  #no-p input[type=checkbox] + label {
    padding: 2px 0 0 28px;
  }

  #no-p input[type=checkbox] + label:before {
    content: "";
    display: block;
    margin: -10px 0 0;
    width: 18px;
    height: 18px;
    background: var(--body-color);
    position: absolute;
    top: 50%;
    left: 0;
  }

  #no-p input[type=checkbox] + label:before {
    border: 1px solid var(--border-color);/* 注)secretコメントチェックボックスボーダー色 */
  }

  #no-p input[type=checkbox]:checked + label:after {
    content: "";
    position: absolute;
    top: 50%;
    display: block;
  }

  #no-p input[type=radio]:checked + label:after {
    margin: -4px 0 0;
    width: 8px;
    height: 8px;
    background: var(--base-font-color);/* 注)secretコメントチェックマーク色 1/3 */
    border-radius: 8px;
    top: 2px;
    left: 5px;
  }

  #no-p input[type=checkbox]:checked + label:after {
    margin: -8px 0 0;
    width: 16px;
    height: 8px;
    border-bottom: 3px solid var(--base-font-color);/* 注)secretコメントチェックマーク色 2/3 */
    border-left: 3px solid var(--base-font-color);/* 注)secretコメントチェックマーク色 3/3 */
    left: 3px;
    transform: rotate(-45deg);
  }
}

/* send and delete button */
#sendbtn,
#delbtn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(50% - 7px);
  height: 40px;
  border-radius: 0;
  border: 0;
  background: var(--navi-color);
  color: var(--base-font-color);
  font-size: var(--small-font-size);
  letter-spacing: 1px;
  text-align: center;
  text-indent: 1px;
  cursor: pointer;
  transition: .3s ease-in-out;
}

#sendbtn:hover,
#delbtn:hover {
  background: var(--base-link-color);
  color: var(--body-color);
}


/* ===========================================
      トラックバック
=========================================== */

#op,
#for-trackback-word {
  display: block;
  width: 100%;
}

#op {
  margin: 30px auto 10px;
  padding: .6em;
  border-radius: 0;
  border: 1px solid var(--input-border-color);
  background: var(--body-color);
  color: var(--base-font-color);
  font-size: var(--small-font-size);
  outline: none;
  -webkit-appearance: none;
}

#for-trackback-word {
  margin: 0 auto 20px;
  font-size: var(--small-font-size);
}

#tb-num0 {
  display: none;
}

/* trackback */
#tb_dt {
  margin-bottom: .5em;
  font-size: var(--small-font-size);
  letter-spacing: 1px;
  text-indent: 1px;
}
#tb_dd {
  font-size: var(--small-font-size);
}

.tb_li {
  margin: 15px 0;
}

.tb_desc {
  margin: .5em 0;
}


/* ===========================================
      全記事リスト, 検索結果
=========================================== */

/* no item */
.hit-number {
  display: none;
  color: var(--pale-color);
  line-height: 1.1;
  padding: 20px 0;
  text-align: center;
  font-size: 60px;
}

.hit-number span {
  font-size: var(--large-font-size);
}

.hit0 {
  display: block;
}

.index-contents {
  padding: 15px 0;
  border-bottom: 1px dotted var(--border-color);
}

.index-contents:last-of-type {
  border: 0;
}

.index-title-and-date {
  padding-bottom: 15px;
  overflow: hidden;
}

.index-title {
  float: left;
  margin: auto;
  color: var(--border-color);
  font-weight: 700;
  font-size: var(--base-font-size);
}

.index-title-a {
  color: var(--base-font-color);
}

.index-title-a:hover {
  color: var(--base-link-color);
}

.index-date {
  float: right;
  margin-top: 4px;
  margin-left: 1.5em;
  color: var(--border-color);
  font-size: var(--small-font-size);
}

.index-date .svg-inline {
  margin-left: 1em;
}

.search-content {
  margin-bottom: 10px;
  overflow: hidden;
}

.thumbnails {
  float: right;
  width: 150px;
  height: 100px;
  margin-left: 15px;
}

.thumbnails img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.list-a {
  color: var(--noimage-font-color);
}

.search-noimage {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: var(--noimage-bg-color);
  font-size: var(--ex-small-font-size);
  letter-spacing: 1px;
  text-indent: 1px;
  text-align: center;
}

.search-desc {
  color: var(--side-font-color);
  font-size: var(--large-font-size);
}

.index-category {
  display: inline-block;
  padding: .2em .6em;
  border-radius: 2px;
  background: var(--navi-color);
  color: var(--base-font-color);
  font-size: var(--small-font-size);
}

.index-category:hover {
  background: var(--base-link-color);
  color: var(--body-color);
}


/* ===========================================
      サイドメニュー
=========================================== */

.side-menu ul {
  margin-left: 1.5em;
  list-style-type: disc;
}

.side-heading {
  margin: 0 auto 20px;
  padding: .3em .5em;
  background: var(--navi-color);
  font-weight: bold;
  font-size: var(--aside-heading-font-size);
  letter-spacing: 1px;
  text-indent: 1px;
  text-align: center;
}

.side-menu a {
  color: var(--side-font-color)
}

.side-menu a:hover {
  color: var(--base-link-color);
}

/* profile */
#side-prof-wrapper {
  position: relative;
  width: 100%;
  max-width: 300px;
  margin: 0 auto 10px;
}

#side-prof-wrapper::before {
  content: "";
  display: block;
  padding-top: 100%;
}

#side-prof-pic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#side-prof-name {
  display: inline-block;
  margin-bottom: .5em;
  font-weight: bold;
}


/* ===========================================
      公式プラグイン スタイリング
=========================================== */

/* calendar */
.calender {
  margin: 0 auto;
  table-layout: fixed;
  width: 100%;
  text-align: center;
  font-size: 12px;
  border-spacing: 3px 6px;
}

.calender caption {
  margin-bottom: 10px;
  width: 100%;
}

.calender caption a {
  display: inline-block;
  width: 20%;
}

#sun {
  color: rgb(189,30,30);
}

#sat {
  color: rgb(49,70,187);
}

.calender td {
  height: 30px;
  line-height: 30px;
  padding: 0;
}

.calender td a {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: var(--navi-color);
}

.calender td a:hover {
  background: var(--base-link-color);
  color: var(--body-color);
  text-decoration: none;
}

/* mail form */
.sidebar-style form {
  display: block;
  margin: 0 auto;
}

.plugin-mail input:not([type="submit"]),
.plugin-mail textarea,
.plugin-search input:not([type="submit"]),
.plugin-serach textarea {
  display: inline-block;
  width: 100% !important;
  padding: .5em;
  border-radius: 1px;
  border: 1px solid var(--input-border-color);
  background: var(--input-bg-color);
  color: var(--base-font-color);
  outline: none;
  -webkit-appearance: none;
}

.plugin-mail input[type="submit"],
.plugin-search input[type="submit"] {
  border-radius: 1px;
  border: 0;
  background: var(--navi-color);
  color: var(--base-font-color);
  font-size: 14px;
  outline: none;
  cursor: pointer;
  -webkit-appearance: none;
  transition: .3s ease-in-out;
}

.plugin-mail input[type="submit"]:hover,
.plugin-search input[type="submit"]:hover {
  background: var(--base-link-color);
  color: var(--body-color);
}

/* search */
.plugin-search {
  margin: 0 auto;
}

.plugin-search input {
  margin-bottom: 8px;
}

/* tag */
.plugin-tag a {
  display: inline-block;
  margin: 0 2px 3px 0;
  border: 1px solid var(--input-border-color);
  border-radius: 1px;
  padding: .1em 1em;
  font-size: var(--ex-small-font-size);
}

.plugin-tag a:hover {
  border-color: var(--base-link-color);
  background-color: var(--base-link-color);
  color: white;
  text-decoration: none;
}

.plugin-myimage {
  margin: 0 auto 15px;
  text-align: center !important;
}


/* ===========================================
      ページ送り
=========================================== */

/* general */
#general-pager {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 70px auto 40px;
  color: var(--base-font-color);
  font-size: var(--ex-small-font-size);
  font-family: 'Times New Roman', serif;
}

#pagination {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

#pagination li {
  width: 32px;
  height: 32px;
  margin-bottom: 3px;
  box-shadow: 1px 0 0 0 var(--box-color),
              0 1px 0 0 var(--box-color),
              1px 1px 0 0 var(--box-color),
              1px 0 0 0 var(--box-color) inset,
              0 1px 0 0 var(--box-color) inset;
}

#current,
#pagination li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  color: var(--base-font-color);
}

#current {
  border: 0;
  background-color: var(--box-color);
}

#pagination li a:hover {
  background: var(--navi-color);
}

.general {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  margin-bottom: 3px;
  box-shadow: 1px 0 0 0 var(--navi-color),
              0 1px 0 0 var(--navi-color),
              1px 1px 0 0 var(--navi-color),
              1px 0 0 0 var(--navi-color) inset,
              0 1px 0 0 var(--navi-color) inset;
  background: var(--navi-color);
  color: var(--base-font-color);
}

/* article, titlelist */
#pager-wrapper {
  margin: 70px auto 40px;
}

#pager-title-a {
  font-size: var(--ex-small-font-size);
}

.entry-pager {
  margin: 20px auto 50px;
  width: 100%;
  font-size: 12px; /* 注)個別記事ページ送りフォント大きさ */
}

.pager-item {
  margin-bottom: 8px;
  overflow: hidden;
}

@media screen and (min-width: 680px) {
  .entry-pager {
    display: flex;
    justify-content: space-between;
  }
  .pager-item {
    width: calc(50% - 5px);
  }
}

.pager-a {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100px;
  background: var(--box-color);
}

.pager-arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 100%;
  background: var(--navi-color);
  color: var(--base-font-color);
  transition: .3s ease-in-out;
}

.pager-a:hover .pager-arrow {
  background: var(--base-link-color);
  color: var(--body-color);
}

#pager-prev-image,
#pager-next-image,
#pager-prev-cate-image,
#pager-next-cate-image {
  width: 80px;
  height: 80px;
  margin: 10px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.pager-prev-text,
.pager-next-text {
  flex: 1;
  min-width: 0;
  height: 100%;
  padding: 10px;
}

.pager-next-text {
  text-align: right;
}

.preventry-text,
.nextentry-text {
  margin-bottom: 5px;
  padding-bottom: 6px;
  border-bottom: 1px solid var(--border-color);
  color: var(--border-color);
  letter-spacing: 1px;
}

.preventry-title,
.nextentry-title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  max-height: calc(var(--small-font-size) * 1.5 * 3);
  overflow: hidden;
}

/* titlelist */
#titlelist-pager {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 70px auto 40px;
  max-width: 400px;
  font-family: 'Times New Roman', serif;
  font-size: 12px;
}

#t-page-left,
#t-page-home,
#t-page-right {
  width: 33px;
  height: 33px;
}

#t-prev-a,
#t-center-a,
#t-next-a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: var(--navi-color);
  color: var(--base-font-color);
}

#t-prev-a:hover,
#t-center-a:hover,
#t-next-a:hover {
  background: var(--base-link-color);
  color: var(--body-color);
}

@media screen and (min-width: 600px) {
  #prev-a,
  #next-a,
  #prev-cate-a,
  #next-cate-a {
    padding: 20px;
  }
}
@media screen and (min-width: 960px) {
  #general-pager,
  #pager-wrapper,
  #titlelist-pager {
    position: -webkit-sticky;
    position: sticky;
    top: calc(var(--navi-height) + 2px);
  }
}


/* ===========================================
      フッター
=========================================== */

#page-scroll {
  display: none;
  position: fixed;
  bottom: 120px;
  right: 8px;
  z-index: 2000;
  font-size: 11px;
  text-align: center;
  animation: slideInUp .8s;
}

#pagetop,
#pagemiddle,
#pagebottom {
  margin-bottom: 10px;
  width: 40px;
  height: 40px;
}

#page-scroll a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: var(--page-scroll-bg-color);
  border-radius: 50%;
  color: var(--page-scroll-font-color);
}

#page-scroll a:hover {
  color: var(--page-scroll-font-color);
}

@media screen and (min-width: 960px) {
  #page-scroll {
    right: 30px;
    bottom: 80px;
  }
  #pagemiddle {
    display: none;
  }
}

#footer {
  background: var(--navi-color);
  margin-top: auto;
  padding: 1em 15px;
  line-height: 1.3;
  text-align: center;
}

.foot,
#copyright {
  display: block;
  font-size: 1.2rem;
  text-align: center;
}

#ad1,
#ad2 {
  font-size: 1.1rem;
}

/* animation */
@keyframes blink{0%{opacity:0}100%{opacity:1}}

.new {
  margin-left: .3em;
  color: red;
  font-size: 1.1rem;
  font-weight: normal;
  animation: blink 1s ease-in-out infinite alternate;
}


/* ===========================================
      element
=========================================== */

blockquote {
  margin: 2rem 0;
  padding: 5rem 2rem 2rem;
  border-radius: 3px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' fill='rgb(200,200,200)'%3E%3Cpath d='M464 256h-80v-64c0-35.3 28.7-64 64-64h8c13.3 0 24-10.7 24-24V56c0-13.3-10.7-24-24-24h-8c-88.4 0-160 71.6-160 160v240c0 26.5 21.5 48 48 48h128c26.5 0 48-21.5 48-48V304c0-26.5-21.5-48-48-48zm-288 0H96v-64c0-35.3 28.7-64 64-64h8c13.3 0 24-10.7 24-24V56c0-13.3-10.7-24-24-24h-8C71.6 32 0 103.6 0 192v240c0 26.5 21.5 48 48 48h128c26.5 0 48-21.5 48-48V304c0-26.5-21.5-48-48-48z'/%3E%3C/svg%3E") 2rem 1rem /3.5rem 3.5rem no-repeat var(--blockquote-bg-color);
  font-size: .95em;
}

blockquote p {
  margin: 0;
}

blockquote cite {
  display: block;
  position: relative;
  margin-top: 2rem;
  padding-top: 1rem;
  font-style: italic;
  text-align: right;
}

blockquote cite::before {
  content: "\2500";
  margin-right: .3em;
}

blockquote cite::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  margin: auto;
  border-bottom: 1px dotted var(--border-color);
}

pre {
  padding: 1em;
  background: rgb(51,51,51);
  color: white;
  font-size: 1.3rem;
}

/* highlight */
mark {
  background: linear-gradient(transparent 60%, var(--mark-font-color) 60%);
  color: var(--base-font-color);
  font-weight: bold;
}


/* ===========================================
      サイドメニュー部 新着記事(サムネイルつき)
=========================================== */

.recent-link {
  display: flex;
  align-items: center;
  padding: 8px 0;
  border-bottom: 1px dotted var(--border-color);
  line-height: 1.3;
}

.recent-thumbnail-wrapper {
  width: 72px;
  height: 72px;
  font-size: var(--ex-small-font-size);
}

.recent-thumbnail {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.recent-no-image-text {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: var(--noimage-bg-color);
  font-size: var(--min-font-size);
}

.recent-text {
  flex: 1;
  min-width: 0;
  padding-left: 12px;
  word-break: break-all;
}

.recent-title {
  margin-bottom: 5px;
}

.recent-date {
  font-size: .8em;
}


/* ===========================================
      カテゴリ一覧・サイト内検索モーダルウィンドウ
=========================================== */

#category-modal-overlay,
#search-modal-overlay {
  opacity: 0;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -999;
  width: 100%;
  height: 100%;
  background: var(--overlay-bg-color);
  color: var(--overlay-font-color);
  line-height: 1.9;
  text-align:center;
  transform: scale(.8);
  transition: .75s;
}

#category-modal-wrap,
#search-modal-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0 0 100px;
}

#category-modal-wrap {
  padding-top: 80px;
}

#category-modal-close-label {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 1.3rem;
  letter-spacing: 2px;
  text-indent: 2px;
  cursor: pointer;
}

#search-modal-close-label {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: var(--middle-font-size);
  letter-spacing: 2px;
  text-indent: 2px;
  cursor: pointer;
}

#category-modal-close-label span {
  position: relative;
  top: 30px;
  transform: translateY(-30px);
}

#search-modal-close-label span {
  top: 50%;
  position: relative;
  transform: translateY(-50%);
}

#search-modal-form {
  display: block;
  position: relative;
  z-index: 3;
  top: 50%;
  width: 90%;
  max-width: 500px;
  margin: auto;
  padding: .5em 0;
  border-bottom: 1px solid var(--overlay-font-color);
  text-align: left;
  transform: translateY(-50%);
}

#search-modal-input {
  width: 100%;
  border: 0;
  background: transparent;
  color: var(--overlay-font-color);
  font-size: 1.6rem;
  -webkit-appearance: none;
}

#search-modal-input::-webkit-input-placeholder {
  color: var(--overlay-placeholder);
}

#search-modal-input::-moz-input-placeholder {
  color: var(--overlay-placeholder);
}

#category-modal-trigger,
#search-modal-trigger {
  display: none;
}

#category-modal-trigger-label,
#search-modal-trigger-label {
  cursor: pointer;
}

#category-modal-trigger:checked ~ #category-modal-overlay,
#search-modal-trigger:checked ~ #search-modal-overlay {
  opacity: 1;
  z-index: 100005;
  transform: scale(1);
}

#scroll-content {
  position: relative;
  z-index: 3;
  width: calc(100% - 60px);
  max-width: 450px;
  max-height: 50vh;
  margin: auto;
  overflow-x: hidden;
  overflow-y: hidden;
  text-align: left;
  -webkit-overflow-scrolling: touch;
}

#category-modal-trigger:checked ~ #category-modal-overlay #scroll-content {
  overflow-y: auto; 
}

#scroll-content a {
  color: var(--overlay-font-color);
}


/* ===========================================
      personal settings
=========================================== */

.freehand {
  border: 2px dotted var(--border-color);
  border-radius: 255px 15px 225px 15px/15px 225px 15px 255px;
  padding: .5em;
  font-weight: bold;
}

.dogear {
  position: relative;
  padding: .5em;
  background: var(--box-color);
  font-weight: bold;
}

.dogear:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  border-width: 0 16px 16px 0;
  border-style: solid;
  border-color: var(--body-color) var(--body-color) var(--border-color) var(--border-color);
  box-shadow: -1px 1px 2px rgba(0,0,0,.1);
}

.curl {
  z-index: 3;
  font-weight: bold;
}

.curl::after {
  content: "";
  display: block;
  width: 100%;
  height: 5px;
  margin-top: .3em;
  background: repeating-linear-gradient(135deg, var(--body-color), var(--body-color) 3px, var(--left-color) 3px, var(--left-color) 6px, var(--body-color) 6px, var(--body-color) 9px, var(--right-color) 9px, var(--right-color) 12px);;
}

/* for video */
.box-for-video {
  position: relative;
  width: 100%;
}

.box-for-video:before {
  content:"";
  display: block;
  padding-top: 56.25%;
  overflow: hidden;
}

.box-for-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* emoji */
.emoji {
  vertical-align: middle;
}

/* shadow for image */
.shadow-attachment {
  box-shadow: 6px 6px 6px hsla(0,0%,35%,.5);
}

/* ヨメレバ・カエレバ レスポンシブ */
.booklink-box, .kaerebalink-box {
 font-family:'Lucida Grande','Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
 padding: 22px 25px 22px 25px;
 width: 94%;
 margin: 0 auto 15px;
 border: 3px solid #FBDADE;
 box-sizing: border-box;
 text-align: center;
}
.booklink-image, .kaerebalink-image {
 width: 100%;
 margin: 0 0 5px 0;
}
.booklink-image img, .kaerebalink-image img {}
.booklink-info, .kaerebalink-info {
 line-height: 125%;
 width: 100%;
}
.booklink-name, .kaerebalink-name {
 margin: 0 0 4px 0;
}
.booklink-name a, .kaerebalink-name a {
 color: #0066cc;
 text-decoration: underline;
}
.booklink-name > a, .kaerebalink-name > a {
 font-size: 16px;
}
.booklink-name a:hover, .kaerebalink-name a:hover {
 color: #FF9900;
}
.booklink-powered-date, .kaerebalink-powered-date {
 font-size: 8px;
}
.booklink-detail, .kaerebalink-detail {
 color: #333333;
 font-size: 12px;
 margin: 0 0 10px 0;
}
.booklink-link2, .kaerebalink-link1 {}
.booklink-link2 a, .kaerebalink-link1 a {
 width: 90%;
 display: block;
 margin: 0px auto -12px;
 padding: 10px 1px;
 text-decoration: none;
 font-size: 14px;
 font-weight: bold;
 box-shadow: 2px 2px 1px #dcdcdc;
}
.booklink-link2 a:hover, .kaerebalink-link1 a:hover {
 opacity: 0.6;
}

@media screen and (min-width: 800px) {

.booklink-box, .kaerebalink-box {
 text-align: left;
 display: table;
}
.booklink-image, .kaerebalink-image {
 vertical-align: top;
 box-sizing: border-box;
 display: table-cell;
 width: 111px;
 text-align: center;
 margin: 0;
}
.booklink-image img, .kaerebalink-image img {
 max-width: 100%
}
.booklink-info, .kaerebalink-info {
 line-height: 125%;
 vertical-align: top;
 box-sizing: border-box;
 display: table-cell;
 padding-left: 25px;
 width: auto;
}
.booklink-name, .kaerebalink-name {
 margin: 0 0 24px 0;
}
.booklink-name > a, .kaerebalink-name > a {
 font-size: 16px;
}
.booklink-powered-date, .kaerebalink-powered-date {
 margin: 6px 0 0 0;
}
.booklink-detail, .kaerebalink-detail {
 margin: 0 0 14px 0;
}
.booklink-link2 a, .kaerebalink-link1 a {
 width: auto;
 text-align: center;
 margin: none;
}
.booklink-link2 > div, .kaerebalink-link1 > div {
 width: 33.33%;
 padding: 0 5px 5px 0;
 box-sizing: border-box;
 float: left;
}
}

.shoplinkamazon a {
 color: #ffffff;
 background: #ff9901;
 border: 2px solid #ff9901;
}
.shoplinkrakuten a {
 color: #ffffff;
 background: #bf0000;
 border: 2px solid #bf0000;
}
.shoplinkkindle a {
 color: #ffffff;
 background: #0074c1;
 border: 2px solid #0074c1;
}

/* カード全体像 */
.blogcard {
  margin-bottom: 30px;
  max-width: 100%;
  width: 600px; /* ブログカードの横幅設定 */  　
  margin: 0 auto; /* ブログカードのセンタリング設定 */
  background-color: white;
  border: 1px solid rgb(211,211,211);
  border-radius: 2px;
  box-shadow: 0 10px 6px -6px rgba(0,0,0,.1);
  color: rgb(51,51,51);
  padding: 10px;
}

/* float親要素 */
.blogcard-content {
  margin-bottom: 5px;
  overflow: hidden;
}

/* 画像 */
.blogcard-image {
  display: inline-block;
  float: right; /* 画像を左に配置したい場合は left に変更 1/2 */
  margin: 0 0 5px 5px; /* 画像を左に配置したい場合は 0 10px 5px 0 に変更 2/2 */
  width: 100px; /* 画像の表示サイズ変更は数値をpxで変更 1/6 */
  height: 100px; /* 画像の表示サイズ変更は数値をpxで変更 2/6 */
}

.blogcard-image-wrapper {
  display: inline-block;
  width: 100px; /* 画像の表示サイズ変更は数値をpxで変更 3/6 */
  height: 100px; /* 画像の表示サイズ変更は数値をpxで変更 4/6 */
}

.blogcard-image-wrapper img {
  width: 100px; /* 画像の表示サイズ変更は数値をpxで変更 5/6 */
  height: 100px; /* 画像の表示サイズ変更は数値をpxで変更 6/6 */
  object-fit: cover;
  object-position: center center;
}

/* タイトル */
.blogcard-title {
  margin-bottom: 5px;
  line-height: 1.4;
  font-size: 15px;
  font-weight: bold;
}

.blogcard-title a {
  color: rgb(61,63,68);
  word-break: break-all;
}

.blogcard-title a:hover {
  text-decoration: underline;
}

/* 引用 */
.blogcard blockquote {
  margin: 0;
  border: 0;
  padding: 0;
  position: static;
}

.blogcard blockquote:before,
.blogcard blockquote:after {
  content: none;
}

/* 記事概要 */
.blogcard-description {
  line-height: 1.5;
  font-size: 13px;
}

/* フッター(元記事サイト名とリンク) */
.blogcard-footer {
  font-size: 13px;
}

.blogcard-footer a {
  color: rgb(154,165,171);
  text-decoration: underline;
}

.blogcard-footer a img {
  margin-right: 5px;
}

/* amazlet-bot */
.amazlet-box {
    color: #3E3E3E;
    background: #fff;
    font-size: 15px;
    line-height: 1.5;
    margin-top:32px;
    margin-bottom:32px !important;
    padding: 26px 16px;
    border: 1px solid #eee;
    position: relative;
}
.amazlet-box a {
    text-decoration: underline;
    box-shadow:none;
}
.amazlet-box a:hover {
    box-shadow:none;
}
.amazlet-image {
    margin: 0px 14px 1px 0px !important;
}
.amazlet-image img {
    margin: 0;
}
.amazlet-name a {
    color: #3f89ff;
}
.amazlet-name a:hover {
    color: #ffb83f;
}
.amazlet-powered-date {
    font-size: 10px !important;
}
.amazlet-detail {
    font-size: 12px;
}
.amazlet-link {
    margin-top: 10px !important;
}
.amazlet-link a {
    padding: 12px; /* ボタン内側の余白 */
    border-radius: 3px;
    border-bottom: 3px solid #FF9901;
    margin: 10px 0;
    background-color: #FFA01C;
    color: #fff;
    text-decoration: none;
    width: 250px; /* ボタンの幅 */
    display: block;
    text-align: center;
    font-size: 15px;
}
.amazlet-link a:hover {
    color: #fff !important;
}
.amazlet-link a:before {
    font-family: 'FontAwesome';
    font-size: 90%;
    margin-right: 5px;
}

/***  解像度480px以下のスタイル ***/
@media screen and (max-width:480px){
.amazlet-sub-info {
    width: 100%;
}
.amazlet-link a {
    width: 100%;
}
}

/* ======================================
カスタマイズ div 中央寄せ
======================================== */
.tac { 
	text-align: center;
}