@charset "utf-8";

/**
* Author: Vanillaice (Akira) - https://vanillaice000.blog.fc2.com/
* Website skin name: Donna
* The first edition: 2018.2.23
*/

/* 深緑メモ
利用に当たり以下を換装

Ver1.1 2018/03/22

・ベースカラー
	#A7666C(56,78,52)
	↓一括置換
	#384E34(56 ,78 ,52 )

	ただし、
	記事タイトルだけ後述

・タイトル関連
	背景画像を差し替え
	併せて文字色を適当に変更

・メイン背景色
	変更せず（白のまま）

・記事一覧背景色
	気持ち緑色へ？
	#C9F1C9（201,241,201）

・index-grid-item:first-of-type を削除
	1記事目が100％は嫌なので、
	試しに消してみる。
	（これで2記事ずつ表示されるはず？）

・サイドメニュー背景
	記事一覧と同じ色へ
	#C9F1C9（201,241,201）

	プラグインタイトルだけ気持ち濃い目へ
	#78F178(120,241,120)

・記事タイトル
	背景色、文字色を特殊換装

・自作CSSの追記
	汎用で使ってる表などのスタイル

以上？

Ver1.2　2018/03/28

Akiraさんの追加CSSを追加
　

*/

/***------------------------------------------
 const
------------------------------------------***/
/*
  --base-color: rgb(56,78,52);
  --base-color-a: rgba(56,78,52,.8);
  --base-font-color: rgb(51,51,51);
  --base-font-color-a: rgba(51,51,51,.4);
  --base-border-color: rgb(230,230,230);
  --entry-title-back-color: rgb(10,176,80);
  --side-title-back-color: rgb(120,241,120);
  --side-back-color: rgb(201,241,201);
  --top-title-font-color: rgb(253,253,253);
  --sub-font-color: rgb(255,255,255);
  --title-font: 'Arial', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴシック', 'Hiragino Sans', '游ゴシック体', 'YuGothic', 'メイリオ', 'Meiryo', '游ゴシック', 'Yu Gothic',  sans-serif;
  --header-title-font: 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', '游ゴシック', 'YuGothic', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
  --mini-title-font: '游ゴシック体', 'YuGothic', 'ヒラギノ角ゴシック', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', '游ゴシック', 'Yu Gothic', 'メイリオ', 'Meiryo', serif;
  --close-font: '游明朝', 'YuMincho', 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
  --latin-font: 'Arial', serif;
*/

/***------------------------------------------
      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;font-size:100%;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:not([type=submit]),select,textarea{border-radius:0;outline:0;-webkit-appearance:none;appearance:none;font-size:inherit}input[type=submit]{border-radius:0;outline:0;-webkit-appearance:button;appearance:button;font-size:inherit}pre{white-space:pre-wrap;font-family:Menlo,consolas,Courier}*{-webkit-box-sizing:border-box;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}mark{background:linear-gradient(transparent 60%,yellow 60%);font-weight: bold}


/***------------------------------------------
      blockquote
------------------------------------------***/

/*とりあえず駆逐してみる

blockquote {
  margin: 4em 15px 3em;
  background-color: rgb(244,240,240);
  border-radius: 2px;
  padding: 20px;
  position: relative;
  z-index: 1;
}

blockquote::before {
  content: "\f10d";
  display: none;
  font-family: 'Font Awesome 5 Solid';
}

blockquote > .svg-inline--fa {
  color: rgb(206,206,206);
  line-height: 1em;
  position: absolute;
  left: -15px;
  top: -30px;
  z-index: -1;
  font-size: 200%;
}

*/

/***------------------------------------------
      link
------------------------------------------***/

a {
  text-decoration: none;
  color: rgb(56,78,52);/* 注)基本リンク色 */
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}


/***------------------------------------------
      layout
------------------------------------------***/

html {
  margin: 0;
  font-size: 62.5%;
}

/* animation */
@-webkit-keyframes fadeIn{from{opacity:0}to{opacity:1}}@keyframes fadeIn{from{opacity:0}to{opacity:1}}

/* lazyload */
.lazyloading{opacity:0}.lazyloaded{opacity:1;transition:opacity 1s}

body {
  margin: 0;
/* 深緑メモ
　背景と文字基本 */
  background-color: rgb(250,250,250);
  color: rgb(51,51,51);
  opacity: 0;
  word-wrap: break-word;
  font: 1.4rem/1.9 'Arial', 'ヒラギノ角ゴ ProN W3', '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-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  -webkit-animation: fadeIn ease-in forwards 1s 1;
  animation: fadeIn ease-in forwards 1s 1;
}

#float-container {
  display: -webkit-box;/* fallback old Android */
  display: -ms-flexbox;/* fallback ie10 */
  display: -webkit-flex;/* fallback old safari */
  display: flex;
  align-items: flex-start;
  margin: auto;
  max-width: 1300px;
  padding: 40px 60px 80px;
}

#primary {
  -webkit-flex: 1;
  flex: 1;
  margin-right: 30px;
  overflow: hidden;
}

#secondary {
  width: 300px;
  line-height: 1.8;
  font-size: 1.3rem;
}

.side-menu {
  margin-bottom: 30px;
  width: 300px;
/* 深緑メモ
 サイドメニュー背景色 
  background-color: white;
 */
  background-color: rgb(201,241,201);
  border: 1px solid rgb(230,230,230);
  border-radius: 2px;
  outline: 1px solid rgb(200,200,200);
  outline-offset: -7px;
  padding: 30px 20px;
}

@media screen and (max-width: 960px) {
  #float-container {
    display: block;
  }
  #primary {
    margin: auto;
  }
  #secondary {
    width: 100%;
    padding-top: 40px;
  }
  #reserve {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-around;
    justify-content: space-around;
  }
}
@media screen and (max-width: 700px) {
  #float-container {
    padding: 30px 30px 80px;
  }
}
@media screen and (max-width: 790px) {
  #reserve {
    display: block;
  }
  .side-menu {
    margin: 0 auto 30px;
    width: 100%;
    max-width: 540px;
  }
}
@media screen and (max-width: 540px) {
  #float-container {
    padding: 30px 0 80px;
  }
  #grid-container {
    padding: 0 8px;
  }
}


/***------------------------------------------
      global navigation
------------------------------------------***/

.navi-menu {
  width: 100%;
  background-color: rgba(255,255,255,.8);
  border-bottom: 1px solid rgb(207,207,207);
  letter-spacing: 2px;
  line-height: 35px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2000;
  font-size: 1.1rem;
  text-align: center;
}

.navi-menu-adjust {
  top: 27px;
}

.navi-menu a {
  color: rgb(51,51,51);
}

#navi-sizing {
  margin: auto;
  max-width: 1300px;
  padding: 0 60px;
  text-align: right;
}

#navi-list {
  display: inline-block;
  max-width: 980px;
  color: rgb(148,170,201);
}

#navi-list li {
  display: inline-block;
  margin-left: 1.6em;
}

/* 深緑メモ
　ナビゲーションの最初のやつなので、
　これは消しちゃダメ？*/
#navi-list li:first-of-type {
  margin-left: 0;
}

#modal-trigger-label {
  display: block;
  width: 100%;
  height: 100%;
  color: rgb(51,51,51);
  cursor: pointer;
}

.mobile-toggle {
  display: none;
}

#navi-list .pc-hide {
  display: none;
}

/* navi-breakpoint 2/2 */
@media screen and (max-width: 540px) {
  .mobile-toggle {
    display: block;
    height: 35px;
    cursor: pointer;
    padding: 8px 15px 0;
  }
  .mobile-toggle span {
    display: block;
    margin: 0 0 5px auto;
    width: 28px;
    height: 3px;
    background: rgb(51,51,51); /* 注)上部ナビゲーションハンバーガーボタンの色 */
    border-radius: 1000px;
    -webkit-transition: .5s ease;
    transition: .5s ease;
  }
  .mobile-toggle span:nth-of-type(3) {
    margin-bottom: 0;
  }
  .open-navi span:nth-of-type(1) {
    -webkit-transform: translateY(8px) rotate(-45deg);
    transform: translateY(8px) rotate(-45deg);
  }
  .open-navi span:nth-of-type(2) {
    opacity: 0;
  }
  .open-navi span:nth-of-type(3) {
    -webkit-transform: translateY(-8px) rotate(45deg);
    transform: translateY(-8px) rotate(45deg);
  }
  #navi-sizing {
    max-width: initial;
    max-width: 100%;
    padding: 0;
  }
  .navi-menu {
    height: auto;
  }
  #navi-list {
    display: block;
    padding-top: 20px;
    text-align: center;
  }
  #navi-list li {
    display: block;
    margin: auto;
  }
  .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(56,78,52,.8);/* 注)モーダル背景色 */
  opacity: 0;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -999;
  text-align:center;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: all .75s;
  transition: all .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: 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', '游ゴシック', 'YuGothic', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
  font-size: 1.6rem;
  text-transform: uppercase;/* 注)closeテキスト大文字縛り解除はこの一行削除 */
}

#modal-form {
  width: 80%;
  border-bottom: 1px solid white;
  padding: .5em 0;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%); /* Safari用 */
  transform: translateY(-50%);
}

#modal-input {
  width: 100%;
  background-color: transparent;
  border: 0;
  color: white;
  font-size: 1.6rem;
}

#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;
  -webkit-transform: translateY(-50%);
  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;
  -webkit-transform: scale(1);
  transform: scale(1);
  z-index: 100005;
}


/***------------------------------------------
      header
------------------------------------------***/

#header-banner {
  margin: auto;
/* 深緑メモ
　ブログ名背景 
  background: url(https://blog-imgs-118.fc2.com/v/a/n/vanillaice000/farsai-c-106335th.jpg) center top fixed no-repeat;
　*/
/* ヘッダー画像 */
/*  background: url(https://blog-imgs-115.fc2.com/e/n/c/enchantress2009/s_70_320_R_Myheader.jpg) center top fixed no-repeat;*/
/* 試験的に碧色に変更？ 
  background-color: rgb(24,68,88);
  background-color: rgb(62,179,112);
*/
  background-color: rgb(10,176,80);
  background-size: 120% auto;

/* 深緑メモ
　ブログ名サブ
　カラー変更が必要？*/
  color: rgb(253,253,253);
  opacity: 1;
  overflow: hidden;
/* 
  padding: 110px 60px 80px;
半分にしてみる？
  padding: 50px 30px 40px;
*/
  padding: 50px 30px 40px;
  position: relative;
  font-size: 1.3rem;
  text-align: center;
  text-shadow: 2px 0px 2px rgba(85,85,85,.8);
}

#header-banner::before {
  content: "";
  width: 100%;
  height: 100%;
  background: inherit;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-filter: blur(6px);
  filter: blur(6px);
  -webkit-transform: translate(0);
  transform: translate(0);
}

#blog-name-container {
  display: inline-block;
  min-width: 60%;
  max-width: 1300px;
  background: inherit;
  line-height: 1.4;
  position: relative;
  z-index: 3;
  text-align: center;
}

#blog-name-wrapper {
  border-radius: 4px;
  box-shadow: 0px 0px 20px rgba(0,0,0,.1);
  padding: 40px;
}

@media screen and (max-width: 960px) {
  #blog-name-container {
    min-width: 80%;
  }
}
@media screen and (max-width: 800px) {
  #header-banner {
    background-size: 140% auto;
  }
}
@media screen and (max-width: 700px) {
  #header-banner {
    padding: 110px 30px 80px;
  }
  #blog-name-wrapper {
    padding: 30px;
  }
}
@media screen and (max-width: 600px) {
  #header-banner {
    background-size: 150% auto;
  }
}
@media screen and (max-width: 540px) {
  #header-banner {
    padding: 85px 15px 50px;
  }
  #blog-name-container {
    min-width: 90%;
  }
  #blog-name-wrapper {
    padding: 15px;
  }
}
@media screen and (max-width: 414px) {
  #header-banner {
    background-size: 160% auto;
  }
}

#welcome {
  margin-bottom: 15px;
}

#blog-title {
  margin: 0 auto 20px;
  max-width: 800px;
  letter-spacing: 1px;
  font: bolder 2.3rem/1.4 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', '游ゴシック', 'YuGothic', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
  text-indent: 1px;
}

#blog-title a {
/* 深緑メモ
　ブログ名
　カラー変更が必要？*/
  color: rgb(253,253,253);/* 注)ブログタイトルリンク色 */
}

#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 a {
/* 深緑メモ
　トップのリンク色*/
  color: rgb(253,253,253);
}


/***------------------------------------------
      top page
------------------------------------------***/

#grid-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.grid-item {
  margin-bottom: 50px;
  line-height: 1.5;

}

.grid-item {
  width: calc(50% - 10px);
}

/* 深緑メモ
　トップはこれっぽいので、
　これを削除すればOK? 
  width: 100%;
　*/
.index-grid-item:first-of-type {
  width: calc(50% - 10px);

}

.image-wrapper {
  position: relative;
}

.image-wrapper::before {
  content: "";
  display: block;
  padding-top: 65%;
}

.image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  position: absolute;
  top: 0;
  left: 0;
  font-family: 'object-fit: cover; object-position: center center;';
}

.grid-no-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: rgba(255,255,255,.6);
  color: rgba(51,51,51,.4);
  position: absolute;
  top: 0;
  left: 0;
  font-family: 'Times New Roman', serif;
  font-size: 2rem;
}

@media screen and (max-width: 540px) {
  .grid-no-image {
    font-size: 1.5rem;
  }
}

.read-more-on-image {
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0);
  position: absolute;
  top: 0;
  left: 0;
  transition: background .4s;
}

.read-more-on-image p {
  color: white;
  opacity: 0;
  position: relative;
  top: 48%;
  text-align: center;
  -webkit-transition: .4s;
  -wenkit-transform: translateY(20px);
  transform: translateY(20px);
}

.image-wrapper:hover .read-more-on-image p {
  opacity: 1;
  -wenkit-transform: translateY(0);
  transform: translateY(0);
}

.read-more-on-image p::after {
  content: "";
  display: block;
  margin: 15px auto 0;
  width: 10%;
  height: 2px;
  background: rgb(56,78,52);
}

.image-wrapper:hover .read-more-on-image {
  background: rgba(0,0,0,.4);
}

.img-wrapper:hover .read-more-on-image p::after {
  animation: horizontalExpand .3s 1 linear;
  width: 80%;
}

.grid-comment {
  width: 35px;
  height: 35px;
  line-height: 37px;
  position: absolute;
  bottom: 15px;
  right: 15px;
  font-size: 3rem;
  text-align: center;
}

.grid-comment a {
  display: block;
  width: 100%;
  height: 100%;
  color: rgb(56,78,52);
  position: relative;
}

.abs {
  display: block;
  margin: auto;
  color: white;
  line-height: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 1.1rem;
}

.content-wrapper {
  padding: 20px 0;
  text-align: center;
}

.grid-category {
  font-size: 1.2rem;
  font: bold;
}

.grid-title {
  margin: 10px auto;
  font: bold 1.8rem/1.4 'Arial', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴシック', 'Hiragino Sans', '游ゴシック体', 'YuGothic', 'メイリオ', 'Meiryo', '游ゴシック', 'Yu Gothic',  sans-serif;
}

.grid-title a {
  color: rgb(51,51,51);/* 注)トップページ要約記事タイトル文字色 */
}

.grid-title a:hover {
  color: rgb(56,78,52);/* 注)トップページ要約記事タイトルホバー時文字色 */
}

.grid-datetime {
  font-size: 1.2rem;
}

.grid-desc {
  margin: 1.5rem auto;
  max-height: 6.3rem;
  overflow: hidden;
  font-size: 1.4rem;
}

.read-more {
  font-family: 'Times New Roman', serif;
}

.read-more a {
  display: inline-block;
  margin: 20px 0 30px;
  border: 1px solid rgb(56,78,52);
  padding: .5em 1em;
}

.read-more a:hover {
  background-color: rgb(56,78,52);
  color: white;
}

.grid-footer {
  position: relative;
}

.grid-footer::before {
  content: "";
  display: block;
  margin: auto;
  width: 100%;
  height: 1px;
  background-color: rgb(200,200,200);
  position: absolute;
  top: 50%;
  bottom: 50%;
  left: 0;
}

.grid-sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  width: 80%;
  margin: auto;
  background-color: rgb(250,250,250);
  padding: 0 .3em;
  position: relative;
  z-index: 3;
}

.grid-sns li {
  font-size: 1.3rem;
}

/* SNS brand color */
.hatena {
  font-weight: bold;
}

.g-hatena:hover {
  color: rgb(61,142,216);
}

.g-facebook:hover {
  color: rgb(59,89,152);
}

.g-twitter:hover {
  color: rgb(34,144,191);
}

.g-pinterest:hover {
  color: rgb(206,15,25);
}

.g-google-plus:hover {
  color: rgb(221,75,57);
}
  
@media screen and (max-width: 540px) {
  .grid-item:nth-of-type(n+2) {
    width: calc(50% - 4px);
  }
  .grid-title {
    font-size: 1.6rem;
  }
  .grid-sns {
    width: 100%;
  }
  .grid-footer::before {
    display: none;
  }
}


/***------------------------------------------
      individual article
------------------------------------------***/

.main-body {
  margin-bottom: 50px;
  background-color: white;
  border: 1px solid rgb(230,230,230);
  padding: 20px 30px;
}

@media screen and (max-width: 540px) {
  .main-body {
    padding: 20px 15px;
  }
}

#entry-header {
  padding-bottom: 20px;
  position: relative;
  font-size: 1.2rem;
  text-align: center;
/* 深緑メモ
  タイトル文字色がほしい？
  */
  color: rgb(253,253,253);
  background-color: rgb(10,126,40);
}

/*
 深緑メモ
　無意味っぽいので駆逐する 
#entry-header::before {
  content: "";
  display: block;
  margin: auto;
  width: 10%;
  height: 2px;
  background-color: rgb(56,78,52);
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
}
　*/

/*
#entry-category
{
  padding-top:5px;
}
  padding: 0.5em 1em;
  margin: 2em 0;
  background: rgb(10,106,20);
  border-radius: 3px;
  border: solid 2px rgb(253,253,253);

*/

#entry-category a
{
  color: rgb(253,253,253);
}

#entry-title {
  margin: 10px auto;
  font: bold 1.8rem/1.4 '游ゴシック体', 'YuGothic', 'ヒラギノ角ゴシック', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', '游ゴシック', 'Yu Gothic', 'メイリオ', 'Meiryo', serif;
  text-align: center;
}

#entry-datetime {
  display: inline-block;
}

#cm-and-tb {
  display: inline-block;
  margin-left: 1.5em;
}

#cm-and-tb a:not(:last-of-type) {
  margin-right: 1em;
  color: rgb(253,253,253);
}

#inner-contents,
.contents {
  padding: 20px 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;
}

/* 深緑 UPD
#inner-contents a:hover {
  text-decoration: underline;
}
*/

/* 深緑 ADD */
/* リンク：共通 */
#inner-contents a {
  text-decoration: underline;
}

/* リンク：未訪問 */
#inner-contents a:link {
  color: #0033CC;
}

/* リンク：訪問済 */
#inner-contents a:visited {
  color: #DD3300;
}

.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 {
  text-align: center;
}

/* SNS on article */
#entry-footer-sns {
  display: inline-block;
  margin: 0 5px;
  font-size: 1.2rem;
}

#entry-footer-sns li {
  display: inline-block;
  padding: 0 5px;
}

#entry-footer-sns li a {
  display: block;
  width: 27px;
  height: 27px;
  background: rgb(56,78,52);/* 注)個別記事下SNSボタン背景色 */
  border-radius: 50%;
  color: white;
  line-height: 27px;
  text-align: center;
}

/* SNS brand color */
#e-facebook:hover {
  background-color: rgb(59,89,152);
}

#e-twitter:hover {
  background-color: rgb(34,144,191);
}

#e-pinterest:hover {
  background-color: rgb(206,15,25);
}

#e-google-plus:hover {
  background-color: rgb(221,75,57);
}

#e-hatena:hover {
  background-color: rgb(61,142,216);
}

#e-pencil:hover {
  background-color: rgb(206,188,179);
}


/***------------------------------------------
      related post, trackback list
------------------------------------------***/

#inner-contents .relate_ul {
  margin: 0 0 0 1.5em;
  list-style-type: square;
  padding: 0;
}

/* 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;
}

.relate_dl a,
.tb_dl a {
  color: rgb(165,164,179)
}

.relate_dl a:hover,
.tb_dl a:hover {
  text-decoration: underline;
}

/* with thumbnail */
#fc2relate_entry_thumbnail_area {
  margin: 80px auto 0 !important;
  padding: 0;
  position: relative;
  z-index: 1;
}

#fc2relate_entry_thumbnail_area.relate_dl {
  border: 0;
}

#fc2relate_entry_thumbnail_area .relate_dt {
  display: none;
}

#fc2relate_entry_thumbnail_area .relate_dd {
  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.6rem/1.4 '游ゴシック体', 'YuGothic', 'ヒラギノ角ゴシック', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', '游ゴシック', 'Yu Gothic', 'メイリオ', 'Meiryo', serif;
}

#fc2relate_entry_thumbnail_area .relate_dd .relate_ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
}

#fc2relate_entry_thumbnail_area .relate_dd .relate_ul li {
  margin-bottom: 10px !important;
  width: calc(50% - 4px);
  height: 80px;
  border: 1px solid rgba(0,0,0,.1);
}

@media screen and (max-width: 1020px) {
  #fc2relate_entry_thumbnail_area .relate_dd .relate_ul li {
    width: 100%;
  }
}
@media screen and (max-width: 960px) {
  #fc2relate_entry_thumbnail_area .relate_dd .relate_ul li {
    width: calc(50% - 4px);
  }
}
@media screen and (max-width: 720px) {
  #fc2relate_entry_thumbnail_area .relate_dd .relate_ul {
    display: block;
  }
  #fc2relate_entry_thumbnail_area .relate_dd .relate_ul li {
    width: 100%;
  }
}

#fc2relate_entry_thumbnail_area .relate_entry_thumbnail {
  width: 80px;
  height: 80px;
  overflow: hidden;
  padding: 0;
}

#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 {
  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(209,187,178);/* 注)No image 関連記事サムネイル背景色 */
  color: white;
  letter-spacing: 1px;
  overflow: hidden;
  position: absolute;
  z-index: 2;
  top: 0;
  font: 10px/80px 'Times New Roman', serif;
  font-size: 11px;
  text-align: center;
  text-indent: 1px;
}



#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
------------------------------------------***/

#comment-top {
  margin-bottom: 50px;
  padding: 20px 0;
}

.another-title {
  margin: 0 auto 20px;
  letter-spacing: 1px;
  font: 1.6rem/1.4 '游ゴシック体', 'YuGothic', 'ヒラギノ角ゴシック', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', '游ゴシック', 'Yu Gothic', 'メイリオ', 'Meiryo', serif;
  text-align: center;
  text-indent: 1px;
}

.another-title span {
  letter-spacing: normal;
  font-size: 1.3rem;
}

.comment-number {
  display: none;
}

.comment-number0 {
  display: block;
  color: rgb(200,200,200);
  font-style: italic;
  text-align: center;
}

.adjust-height {
  margin-top: -35px;
  padding-top: 55px;
}

.border-container {
  margin-left: 35px;
  background-color: white;
  padding-bottom: 10px;
  position: relative;
}

.user-icon {
  width: 70px;
  height: 70px;
  background-color: rgb(230,230,230);
  border-radius: 50%;
  line-height: 70px;
  position: absolute;
  top: 10px;
  left: -35px;
  font-size: 1.4rem;
  text-align: center;
}

.author-icon {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  object-fit: cover;
  object-position: center center;
  position: absolute;
  top: 10px;
  left: -35px;
  font-family: 'object-fit: cover; object-position: center center;';
}

.visitor-name-and-title {
  background-color: rgb(245,240,240);
  color: rgb(51,51,51);
  overflow: hidden;
  padding: 5px 15px 5px 45px;
  font-size: 1.4rem;
}

.comment-title {
  float: left;
  font-weight: bold;
  padding-right: 1.4em;
}

.comment-name-and-datetime {
  letter-spacing: 1px;
  float: right;
  padding-top: 2px;
  font-size: 1.2rem;
}

.visitor-name {
  display: inline-block;
  padding-right: 1em;
}

.comment-datetime {
  display: inline-block;
}

.comment-body {
  margin: 10px 0;
  padding: 10px 15px 10px 45px;
  font-size: 1.3rem;
}

.comment-info {
  letter-spacing: 1px;
  padding: 0 15px 0 45px;
  font-size: 1.2rem;
  text-align: right;
}


/***------------------------------------------
      comment form
------------------------------------------***/

#community {
  margin-top: -35px;
  padding-top: 35px;
}

#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: 'Times New Roman', serif;
  font-size: 11px;
}

#comment_form input::-moz-placeholder,
#comment_form textarea::-moz-placeholder {
  letter-spacing: 1px;
  font-family: 'Times New Roman', 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: 'Times New Roman', 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;
  border: 1px solid rgb(100,100,100);
  border-radius: 1px;
  color: rgb(51,51,51);/* 注)send, deleteボタンテキスト色 */
  cursor: pointer;
  font: bold 14px/32px 'Times New Roman', serif;
  text-align: center;
  text-shadow: 0 1px 0 rgba(0,0,0,.3);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

#sendbtn:hover,
#delbtn:hover {
  background-color: rgb(56,78,52);/* 注)コメントsend, deleteボタンボバー時背景色 */
  border-color: rgb(56,78,52);
  color: white;
}

#sendbtn {
  margin-right: 1%;
}

#delbtn {
  margin-left: 1%;
}


/***------------------------------------------
      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: 1.3rem;/* 注) トラックバックフォント大きさ */
}

#for-trackback-word {
  margin: auto;
}

.op:focus {
  border: 1px solid rgb(179,179,179);/* 注)トラックバックフォーカス時ボーダー色 */
}


/***------------------------------------------
      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: white;
}

.thumbnails {
  display: inline-block;
  position: relative;
  width: 72px;
  height: 72px;
  overflow: hidden;
}

.search-noimage {
  width: 100%;
  height: 100%;
  background-color: rgb(209,187,178);
  font: 10px/72px 'Times New Roman', serif;
  text-align: center;
}

/* the number of comment/ trackback */
.number-of-cmtb {
  font-size: 1.2rem;
  text-align: right;
}

.number-of-cmtb li {
  display: inline-block;
  margin-left: 1em;
}

/* only for titlelist */
.titlelist-body {
  padding: 10px 0;
}

/* only for search */
.hit-number {
  display: none;
  color: rgb(200,200,200);
  line-height: 1.1;
  padding: 20px 0;
  text-align: center;
  font-size: 80px;
}

.hit0 span {
  color: rgb(200,200,200);
  font-size: 15px;
}

.hit0 {
  display: block;
}


/***------------------------------------------
      calendar (includes official one)
------------------------------------------***/

.calender {
  margin: auto;
  table-layout: fixed;
  width: 260px;
  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(56,78,52);/* 注)カレンダー 日付リンクボーダー色 */
  border-radius: 50%;
}

.calender td a:hover {
  background: rgb(56,78,52);/* 注)カレンダー 日付リンクホバー時背景色 */
  color: white;
}


/***------------------------------------------
      side menu (include footer aside)
------------------------------------------***/

.side-menu h4 {
  margin: 0 auto 20px;
  letter-spacing: 1px;
  line-height: 1.4;
  position: relative;
  font-size: 1.3rem;
  text-align: center;
}

.side-menu h4::before {
  content: "";
  display: block;
  margin: auto;
  width: 80%;
  height: 1px;
  background-color: rgb(200,200,200);
  position: absolute;
  top: 50%;
  right: 0;
  bottom: 50%;
  left: 0;
}

.side-menu h4 span {
/* 深緑メモ
 サイドメニューのタイトル背景色 
  background-color: white;
 */
  background-color: rgb(120,241,120);
  padding: 0 1em;
  position: relative;
  z-index: 3;
}

/* sns */
#sns-ul {
  text-align: center;
}

#sns-ul li {
  display: inline-block;
  margin: 0 3px;
}

#sns-ul li a {
  display: block;
  width: 30px;
  height: 30px;
  background-color: rgb(56,78,52);/* SNS(Follow Me)アイコン背景色 */
  border: 0;
  border-radius: 50%;
  color: white;
  line-height: 30px;
  padding: 0;
}

#s-facebook:hover {
  background-color: rgb(59,89,152);
}

#s-twitter:hover {
  background-color: rgb(34,144,191);
}

#s-google-plus:hover {
  background-color: rgb(221,75,57);
}

#s-instagram:hover {
 background-color: rgb(81,127,164);
}


/***------------------------------------------
      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;
}

.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(207,207,207);
  border-radius: 2px;
  outline: none;
  padding: .3em;
}

/* 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;
}

.plugin-tag a:hover {
  background-color: rgb(56,78,52);
  border-color: rgb(56,78,52);
  color: white;
}


/***------------------------------------------
      pager
------------------------------------------***/

/* general */
.simple-pagination {
  margin: 50px auto 30px;
  font-family: 'Times New Roman', serif;
  font-size: 11px;
}

.simple-pagination ul {
  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;
  color: rgb(51,51,51);
  line-height: 32px;
  vertical-align: top;
  text-align: center;
}

.light-theme a:hover {
  background-color: rgb(56,78,52);/* 注)汎用ページ送りマウスホバー時背景色 */
  color: white;
}

.prev,
.next {
  border: none !important;
  font-weight: bolder;
}

.light-theme .current {
  background-color: rgb(240,240,240); /* 注)汎用ページ送り現在ページ背景色 */
  color: rgb(51,51,51);
}

.light-theme .ellipse {
  font-weight: bold;
  color: rgb(51,51,51);
}

.light-theme .prev,
.light-theme .next {
  background-color: rgb(230,230,230); /* 注)汎用ページ送りprev/ next背景色 */
  box-shadow: none;
  color: rgb(51,51,51);
}

/* article */
#posted-pager {
  display:-webkit-box;
  display:-ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin: 50px auto 30px;
  width: 100%;
  font-size: 12px;/* 注)個別記事ページ送りフォント大きさ */
}

#prev-entry {
  margin-right: 1px;
  width: 50%;
}

#next-entry {
  margin-left: 1px;
  width: 50%;
  text-align: right;
}

#prev-a,
#next-a {
  display: block;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  color: white;
  position: relative;
  padding: 20px;
}

@media screen and (max-width: 599px) {
  #prev-a,
  #next-a {
    padding: 10px 10px 5px;
  }
}

#prev-a:before,
#next-a:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.2);
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

#preventry-text,
#nextentry-text {
  color: white;
  padding-bottom: 10px;
  position: relative;
  z-index: 3;
  font-family: 'Times New Roman', serif;
}

#preventry-title,
#nextentry-title {
  height: 3em;
  min-height: 3em;
  line-height: 1.5em;
  overflow: hidden;
  position: relative;
  z-index: 3;
}

#prev-a:hover,
#next-a:hover {
  background-color: rgba(0,0,0,.8);/* 注)個別記事ページ送りホバー時背景色 */
  color: white;
}

#prev-a:hover #preventry-text,
#next-a:hover #nextentry-text {
  color: white; /* 注)個別記事ページ送りホバー時テキスト色 */
}

#prev-a:hover:before,
#next-a:hover:before {
  background-color: rgba(0,0,0,.5);
}

/* side pagination */
.side-pager-left,
.side-pager-right {
  width: 180px;
  height: 80px;
  opacity: 0;
  position: fixed;
  z-index: 2000;
  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 {
  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(250,250,250);
  padding: 0 10px;
  vertical-align: middle;
}

.page-title {
  display: block;
  width: 100%;
  max-height: 80px;
  line-height: 1.4;
  overflow: hidden;
}

.appear {
  opacity: 1;
}

/* titlelist */
#titlelist-pager {
  margin: 50px auto 30px;
  display: table;
  table-layout: fixed;
  width: 100%;
  max-width: 300px;
  font-size: 12px;
}

#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;
}

#t-prev-a,
#t-center-a,
#t-next-a {
  display: inline-block;
  width: 30px;
  height: 30px;
  background: rgba(212,217,220,.4);/* 注)個別記事homeページ送り背景色 */
  color: rgb(51,51,51);
  line-height: 30px;
  text-align: center;
}

#t-prev-a, 
#t-next-a {
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

#t-prev-a:hover,
#t-center-a:hover,
#t-next-a:hover {
  background-color: rgb(56,78,52);
  color: white;
}


/***------------------------------------------
      footer
------------------------------------------***/

/* animation */
@-webkit-keyframes slideInUp{0%,50%{opacity:0;-webkit-transform:translateY(30px)}100%{opacity:1;-webkit-transform:translateY(0)}}@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: 90px;
  z-index: 3000;
  font-size: 11px;
  text-align: center;
  -webkit-animation: slideInUp .8s;
  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;
  }
  #pagemiddle {
    display: block;
  }
}

/* animation */
@-webkit-keyframes blink{0%{opacity:0}100%{opacity:1}}@keyframes blink{0%{opacity:0}100%{opacity:1}}

.new {
  margin-left: .3em;
  color: red;
  font-family: 'Arial', sans-serif;
  font-size: 1.1rem;
  font-weight: normal;
  -webkit-animation: blink 1s ease-in-out infinite alternate;
  animation: blink 1s ease-in-out infinite alternate;
}

#footer {
  background-color: rgb(240,240,240);
  padding: 1em;
  font-family: 'Arial', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴシック', 'Hiragino Sans', '游ゴシック体', 'YuGothic', 'メイリオ', 'Meiryo', '游ゴシック', 'Yu Gothic',  sans-serif;
  text-align: center;
}

.foot,
#copyright {
  display: block;
  padding: 0 5px;
  text-align: center;
  font-size: 1.2rem;
}

#ad1,
#ad2 {
  font-size: 11px;
}


/***------------------------------------------
      personal settings
------------------------------------------***/

/* shadow for image */
.shadow-attachment {
  max-width: calc(100% - 9px);
  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%;
}

/* heading */
.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);
}


/***------------------------------------------
      深緑追加分
------------------------------------------***/

/*<------------------------------
タイトル：ブログカード用CSS
作成日　：2018/03頃
------------------------------>*/

/* カード全体像 */
.blogcard {
  margin-bottom: 30px;
  max-width: 100%;
  background-color: white;
  border: 1px solid rgb(211,211,211);
  border-radius: 2px;
  box-shadow: 0 10px 6px -6px rgba(0,0,0,.1);
  color: rgb(51,51,51);
  padding: 10px;
}

/* float親要素 */
.blogcard-content {
  margin-bottom: 5px;
  overflow: hidden;
}

/* 画像 68 から　120に変更*/
.blogcard-image {
  display: inline-block;
  float: right; /* 画像を左に配置したい場合は left に変更 1/2 */
  margin: 20px 0px 5px 5px; /* 画像を左に配置したい場合は 0 10px 5px 0 に変更 2/2 */
  width: 120px; /* 画像の表示サイズ変更は数値をpxで変更 1/6 */
  height:120px; /* 画像の表示サイズ変更は数値をpxで変更 2/6 */
}

.blogcard-image-wrapper {
  display: inline-block;
  width: 120px; /* 画像の表示サイズ変更は数値をpxで変更 3/6 */
  height:120px; /* 画像の表示サイズ変更は数値をpxで変更 4/6 */
}

.blogcard-image-wrapper img {
  width: 120px; /* 画像の表示サイズ変更は数値をpxで変更 5/6 */
  height:120px; /* 画像の表示サイズ変更は数値をpxで変更 6/6 */
  object-fit: cover;
  object-position: center center;
}

/* タイトル */
.blogcard-title {
  margin-bottom: 5px;
  line-height: 1.4;
  font-size: 15px;
  font-weight: bold;
}

.blogcard-title a {
  color: rgb(61,63,68);
  word-break: break-all;
}

.blogcard-title a:hover {
  text-decoration: underline;
}

/* 引用 */
.blogcard blockquote {
  margin: 0;
  border: 0;
  padding: 0;
  position: static;
}

.blogcard blockquote:before,
.blogcard blockquote:after {
  content: none;
}

/* 記事概要 */
.blogcard-description {
  line-height: 1.5;
  font-size: 13px;
}

/* フッター(元記事サイト名とリンク) */
.blogcard-footer {
  font-size: 12px;
}

.blogcard-footer a {
  color: rgb(154,165,171);
  text-decoration: underline;
}

.blogcard-footer a img {
  margin-right: 5px;
}

/*<------------------------------
タイトル：実戦一覧用CSS
作成日 ：2016/01頃
https://enchantress2009.web.fc2.com/CSS/MyCSSEnchantress.css
------------------------------>*/
/* テーブル */
.SlotReslutTbl
	{
		border-collapse: collapse;
		color: #000000;
	}

.SlotReslutTbl caption
	{
		font-weight:bold; 
		margin-bottom:5px; 
		color: #FFFFFF;
		background-color: #20B9DD;
		font-size:larger;
	}

/* ヘッダー */
.SlotReslutTbl th
	{
		padding: 5px;
		vertical-align: center;
		color: #FFFFFF;
		background-color: #20C2D3;
		border: 1px solid #FFFFFF;
		margin-left:auto;
		margin-right:auto;	
		font-size:larger;
	}

/* 行 */
.SlotReslutTbl tr.tr_even
	{
		background-color: #E0FFE0;
	}

.SlotReslutTbl tr.tr_odd
	{
		background-color: #FFFFE0;
	}

.SlotReslutTbl tr.tr_even_not
	{
		background-color: #FFE0E0;
	}

	
.SlotReslutTbl tr.tr_odd_not
	{
		background-color: #FFF0F0;
	}

/* 各項目 */
.SlotReslutTbl td
	{
		padding: 5px;
		border: 1px solid #FFFFFF;
	}

/* 小さく表示 */
.SlotreslutTbl td.td_impre,td.td_ResultMini,td.td_fstday,td.td_intro,td.td_balance,td.td_eva,td.td_type,a.a_fstst_link
	{
		font-size:smaller;
	}

/* 中央揃い */
.SlotreslutTbl td.td_fstday,td.td_intro,td.td_balance,td.td_eva,td.td_type
	{
		text-align: center;
	}

/* 項番 */
.SlotReslutTbl td.td_no
	{
		text-align: center;
		vertical-align: center;
	}

/* 機種名 */
.SlotreslutTbl td.td_name
	{
		padding-top: 15px;
		padding-bottom: 15px;
		font-weight: bolder;
	}

/* メモ欄 */
.SlotreslutTbl td.td_impre,td.td_ResultMini
	{
		padding-top: 10px;
		padding-bottom: 10px;
	}

/* リンク系 */
.SlotReslutTbl a.a_fstst_link
	{
		font-weight:bold; 
		border-bottom: solid 1px;
    }

/* リンク：未訪問 */
.SlotReslutTbl a.a_fstst_link:link
	{
		color: #0033CC;
    }

/* リンク：訪問済 */
.SlotReslutTbl a.a_fstst_link:visited
	{
		color: #DD3300;
    }

/* 空白行 */
.SlotReslutTbl td.td_Cls
	{
		border: 0px solid #000000;
	}

/* 合計欄 */
.SlotReslutTbl td.td_sum_th
	{
		text-align: center;
		background-color: #20C2D3;
		color: #FFFFFF;
		font-weight:bold; 
	}

.SlotReslutTbl td.td_sum_td
	{
		text-align: center;
		background-color: #B0F2F3;
	}

.SlotReslutSummary
	{
		padding: 10px;
		background: #FFFFEE;
		border: 5px solid #20B9DD;
		color: #000000;
		border-radius: 10px;
		text-align: left;
		font-weight:normal; 
		font-size:smaller;
	}

/*<------------------------------
タイトル：汎用テーブル用CSS 
作成日　：2016/02頃
------------------------------>*/
/* テーブル */
.genericTbl
	{
		border-collapse: collapse;
		color: #000000;
	}
/* タイトル */
.genericTbl caption
	{
		font-weight:bold;
		margin-bottom:3px;
		background-color: #00FF9B;
		padding: 5px 10px 5px 10px;
	}
/* ヘッダー */
.genericTbl th.genericTH
	{
		padding: 5px 10px 5px 10px;
		vertical-align: center;
		background-color: #4BFF4B;
		border: 2px solid #FFFFFF;
		margin-left:auto;
		margin-right:auto;
	}
/* TR */
.genericTbl tr.genericTR
	{
		background-color: #E0FFE0;
	}
/* 共通TD */
.genericTbl td
	{
		padding: 5px 10px 5px 10px;
		border: 2px solid #FFFFFF;
	}
/* 汎用TD */
.genericTbl td.genericNum
	{
		text-align: right;
	}
.genericTbl td.genericSTR
	{
		text-align: left;
	}
.genericTbl td.genericMain
	{
		text-align: center;
	}
/* 強調TD */
.genericTbl td.genericNumATK
	{
		text-align: right;
		font-weight:bold;
		background-color: #FFDDDD;
	}
.genericTbl td.genericStrATK
	{
		text-align: left;
		font-weight:bold;
		background-color: #FFDDDD;
	}
.genericTbl td.genericMainATK
	{
		text-align: center;
		font-weight:bold;
		background-color: #FFDDDD;
	}

/*<------------------------------
タイトル：その他CSS 
作成日　：2016/02頃
------------------------------>*/
/* メインタイトル的な */
.EnchaTitleMain01
	{
		padding:5px 8px;
		border-color:#20CDD3;
		border-width:1px 1px 1px 10px;
		border-style:solid;
		background:#DCFFE6;
		color:#000000;
		font-weight:bold;
		width:auto;
	}

/* サブタイトル的な */
.EnchaTitleSub01
	{
		padding:5px 8px;
		border-color:#80E1E7;
		border-width:1px 1px 1px 10px;
		border-style:solid;
		background:#E0FFE0;
		color:#000000;
		font-weight:bold;
		width:auto;
	}

/* 本部用サブサブタイトル */
.MySubTitle
	{
		font-size: larger;
		font-weight: bold;
		text-decoration: underline;
	}

/* リスト用 */
.Enchacontents
	{
		list-style-type: disc;
	}


/* 格納ボディ */
.EnchacontentsBody
	{
		padding: 5px;
		background: #FFFFFF;
		border-radius: 5px;
		border: 1px solid #000000;
		color: #000000;
    }

/* 格納ボディ */
.EnchacontentsURL
	{
		color: #000000;
	}

/* 吹き出し */
.EnchaBalloonUp,.EnchaBalloonDown
 {
  /* 基本 */
  background-color:#FFFFFF;
  color:#000000;
  border:1px solid #000000;
  position:relative;
  min-width:50px;
  padding: 5px;
  border-radius:5px;
  display:inline-block;
  text-align:center;
 }
.EnchaBalloonUp:before,.EnchaBalloonDown:before
,.EnchaBalloonUp:after,.EnchaBalloonDown:after
 {
  border:10px solid transparent;
  content:"";
  display:block;
  left:15px;
  position:absolute;
  width:0;
  height:0;
 }
.EnchaBalloonUp:before,.EnchaBalloonDown:before
 {
  z-index:1; 
 }
.EnchaBalloonUp:before
 {
  border-bottom-color:#FFFFFF;
  border-top-width:0;
  top:-9px;
 }
.EnchaBalloonUp:after
 {
  border-bottom-color:#000000;
  border-top-width:0;
  top:-10px;
 } 
.EnchaBalloonDown:before
 {
  border-top-color:#FFFFFF;
  border-bottom-width:0;
  top:99%;
 }
.EnchaBalloonDown:after
 {
  border-top-color:#000000;
  border-bottom-width:0;
  top:100%;
 }
.EnchaBalloonDown
 {
  background-color:#FFFFFF;
  color:#000000;
  border:1px solid #000000;
  position:relative;
  min-width:50px;
  padding: 5px;
  border-radius:5px;
  display:inline-block;
  text-align:center;
 }
.EnchaBalloonDown:before
 {
  border:10px solid transparent;
  border-top-color:#FFFFFF;
  border-bottom-width:0;
  top:99%;
  content:"";
  display:block;
  left:15px;
  position:absolute;
  width:0;
  z-index:1; 
 }
.EnchaWindowDQ
 {
  padding:5px 5px;
  border-color:#FFFFFF;
  border-width:3px;
  border-style:solid;
  background-color: #000000;
  color: #FFFFFF;
  font-weight:bolder;
  width:auto;
     border-radius: 7px;
 }

/*<------------------------------
タイトル：一般利用用CSS 
作成日　：2016/03頃
------------------------------>*/
/* 蛍光ペン span奨励*/
.MarkerYellow
 {
  background-color: #FFFF90;
  padding: 0px 5px 0px 5px;
  color: #000011;
 }
.MarkerRed
 {
  background-color: #FFDDDD;
  padding: 0px 5px 0px 5px;
  color: #000011;
 }
.MarkerBlue
 {
  background-color: #96FFFF;
  padding: 0px 5px 0px 5px;
  color: #000011;
 }

.MarkerYellowATK
 {
  background-color: #FFFF30;
  padding: 0px 5px 0px 5px;
  color: #000011;
 }
.MarkerRedATK
 {
  background-color: #FFAAAA;
  padding: 0px 5px 0px 5px;
  color: #000011;
 }
.MarkerBlueATK
 {
  background-color: #50FFFF;
  padding: 0px 5px 0px 5px;
  color: #000011;
 }


/* 段落用 div奨励*/
.EnchaMiniBody01
 {
  padding:0px 18px;
 }

.MyTextVertical
	{
		padding: 5px 10px 5px 10px;
		-webkit-writing-mode: vertical-rl;
		-ms-writing-mode: tb-rl;
		writing-mode: vertical-rl;
		text-orientation: upright;
	}


.tanzaku_777
	{
                background-color: #FFFFDD;
		padding: 20px 20px 20px 20px;
		-webkit-writing-mode: vertical-rl;
		-ms-writing-mode: tb-rl;
		writing-mode: vertical-rl;
		text-orientation: upright;
	}

.genericTbl th.genericTH_Vertical
	{
		padding: 5px 10px 5px 10px;
		vertical-align: center;
		text-align: center;
		background-color: #4BFF4B;
		border: 2px solid #FFFFFF;
		margin-left:auto;
		margin-right:auto;
		-webkit-writing-mode: vertical-rl;
		-ms-writing-mode: tb-rl;
		writing-mode: vertical-rl;
		text-orientation: upright;
	}

/* 2019/02/14 ADD */

/* toc */
#toc {
  position: relative;
  width: 100%;
  margin: 30px auto;/* 30pxは先行要素と後続要素との距離 */
  padding: 3em 40px 0 0;
  border: 1px solid rgb(209,215,215);/* 全体を囲うボーダー */
  background: rgb(249,255,255);/* 全体背景色 */
  line-height: 1.5;/* 行間設定(注意 単位なしで記載) */
}

#toc:before {
  content: "お品書き";/* toc上部タイトル */
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3em;
  font-weight: bold;
}

#toc a {
  display: block;
  width: 100%;
  padding: 5px 0;
  border-top: 1px solid rgb(229,235,235);/* 各リンク上部のボーダー */
  color: rgb(51,51,51);/* リンク色 */
  word-break: break-all;
  text-decoration: none;
}

/* 戻るリンクの指定 */
.back-toc {
  margin: 1em 0;
}

/* 2019/02/25 ADD */

.img_tile-container {
  column-count: 3;/* スマホでの横並び数 */
  column-gap: 10px;/* アイテム間の余白 */
}

@media screen and (min-width: 700px) {
  .img_tile-container {
    column-count: 4;/* 指定サイズ以上の画面幅(タブレット, パソコンなど)の並び数 */
  }
}

.img_tile {
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
  display: inline-block;
  width: 100%;
}

.img_tile img {
  width: 100%;
}
