@charset "utf-8";
/**
* Author: Vanillaice (Akira) - https://vanillaice000.blog.fc2.com/
* Website skin name: Crescent
* The first edition: 2017.11.27
*/

/***------------------------------------------
      reset
------------------------------------------***/

html, body, div, span, object, iframe,
p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i, p,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
caption,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ul, ol {
  list-style-type: none;
}

strong, b {
  font-weight: bold;
}

i {
  font-style: italic;
}

address, small, time {
  display: block;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, main {
  display: block;
}

body {
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  tap-highlight-color: rgba(0,0,0,0);
  word-wrap: break-word;
}

blockquote {
  quotes: none;
}

a {
  margin: 0;
  padding: 0;
  vertical-align: bottom;
  background: transparent;
  outline: none;
}

table {
  max-width: 100%;
  word-break: break-all;
}

img {
  vertical-align: bottom;
  font-size: 0;
  line-height: 0;
  max-width: 100%;
  height: auto;
}

iframe, embed {
  max-width: 100%;
}

textarea {
  max-width: 100%;
}

input[type="text"], 
input[type="password"],  
input[type="search"], 
textarea {
  border-radius: 0;
  outline: none;
  font-size: inherit;
  -webkit-appearance: none;
  appearance: none;}

select {
  outline: none;
  border-radius: 0;
  font-size: inherit;
}

input[type="submit"] {
  border-radius: 0;
  outline: none;
  font-size: inherit;
  -webkit-appearance: button;
  appearance: button;
}

pre {
  max-width: 100%;
  word-wrap: break-word;
  white-space: pre-wrap;
  font-family: 'Menlo', 'consolas', 'Courier';
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*:focus {
  outline: none;
}

/* fc2 */
.fc2_footer {
  margin: 20px 0 0;
}

#fc2_text_ad {
  letter-spacing: normal;
  font-size: 11px;
  margin-bottom: 0 !important;
}

#fc2_text_ad a {
  font-size: 11px;
  color: rgb(100,100,100);
}

#change_mobile {
  display: none;
}



/*　----------背景の設定ここから----------*/
body {
  /* 画像ファイルの指定 */
  background-image: url(https://1.bp.blogspot.com/-BxgFCTgJJJw/V54Y1l5pBEI/AAAAAAAAJDY/o9j-SS_TjhE3AFA3nK1fKUQC07whN5ojwCKgB/s1600/ReBirthEp10Pt4-076.jpg);
   
  /* 画像を常に天地左右の中央に配置 */
  background-position: center center;
   
  /* 画像をタイル状に繰り返し表示しない */
  background-repeat: no-repeat;
   
  /* コンテンツの高さが画像の高さより大きい時、動かないように固定 */
  background-attachment: fixed;
   
  /* 表示するコンテナの大きさに基づいて、背景画像を調整 */
  background-size: cover;
   
  /* 背景画像が読み込まれる前に表示される背景のカラー */
  background-color: #FFE4E1;
}
/*　----------背景の設定ここまで----------*/


/*　----------水平線の設定ここから----------*/
hr {
        border-style: dotted none none none;
        border-top-width: 2px;
        width: 100%;
        height: 2px;
        border-top-color: #b98730;
}
/*　----------水平線の設定ここまで----------*/


/*----------------------------------------------------
  スマホ画像保存禁止タグＮｏここから
----------------------------------------------------*/

body {
  -webkit-touch-callout:none; // リンク長押しのポップアップ(※1)を無効化
  -webkit-user-select:none; // テキスト長押しの選択ボックス(※2)を無効化
}

body {
  /* アンカー要素をタップしたときに出てくる枠を見えなくする */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0)

  /* リンクの長押しでメニューを出さないようにする */
  -webkit-touch-callout: none

  /* 文字列や画像を選択してコピーなどのメニューを出さないように、選択不可にする */
  -webkit-user-select: none;
}




$(document).on('touchstart', function(e) {
2
e.preventDefault();
3
});


/*----------------------------------------------------
  UIWebViewのリンク長押し禁止
----------------------------------------------------*/
<script type="text/javascript">
/*<![CDATA[*/
    document.documentElement.style.webkitTouchCallout = 'none';
    document.documentElement.style.KhtmlUserSelect = 'none';
/*]]>*/
</script>


@Override
public void onCreate(Bundle savedInstanceState) {
  super.onCreate(savedInstanceState);

  super.init();
  if (this.appView != null) { 
      appView.setOnLongClickListener(new OnLongClickListener() { 
          @Override 
          public boolean onLongClick(View v) { 
              return true; 
          } 
      }); 
      appView.setLongClickable(false); 
  }

  super.loadUrl("file:///android_asset/www/index.html");
}


html,body {
user-select:none;
-moz-user-select:none;
-ms-user-select:none;
-webkit-user-select:none;
-khtml-user-select:none;
-webkit-user-drag: none;
-khtml-user-drag: none;
-webkit-touch-callout: none;  
}

/*----------------------------------------------------
  スマホ画像保存禁止＆長押し禁止タグＮｏここまで
----------------------------------------------------*/

/***------------------------------------------
      clearfix
------------------------------------------***/

.cf:before,
.cf:after {
  content: "";
  display: table;
}

.cf:after {
  clear: both;
}


/***------------------------------------------
      blockquote
------------------------------------------***/

blockquote {
  margin: 4em 15px 3em;
  border-left: 3px solid rgb(51,51,51);
  padding-left: 15px;
  position: relative;
  z-index: 1;
}

blockquote:before {
  content: "\f10d";
  color: rgb(206,206,206);
  line-height: 1em;
  position: absolute;
  left: -15px;
  top: -30px;
  z-index: -1;
  font-family: 'FontAwesome';
  font-size: 200%;
}


/***------------------------------------------
      link　リンク
------------------------------------------***/

a {
  text-decoration: none;
  color: rgb(160,95,50); /* 注)基本リンク色 */
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

a:hover {
  color: rgb(255,213,226); /* 注)ホバー時リンク色 */
}


/***------------------------------------------
      layout
------------------------------------------***/

body { /* 注)記事内基本フォント関連 */
  background-color: rgb(245,245,245); /* 注)全体背景色 */
  color: rgb(99,80,50); /* 注)テキスト基本色 */
  font: 15px/1.9 'Century', 'ＭＳ Ｐ明朝', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴシック', 'Hiragino Sans', '游ゴシック体', 'YuGothic', 'メイリオ', 'Meiryo', '游ゴシック', 'Yu Gothic', sans-serif;
  -webkit-font-smoothing: antialiased; /* 注)文字が細すぎると感じる方はこの一行削除(Mac Google Chromeのみ) 1/2 */
  -moz-osx-font-smoothing: grayscale; /* 注)文字が細すぎると感じる方はこの一行削除(Mac Firefoxのみ) 2/2 */
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
  opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
  opacity: 1;
  }
}

#wrapper {
  margin: auto;
  width: 100%;
}

#main-container {
  display:-webkit-box; /* fallback old Android */
  display:-ms-flexbox; /* fallback ie10 */
  display: -webkit-flex; /* fallback old safari */
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-start;
  margin: auto;
  max-width: 1300px; /* 注)全体幅 */
  padding: 0 0px 0px;
}

@media screen and (max-width: 980px) {
  #main-container {
    display: block;
    max-width: 900px;
    padding-top: 20px;
  }
}

@media screen and (max-width: 768px) {
  #main-container {
    padding: 20px 30px 80px;
  }
}

@media screen and (max-width: 414px) {
  #main-container {
    padding: 20px 0 80px;
  }
}

/***------------------------------------------
      記事メイン部分
------------------------------------------***/

#primary {
  margin-left: 15px;
  -webkit-flex: 1;
  flex: 1;
  overflow: hidden;
  padding-bottom: 30px;
  word-break: break-all;
}

.permanent_primary {
  padding-top: 0px;

  /* 記事メインの透過背景画像 */
        background-image : url(https://1.bp.blogspot.com/-nbb__LU2yUE/V59RVvWmroI/AAAAAAAAJH8/Z1WCoJ2NQog3nVxr6nujifBnsTyEt_LjQCPcB/s1600/Cream-BG-Ribbon3.gif);

   /* 記事メインの透過背景カラー */
   background-color: rgba(255,255,255,0.3);

/* 記事メインの透過背景カラーのスライドイン */
  -webkit-animation: slideInUp 1.5s;
  animation: slideInUp 1.5s;

  border-radius: 10px; /* 記事タイトルのコーナー面取り */
}

@media screen and (max-width: 980px) {
  #primary {
    margin: auto;
  }
  .permanent_primary {
    padding-top: 0;
  }
}

/***------------------------------------------
      サイドバー
------------------------------------------***/

#secondary {
  width: 200px;
  line-height: 1.8;
  padding-bottom: 30px;
  font-size: 12px;
  opacity: 0;
  -webkit-animation: fadeIn ease-in 1;
  animation: fadeIn ease-in 1;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}

@media screen and (max-width: 980px) {
  #secondary {
    width: 100%;
    padding: 80px 15px 40px;
  }
}

@media screen and (max-width: 980px) {
  #fit-wrapper {
    display:-webkit-box;/* fallback old Android */
    display:-ms-flexbox;/* fallback ie10 */
    display: -webkit-flex;/* fallback old safari */
    display: flex;
    margin: auto;
    padding-top: 0;
    -ms-flex-wrap:wrap;/* fallback ie10 */
    -webkit-flex-wrap:wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;/* fallback old safari */
    justify-content: space-between;
  }
}

@media screen and (max-width: 850px) {
  #fit-wrapper {
    display: block;
  }
}

/* DO NOT change or delete */
.fit-sidebar-fixed {
  margin-top: 40px !important;
  margin-bottom: 0 !important;
  padding-bottom: 50px;
  position: fixed;
}

.fit-sidebar-blank{
  background-color: transparent;
  z-index: 0;
  visibility : hidden;   /* 表示しない */
}
/* end */


/***------------------------------------------
      header
------------------------------------------***/

#header-banner {
  margin: auto;
  width: 100%;
  max-width: 100%;
  min-height: 100%;
  padding: 50px 30px 0;
  text-align: center;

}


@media screen and (max-width: 768px) {
  #header-banner {
    padding: 50px 30px 0;
  }
}

@media screen and (max-width: 414px) {
  #header-banner {
    padding: 50px 0 0 8px;
  }
}

#blog-name-container { /* 注)ブログタイトルフォント関連 */
  display:-webkit-box;/* fallback old Android */
  display:-ms-flexbox;/* fallback ie10 */
  display: -webkit-flex;/* fallback old safari */
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
  align-items: flex-end;
  margin: auto;
  min-height: 70px;
  letter-spacing: 0.5em;
  line-height: 1.5;

}

#blog-title { /* 注)ブログタイトルフォント */
  margin: 0 0 0px auto;
  width: 100%;
  font: 27px/1.5 'Century', '游明朝', 'YuMincho', 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
  text-align: center;
  text-shadow: 2px 2px 1px #000,
               -2px 2px 1px #000,
               2px -2px 1px #000,
               -2px -2px 1px #000;
  color: #fff;
  font-weight: normal;
}

#blog-title a {
  display: inline-block;
  background: url(https://blog-imgs-116.fc2.com/v/a/n/vanillaice000/crescentborder.png) right bottom repeat-x;
  color: rgb(255, 204, 204);
  padding-bottom: 0.1em;


}



/*----------------------------------------------------
  jQueryスライドショーここから（bgswitcher）
----------------------------------------------------*/

/* SLIDER */

.slider {
  position: relative;
  content: "";
  display: block;
  padding-top: 60%;

    height: 90%;
    width: 90%;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    margin: 0px 5% 0px 5%;
}

.slider {
    background-position: center top\9;
    background-repeat: repeat-x\9;
}

*+html .slider {
    background-position: center top;
    background-repeat: repeat-x;
}



/*----------------------------------------------------
  jQueryスライドショーここまで（bgswitcher）
----------------------------------------------------*/



/***------------------------------------------
      breadcrumbs, site description ｻｲﾄ説明
------------------------------------------***/

#site-description,
#breadcrumbs {
  color: rgb(237,192,121);
  padding: 10px 10px 0 0;
  line-height: 1;
  font-size: 17px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  #site-description,
  #breadcrumbs {
    padding: 10px 30px 0 0;
  }
}

#breadcrumbs li {
  display: inline-block;
}

#breadcrumbs .fa-caret-right {
  margin: 0.5em;
}

#breadcrumbs a {
  text-decoration: underline;
}


/***------------------------------------------
  grobal navigation グローバルナビゲーション
------------------------------------------***/

.navi-container {
  margin: auto;
  width: 100%;
  background-color: rgb(250,216,158);
 filter:alpha(opacity=70);
   -moz-opacity: 0.7;
   opacity: 0.7;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 100004;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.adding-shadow {
  box-shadow: 0 2px 4px -1px rgba(0,0,0,.06),
              0 4px 5px 0 rgba(0,0,0,.06),
              0 1px 10px 0 rgba(0,0,0,.08);
}

.navi-sizing {
  margin: auto;
  width: 100%;
  max-width: 1300px;
  padding: 0 50px;
  position: relative;
  text-align: Center;
}

@media screen and (max-width: 980px) {
  .navi-sizing {
    max-width: 900px;
  }
}

.navi-item-ul {
  display: inline-block;
  letter-spacing: 0.1em;
  line-height: 40px;
  position: relative;
  font-size: 12px;
  text-indent: .10em;
  text-transform: none;
}

.navi-item-ul li {
  display: inline-block;
  padding-left: 30px;
  vertical-align: top;
}

.navi-item-ul li:first-of-type {
  padding-left: 0;
}

.navi-item-ul li:not(.expand-form) {
  position: relative;
  z-index: 3;
}

/* fc2 search bar */
.navi-container-adjust {
  top: 30px;
}

.navi-container a {
  display: block;
  width: 100%;
  height: 100%;
  color: rgb(123,80,22);
  font-weight: bold;
}

.navi-container a:first-of-type {
  padding-left: 0;
}

.expand-form {
  width: 87px;
  height: 40px;
}

#search-form {
  margin: 0;
  width: 100%;
  height: 40px;
  position: absolute;
  top: 0;
  right: 0;
}

#search-btn {
  display: inline-block;
  background-color: transparent;
  border-radius: 0;
  color: rgb(51,51,51);
  line-height: 40px;
  position: absolute;
  top: 0;
  right: 0;
  font-weight: bold;
  text-align: right;
}

#search-text {
  width: 87px;
  height: 40px;
  background-color: white;
  border: 1px solid rgb(51,51,51);
  border-radius: 0;
  color: rgb(51,51,51);
  opacity: 0;
  outline: none;
  padding: 0 1em;
  position: absolute;
  top: 0;
  right: 0;
  transition: all .5s;
  z-index: 5;
}

#search-text:focus {
  width: 100%;
  cursor: text;
  opacity: 1;
}

#search-text::-webkit-input-placeholder {
  color: rgb(100,100,100);
  letter-spacing: .15em;
  font-family: 'Karla', sans-serif;
  font-size: 11px;
}

#search-text::-moz-placeholder {
  color: rgb(100,100,100);
  letter-spacing: .15em;
  font-family: 'Karla', sans-serif;
  font-size: 11px;
}

.search-text::placeholder {
  color: rgb(100,100,100);
  letter-spacing: .15em;
  font-family: 'Karla', sans-serif;
  font-size: 11px;
}

#search-submit {
  display: none;
}

/* スマホ版誘導ボタン必要な方コメント解除 2/2
.navi-item-ul .pc-hide {
  display: none;
}
 */

/* hamburger button */
.mobile-toggle {
  display: none;
  cursor: pointer;
  height: 40px;
  padding: 12px 0;
  position: relative;
  z-index: 100005;
  font-size: 20px;
  text-align: center;
}

/* navi breakpoint 2/2 */
@media screen and (max-width: 768px) {
  .mobile-toggle {
    display: block;
  }
  .mobile-toggle span {
    display: block;
    width: 20px;
    margin: 0 auto 5px;
    height: 2px;
    background-color: rgb(51,51,51); /* 注)上部ナビゲーションハンバーガーボタンの色 */
    border-radius: 1000px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
  }
  .open-navi span:nth-of-type(1) {
    -webkit-transform: translateY(7px) rotate(-315deg);
    transform: translateY(7px) rotate(-315deg);
  }
  .open-navi span:nth-of-type(2) {
    opacity: 0;
  }
  .open-navi span:nth-of-type(3) {
    -webkit-transform: translateY(-7px) rotate(315deg);
    transform: translateY(-7px) rotate(315deg);
  }
  .navi-container {
    height: auto;
    padding: 0;
  }
  .navi-sizing {
    max-width: initial;
    max-width: auto;
    padding: 0;
  }
  .sp-navi {
    display: none;
    width: 100%;
    height: auto;
    max-height: 400px;
    overflow-y: auto;
    padding: 30px 0 40px;
    text-align: center;
    -webkit-overflow-scrolling: touch;
  }
  .navi-item-ul {
    display: block;
    text-align: center;
  }
  .navi-item-ul li {
    margin: auto;
  }
  .navi-item-ul li {
    display: block;
    line-height: 1.3;
    padding: 1em;
  }
  .navi-item-ul li:first-of-type {
    padding-left: 1em;
  }
  .expand-form {
    margin: auto;
    width: 90%;
    max-width: 380px;
    height: auto;
  }
  #search-form {
    position: relative;
  }
  #search-btn {
    display: none;
  }
  #search-text {
    width: 100%;
    background-color: white;
    border: 1px solid rgb(220,220,220);
    border-radius: 0;
    opacity: 1;
    position: static;
  }
}


/***------------------------------------------
   top-page grid　トップ要約ページメイン部分
------------------------------------------***/

#grid-container {
  display:-webkit-box;/* fallback old Android */
  display:-ms-flexbox;/* fallback ie10 */
  display: -webkit-flex;/* fallback old safari */
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  -webkit-animation: slideInUp 1.5s;
  animation: slideInUp 1.5s;
}

@media screen and (max-width: 414px) {
  #grid-container {
    justify-content: space-around;
  }
}

.grid-item {
  margin-bottom: 20px;
  width: calc(50% - 10px);
   /* トップ要約ページメインの透過背景カラー */
   background-image : url(https://1.bp.blogspot.com/-nbb__LU2yUE/V59RVvWmroI/AAAAAAAAJH8/Z1WCoJ2NQog3nVxr6nujifBnsTyEt_LjQCPcB/s1600/Cream-BG-Ribbon3.gif);
   background-color: rgba(239,216,146,0.7);
  border-radius: 10px; /* 要約ページ記事のコーナー面取り */
}

@media screen and (max-width: 414px) {
  .grid-item {
    margin-bottom: 10px;
    width: calc(50% - 6px);
  }
}

.grid-image {
  overflow: hidden;
  position: relative;
  border-radius: 10px; /* 要約ページ記事画像のコーナー面取り */
}

.grid-image:before {
  content: "";
  display: block;
  padding-top: 65%;
}

/* grid image */
.grid-image img {
  width: 100%;
  max-width: initial;
  max-width: auto;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  position: absolute;
  top: 0;
  left: 0;
  font-family: 'object-fit: cover; object-position: center center;' /* hack for microsoft browser */
}

.grid-no-image {
  display:-webkit-box;/* fallback old Android */
  display:-ms-flexbox;/* fallback ie10 */
  display: -webkit-flex;/* fallback old safari */
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-color: rgba(255,255,255,.8);
  color: rgba(0,0,0,.7);
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
}

.grid-no-image span {
  font: 14px/1 'Playfair Display', serif;
}

.grid-content {
  padding: 20px;
  text-align: center;
}

@media screen and (max-width: 667px) {
  .grid-content {
    padding: 20px 15px;
  }
}

@media screen and (max-width: 414px) {
  .grid-content {
    padding: 15px 6px;
  }
}

.grid-category {
  line-height: 1.4;
  position: relative;
}

.grid-title {
  margin: auto;
  line-height: 1.4;
  font-size: 17px;
}

@media screen and (max-width: 414px) {
  .grid-title {
    font-size: 15px;
  }
}

.grid-category,
.grid-datetime,
.grid-comment {
  display: inline-block;
  font-size: 11px;
}

.grid-comment {
  margin-left: 1.5em;
}

.grid-comment .fa-commenting-o {
  margin-right: .5em;
}

/* sns */
#sns-navigation-ul {
  margin-top: 20px;
  text-align: right;
  font-size: 11px;
}

#sns-navigation-ul li {
  display: inline-block;
  margin-left: .5em;
}

#sns-navigation-ul li:first-of-type {
  margin-left: 0;
}

#sns-navigation-ul li a {
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  color: white;
  line-height: 30px;
  text-align: center;
}

#sns-navigation-ul li a .fa:before {
  line-height: 30px;
}

/* SNS brand color */
#c-facebook {
  background-color: rgb(59,89,152);
}

#c-twitter {
  background-color: rgb(73,171,242);
}

#c-pinterest {
  background-color: rgb(206,15,25);
}

#c-google-plus {
  background-color: rgb(221,75,57);
}

#c-pencil {
  background-color: rgb(101,69,31);
}

#c-instagram {
  background-color: rgb(81,127,164);
}

#c-bloglovin {
  background-color: red;
}

#c-pencil {
  background-color: rgb(241,211,194);
}


/***------------------------------------------
      individual article　記事メイン部分
------------------------------------------***/

.main-body {
  margin-bottom: 30px;
   /* メインの透過背景カラー */
   background-color: rgba(239,216,146,0.7);
  border-radius: 2px;
  padding: 20px 30px;
/* メインの透過背景カラーのスライドイン */
  -webkit-animation: slideInUp 1.5s;
  animation: slideInUp 1.5s;
}

@media screen and (max-width: 414px) {
  .main-body {
    padding: 20px 15px;
  }
}

.contents {
  padding: 20px 0;
}

/* header */
#entry-title {   /* 記事タイトル */
  margin: -21px -30px 0 -30px;   /* 記事タイトルの外側位置調整 */
  line-height: 1.5;
  padding: 15px 20px 15px 20px;   /* 記事タイトルの内側スペース調整 */
  text-align: center;
  font-size: 25px;
  background:url(//4.bp.blogspot.com/-sf5K0SbzVIk/WkuIVBnfSpI/AAAAAAAANfY/YXyFHOQAGr0DG4f8xAb26esAV1addPregCKgBGAs/s1600/RepeatGoldLace.gif) repeat no-repeat;  /* 横:repeat、縦:no-repeat */
    filter:alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
}




.entry-header-content {
  display:-webkit-box;/* fallback old Android */
  display:-ms-flexbox;/* fallback ie10 */
  display: -webkit-flex;/* fallback old safari */
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 10px;
  border-bottom: 3px dotted rgb(185,135,48);  /* 記事タイトル下のライン */
  line-height: 1;
  padding: 5px 0 5px;
  font-size: 14px;
}

.entry-header-content-box {
  display: table;
  table-layout: fixed;
  width: calc(100% / 4);
  padding: 0 10px 10px 0;
}

@media screen and (max-width: 720px) {
  .entry-header-content-box {
    width: 50%;
  }
}


#author_img_wrapper {
  display: table-cell;
  width: 46px;
  height: 46px;
  vertical-align: middle;
}

#entry-author img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
  object-position: center center;
  overflow: hidden;
  vertical-align: middle;
}

#entry-author p,
#entry-datetime div,
#entry-category div,
#entry-comment div {
  display: table-cell;
  padding-left: 10px;
  vertical-align: middle;
}

#entry-datetime .fa,
#entry-category .fa,
#entry-comment .fa {
  display: table-cell;
  width: 46px;
  height: 46px;
  color: rgb(247,223,167);
  vertical-align: middle;
  font-size: 30px;
}

.contents {
  padding: 10px 0;
}

/* back to default */
#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;
}

#inner-contents a {
  color: rgb(197,80,127);
  text-decoration: underline;
}

#inner-contents a:hover {
  color: rgb(239,87,160);
}

/* footer */
#entry-footer {
  font-size: 12px;
}

#written-by {
  padding-bottom: 15px;
}

#written-by span {
  margin-left: .6em;
}

#entry-tag a {
  display: inline-block;
  margin: 0 4px 4px 0;
  border: 1px solid rgb(51,51,51);
  color: rgb(51,51,51);
  padding: .1em .8em;
  font-size: 12px;
}

#entry-tag a:hover {
  background-color: rgb(241,211,194);
  border-color: rgb(241,211,194);
}


/***------------------------------------------
      related post関連記事, trackback list
------------------------------------------***/

/* with thumbnail */
#fc2relate_entry_thumbnail_area {
  margin: 100px auto 0;
  border: 2px dotted rgb(185,135,48);
  padding: 0;
  position: relative;
  z-index: 1;
}

#fc2relate_entry_thumbnail_area .relate_dt {
  display: none;
}

#fc2relate_entry_thumbnail_area .relate_dd {
  overflow: hidden;
}

#fc2relate_entry_thumbnail_area:before {
  content: "関連記事＊Related posts"; /* 注)関連記事 タイトル変更はここです */
  display: block;
  margin: auto;
  width: 100%;
  padding-top: 20px;
  position: absolute;
  top: -50px;
  z-index: 3;
  font: 20px/1.3 'Century', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴシック', 'Hiragino Sans', '游ゴシック体', 'YuGothic', 'メイリオ', 'Meiryo', '游ゴシック', 'Yu Gothic', sans-serif;
  text-align: center;
  text-transform: capitalize;
}

#fc2relate_entry_thumbnail_area .relate_dd .relate_ul {
  overflow: hidden;
  padding: 6px 10px;
}

#fc2relate_entry_thumbnail_area .relate_dd .relate_ul li {
  width: 50%;
  height: 88px;
  float: left;
}

@media screen and (max-width: 567px) {
  #fc2relate_entry_thumbnail_area .relate_dd {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  #fc2relate_entry_thumbnail_area .relate_dd .relate_ul {
    width: 1470px;
    overflow: auto;
  }
  #fc2relate_entry_thumbnail_area .relate_dd .relate_ul li {
    width: 290px;
  }
}

@media screen and (max-width: 320px) {
  #fc2relate_entry_thumbnail_area .relate_dd .relate_ul li {
    width: 260px;
  }
}

#fc2relate_entry_thumbnail_area .relate_entry_title {
  padding-right: 1em;
  word-break: break-all;
  font-size: 12px;
}

#fc2relate_entry_thumbnail_area .relate_dd .relate_ul .relate_entry_thumbnail .relate_entry_thumbnail_noimg {
  border-radius: 3px;
  position: relative;
  z-index: 1;
}

#fc2relate_entry_thumbnail_area .relate_dd .relate_ul .relate_entry_thumbnail_noimg[src="//static.fc2.com/image/sh_design/no_image/no_image_144x144.png"] {
  visibility: hidden;
}

.related-overlay {
  position: relative;
}

.related-overlay:before {
  content: "No image";
  width: 80px;
  height: 80px;
  background-color: rgb(255,231,241); /* 注)No image 関連記事サムネイル背景色 */
  border-radius: 2px;
  color: rgba(160,115,61,.7);
  letter-spacing: 1px;
  overflow: hidden;
  position: absolute;
  z-index: 2;
  font: 15px/80px 'Karla', sans-serif;
  font-size: 11px;
  text-align: center;
  text-indent: 1px;
}

#fc2relate_entry_thumbnail_area .relate_entry_thumbnail {
  border-radius: 3px;
  width: 80px;
  height: 80px;
  overflow: hidden;
}

#fc2relate_entry_thumbnail_area .relate_dd .relate_ul .relate_entry_thumbnail img  {
  width: 80px !important;
  height: 80px !important;
  border-radius: 3px;
}

@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;
  }
}

/* without thumbnail */
.relate_dl,
.tb_dl {
  margin-top: 30px;
  border: 1px solid rgb(230,230,230);
  border-radius: 2px;
  letter-spacing: normal;
  padding: 10px;
}

.relate_dt,
.tb_dt {
  padding: 3px;
  font-weight: bold;
}

.date {
  padding-top: 10px;
}

.relate_ul,
.tb_ul {
  padding: 10px 0;
  font-size: 12px;
}


/***------------------------------------------
      posted comment
------------------------------------------***/

/* Index, Comment などタイトル */
.another-title {
  margin: 0 auto 20px;
  letter-spacing: 1px;
  line-height: 1.4;
  position: relative;
  font-size: 14px;
  font-weight: normal;
  text-align: center;
  text-indent: 1px;
  text-transform: uppercase;
}

.comment-number {
  display: none;
}

.comment-number0 {
  display: block;
  color: rgb(200,200,200);
  font-style: italic;
  text-align: center;
}

.border-container {
  min-height: 46px;
  padding-left: 55px;
  position: relative;
  font-weight: 600;
}

.border-container:before {
  content: "\f007";
  display: inline-block;
  width: 46px;
  height: 46px;
  background-color: rgb(207,207,207); /* 注)訪問者アイコン背景色 */
  border-radius: 50%;
  color: white;
  line-height: 46px;
  position: absolute;
  top: 0;
  left: 0;
  font-family: 'FontAwesome';
  font-size: 18px;
  text-align: center;
}

.visitor-name {
  font-size: 14px;
}

.arrow-box {
  margin: 20px auto 0;
  background-color: rgb(250,250,250); /* 注)コメント一覧背景色 */
  padding: 15px 20px;
  position: relative;
  font-size: 13px;
}

.arrow-box:after {
  content: "";
  margin-left: -12px;
  height: 0;
  width: 0;
  border: solid transparent;
  border-color: rgba(250,250,250,0); /* 注)コメント一覧矢印の色 */
  border-bottom-color: rgb(250,250,250); /* 注)コメント一覧矢印の色 */
  border-width: 12px;
  pointer-events: none;
  position: absolute;
  left: 8%;
  bottom: 100%;
}

.comment-body {
  padding-bottom: 10px;
}

.comment-info {
  text-align: right;
}


/***------------------------------------------
      comment form
------------------------------------------***/

#comment_form {
  margin: auto;
  width: 100%;
  vertical-align: middle;
  text-decoration: none;
}

#left-half {
  display: inline-block;
  margin-right: 1%;
  width: 49%;
}

#right-half {
  display: inline-block;
  margin-left: 1%;
  width: 49%;
}

#comment_form input {
  margin-bottom: 15px;
  width: 100%;
  border: 1px solid silver; /* 注)コメントフォーム各項目ボーダー色 */
  padding: 12px;
}

#comment_form #password {
  width: 50%;
}

#comment_form input:focus,
#comment:focus {
  background-color: white;
  border: 1px solid rgb(51,51,51);
}

#comment {
  margin: 0;
  margin-bottom: 15px;
  width: 100%;
  min-height: 200px;
  background-color: white;
  border: 1px solid silver; /* 注)コメントフォームテキストエリアボーダー色 */
  line-height: 1.5;
  padding: 12px;
}

#comment_form input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px white inset;
}

#comment_form input::-webkit-input-placeholder,
#comment_form textarea::-webkit-input-placeholder {
  letter-spacing: 1px;
  font-family: 'Karla', sans-serif;
  font-size: 11px;
}

#comment_form input::-moz-placeholder,
#comment_form textarea::-moz-placeholder {
  letter-spacing: 1px;
  font-family: 'Karla', sans-serif;
  font-size: 11px;
}

#comment_form input::placeholder,
#comment_form textarea::placeholder {
  letter-spacing: 1px;
  font-family: 'Karla', sans-serif;
  font-size: 11px;
}

/* checkbox */
#no-p input:focus {
  outline: none;
}

#no-p input[type=checkbox] {
  display: inline-block;
  margin-right: 6px;
}
#no-p input[type=checkbox] + label {
  display: inline-block;
  margin-right: 12px;
  cursor: pointer;
  line-height: 1.5px;
  position: relative;
  left: 0;
  font-family: 'Karla', sans-serif;
}
 
@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: "";
    display: block;
    margin-top: -10px;
    width: 18px;
    height: 18px;
    background-color: white;
    position: absolute;
    top: 50%;
    left: 0;
  }

  #no-p input[type=checkbox] + label:before {
    border: 1px solid rgb(220,220,220); /* 注)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-top: -4px;
    width: 8px;
    height: 8px;
    background: rgb(51,51,51); /* 注)secretコメントチェックマーク色 (1/3) */
    border-radius: 8px;
    top: 2px;
    left: 5px;
  }

  #no-p input[type=checkbox]:checked + label:after {
    margin-top: -8px;
    width: 16px;
    height: 8px;
    border-bottom: 3px solid rgb(51,51,51); /* 注)secretコメントチェックマーク色 (2/3) */
    border-left: 3px solid rgb(51,51,51); /* 注)secretコメントチェックマーク色 (3/3) */
    left: 3px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
}

/* send and delete button */
#sendbtn,
#delbtn {
  margin-top: 20px;
  width: 49%;
  max-width: 156px;
  height: 36px;
  background-color: rgb(241,211,194); /* 注)コメントsend, deleteボタン背景色 */
  border: none;
  border-radius: 1px;
  color: rgb(51,51,51); /* 注)send, deleteボタンテキスト色 */
  cursor: pointer;
  font: bold 13px/34px 'Playfair Display', serif;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  border-radius: 10px;
}

#sendbtn:hover,
#delbtn:hover {
  background-color: rgb(230,230,230); /* 注)コメントsend, deleteボタンボバー時背景色 */
}

#sendbtn {
  margin-right: 1%;
}

#delbtn {
  margin-left: 1%;
}

.comment-info {
  text-align: right;
}


/***------------------------------------------
      trackback
------------------------------------------***/

.op,
#for-trackback-word {
  display: block;
  width: 100%;
}

.op {
  margin: 30px auto 10px;
  border: 1px solid rgb(220,220,220); /* 注)トラックバックボーダー色 */
  border-radius: 0;
  outline: none;
  padding: .5em;
  font-size: 13px; /* 注) トラックバックフォント大きさ */
}

#for-trackback-word {
  margin: auto;
}

.op:focus {
  border: 1px solid rgb(179,179,179); /* 注)トラックバックフォーカス時ボーダー色 */
}


/***------------------------------------------
      index (title list), search page
------------------------------------------***/

.list-title {
  margin: auto;
  line-height: 1.5;
  font-weight: bolder;
  font-size: 15px; /* 注)全記事リスト記事タイトルフォント大きさ */
}

.list-title a {
  text-decoration: none;
}

.list-entry {
  padding: 5px 0;
}

.list-entry-date,
.list-entry-category {
  font-size: 12px;
  text-align: right;
}

.list-entry-category a {
  margin-left: .6em;
}

/* only for search page */
.list-entry .list-a {
  float: right;
  margin-left: 10px;
  margin-bottom: 10px;
  width: 72px;
  height: 72px;
}

.thumbnails {
  display: inline-block;
  width: 72px;
  height: 72px;
  border-radius: 2px;
  overflow: hidden;
  position: relative;
}

.search-noimage {
  width: 100%;
  height: 100%;
  background: url(//blog-imgs-93.fc2.com/v/a/n/vanillaice000/Nostalgianoimage.jpg) center center /cover no-repeat; /* 注)No image画像 検索結果 */
  position: relative;
}

.search-noimage:before {
  content: "No image";
  width: 100%;
  height: 100%;
  background: rgba(255,255,255,.5); /* 注)検索結果ページNo image上マスク背景色 white+不透明度0.5 */
  letter-spacing: 1px;
  position: absolute;
  font: 10px/72px 'Century', sans-serif;
  text-align: center;
  text-indent: 1px;
}



/* the number of comment/ trackback */
.number-of-cmtb {
  font-size: 12px;
  text-align: right;
}

.number-of-cmtb li {
  display: inline-block;
  margin-left: 1em;
}

.number-of-cmtb .fa {
  margin-right: .6em;
}

/* only for search */
.hit-number {
  display: none;
  color: rgb(200,200,200);
  line-height: 1.1;
  padding: 20px 0;
  text-align: center;
  font-size: 20px;
}

.hit0 span {
  color: rgb(200,200,200);
  font-size: 15px;
}

.hit0 {
  display: block;
}


/***------------------------------------------
      side menu(secondary)サイドバー
------------------------------------------***/

.side-menu {
  width: 208px;
  margin-bottom: 10px;
  padding: 0 3px 10px 3px;
  background-color: rgba(239,216,146,0.7);
  box-sizing: border-box;
  border-radius: 10px; /* サイドバーのコーナー面取り */
}



@media screen and (max-width: 850px) {
  .side-menu {
    margin: 0 auto 40px;
    width: 100%;
    max-width: 400px;
  }
}

.side-menu ul {
  margin-left: 1.5em;
  list-style-type: disc;
}

.sidebar-style {
  text-align: left;
}

.sidebar-style a {
  color: rgb(200,56,108); /* 注)サイドメニューリンク色 */
}

.sidebar-style a:hover {
  color: rgb(133,21,62);
  text-decoration: underline;
}

.side-menu h4 { /* 注)サイドメニュー(プラグイン)タイトルフォント関連 */
  margin: 0 auto 10px;
  background: url(https://blog-imgs-116.fc2.com/v/a/n/vanillaice000/crescentborder.png) right bottom repeat-x;
  letter-spacing: 1px;
  padding-bottom: 10px;
  position: relative;
  font-size: 15px;
  font-weight: normal;
  text-align: center;
  color: rgb(143,91,40);
  font-weight: bold;
}

/* profile */
#profile-border {
  margin: 0 auto 50px;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  position: relative;
}

#profile-border:after {
  content: "";
  display: block;
  width: 275px;
  height: 282px;
  background: url(https://blog-imgs-116.fc2.com/v/a/n/vanillaice000/crescentprof2th.png) center center /cover no-repeat;
  position: absolute;
  top: -15px;
  left: -23px;
}

#profile-border img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
  object-position: center center;
}


/***------------------------------------------
      official plug-in
------------------------------------------***/

/* calendar */
.calender {
  margin: 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: auto;
  display: block;
  width: 30px;
  height: 30px;
  border: 1px solid rgb(220,220,220);
  border-radius: 50%;
  line-height: 28px;
}

.calender td a:hover {
  background: rgb(241,211,194);
  border-color: rgb(241,211,194);
  text-decoration: none;
}

/* mail form */
.sidebar-style form {
  display: block;
  margin: auto;
}

.sidebar-style input:not([type="submit"]),
.sidebar-style textarea,
.sidebar-style select {
  display: inline-block;
  width: 100% !important;
  background-color: white;
  border: 1px solid rgb(220,220,220);
  border-radius: 1px;
  outline: none;
  padding: .5em;
}

.sidebar-style input[type="submit"] {
  background-color: rgb(220,220,220);
  border: none;
  color: rgb(51,51,51);
  cursor: pointer;
}

/* search */
.plugin-search {
  margin: auto;
}

.plugin-search input {
  margin-bottom: 8px;
}

/* tag */
.plugin-tag a {
  display: inline-block;
  margin: 0 4px 4px 0;
  border: 1px solid rgb(150,150,150);
  padding: .1em .8em;
}

.plugin-tag a:hover {
  background-color: rgb(241,211,194); /* 注)個別記事下tagホバー時背景色 */
  border-color: rgb(241,211,194);
  text-decoration: none;
}

.plugin-myimage {
  margin: 0 auto 15px;
  width: 200px;
}

.plugin-myimage img {
  width: 100%;
}


/***------------------------------------------
      pager ページ送り
------------------------------------------***/

/* general */
.pager {
  margin: 40px auto;
  width: 100%;
  font-family: 'Times New Roman', serif;
  font-size: 20px;
}

.simple-pagination {
  margin: 0;
  overflow: hidden;
  position: relative;
}

.simple-pagination ul {
  margin: 0;
  list-style: none;
  padding: 0;
  text-align: center;
}

.simple-pagination li {
  display: inline-block;
  margin: 0 2px 4px; 
}

.light-theme a,
.light-theme span {
  display: block;
  width: 32px;
  height: 32px;
  background: transparent;
  border-radius: 50%;
  color: rgb(183,139,51);
  line-height: 32px;
  vertical-align: top;
  text-align: center;
}

.light-theme a:hover {
  background-color: rgb(248,226,183); /* 注)汎用ページ送りマウスホバー時背景色 */
}

.prev,
.next {
  border: none !important;
  font-weight: bolder;
}

.light-theme .current {
  background-color: white; /* 注)汎用ページ送り現在ページ背景色 */
  color: rgb(113,81,16);
}

.light-theme .ellipse {
  font-weight: bold;
  color: rgb(113,81,16);
}

.light-theme .prev,
.light-theme .next {
  background-color: rgb(241,211,194); /* 注)汎用ページ送りprev/ next背景色 */
  box-shadow: none;
  color: rgb(113,81,16);
}

/* article, titlelist個別記事ページ送り */
.posted-pager,
.titlelist-pager {
  display:-webkit-box;/* fallback old Android */
  display:-ms-flexbox;/* fallback ie10 */
  display: -webkit-flex;/* fallback old safari */
  display: flex;
  justify-content: space-between;
  margin: 40px auto;
  width: 100%;
  font-size: 12px; /* 注)個別記事ページ送りフォント大きさ */
}

.prev-entry,
.next-entry { /* 個別記事ページ送りブロック */
  width: calc(50% - 10px);
  background-color: rgba(239,216,146,0.7);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}


.next-entry {
  text-align: right;
}

.prev-a,
.next-a { /* 個別記事ページ送りリンクホバー時 */
  display: block;
  width: 100%;
  padding: 5px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.prev-pager-box,
.next-pager-box {
  height: 200px;
  position: relative;
}

.next-pager-box {
  text-align: right;
}

.prev-pager-image,
.next-pager-image { /* 個別記事ページ送り画像 */
  display: block;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.preventry-title,
.nextentry-title {
  height: 100px;
  line-height: 1.5;
  overflow: hidden;
  position: absolute;
  top: 0;
}

.preventry-title {
  padding-left: 100px;
    left: 0;
}

.nextentry-title {
  padding-right: 100px;
    right: 0;
}

/* iPhone6p */
@media screen and (max-width: 414px) {
  .prev-pager-box,
  .next-pager-box {
  justify-content: space-between;
  margin: 40px auto;
  width: 100%;
  }
  .prev-pager-image,
  .next-pager-image {
  display: block;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
  }
  .preventry-title,
  .nextentry-title {
  height: 100%;
  }
  .preventry-title {
    padding-left: 65px;
    left: 0;
  }

  .nextentry-title {
    padding-right: 65px;
    right: 0;
  }
}

.preventry-text,
.nextentry-text,
.t-preventry-text,
.t-nextentry-text {
  padding-bottom: 10px;
  font-family: 'Playfair Display', serif;
  text-transform: uppercase;
}

.preventry-text .fa,
.t-preventry-text .fa {
  margin-right: 1em;
}

.nextentry-text .fa,
.t-nextentry-text .fa {
  margin-left: 1em;
}

.t-preventry-text,
.t-nextentry-text {
  line-height: 55px;
}

.prev-a:hover,
.next-a:hover {
  background-color: rgb(241,211,194); /* 注)個別記事ページ送りホバー時背景色 */
}

/* side pagination */
.side-pager-left,
.side-pager-right {
  width: 180px;
  height: 80px;
  opacity: 0;
  position: fixed;
  z-index: 100004;
  top: 30vh;
  font-size: 12px; /* 注)サイドページ送りフォント大きさ */
  -webkit-transition: opacity .7s ease;
  transition: opacity .7s ease;
  
}

.side-pager-left {
  left: -157px;
}

.side-pager-right {
  right: -157px;
}

.page-div-right,
.page-div-left {
  display: block;
  margin: 0;
  width: 180px;
  height: 80px;
}

.side-pager-right a,
.side-pager-left a {
  display: block;
  width: 100%;
  height: 100%;
  color: rgb(51,51,51);
  word-break: break-all;
  -webkit-transition: none;
  transition: none;
}

.page-table {
  display: table;
  width: 100%;
  height: 100%;
}

.circle-cell,
.circle-cell {
  display: table-cell;
  width: 80px;
  height: 80px;
  vertical-align: top;
}

.circle-left,
.circle-right {
  display: block;
  width: 80px;
  height: 80px;
  background-color: rgba(200,200,200,.4);
  background-position: center center;
  background-size: 0 0;
  background-repeat: no-repeat;
  line-height: 80px;
  position: relative;
  text-align: center;
}

.page-div-left:hover .circle-left,
.page-div-right:hover .circle-right {
  background-size: cover;
}

.title-cell {
  display: table-cell;
  width: 100%;
  background-color: rgb(245,245,245);
  padding: 0 10px;
  vertical-align: middle;
}

.title-cell span {
  display: block;
  width: 100%;
  max-height: 80px;
  line-height: 1.4;
  overflow: hidden;
}

.appear {
  opacity: 1;
}


/***------------------------------------------
      footer
------------------------------------------***/

#page-scroll {
  display: inline-block;
  position: fixed;
  right: 60px;
  bottom: 90px;
  z-index: 100003;
  text-align: center;
  -webkit-animation: slideInUp .8s;
  animation: slideInUp .8s;
}

#pagetop {
  margin-bottom: 10px;
  width: 40px;
  height: 40px;
  background: rgba(255,255,255,.4);
  border: 1px solid rgba(179,171,180,.5);
  border-radius: 2px;
}

#pagemiddle {
  width: 0;
  height: 0;
  font-size: 0;
}

#pagebottom {
  margin-bottom: 10px;
  width: 40px;
  height: 40px;
  background: rgba(255,255,255,.4);
  border: 1px solid rgba(179,171,180,.5);
  border-radius: 2px;
}

#pagetop a,
#pagebottom a {
  display: inline-block;
  width: 100%;
  height: 100%;
  color: rgb(150,150,150);
  line-height: 40px;
}

@media screen and (max-width: 980px) {
  #page-scroll {
    right: 8px;
  }
  #pagemiddle {
    margin-bottom: 10px;
    width: 40px;
    height: 40px;
    background: rgba(255,255,255,.4);
    border: 1px solid rgba(179,171,180,.5);
    border-radius: 2px;
    font-family: 'Karla', sans-serif;
    font-size: 11px;
  }
  #pagemiddle a {
    display: inline-block;
    width: 100%;
    height: 100%;
    color: rgb(150,150,150);
    line-height: 40px;
  }
}

#page-scroll a:hover {
  color: rgb(150,150,150);
}

@-webkit-keyframes slideInUp {
  0% {
   opacity: 0;
   -webkit-transform: translateY(30px);
  }
  50% {
   opacity: 0;
   -webkit-transform: translateY(30px);
  }
  100% {
   opacity: 1;
   -webkit-transform: translateY(0);
  }
}
@keyframes slideInUp {
  0% {
   opacity: 0;
   transform: translateY(30px);
  }
  50% {
   opacity: 0;
   transform: translateY(30px);
  }
  100% {
   opacity: 1;
   transform: translateY(0);
  }
}

span.new {
  margin-left: .3em;
  color: red;
  font-size: 11px;
  font-weight: normal;
  -webkit-animation: blink 1s ease-in-out infinite alternate;
  animation: blink 1s ease-in-out infinite alternate;
}

@-webkit-keyframes blink {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes blink {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.end {
  margin: auto;
  max-width: 1300px;
  line-height: 1.3;
  padding: 30px 5px 20px;
  font-size: 12px;
  text-align: center;
}

.end a:hover {
  color: rgb(150,150,150);
}

#ad1,
#ad2 {
  color: rgb(150,150,150);
  word-break: break-all;
  font-size: 11px;
}


/***------------------------------------------
      personal settings
------------------------------------------***/

.freehand {
  border: 3px solid rgb(230,230,230);
  border-radius: 3em .7em 2em .7em/.7em 2em .7em 3em;
  padding: 1em;
  font-size: 15px;
  font-weight: bold;
}

.dogear {
  background-color: rgb(240,240,240);
  color: rgb(51,51,51);
  padding: 1em;
  position: relative;
  font-size: 15px;
  font-weight: bold;
}

.dogear:after {
  content: "";
  width: 0;
  border-color: white white rgb(221,221,221) rgb(221,221,221); /* rgb(250,250,250) is the same color of the background */
  border-width: 0 16px 16px 0;
  border-style: solid;
  box-shadow: -1px 1px 2px rgba(0,0,0,.1);
  position: absolute;
  top: 0;
  right: 0;
}

.curl {
  background-color: rgb(240,240,240);
  padding: .5em .75em;
  position: relative;
  z-index: 3;
  font-size: 15px;
  font-weight: bold;
  transform-style: preserve-3d;
}

.curl:before,
.curl:after {
  content: "";
  width: 30%;
  height: 50%;
  box-shadow: 0 10px 15px rgba(0,0,0,.2);
  position: absolute;
  bottom: 8px;
  z-index: -1;
}

.curl:before {
  left: .3em;
  -webkit-transform: translate3D(0,0,-1px) rotate(-3deg);
  -webkit-transform: translate3D(0,0,-1px) rotate(-3deg);
}

.curl:after {
  right: .3em;
  -webkit-transform: translate3D(0,0,-1px) rotate(3deg);
  -webkit-transform: translate3D(0,0,-1px) rotate(3deg);
}

/* highlight */
mark {
  background: linear-gradient(transparent 60%, yellow 60%);
  font-weight: bold;
}

/* 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 {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

/* emoji */
.emoji {
  vertical-align: middle;
}

/* shadow for image */
.shadow-attachment {
  box-shadow: 6px 6px 6px rgba(0,0,0,.2); /* 注)記事内画像に自動ドロップシャドウ 不要な方は削除 */
}

/* for image */
.zoom-in {
  position: relative;
  display: inline-block;
  z-index: 1;
}

.zoom-in:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  background: rgba(0,0,0,.6);
  opacity: 0;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out; 
}

.zoom-in:after {
  content: "\f065";
  font-family: 'FontAwesome';
  text-align: center;
  font-size: 20px;
  color: white;
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  margin-top: -17px;
  z-index: 3;
  opacity: 0;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.zoom-in:hover:before, .zoom-in:hover:after {
  opacity: 1;
}

.zoom-in-round {
  position: relative;
  display: inline-block;
  z-index: 1;
}

.zoom-in-round:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  background: rgba(0,0,0,.6);
  border-radius: 50%;
  opacity: 0;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out; 
}

.zoom-in-round:after {
  content: "\f065";
  font-family: 'FontAwesome';
  text-align: center;
  font-size: 20px;
  color: white;
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  margin-top: -17px;
  z-index: 3;
  opacity: 0;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.zoom-in-round:hover:before,
.zoom-in-round:hover:after {
  opacity: 1;
}