@charset "utf-8";

/**
* Author: Vanillaice (Akira) - http://vanillaice000.blog.fc2.com/
* Website skin name: Alternative
* The first edition: 2016.4.13
* 2016.10.8 - 一部JS削除(軽量化), MicrosoftEdgeのfixedバグhackJS削除, その他微調整
* 2017.1.13 - テンプレデフォルト新着サムネイルをGoogle APIからFC2独自変数に変更
* 2017.1.25 - SNSシェアリンクをエンコード
* 2017.9.21 - SSL化に伴う混在コンテンツ排除
* 2018.2.10 - 画像遅延読み込み導入(デフォルト設定グリッドページ), リセットCSSを最小限に, html構造及びCSS装飾修正, その他微調整
* 2019.1.8 - Font Awesomeを廃しインラインSVGに変更 など
* 2019.1.17 - プラグイン3用カラム背景の修正
* 2019.4.27 - PC版Safariでモーダル検索の背景が白くなる件を修正
* 2019.8.2 - 管理画面経由で管理人名を装飾した際にテンプレートの返信ボタンレイアウトが崩れる件を修正, コメント欄管理人ハンドルネームにクラス名を追加(潜在的カスタマイズ), 記事部分の上下余白をpaddingからmarginに変更
* 2019.11.7 - コメント主のリンク表示用JS及びデザインの変更, SVGのIE向け調整
* 2019.12.15 - パーマリンク設定導入に伴うcanonical指定変更
* 2019.12.17 - パーマリンク設定導入に伴うページ送り変更
* Latest update: 2020.4.6 - コメント返信のJS変更, jQueryを3.4.1にアップデート
*/

/***==========================================
      reset(do NOT change or delete)
==========================================***/

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 {
  display: inline-block;
  height: 1em;
  font-size: inherit;
  vertical-align: -.125em;
  fill: currentColor;
}

.svg-inline-search,.svg-inline-twitter,.svg-inline-user,.svg-inline-pencil,.svg-inline-flag,.svg-inline-comment-b,.svg-inline-sync{width:1em}.svg-inline-facebook{width:.516em}.svg-inline-pinterest-p{width:.75em}.svg-inline-instagram,.svg-inline-arrow-up,.svg-inline-arrow-down{width:.875em}.svg-inline-angle-up,.svg-inline-angle-down{width:.625em}.svg-inline-home{width:1.125em}.svg-inline-tags{width:1.25em}


/***==========================================
      date
==========================================***/

.month01:before{content:"January"}.month02:before{content:"February"}.month03:before{content:"March"}.month04:before{content:"April"}.month05:before{content:"May"}.month06:before{content:"June"}.month07:before{content:"July"}.month08:before{content:"August"}.month09:before{content:"September"}.month10:before{content:"October"}.month11:before{content:"November"}.month12:before{content:"December"}


/***==========================================
      link
==========================================***/

a {
  text-decoration: none;
  color: rgb(148,170,201);/* 注)基本リンク色 */
  transition: .3s ease-in-out;
}


/***==========================================
      layout
==========================================***/

html {
  margin: 0;
  font-size: 62.5%;
}

/* lazyload */
.lazyloading{opacity:0}.lazyloaded{opacity:1;transition:opacity 1s}

body {
  margin: 0;
  background-color: rgb(245,245,245);
  color: rgb(51,51,51);
  word-wrap: break-word;
  font: 14px/1.7 Lato, YuGothic, 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', 'Yu Gothic', Meiryo, sans-serif;
  -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);
}

#float-container {
  display: flex;
  justify-content: space-between;
  margin: auto;
  max-width: 1300px;
  padding: 0 60px 40px;
}

#primary {
  flex: 1;
  max-width: calc(100% - 50px - 270px);
  min-width: 0;
  margin-right: 50px;
}

#secondary {
  width: 270px;
  line-height: 1.8;
  font-size: 1.3rem;
}

#tertiary {
  padding: 0 60px;
  background: rgb(240,240,240);/* 注)フッター上サイドメニュー背景色 */
}

#third-fit-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin: auto;
  max-width: 1300px;
  padding: 40px 0;
  font-size: 1.3rem;
}

.side-menu {
  margin-bottom: 30px;
  width: 270px;
}

#tertiary .side-menu {
  margin: 0 15px 30px;
}

@media screen and (max-width: 960px) {
  #float-container {
    display: block;
    max-width: 930px;
  }
  #primary {
    max-width: 100%;
    margin: auto;
  }
  #secondary {
    width: 100%;
    padding-top: 40px;
  }
  #reserve {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
  }
  .side-menu {
    margin: 0 15px 30px;
  }
}

@media screen and (max-width: 750px) {
  #reverse,
  #third-fit-wrapper {
    display: block;
  }
  .side-menu,
  #tertiary .side-menu {
    margin: 0 auto 30px;
    width: 100%;
    max-width: 450px;
  }
}
@media screen and (max-width: 700px) {
  #float-container {
    padding: 0 30px 40px;
  }
  #tertiary {
    padding: 40px 30px;
  }
}
@media screen and (max-width: 540px) {
  #float-container {
    padding: 0 15px 40px;
  }
  #tertiary {
    padding: 40px 15px;
  }
}


/***==========================================
      global navigation
==========================================***/

.navi-menu {
  background-color: white;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2000;
  width: 100%;
  border-bottom: 1px solid rgb(207,207,207);
  font: 1.3rem/50px 'Playfair Display', YuGothic, 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', 'Yu Gothic', Meiryo, sans-serif;
  text-align: center;
}

.navi-menu-adjust {
  top: 27px;
}

#navi-sizing {
  margin: auto;
  max-width: 1300px;
  padding: 0 60px;
}

#navi-list {
  display: flex;
  justify-content: space-around;
  margin: auto;
  max-width: 980px;
  color: rgb(148,170,201);
}

#navi-list li {
  -ms-flex: 1 1 auto;
  flex: 1 1 0;
  position: relative;
}

#navi-list li a,
.hook-toggle,
#modal-trigger-label {
  display: block;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.hook-toggle .svg-inline {
  margin-left: 1.3em;
}

.hidden-list {
  width: 300px;
  background-color: white;
  border: 1px solid rgb(207,207,207);
  line-height: 1.5;
  opacity: 0;
  padding: 20px 15px;
  position: absolute;
  top: 140%;
  visibility: hidden;
  text-align: left;
  transition: .5s;
}

#marking .fa-angle-down {
  margin-left: .8em;
}

#marking:hover .hidden-list {
  top: 100%;
  visibility: visible;
  opacity: 1;
}

.underline-from-center {
  width: 100%;
  backface-visibility: hidden;
  overflow: hidden;
  position: relative;
  transform: translateZ(0);
}

.underline-from-center::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  right: 50%;
  bottom: 0;
  background: rgb(148,170,201); /* 注)ナビゲーションマウスホバーアンダーライン色 */
  height: 2px;
  transition: left .3s ease-out,
              right .3s ease-out;
}

.underline-from-center:hover::before,
.underline-from-center:focus::before,
.underline-from-center:active::before {
  left: 0;
  right: 0;
}

.submenu-anchor {
  display: block;
  margin-left: 0;
  width: 100%;
  height: 100%;
  color: rgb(51,51,51); /* 注)ドロップダウンAbout子メニューリンク色 */
  padding: 1em 0;
  text-align: left;
  transition: .4s;
}

.submenu-anchor:hover {
  margin-left: 1em;
  color: rgb(148,170,201); /* 注)ドロップダウン「About」子メニューリンクホバー色 */
}

.mobile-toggle {
  display: none;
}

#navi-list .pc-hide {
  display: none;
}

@media screen and (max-width: 768px) {
  .mobile-toggle {
    display: block;
    height: 50px;
    cursor: pointer;
    padding: 15px 15px 0;
  }
  .mobile-toggle span {
    display: block;
    margin: 0 0 5px auto;
    width: 28px;
    height: 3px;
    background: rgb(148,170,201); /* 注)上部ナビゲーションハンバーガーボタンの色 */
    border-radius: 1000px;
    transition: .5s;
  }
  .mobile-toggle span:nth-of-type(3) {
    margin-bottom: 0;
  }
  .open-navi span:nth-of-type(1) {
    transform: translateY(8px) rotate(-45deg);
  }
  .open-navi span:nth-of-type(2) {
    opacity: 0;
  }
  .open-navi span:nth-of-type(3) {
    transform: translateY(-8px) rotate(45deg);
  }
  #navi-sizing {
    max-width: initial;
    max-width: 100%;
    padding: 0;
  }
  .underline-from-center::before {
    display: none;
  }
  .navi-menu {
    height: auto;
  }
  #navi-list {
    display: block;
  }
  .sp-navi {
    display: none;
    max-height: 480px;
    overflow-y: auto;
    padding: 0 15px 40px;
    -webkit-overflow-scrolling: touch;
  }
  .hook-toggle {
    padding-left: 1.2em;
  }
  .toggle-list {
    display: none;
    background-color: rgb(250,250,250);
  }
}

/* search */
#modal-overlay {
  width: 100%;
  height: 100%;
  background-color: rgba(148,170,201,.9);/* 注)モーダル背景色 */
  opacity: 0;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -999;
  text-align:center;
  transform: scale(1.1);
  transition: .75s;
}

#modal-wrap {
  width: 100%;
  height: 100%;
  padding-bottom: 100px;
  position: relative;
}

/* 注)closeテキストの指定 */
#modal-close-label {
  display: block;
  width: 100%;
  height: 100%;
  color: white;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  font-family: 'Playfair Display', 'Hiragino Mincho ProN', YuMincho, 'MS PMincho', 'MS Mincho', serif; /* 注)テンプレート内容に沿ったフォント設定を */
  font-size: 16px;
  text-transform: uppercase; /* 注)closeテキスト大文字縛り解除はこの一行削除 */
}

#modal-form {
  width: 80%;
  border-bottom: 1px solid white;
  padding: .5em 0;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

#modal-input {
  width: 100%;
  background-color: transparent;
  border: 0;
  color: white;
  font-size: 1.6rem;
  -webkit-appearance: button;
}

#modal-input::-webkit-input-placeholder {
  color: white;
}

#modal-input::-moz-input-placeholder {
  color: white;
}

#modal-trigger {
  display: none;
}

#modal-close-label span {
  top: 50%;
  position: relative;
  transform: translateY(-50%);
}

#modal-form {
  display: block;
  margin: 0 auto;
  width: 90%;
  max-width: 500px;
  color: white;
  position: relative;
  z-index: 3;
  text-align: left;
}

#modal-trigger:checked ~ #modal-overlay {
  opacity: 1;
  transform: scale(1);
  z-index: 100005;
}


/***==========================================
      header
==========================================***/

/* animation */
.animated{animation-duration:.6s;animation-fill-mode:both}@keyframes fadeInDown{0%{opacity:0;transform:translate3d(0,-100%,0)}100%{opacity:1;transform:none}}.fadeInDown{animation-name:fadeInDown}

#header-banner {
  margin: auto;
  opacity: 1;
  padding: 90px 0 70px;
  font-size: 1.3rem;
  transition: .7s;
}

#blog-name-container {
  margin: auto;
  max-width: 1300px;
  line-height: 1.4;
  padding: 0 60px;
  text-align: center;
}

@media screen and (max-width: 700px) {
  #blog-name-contaner {
    padding: 0 30px;
  }
}
@media screen and (max-width: 540px) {
  #blog-name-container {
    padding: 0 15px;
  }
}

#welcome {/* 注)ブログタイトル上 welcome の文字 */
  margin-bottom: 15px;
  visibility: hidden;
}

#blog-title {
  margin: 0 auto 20px;
  max-width: 800px;
  letter-spacing: 1px;
  font: bolder 2.3rem/1.4 'Playfair Display', 'Hiragino Mincho ProN', YuMincho, 'MS PMincho', 'MS Mincho', serif;
  text-indent: 1px;
}

#blog-title a {
  color: rgb(51,51,51);/* 注)ブログタイトルリンク色 */
}

#sub-title {
  margin: auto;
  max-width: 850px;
  line-height: 1.5;
  font-size: 1.3rem;
}


/***==========================================
      breadcrumns
==========================================***/

#breadcrumbs {
  margin: auto;
  max-width: 850px;
  line-height: 1.5;
  font-size: 1.3rem;
}

#breadcrumbs li {
  display: inline-block;
}

#breadcrumbs span {
  margin: 0 .5em;
}


/***==========================================
      top page
==========================================***/

.grid-item {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}

.image-cell {
  width: calc(50% - 20px);
  overflow: hidden;
  position: relative;
}

.desp-cell {
  width: calc(50% + 20px);
  text-align: center;
}

.image-cell::before {
  content: "";
  display: block;
  padding-top: 102%;
}

.grid-item:nth-of-type(odd) .image-cell,
.grid-item:nth-of-type(even) .desp-cell {
  order: 1;
}

.grid-item:nth-of-type(even) .image-cell,
.grid-item:nth-of-type(odd) .desp-cell{
  order: 2;
}

.grid-item:nth-of-type(odd) .desp-cell {
  padding-left: 40px;
}

.grid-item:nth-of-type(even) .desp-cell {
  padding-right: 40px;
}

.image-cell img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}

.no-image-overlay {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: rgba(255,255,255,.8);
  color: rgba(51,51,51,.4);
  position: absolute;
  top: 0;
  left: 0;
  font-family: 'Playfair Display', serif;
  font-size: 2rem;
}

/* overlay */
.image-caption-wrapper {
  text-align: center;
}

.image-caption-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(72,76,97,0) 0%, rgba(72,76,97,.8) 75%);
  opacity: 0;
  text-align: center;
  transform: translate3d(0,50%,0);
  transition: opacity .35s, transform .35s;
}

.image-caption-read-more {
  position: absolute;
  top: 55%;
  left: 0;
  width: 100%;
  font-family: 'Playfair Display';
  font-size: 2rem;
  transition: transform .35s, color .35s;
  transform: translate3d(0,-50%,0);
}

.image-caption-read-more a {
  color: rgba(0,0,0,0);
}

.caption-read-more {
  font-weight: 700;
}

.image-caption-p {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 2em;
  width: 100%;
  opacity: 0;
  font-size: 1.8rem;
  transform: translate3d(0,10px,0);
  transition: opacity .35s, transform .35s;
}

.image-caption-p a {
  color: white;
  padding: 0 1em;
}

.image-cell:hover .image-caption-read-more {
  transform: translate3d(0,-50%,0) translate3d(0,-40px,0);
}

.image-cell:hover .image-caption-read-more a {
  color: white;
}

.image-cell:hover .image-caption-wrapper::before,
.image-cell:hover p {
  opacity: 1;
  transform: translate3d(0,0,0);
}

.small-font {
  font-size: 1.2rem;
}

.description-content-wrapper {
  width: 100%;
  position: relative;
}

.categoryname {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 12px;
}

.grid-title {
  margin: .5em auto;
  max-height: 4.5em;
  overflow: hidden;
  font: 1.8rem/1.5em 'Playfair Display', YuGothic, 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', 'Yu Gothic', Meiryo, sans-serif;
}

.grid-title a {
  color: rgb(51,51,51);/* 注)トップページ要約記事タイトル文字色 */
}

.grid-title a:hover {
  color: rgb(148,170,201);/* 注)トップページ要約記事タイトルホバー時文字色 */
}

.grid-datetime {
  font-size: 1.2rem;
}

.grid-description {
  max-height: calc(1.4rem * 1.5 * 4);
  margin: 1em auto 2.5em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  line-height: 1.5;
}

.read-more {
  font-size: 1.6rem;
  font-weight: 600;
  font-family: 'Playfair Display', serif;
  text-align: right;
}

.read-more-span {
  transition: .3s ease-in-out;
}

.read-more-arrow {
  margin-left: -1em;
  opacity: 0;
  transition: .3s ease-in-out;
}

.read-more a:hover .read-more-arrow {
  margin-left: 0;
  opacity: 1;
}

@media screen and (max-width: 768px) {
 .image-caption-wrapper::before {
    height: 60%;
    top: 40%;
    opacity: 1;
    transform: none;
    transition: none;
  }
  .image-caption-read-more {
    top: 50%;
    opacity: 1;
    transition: none;
    transform: none;
  }
  .image-cell:hover .image-caption-read-more {
    transform: none;
  }
  .image-caption-read-more a {
    color: white;
  }
  .image-caption-p {
    opacity: 1;
    padding: 0 2em 2em;
    transform: none;
    transition: none;
  }
}
@media screen and (max-width: 540px) {
  .grid-item {
    display: block;
  }
  .image-cell,
  .desp-cell {
    width: 100%;
  }
  .grid-item:nth-of-type(odd) .desp-cell,
  .grid-item:nth-of-type(even) .desp-cell {
    padding: 20px 0 0;
  }
  .image-cell::before {
    padding-top: 60%;
  }
  .grid-description {
    height: auto;
  }
  .grid-title {
    max-height: 100%;/* hack for ie */
    max-height: initial;
  }
}
@media screen and (max-width: 320px) {
  .image-caption-read-more {
    top: 45%;
    font-size: 1.7rem;
  }
  .image-caption-p {
    font-size: 1.7rem;
  }
}


/***==========================================
      individual article
==========================================***/

.main-body {
  margin-bottom: 50px;
  border-bottom: 1px solid rgb(207,207,207);/* 注)記事等下ボーダー色 */
  box-shadow: 0px 1px 0px white;
}

#entry-title {
  margin: 0 auto 10px;
  font: 1.8rem/1.4 'Playfair Display', YuGothic, 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', 'Yu Gothic', Meiryo, sans-serif;
  text-align: center;
}

#entry-header-info {
  border-right: 1px solid rgb(207,207,207);/* 注)個別記事タイトル下インフォ(日付等)右側ボーダー色 */
  box-shadow: 1px 0px 0px white;
  padding-right: 1.5em;
  font-size: 1.3rem;
  text-align: right;
}

#cm-and-tb a {
  margin-left: 1em;
}

#cm-and-tb .svg-inline {
  margin-right: .4em;
}

#entry-category a {
  margin-left: .6em;
}

.contents {
  padding: 20px 0;
}

#inner-contents {
  margin: 20px 0;
}

/* back to default */
#inner-contents p {
  margin: 1.9em 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-info ul li {
  display: inline-block;
  margin-left: 1em;
}

/* tag on article */
#entry-tag {
  margin-top: 20px;
  font-size: 1.2rem;
}

#entry-tag a {
  margin-left: .6em;
}

#entry-footer {
  padding-bottom: 5px;
}

/* SNS on article */
#entry-footer-sns {
  font-size: 1.2rem;
  text-align: right;
}

#entry-footer-sns li {
  display: inline-block;
  margin-left: .6em;
  vertical-align: middle;
}

.share-font {
  font-style: italic;
  font-family: 'Playfair Display', serif;
}

#entry-footer-sns li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 27px;
  height: 27px;
  border-radius: 50%;
  background: rgba(148,170,201,.6);/* 注)個別記事下SNSボタン背景色 */
  color: white;
}

.hatena {
  font-weight: 700;
  line-height: 1;
  font-family: 'Verdana', sans-serif;
}

#e-facebook:hover {
  background: rgb(59,89,152);
}

#e-twitter:hover {
  background: rgb(85,172,238);
}

#e-pinterest:hover {
  background: rgb(206,15,25);
}

#e-hatena:hover {
  background: rgb(61,142,216);
}

#e-pencil:hover {
  background: rgb(148,170,201);
}


/***==========================================
      related post, trackback list
==========================================***/

.relate_dl,
.tb_dl {
  margin-top: 20px;
  background: rgb(240,240,240);/* 注)関連記事・トラックバック一覧背景色 */
  border-radius: 4px;
  padding: 20px;
  font-size: 1.2rem;
}

.relate_dt,
.tb_dt {
  font-weight: bold;
}

.date {
  padding-top: 10px;
}

.tb_li2 {
  text-align: right;
}

#inner-contents .relate_ul {
  margin: 0 0 0 1.5em;
  list-style-type: square;
  padding: 0;
}

/* with thumbnail */
#fc2relate_entry_thumbnail_area {
  margin: 90px auto 30px;
  padding: 6px 10px;
  position: relative;
  z-index: 1;
}

#fc2relate_entry_thumbnail_area .relate_dt {
  display: none;
}

#fc2relate_entry_thumbnail_area .relate_dd {
  background-color: rgb(240,240,240);
  overflow: hidden;
}

#fc2relate_entry_thumbnail_area::before {
  content: "You may also like";/* 注)関連記事 タイトル変更はここです */
  display: block;
  margin: auto;
  width: 100%;
  padding-top: 20px;
  position: absolute;
  top: -50px;
  z-index: 3;
  font: 1.7rem/1.4 'Playfair Display', YuGothic, 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', 'Yu Gothic', Meiryo, sans-serif;
  text-align: center;
}

#fc2relate_entry_thumbnail_area .relate_dd .relate_ul {
  list-style: none;
  overflow: hidden;
}

#fc2relate_entry_thumbnail_area .relate_dd .relate_ul li {
  width: 50%;
  height: 88px;
  float: left;
}

@media screen and (max-width: 1050px) {
  #fc2relate_entry_thumbnail_area .relate_dd .relate_ul li {
    width: 100%;
    float: none;
  }
}
@media screen and (max-width: 960px) {
  #fc2relate_entry_thumbnail_area .relate_dd .relate_ul li {
    width: 50%;
    float: left;
  }
}
@media screen and (max-width: 760px) {
  #fc2relate_entry_thumbnail_area .relate_dd .relate_ul li {
    width: 100%;
    float: none;
  }
}

#fc2relate_entry_thumbnail_area .relate_entry_title {
  padding-right: 1em;
  word-break: break-all;
}

.related-overlay {
  position: relative;
}

.related-overlay::before {
  content: "";
  width: 80px;
  height: 80px;
  background: url(https://blog-imgs-84.fc2.com/v/a/n/vanillaice000/alternativenoimage.jpg) center center /cover no-repeat; /* 注)No image 関連記事サムネイル */
  border-radius: 1px;
  position: absolute;
  z-index: 2;
}

.related-overlay::after {
  content: "No image";
  display: block;
  width: 80px;
  height: 80px;
  background-color: rgba(255,255,255,.8);
  color: rgba(51,51,51,.6);
  line-height: 80px;
  position: absolute;
  z-index: 3;
  font-family: 'Playfair Display', serif;
  font-size: 11px;
  text-align: center;
}

#fc2relate_entry_thumbnail_area .relate_entry_thumbnail {
  border-radius: 1px;
  width: 80px;
  height: 80px;
  overflow: hidden;
}

#fc2relate_entry_thumbnail_area .relate_dd .relate_ul .relate_entry_thumbnail img  {
  width: 80px !important;
  height: 80px !important;
}

@media screen and (max-width: 479px) {
  #fc2relate_entry_thumbnail_area .relate_entry_thumbnail {
    width: 80px !important;
    height: 80px !important;
  }
  #fc2relate_entry_thumbnail_area .relate_dd .relate_ul .relate_entry_thumbnail img {
    width: 80px !important;
    height: 80px !important;
  }
}


/***==========================================
      posted comment
==========================================***/

.another-title {
  margin: 0 auto 20px;
  letter-spacing: 1px;
  font: 1.6rem/1.4 'Playfair Display', YuGothic, 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', 'Yu Gothic', Meiryo, sans-serif;
  text-align: center;
  text-indent: 1px;
}

.another-title span {
  font-size: 1.3rem;
}

.adjust-height {
  padding-top: 70px;
  margin-top: -50px;
}

.border-container {
  display: flex;
  align-items: flex-start;
  min-height: 46px;
  color: white;
  position: relative;
  font-size: 18px;
}

.user-icon {
  margin-right: 20px;
  width: 46px;
  height: 46px;
  background-color: rgb(207,207,207);
  border-radius: 50%;
  line-height: 46px;
  position: relative;
  font-size: 14px;
  text-align: center;
}

.visitor-name-and-title {
  flex: 1;
}

.author-icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}

.visitor-name {
  color: rgb(51,51,51);
  font-size: 1.4rem;
  font-weight: bold;
}

.useranchor {
  display: inline-block;
}

.useranchor::after {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-left: .6em;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cpath fill='none' stroke='rgb(148,170,201)' stroke-miterlimit='10' stroke-width='4' d='M30 62h32V2H2v32' stroke-linejoin='round' stroke-linecap='round'%3E%3C/path%3E%3Cpath fill='none' stroke='rgb(148,170,201)' stroke-miterlimit='10' stroke-width='4' d='M26 56V38H8m18 0L2 62' stroke-linejoin='round' stroke-linecap='round'%3E%3C/path%3E%3C/svg%3E") center center /cover no-repeat;
  vertical-align: -.13em;
}

.comment-title {
  color: rgb(51,51,51);
  font-size: 1.4rem;
}

.comment-body {
  margin: 10px 0 10px 20px;
  background-color: rgb(240,240,240);
  padding: 10px;
  font-size: 1.3rem;
}

.visitor-fotter-info {
  text-align: right;
}


/***==========================================
      comment form
==========================================***/

#comment_form {
  margin: 0 auto 20px;
  width: 100%;
  max-width: 600px;
  padding-top: 50px;
  text-decoration: none;
}

#comment_form label {
  display: block;
  padding-bottom: 5px;
  font-size: 1.2rem;
}

#comment_form input {
  width: 100%;
  margin-bottom: 10px;
  padding: 12px;
  border-radius: 4px;
  border: 1px solid rgb(220,220,220);/* 注)コメントフォーム各項目ボーダー色 */
  background: white;
  outline: none;
  filter: none;
  -webkit-appearance: none;
}

#comment_form input:focus,
#comment:focus {
  border: 1px solid rgb(148,170,201);/* 注)コメントフォーム各項目(含 テキストエリア)フォーカス時ボーダー色 */
}

#comment {
  width: 100%;
  min-height: 200px;
  margin-bottom: 10px;
  padding: 12px;
  border-radius: 4px;
  border: 1px solid rgb(220,220,220);/* 注コメントフォームテキストエリアボーダー色 */
  background: white;
  outline: none;
  -webkit-appearance: none;
}

#comment_form input:-webkit-autofill {
  box-shadow: 0 0 0 1000px white inset;
}

/* checkbox */
#no-p input:focus {
  outline: none;
}

#no-p input[type=checkbox] {
  display: inline-block;
  margin-right: 6px;
}
#no-p input[type=checkbox] + label {
  position: relative;
  left: 0;
  display: inline-block;
  margin-right: 12px;
  line-height: 1.5px;
  cursor: pointer;
}
 
@media (min-width: 1px) {
  #no-p input[type=checkbox] {
    display: none;
    margin: 0;
  }

  #no-p input[type=checkbox] + label {
    padding: 2px 0 0 24px;
  }

  #no-p input[type=checkbox] + label::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    width: 18px;
    height: 18px;
    margin-top: -10px;
    background-color: white;
  }

  #no-p input[type=checkbox] + label::before {
    border: 1px solid rgb(220,220,220);/* 注)secretコメントチェックボックスボーダー色 */
    border-radius: 2px;
  }

  #no-p input[type=checkbox]:checked + label::after {
    content: "";
    position: absolute;
    top: 50%;
    display: block;
  }

  #no-p input[type=radio]:checked + label::after {
    top: 2px;
    left: 5px;
    width: 8px;
    height: 8px;
    margin-top: -4px; 
    background: rgb(148,170,201);/* 注)secretコメントチェックマーク色(1/3) */
    border-radius: 8px;
  }

  #no-p input[type=checkbox]:checked + label::after {
    left: 3px;
    width: 16px;
    height: 8px;
    margin-top: -8px;
    border-left: 3px solid rgb(148,170,201);/* 注)secretコメントチェックマーク色(2/3) */
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
}

/* send and delete button */
#sendbtn,
#delbtn {
  margin-right: 20px;
  margin-top: 20px;
  width: 156px;
  height: 30px;
  background: linear-gradient(to bottom, rgb(255,255,255), rgb(206,206,206));
  border: 0;
  border-radius: 5px;
  box-shadow: 4px 4px 8px rgba(0,0,0,.2);
  cursor: pointer;
  text-align: center;
  padding: 2px 0;
  font-size: 14px;
  transition: .3s ease-in-out;
}

#sendbtn {
  margin-right: 1%;
}

#delbtn {
  margin-left: 1%;
}

#sendbtn:hover {
  color: rgb(148,170,201);/* 注)sendボタンホバー時テキスト色 */
}

#delbtn:hover {
  color: rgb(187,10,96);/* 注)deleteボタンホバー時テキスト色 */
}

.comment-info {
  text-align: right;
}

.comment-info li {
  display: inline-block;
}

.comment-info li:not(:last-of-type)::after {
  content: "|";
  margin: 0 .4em;
}


/***==========================================
      trackback
==========================================***/

.op,
#for-trackback-word {
  display: block;
  width: 100%;
  max-width: 600px;
}

.op {
  margin: 0 auto 10px;
  border: 1px solid rgb(220,220,220);/* 注)トラックバックボーダー色 */
  border-radius: 0;
  outline: none;
  padding: .5em;
  font-size: 1.2rem;
}

#for-trackback-word {
  margin: 0 auto 20px;
}

.op:focus {
  border: 1px solid rgb(148,170,201);/* 注)トラックバックフォーカス時ボーダー色 */
}


/***==========================================
      index (title list), search page
==========================================***/

.list-entry {
  overflow: hidden;
  padding: 10px 0;
}

.list-title {
  margin: auto;
  line-height: 1.5;
  font-size: 1.5rem;
  font-weight: bold;
}

.list-title a {
  text-decoration: none;
}

.list-entry-date,
.list-entry-category {
  font-size: 1.2rem;
  text-align: right;
}

/* only for search page */
.list-a {
  float: right;
  margin-bottom: 5px;
  margin-left: 10px;
  width: 72px;
  height: 72px;
  color: rgba(51,51,51,.4);
}

.thumbnails {
  display: inline-block;
  position: relative;
  width: 72px;
  height: 72px;
  overflow: hidden;
}

.search-noimage {
  width: 100%;
  height: 100%;
  background: url(https://blog-imgs-84.fc2.com/v/a/n/vanillaice000/alternativenoimage.jpg) center center /cover no-repeat;
}

.search-noimage::before {
  content: "No image";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255,255,255,.8);/* 注)検索結果ページNo image上マスク背景色 */
  font: 11px/72px 'Playfair Display', serif;
  text-align: center;
}

/* the number of comment/ trackback */
.number-of-cmtb {
  text-align: right;
}

.number-of-cmtb li {
  display: inline-block;
  margin-left: 1em;
  font-size: 1.2rem;
}


/***==========================================
      calendar (includes official one)
==========================================***/

.calender {
  margin: auto;
  table-layout: fixed;
  width: 100%;
  max-width: 320px;
  text-align: center;
  font-size: 12px;
  border-spacing: 3px 6px;
}

.calender caption {
  margin-bottom: 10px;
}

.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: auto;
  display: block;
  width: 30px;
  height: 30px;
  line-height: 28px;
  border: 1px solid rgb(148,170,201);/* 注)カレンダー 日付リンクボーダー色 */
  border-radius: 50%;
}

.calender td a:hover {
  background: rgb(148,170,201);/* 注)カレンダー 日付リンクホバー時背景色 */
  color: white;
}


/***==========================================
      side menu (include footer aside)
==========================================***/

.side-menu ul li a {
  display: block;
  padding: .3em;
  border-bottom: 1px solid rgb(229,229,229);
}

.side-menu ul li a:hover {
  background-color: rgb(148,170,201);
  color: white;
}

.side-menu h4 {
  margin: 0 auto 20px;
  border: 1px solid rgb(207,207,207);
  letter-spacing: 1px;
  padding: .7em .2em;
  font: 1.5rem/1.4 'Playfair Display', YuGothic, 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', 'Yu Gothic', Meiryo, sans-serif;
  text-align: center;
  text-indent: 1px;
}

/* sns */
#sns-ul {
  text-align: center;
}

#sns-ul li {
  display: inline-block;
  margin: 5px;
  vertical-align: top;
}

#sns-ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 0;
  background: rgb(207,207,207);/* SNS(Follow Me)アイコン背景色 */
  color: white;
}

/* SNS brand color */
#s-facebook:hover {
  background: rgb(59,89,152);
}

#s-twitter:hover {
  background: rgb(34,144,191);
}

#s-instagram:hover {
  background: rgb(81,127,164);
}

#s-pinterest:hover {
  background: rgb(206,15,25);
}


/***==========================================
      official plug-in
==========================================***/

/* profile */
 .plugin-myimage {
  text-align: center !important;
  margin-bottom: 8px;
}

/* mail form */
.sidebar-style form {
  margin: auto;
  width: 100%;
  max-width: 320px;
  display: block;
}

.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: .3em;
  border-radius: 2px;
  border: 1px solid rgb(207,207,207);
  background: white;
  outline: none;
  -webkit-appearance: none;
}

.plugin-mail input[type="submit"],
.plugin-search input[type="submit"] {
  border-radius: 2px;
  border: 0;
  background: rgb(148,170,201);
  color: white;
  font-size: 14px;
  outline: none;
  -webkit-appearance: none;
  cursor: pointer;
}

/* search */
.plugin-search {
  margin: auto;
  width: 100%;
}

.plugin-search input {
  margin-bottom: 10px;
}

/* tag */
.plugin-tag a {
  margin: 0 3px 4px 0;
  display: inline-block;
  border: 1px solid rgb(220,220,220);/* 公式タグボーダー色 */
  padding: .1em .4em;
  font-size: 1.2rem;
}


/***==========================================
      pager
==========================================***/

/* general */
#pager {
  margin: 70px auto 50px;
  font-family: 'Times New Roman', serif;
  font-size: 11px;
  text-align: center;
}

#pager-list {
  display: inline-block;
}

.pager-item {
  display: inline-block;
}

.pager-item-anchor,
#current,
.pager-item-anchor-general {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  margin: 0 2px 4px;
  border-radius: 4px;
  color: rgb(51,51,51);
}

#current {
  box-shadow: 0 1px 0 rgba(255,255,255,8),
              0 0 2px rgba(0,0,0,.3) inset;
  background: rgba(255,255,255,.6);/* 注)汎用ページ送り現在ページ背景色 */
}

.pager-item-anchor-general {
  background: rgba(148,170,201,.6);
  color: white;
}

.pager-item-anchor:hover,
.pager-item-anchor-general:hover {
  background: rgb(148,170,201);/* 注)汎用ページ送りマウスホバー時背景色 */
  color: white;
}

/* article and titlelist */
.posted-pager,
.titlelist-pager {
  margin: 70px auto 50px;
  display: table;
  table-layout: fixed;
  width: 100%;
  font-size: 12px;
}

.titlelist-pager {
  max-width: 300px;
}

.page-left-cell,
.page-center-cell,
.page-right-cell {
  display: table-cell;
  vertical-align: middle;
}

.page-center-cell {
  width: 50px;
  height: auto;
  text-align: center;
}

.page-right-cell {
  text-align: right;
}

.prev-a,
.next-a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  color: rgb(51,51,51);
}

.prev-a {
  padding-left: 40px;
  text-align: left;
}

.next-a {
  padding-right: 40px;
  text-align: right;
}

.t-prev-a,
.t-center-a,
.t-next-a {
  display: inline-block;
  width: 100%;
  height: 100%;
  text-align: center;
}

.center-a,
.t-center-a {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  background: rgba(148,170,201,.6);/* 注)個別記事homeページ送り背景色 */
  border-radius: 4px;
  color: white;
  transition: .3s ease-in-out;
}

.prev-a::before,
.next-a::before {
  content: "";
  display: block;
  position: absolute;
  width: 30px;
  height: 30px;
  line-height: 30px;
  top: 0;
  bottom: 0;
  margin: auto;
  background: rgba(148,170,201,.6);/* 注)個別記事prevページ送り背景色 */
  text-align: center;
  color: white;
  border-radius: 4px;
  transition: .3s ease-in-out;
}

.prev-a::before {
  content: "\2039";
  left: 0;
}

.next-a::before {
  content: "\203A";
  right: 0;
}

.t-prev-a, 
.t-next-a {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  background: rgba(148,170,201,.6);/* 注)全記事リストページ送りprev/ next背景色 */
  color: white;
  border-radius: 4px;
  transition: .3s ease-in-out;
}

.prev-a:hover::before,
.next-a:hover::before,
.center-a:hover,
.t-prev-a:hover,
.t-center-a:hover,
.t-next-a:hover {
  background: rgb(148,170,201);
  color: white;
}

/* side pagination */
.side-pager-left,
.side-pager-right {
  opacity: 0;
  position: fixed;
  z-index: 100003;
  top: 40%;
  width: 180px;
  height: 80px;
  transition: opacity .7s;
  pointer-events: none;
}

.side-pager-left {
  left: -157px;
}

.side-pager-right {
  right: -157px;
}

.page-div-right,
.page-div-left {
  display: block;
  width: 180px;
  height: 80px;
  margin: 0;
}

.side-pager-right a,
.side-pager-left a {
  display: block;
  width: 100%;
  height: 100%;
  transition: none;
  font-size: 12px;/* 注)サイドページ送りのフォントサイズ */
  color: rgb(51,51,51);
  word-break: break-all;
}

.page-table {
  display: table;
  width: 100%;
  height: 100%;
}

.circle-cell {
  display: table-cell;
  vertical-align: top;
  width: 80px;
  height: 80px;
}

.circle {
  display: block;
  width: 80px;
  height: 80px;
  line-height: 80px;
  border-radius: 50%;
  background: rgba(148,170,201,.4);/* 注)個別記事ページサイドページ送りnext, prev背景色 */
  font-family: 'Playfair Display', serif;
  text-align: center;
}

.title-cell {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  padding: 0 10px;
  background: rgba(245,245,245,.8);
}

.title-cell span {
  display: block;
  width: 100%;
  max-height: 80px;
  line-height: 1.4;
  overflow: hidden;
}

.appear {
  opacity: 1;
  pointer-events: auto;
}


/***==========================================
      footer
==========================================***/

/* animation */
@keyframes slideInUp{0%,50%{opacity:0;transform:translateY(30px)}100%{opacity:1;transform:translateY(0)}}

#page-scroll {
  display: inline-block;
  position: fixed;
  right: 60px;
  bottom: 60px;
  z-index: 3000;
  font-size: 11px;
  text-align: center;
  animation: slideInUp .8s;
}

#pagetop,
#pagemiddle,
#pagebottom {
  margin-bottom: 10px;
  width: 40px;
  height: 40px;
  background: rgba(255,255,255,.4);
  border: 1px solid rgba(179,171,180,.5);
  border-radius: 50%;
  line-height: 39px;
  text-shadow: none;
}

#pagemiddle {
  display: none;
}

#page-scroll a {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  color: rgb(150,150,150);
}

#page-scroll a:hover {
  color: rgb(150,150,150);
}

@media screen and (max-width: 960px) {
  #page-scroll {
    right: 8px;
    bottom: 130px;
  }
  #pagemiddle {
    display: block;
  }
}

.new {
  display: inline-block;
  margin-left: .3em;
  color: red;
  font-family: Lato, sans-serif;
  font-size: 1.1rem;
  font-weight: normal;
}

#footer {
  width: 100%;
  background-color: rgb(240,240,240);
  padding: 1em;
  font-family: 'Playfair Display', YuGothic, 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', 'Yu Gothic', Meiryo, sans-serif;
  text-align: center;
}

.foot,
#copyright {
  display: block;
  padding: 0 5px;
  text-align: center;
  font-size: 1.2rem;
}

#ad1,
#ad2 {
  font-size: 11px;
}


/***==========================================
      blockquote
==========================================***/

blockquote {
  margin: 4em 15px 3em;
  background-color: rgba(148,170,201,.1);
  border-radius: 2px;
  padding: 20px;
  position: relative;
}

blockquote::before {
  content: "";
  position: absolute;
  left: -15px;
  top: -30px;
  width: 28px;
  height: 28px;
  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") left top /contain no-repeat;
}


/***==========================================
      personal settings
==========================================***/

/* shadow for image */
.shadow-attachment {
  box-shadow: 6px 6px 6px rgba(0,0,0,.2);/* 注)記事内画像に自動ドロップシャドウ */
}

.emoji {
  vertical-align: middle;
}

/* for video */
.box-for-video {
  position: relative;
  width: 100%;
}

.box-for-video::before {
  content:"";
  display: block;
  padding-top: 56.25%; /* 注)動画縦横比設定 デフォルト: 縦幅が横に対して56.25% 正方形は100%指定 */
  overflow: hidden;
}

.box-for-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}







/******************************  * カスタム レバ  * ヨメレバ, カエレバ, トマレバ  * タベレバ  *****************************/  .cstmreba {   background-color: #fff;   color: #333;   font-size: 4vw;   line-height: 1.75; }  @media screen and (min-width: 640px) {   .cstmreba {     font-size: 16px;   } }  .cstmreba a {   color: #1565c0;   text-decoration: underline; }  .cstmreba a:visited {   color: #6a1b9a; }  .cstmreba a:hover {   color: #c62828;   text-decoration: none; }  .cstmreba a img:hover {   opacity: .6; }  .cstmreba p, .cstmreba img {   margin: 0;   padding: 0; }  .cstmreba + .cstmreba {   margin-top: 20px; }  /*  * 外枠  */  .cstmreba .booklink-box, .cstmreba .kaerebalink-box, .cstmreba .tomarebalink-box, .cstmreba .taberebalink-box {   position: relative;   padding: 4%;   border: 1px solid #ddd; }  @media screen and (min-width: 640px) {   .cstmreba .booklink-box,   .cstmreba .kaerebalink-box,   .cstmreba .tomarebalink-box,   .cstmreba .taberebalink-box {     padding: 12px;   } }  /*  * 画像の枠  */  .cstmreba .booklink-image, .cstmreba .kaerebalink-image, .cstmreba .tomarebalink-image, .cstmreba .taberebalink-image {   margin-bottom: 4%;   height: 260px; }  @media screen and (min-width: 640px) {   .cstmreba .booklink-image,   .cstmreba .kaerebalink-image,   .cstmreba .tomarebalink-image,   .cstmreba .taberebalink-image {     float: left;     margin: 0 12px 0 0;     width: 44%;     height: auto;     line-height: 0;   } }  /* 画像の表示方法 */ .cstmreba .booklink-image a img, .cstmreba .kaerebalink-image a img, .cstmreba .tomarebalink-image a img, .cstmreba .taberebalink-image a img {   max-width: 100%;   max-height: 100%; }  /*  * 情報枠  */  .cstmreba .booklink-info, .cstmreba .kaerebalink-info, .cstmreba .tomarebalink-info, .cstmreba .taberebalink-info {   overflow: hidden;   margin-bottom: 1.5em; }  /* 名前 */ .cstmreba .booklink-name, .cstmreba .kaerebalink-name, .cstmreba .tomarebalink-name, .cstmreba .taberebalink-name {   overflow: hidden; }  /* posted with */ .cstmreba .booklink-powered-date, .cstmreba .kaerebalink-powered-date, .cstmreba .tomarebalink-powered-date, .cstmreba .taberebalink-post {   position: absolute;   bottom: 12px;   font-size: x-small; }  /* キャッチコピー */ .cstmreba .taberebalink-catch {   font-weight: bold;   font-size: small; }  /* 詳細情報（名前と年月日または住所） */ .cstmreba .booklink-detail, .cstmreba .kaerebalink-detail, .cstmreba .tomarebalink-address, .cstmreba .taberebalink-address {   font-size: small; }  /* ボタン枠 */ .cstmreba .booklink-link2, .cstmreba .kaerebalink-link1, .cstmreba .tomarebalink-link1, .cstmreba .taberebalink-link1 {   margin: .5em -1% 0; }  @media screen and (min-width: 640px) {   .cstmreba .booklink-link2,   .cstmreba .kaerebalink-link1,   .cstmreba .tomarebalink-link1,   .cstmreba .taberebalink-link1 {     margin-left: 0;   } }  /* ボタン配置 */ .cstmreba .booklink-link2 > div, .cstmreba .kaerebalink-link1 > div, .cstmreba .tomarebalink-link1 > div, .cstmreba .taberebalink-link1 > div {   float: left;   margin: 0 1% 2%;   width: 48%; }  @media screen and (min-width: 640px) {   .cstmreba .booklink-link2 > div,   .cstmreba .kaerebalink-link1 > div,   .cstmreba .tomarebalink-link1 > div,   .cstmreba .taberebalink-link1 > div {     margin: 0 1.5% 2% 0;     width: 48.5%;   } }  /* ボタンのアイコン */ .cstmreba .booklink-link2 img, .cstmreba .kaerebalink-link1 img, .cstmreba .tomarebalink-link1 img {   display: none; }  /*  * フロート解除  */  .cstmreba .booklink-footer {   clear: both; }  /********************  * ボタンデザイン  ********************/  .cstmreba .booklink-link2 a, .cstmreba .kaerebalink-link1 a, .cstmreba .tomarebalink-link1 a, .cstmreba .taberebalink-link1 a {   display: block;   padding: 6px 0;   border: 2px solid;   border-radius: 4px;   box-shadow: 0 1px 2px rgba(0, 0, 0, .2);   background-color: #fff;   text-align: center;   text-decoration: none;   font-weight: bold;   font-size: small; }  .cstmreba .booklink-link2 a:hover, .cstmreba .kaerebalink-link1 a:hover, .cstmreba .tomarebalink-link1 a:hover, .cstmreba .taberebalink-link1 a:hover {   color: #fff; }  /*  * レバ共通  */  /* Amazon, Kindle */ .cstmreba .shoplinkamazon a, .cstmreba .shoplinkkindle a {   border-color: #37475a;   color: #37475a; }  .cstmreba .shoplinkamazon a:hover, .cstmreba .shoplinkkindle a:hover {   background-color: #37475a; }  /* 楽天市場, 楽天ブックス, 楽天Kobo */ .cstmreba .shoplinkrakuten a, .cstmreba .shoplinkrakukobo a {   border-color: #bf0000;   color: #bf0000; }  .cstmreba .shoplinkrakuten a:hover, .cstmreba .shoplinkrakukobo a:hover {   background-color: #bf0000; }  /* Yahoo!ショッピング, Yahoo!トラベル */ .cstmreba .shoplinkyahoo a {   border-color: #f03;   color: #f03; }  .cstmreba .shoplinkyahoo a:hover {   background-color: #f03; }  /* セブンネット */ .cstmreba .shoplinkseven a {   border-color: #e89312;   color: #e89312; }  .cstmreba .shoplinkseven a:hover {   background-color: #e89312; }  /*  * ヨメレバ  */  /* honto */ .cstmreba .shoplinkbk1 a {   border-color: #0085cd;   color: #0085cd; }  .cstmreba .shoplinkbk1 a:hover {   background-color: #0085cd; }  /* e-hon */ .cstmreba .shoplinkehon a {   border-color: #122981;   color: #122981; }  .cstmreba .shoplinkehon a:hover {   background-color: #122981; }  /* 紀伊國屋書店 */ .cstmreba .shoplinkkino a {   border-color: #004097;   color: #004097; }  .cstmreba .shoplinkkino a:hover {   background-color: #004097; }  /* ジュン */ .cstmreba .shoplinkjun a {   border-color: #086f78;   color: #086f78; }  .cstmreba .shoplinkjun a:hover {   background-color: #086f78; }  /* ebookjapan */ .cstmreba .shoplinkebj a {   border-color: #d90000;   color: #d90000; }  .cstmreba .shoplinkebj a:hover {   background-color: #d90000; }  /* 図書館 */ .cstmreba .shoplinktoshokan a {   border-color: #999;   color: #999; }  .cstmreba .shoplinktoshokan a:hover {   background-color: #999; }  /*  * カエレバ  */  /* Yahoo!オークション（ヤフオク） */ .cstmreba .shoplinkyahooAuc a {   border-color: #ffcf0f;   color: #ffcf0f; }  .cstmreba .shoplinkyahooAuc a:hover {   background-color: #ffcf0f; }  /* ベルメゾン */ .cstmreba .shoplinkbellemaison a {   border-color: #7dbe24;   color: #7dbe24; }  .cstmreba .shoplinkbellemaison a:hover {   background-color: #7dbe24; }  /* セシール */ .cstmreba .shoplinkcecile a {   border-color: #8e0848;   color: #8e0848; }  .cstmreba .shoplinkcecile a:hover {   background-color: #8e0848; }  /* Wowma! */ .cstmreba .shoplinkwowma a {   border-color: #eb5505;   color: #eb5505; }  .cstmreba .shoplinkwowma a:hover {   background-color: #eb5505; }  /* 価格コム */ .cstmreba .shoplinkkakakucom a {   border-color: #023a96;   color: #023a96; }  .cstmreba .shoplinkkakakucom a:hover {   background-color: #023a96; }  /*  * トマレバ  */  /* 楽天トラベル */ .cstmreba .tomarebalink-box .shoplinkrakuten a {   border-color: #4bcd00;   color: #4bcd00; }  .cstmreba .tomarebalink-box .shoplinkrakuten a:hover {   background-color: #4bcd00;   color: #fff; }  /* じゃらんnet */ .cstmreba .shoplinkjalan a {   border-color: #ff5800;   color: #ff5800; }  .cstmreba .shoplinkjalan a:hover {   background-color: #ff5800; }  /* JTB */ .cstmreba .shoplinkjtb a {   border-color: #c71628;   color: #c71628; }  .cstmreba .shoplinkjtb a:hover {   background-color: #c71628; }  /* 近畿日本ツーリスト */ .cstmreba .shoplinkknt a {   border-color: #0062b2;   color: #0062b2; }  .cstmreba .shoplinkknt a:hover {   background-color: #0062b2; }  /* 一休.com */ .cstmreba .shoplinkikyu a {   border-color: #bf9500;   color: #bf9500; }  .cstmreba .shoplinkikyu a:hover {   background-color: #bf9500; }  /* るるぶトラベル */ .cstmreba .shoplinkrurubu a {   border-color: #006;   color: #006; }  .cstmreba .shoplinkrurubu a:hover {   background-color: #006; }  /*  * タベレバ  */  /* ホットペッパーグルメ */ .cstmreba .shoplinkhotpepper a {   border-color: #d0111b;   color: #d0111b; }  .cstmreba .shoplinkhotpepper a:hover {   background-color: #d0111b; }





.appreach {
  text-align: left;
  padding: 10px;
  border: 1px solid #7C7C7C;
  overflow: hidden;
}
.appreach:after {
  content: "";
  display: block;
  clear: both;
}
.appreach p {
  margin: 0;
}
.appreach a:after {
  display: none;
}
.appreach__icon {
  float: left;
  border-radius: 10%;
  overflow: hidden;
  margin: 0 3% 0 0 !important;
  width: 25% !important;
  height: auto !important;
  max-width: 120px !important;
}
.appreach__detail {
  display: inline-block;
  font-size: 20px;
  line-height: 1.5;
  width: 72%;
  max-width: 72%;
}
.appreach__detail:after {
  content: "";
  display: block;
  clear: both;
}
.appreach__name {
  font-size: 16px;
  line-height: 1.5em !important;
  max-height: 3em;
  overflow: hidden;
}
.appreach__info {
  font-size: 12px !important;
}
.appreach__developper, .appreach__price {
  margin-right: 0.5em;
}
.appreach__posted a {
  margin-left: 0.5em;
}
.appreach__links {
  float: left;
  height: 40px;
  margin-top: 8px;
  white-space: nowrap;
}
.appreach__aslink img {
  margin-right: 10px;
  height: 40px;
  width: 135px;
}
.appreach__gplink img {
  height: 40px;
  width: 134.5px;
}
 


blockquote {
background-color:#f5f5f5;
padding:3em 1em;
position:relative;
}
blockquote:before{
content:"“";
font-size:600%;
line-height:1em;
font-family:"ＭＳ Ｐゴシック",sans-serif;
color:#999;
position:absolute;
left:0;
top:0;
}
blockquote:after{
content:"”";
font-size:600%;
line-height:0em;
font-family:"ＭＳ Ｐゴシック",sans-serif;
color:#999;
position:absolute;
right:0;
bottom:0;
}


#sns-ul a:hover .mixi { 
background-color: rgb(209,173,89); 
} 



.name管理人:before {
  content: "";
  background: url(https://blog-imgs-100.fc2.com/m/a/r/marvelousact/2016120915145094e.jpg) center center no-repeat;
  background-size: cover;
}







 /* カード全体像 */ .blogcard {   max-width: 100%;   margin-bottom: 30px;   padding: 10px;   border-radius: 2px;   border: 1px solid rgb(211,211,211);   box-shadow: 0 10px 6px -6px rgba(0,0,0,.1);   background: white;   color: rgb(51,51,51); }  /* float親要素 */ .blogcard-content {   margin-bottom: 5px;   overflow: hidden; }  /* 画像 */ .blogcard-image {   display: inline-block;   float: right; /* 画像を左に配置したい場合は left に変更 1/2 */   width: 100px; /* 画像の表示サイズ変更は数値をpxで変更 1/6 */   height: 100px; /* 画像の表示サイズ変更は数値をpxで変更 2/6 */   margin: 0 0 5px 5px; /* 画像を左に配置したい場合は 0 10px 5px 0 に変更 2/2 */ }  .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: 0 !important;   font-weight: bold;   font-size: 15px;   line-height: 1.4; }  .blogcard-title a {   color: rgb(61,63,68);   word-break: break-all; }  .blogcard-title a:hover {   text-decoration: underline; }  /* 引用 */ .blogcard blockquote {   position: static;   margin: 0;   padding: 0;   border: 0;   background: transparent; /* ブログテンプレートに背景に関する強制力の強い指定がある場合には transparent の直後に !important を付けてください */ }  .blogcard blockquote::before, .blogcard blockquote::after {   content: none; }  /* 記事概要 */ .blogcard-description {   margin: 1em 0 !important;   font-size: 13px;   line-height: 1.5 !important; }  /* フッター(元記事サイト名とリンク) */ .blogcard-footer {   font-size: 12px; }  .blogcard-footer a {   color: rgb(154,165,171);   text-decoration: underline; }  .blogcard-footer a img {   margin-right: 5px; }




