@charset "utf-8";

/**
* Author: Vanillaice (Akira) - https://vanillaice000.blog.fc2.com/
* Website skin name: TheCity
* The first edition: 2015.6.6
* 2015.7.14 - hack for iOS8 fixed bug(sidebar) iOS8以降のfixed要素バグに対応
* 2015.8.31 - ページtop/ bottomボタン変更, スマホ操作性向上, 一部フォント変更, ビューポート再調整 etc.
* 2015.9.7 - スライドサイドバーをスマホのみに変更, スライドサイドバーとプラグイン干渉改善, その他微調整
* 2015.12.4 - Google feed api 廃止に伴う新着サムネイル仕様変更
* 2016.1.9 - フッター構造変更, タイトルタグ微調整
* 2016.11.1 - 全体レイアウト・デザイン調整, 関連記事サムネイル整形, その他微調整
* 2017.1.13 - テンプレデフォルト新着サムネイルをGoogle APIからFC2独自変数に変更
* 2017.1.25 - SNSシェアリンクをエンコード
* 2017.9.22 - SSL化に伴うURL正規化
* 2017.12.12 - リセットCSSを最小限に, html構造及びCSS装飾修正, トップページの追記折りたたみを個別記事ページ遷移に変更, その他変更多数
* 2018.3.8 - iOS11.2.6でモーダルが開かない件修正など
* 2019.1.25 - Font Awesomeを廃しインラインSVGに変更 など
* 2019.4.27 - PC版Safariでモーダル検索の背景が白くなる件を修正
* Latest update: 2019.8.3 - 管理画面経由で管理人名を装飾した際にテンプレートの返信ボタンレイアウトが崩れる件を修正, コメント欄管理人ハンドルネームにクラス名を追加(潜在的カスタマイズ), 記事部分の上下余白をpaddingからmarginに変更
*/

/***------------------------------------------
      reset(do NOT change or delete)
------------------------------------------***/

embed,iframe,img,table,textarea{max-width:100%}#fc2_text_ad,pre,table{word-break:break-all}dd,dl,dt,figure,li,ol,p,strong,summary,ul,var{margin:0;padding:0;border:0;outline:0;vertical-align:baseline;background:0 0}iframe{border:0}img{height:auto;line-height:0;vertical-align:bottom;font-size:0}ol,ul{list-style-type:none}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section{display:block}input,textarea{font-size:16px}pre,code{white-space:pre-wrap;font-family:Menlo,consolas,Courier}*{box-sizing:border-box}:focus{outline:0}.fc2_footer{margin:20px 0 0}#fc2_text_ad{margin:20px 0!important;letter-spacing:normal;line-height:1.4;font-size:11px}#fc2_text_ad a{color:#646464}#change_mobile{display:none}*::before,*::after{box-sizing:inherit;}#sh_fc2blogheadbar{z-index:4000!important}


/***------------------------------------------
      svgs
------------------------------------------***/

.svg-inline {
  display: inline-block;
  height: 1em;
  font-size: inherit;
  vertical-align: -.125em;
  fill: currentColor;
}


/***------------------------------------------
      blockquote
------------------------------------------***/

blockquote {
  margin: auto;
  width: 98%;
  height: auto;
  background-color: rgb(250,250,250);
  border: 1px solid rgb(240,240,240);
  border-radius: 1px;
  padding: 2.5em;
  position: relative;
  z-index: 1;
}

blockquote:before {
  content: '“';
  font-size: 700%;
  color: rgb(53,61,75);
  line-height: 1em;
  font-family: 'Times New Roman', 'Hiragino Kaku Gothic Pro W3', 'Meiryo', sans-serif;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

blockquote:after {
  content: '”';
  font-size: 700%;
  color: rgb(53,61,75);
  line-height: 0em;
  font-family: 'Times New Roman', 'Hiragino Kaku Gothic Pro W3', 'Meiryo', sans-serif;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}


/***------------------------------------------
      link
------------------------------------------***/

a {
  text-decoration: none;
  color: rgb(53,61,75);/* 注)基本リンク色 */
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}


/***------------------------------------------
      layout
------------------------------------------***/

html {
  margin: 0;
  font-size: 62.5%;
}

body {
  margin: 0;
  background-color: white;
  color: rgb(51,51,51);
  word-wrap: break-word;
  font: 1.4rem/1.9 'Ubuntu Condensed', '游ゴシック体', 'YuGothic', 'ヒラギノ角ゴシック', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', '游ゴシック', 'Yu Gothic', 'メイリオ', 'Meiryo', sans-serif;
  -webkit-font-smoothing: antialiased;/* 注)文字が細すぎると感じる方はこの一行削除(Mac Google Chromeのみ) 1/2 */
  -moz-osx-font-smoothing: grayscale;/* 注)文字が細すぎると感じる方はこの一行削除(Mac Firefoxのみ) 2/2 */
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}

#wrapper {
  display:-webkit-box;/* fallback old Android */
  display:-ms-flexbox;/* fallback ie10 */
  display: -webkit-flex;/* fallback old safari */
  display: flex;
  flex-direction: column;
  width: calc(100% - 300px);
  min-height: 100vh;
}

#main-container {
  width: 100%;
  max-width: 920px;
  margin: 0 auto;
  padding: 0 60px 80px;
}

#secondary {
  width: 300px;
  height: 100%;
  background: rgb(53,61,75);
  line-height: 1.8;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 999;
  font-size: 1.2rem;
}

@media screen and (max-width: 940px) {
  #wrapper {
    width: 100%;
  }
  #main-container {
    width: 100%;
    padding: 0 60px 80px;
  }
  #secondary {
    width: 100%;
    height: auto;
    position: static;
  }
}
@media screen and (max-width: 768px) {
  #main-container {
    padding: 0 30px 80px;
  }
}
@media screen and (max-width: 460px) {
  #main-container {
    padding: 0 15px 80px;
  }
}


/***------------------------------------------
      header
------------------------------------------***/

#banner {
  max-width: 920px;
  margin: auto;
  padding: 40px 0;
  text-align: center;

background: url(https://blog-imgs-122-origin.fc2.com/i/z/u/izuminogotoku/IMG_6832.jpg) center top fixed no-repeat;/* ヘッダー画像 */
 opacity:0.8;
  background-size: 100% auto;

}

#blog-title {
  margin: auto;
  max-width: 90px;
   height:  200px;
  background: url('https://blog-imgs-122.fc2.com/i/z/u/izuminogotoku/title.png');
  background-size: cover;
  background-position: center top;
font: 5rem/1.4 'Gill Sans', 'Arial', '游明朝', 'YuMincho', 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
  letter-spacing: 1px;
  text-indent: 1px;
  text-transform: uppercase;
  animation: slideInUp 1.2s;
}

#blog-title a {
  color: transparent;
}

#site-description,
#breadcrumbs {
  width: 90%;
  margin: 20px auto 0;
  font-size: 1.2rem;
  line-height: 1.4;
  color: white;
}


/***------------------------------------------
      breadcrumbs
------------------------------------------***/

#breadcrumbs li {
  display: inline-block;
}

#breadcrumbs li a {
  display: inline-block;
  padding: .1em .3em;
  border-radius: 4px;
  background: rgba(53,61,75,.1);
}

#breadcrumbs li a:hover {
  background: rgb(53,61,75);
  color: rgb(255,255,255);
}

#breadcrumbs span {
  margin: 0 .5em;
}


/***------------------------------------------
      navigation
------------------------------------------***/

#navi-list {
  margin: 0 auto 30px;
  text-align: center;
}

#navi-list li {
  display: inline-block;
  margin: 3px;
}

#navi-list .pc-hide {
  display: none;
}

#navi-list li a,
#modal-trigger-label {
  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: 32px;
  height: 32px;
  border-radius: 50%;
  filter: drop-shadow(2px 4px 3px rgba(0,0,0,.2));
  cursor: pointer;
  transition: .3s ease-in-out;
}

.navi-list-a {
  background: rgba(53,61,75,.1);
  color: rgb(53,61,75);
}

/* site search */
#modal-overlay {
  opacity: 0;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -999;
  width: 100%;
  height: 100%;
  background: rgba(53,61,75,.9);/* 注)モーダル背景色 */
  text-align:center;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: all .75s;
  transition: all .75s;
}

#modal-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  padding-bottom: 100px;
}

/* 注)closeテキストの指定 */
#modal-close-label {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: white;
  font-size: 1.6rem;
  font-family: 'Ubuntu Condensed', sans-serif;
  cursor: pointer;
}

#modal-form {
  position: relative;
  top: 50%;
  width: 80%;
  padding: .5em 0;
  border-bottom: 1px solid white;
  -webkit-transform: translateY(-50%);/* Safari用 */
  transform: translateY(-50%);
}

#modal-input {
  width: 100%;
  background: transparent;
  border: 0;
  color: white;
  font-size: 1.6rem;
  -webkit-appearance: button;
}

#modal-input::-webkit-input-placeholder {
  color: white;
}

#modal-input::-moz-input-placeholder {
  color: white;
}

#modal-trigger {
  display: none;
}

#modal-close-label span {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

#modal-form {
  display: block;
  position: relative;
  z-index: 3;
  width: 90%;
  max-width: 500px;
  margin: auto;
  color: white;
  text-align: left;
}

#modal-trigger:checked ~ #modal-overlay {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
  z-index: 100005;
}


/***------------------------------------------
      entry
------------------------------------------***/

.main-body {
 margin-bottom: 40px;
}

.entry-header {
  position: relative;
  text-align: center;
}

.entry-title {
  display: inline-block;
  margin: 0 1em;
  padding: 0 .5em;
  background: white;
  font-size: 1.8rem;
  line-height: 1.4;
  text-align:center;
  text-shadow: 2px 4px 3px rgba(0,0,0,.1);
}

.entry-header:before {
  content: "";
  margin: auto;
  display: block;
  width: 100%;
  height: 1px;
  background-color: rgb(51,51,51);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
}

.entry-title a {
  color: rgb(53,61,75);
}
.entry-time {
  display: block;
  padding-top: 1.5rem;
  text-align: center;
}

.contents {
  padding: 20px 0;
}

.inner-contents {
  margin: 20px 0;
}

.inner-contents p {
  margin: 1.9em 0;
}

.inner-contents a {
  color: rgb(67, 98, 145);/* 注)記事内リンク色 */
}

.inner-contents a:hover {
  text-decoration: none;
}

.read-more {
  margin: 30px auto;
  color: rgb(255,255,255);
  text-align: right;
}

.read-more a {
  background-color: rgb(53,61,75);
  border-radius: 4px;
  color: white;
  padding: .4em .7em;
}

.read-more a:hover {
  text-decoration: none;
}

/* footer */
.entry-footer {
  text-align: right;
}

.sns-and-others-ul {
  display: inline-block;
  text-align: center;
}

.sns-and-others-ul li {
  display: inline-block;
  margin: 0 0 3px 3px;
  vertical-align: top;
}

.sns-and-others-ul li a {
  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: 30px;
  height: 30px;
  border-radius: 50%;
  background: rgba(53,61,75,.1);
  color: rgb(53,61,75);
  filter: drop-shadow(2px 4px 3px rgba(0,0,0,.2));
}

.hatena {
  font-weight: 700;
  line-height: 1;
  font-family: 'Verdana', sans-serif;
}

/* brand color */
.c-facebook:hover {
  background: rgb(59,89,152);
  color: white;
}
.c-twitter:hover {
  background: rgb(85,172,238);
  color: white;
}
.c-pinterest:hover {
  background: rgb(206,15,25);
  color: white;
}
.c-instagram:hover {
  background: rgb(62,114,155);
  color: white;
}
.c-hatena:hover {
  background: rgb(61,142,216);
  color: white;
}
.c-common:hover {
  background: rgb(53,61,75);
  color: white;
}

.comment-and-others-ul {
  padding-top: 10px;
  font-size: 1.2rem;
  text-align: right;
}

.comment-and-others-ul li {
  display: inline-block;
  margin-left: 1em;
}

/* user tag */
.entry-tag {
  margin-top: 30px;
  font-size: 1.2rem;
}

.entry-tag a {
  display: inline-block;
  margin: 0 2px 2px 0;
  background-color: rgba(53,61,75,.1);
  border-radius: 2px;
  padding: .1em .6em;
  vertical-align: middle;
}

.entry-tag a:hover {
  background-color: rgb(53,61,75);
  color: white;
  text-decoration: none;
}


/***------------------------------------------
      related post, trackback list
------------------------------------------***/

.relate_dl,
.tb_dl {
  margin: 20px auto 0;
  background-color: rgb(252,252,248);
  border-radius: 3px;
  box-shadow: inset 0 0 15px rgba(0,0,0,.2);
  padding: 6px 10px;
  font-size: 1.2rem;
}

.relate_dt,
.tb_dt {
  font-weight: bold;
}

.date {
  padding-top: 10px;
}

.tb_li2 {
  text-align: right;
}

.inner-contents .relate_ul {
  margin: 0 0 0 1.5em;
  list-style-type: square;
  padding: 0;
}

/* with thumbnail */
#fc2relate_entry_thumbnail_area {
  margin: 90px auto 30px;
  padding: 6px 10px;
  position: relative;
  z-index: 1;
}

#fc2relate_entry_thumbnail_area .relate_dt {
  display: none;
}

#fc2relate_entry_thumbnail_area .relate_dd {
  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-size: 1.6rem;
  text-align: center;
}

#fc2relate_entry_thumbnail_area .relate_dd .relate_ul {
  list-style: none;
  overflow: hidden;
}

#fc2relate_entry_thumbnail_area .relate_dd .relate_ul li {
  width: 50%;
  height: 88px;
  float: left;
}

@media screen and (max-width: 1000px) {
  #fc2relate_entry_thumbnail_area .relate_dd .relate_ul li {
    width: 100%;
    float: none;
  }
}

#fc2relate_entry_thumbnail_area .relate_entry_title {
  padding-right: 1em;
  word-break: break-all;
}

.related-overlay {
  position: relative;
}

.related-overlay:before {
  content: "";
  width: 80px;
  height: 80px;
  background-color: rgb(245,245,245);/* 注)No image 関連記事サムネイル */
  border-radius: 1px;
  position: absolute;
  z-index: 2;
}

.related-overlay:after {
  content: "No image";
  display: block;
  width: 80px;
  height: 80px;
  color: rgb(51,51,51);
  line-height: 80px;
  position: absolute;
  z-index: 3;
  font-size: 11px;
  text-align: center;
}

#fc2relate_entry_thumbnail_area .relate_entry_thumbnail {
  width: 80px;
  height: 80px;
  overflow: hidden;
}

#fc2relate_entry_thumbnail_area .relate_dd .relate_ul .relate_entry_thumbnail img  {
  width: 80px !important;
  height: 80px !important;
}

@media screen and (max-width: 479px) {
  #fc2relate_entry_thumbnail_area .relate_entry_thumbnail {
    width: 80px !important;
    height: 80px !important;
  }
  #fc2relate_entry_thumbnail_area .relate_dd .relate_ul .relate_entry_thumbnail img {
    width: 80px !important;
    height: 80px !important;
  }
}


/***------------------------------------------
      posted comment
------------------------------------------***/

.another-title {
  margin: 0 auto 20px;
  font-size: 1.6rem;
  line-height: 1.4;
  text-align: center;
}

.another-title span {
  margin-left: 1em;
  letter-spacing: normal;
  font-size: 1.3rem;
  font-family: '游ゴシック体', 'YuGothic', 'ヒラギノ角ゴシック', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', '游ゴシック', 'Yu Gothic', 'メイリオ', 'Meiryo', sans-serif;
  text-transform: none;
}

.comment-number {
  display: none;
}

.comment-number0 {
  display: block;
  color: rgb(200,200,200);
  font-style: italic;
  text-align: center;
}

.comment-contents:not(:last-of-type) {
  margin: 49px 0;
}

.visitor-name-and-title {
  padding-left: 20px;
  font-weight: bold;
}

.user-box {
  position: relative;
  margin-left: 20px;
  padding: 1em 1em .5em;
  background: rgba(53,61,75,.1);
  font-size: 1.3rem;
}

.icon-position {
  position: absolute;
  top: -20px;
  left: -20px;
}

.user-icon {
  display: -webkit-box;/* fallback old Android */
  display: -ms-flexbox;/* fallback ie10 */
  display: -webkit-flex;/* fallback old safari */
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 46px;
  height: 46px;
  margin-right: 20px;
  border-radius: 50%;
  background-color: rgb(207,207,207);
  color: white;
  text-align: center;
}

.author-icon {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  object-fit: cover;
  object-position: center center;
  position: absolute;
  top: 0;
  left: 0;
}

.comment-body {
  margin: 1em 0;
  padding-left: 20px;
}

.comment-info {
  font-size: 1.2rem;
  text-align: right;
}

.comment-info li {
  display: inline-block;
}

.comment-info li:not(:last-of-type)::after {
  content: "|";
  margin: 0 .4em;
}


/***------------------------------------------
      comment form
------------------------------------------***/

#comment_form {
  max-width: 650px;
  margin: auto;
  padding-top: 40px;
}

#comment_form label {
  display: block;
  padding-bottom: 5px;
  font-size: 1.2rem; /* 注)コメント投稿フォームラベル フォント大きさ */
}

.apply {
  display: block;
  margin-bottom: 10px;
  width: 100%;
  padding: .6em;
  border-radius: 2px;
  border: 1px solid rgb(150,150,150);
  background: rgb(250,250,250);
  outline: none;
  -webkit-appearance: none;
}

#comment {
  display: block;
  width: 100%;
  min-height: 200px;
  margin-bottom: 10px;
  padding: .6em;
  border-radius: 2px;
  border: 1px solid rgb(150,150,150);
  background: rgb(250,250,250);
  line-height: 1.5;
  outline: none;
  -webkit-appearance: none;
}

#password {
  width: 50%;
}

.apply:focus,
#comment:focus {
  border-color: rgb(179,179,179);
  background: white;
}

#comment_form input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px rgb(250,250,250) inset;
}

/* checkbox */
#no-p input:focus {
  outline: none;
}

#no-p input[type=checkbox] {
  display: inline-block;
  margin-right: 6px;
}
#no-p input[type=checkbox] + label {
  display: inline-block;
  margin-right: 12px;
  cursor: pointer;
  line-height: 1.5px;
  position: relative;
  left: 0;
}
 
@media (min-width: 1px) {
  #no-p input[type=checkbox] {
    display: none;
    margin: 0;
  }

  #no-p input[type=checkbox] + label {
    padding: 1px 0 0 28px;
  }

  #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(150,150,150);
  }

  #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);
  }
}

#half-block {
  display: -webkit-box;/* fallback old Android */
  display: -ms-flexbox;/* fallback ie10 */
  display: -webkit-flex;/* fallback old safari */
  display: flex;
  justify-content: space-between;
  max-width: 330px;
}

#password {
  width: 50%;
}

#sendbtn,
#delbtn {
  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: calc(50% - 5px);
  height: 33px;
  margin-top: 20px;
  border-radius: 2px;
  border: 0;
  background: rgb(53,61,75);/* 注)send, deleteボタン背景色 */
  color: white;
  font: bold 1.4rem/1 'Ubuntu Condensed', sans-serif;
  cursor: pointer;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

#sendbtn:hover,
#delbtn:hover {
  background-color: rgb(23,31,45); /* 注)send, deleteボタンホバー時背景色 */
}


/***------------------------------------------
      trackback
------------------------------------------***/

.op,
#for-trackback-word {
  display: block;
  width: 100%;
  max-width: 650px;
}

.op {
  margin: 30px auto 10px;
  padding: .5em;
  border-radius: 0;
  border: 1px solid rgb(150,150,150);/* 注)トラックバックボーダー色 */
  font-size: 1.3rem;/* 注)・トラックバックフォント大きさ */
  outline: none;
  -webkit-appearance: none;
}

#for-trackback-word {
  margin: auto;
}

.op:focus {
  border: 1px solid rgb(179,179,179);/* 注)トラックバックフォーカス時ボーダー色 */
}


/***------------------------------------------
      index (title list), search page
------------------------------------------***/

.list-contents:not(:last-of-type) {
  margin: 20px 0;
  border-bottom: 1px solid rgb(240,240,240);
}

.list-title {
  margin: auto;
  font-weight: bolder;
  font-size: 1.5rem;/* 注)全記事リスト記事タイトルフォント大きさ */
  line-height: 1.5;
}

.list-title a {
  text-decoration: none;
}

.index-p {
  padding: .5em 0;
}

.list-entry {
  padding: .5em 0;
  overflow: hidden;
}

.list-entry-date,
.list-entry-category {
  font-size: 1.2rem;
  text-align: right;
}

.list-entry-category i {
  margin-right: .5em;
}

.list-entry-category span {
  margin: 0 1em;
}

/* only for search page */
.thumbnails {
  display: inline-block;
  float: right;
  position: relative;
  width: 72px;
  height: 72px;
  margin: 0 0 5px 10px;
  overflow: hidden;
  border-radius: 50%;
}

.search-noimage {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: rgb(245,245,245);
  color: rgba(51,51,51,.7);
  line-height: 72px;
  text-align: center;
}

.list-a {
  color: rgba(255,255,255,.9);
}

.list-a:hover {
  color: rgba(255,255,255,.9);
}

/* 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 search */
.hit-number {
  display: none;
  padding: 20px 0;
  color: rgb(200,200,200);
  font-size: 8rem;
  line-height: 1.1;
  text-align: center;
}

.hit0 span {
  color: rgb(200,200,200);
  font-size: 1.5rem;
}

.hit0 {
  display: block;
}


/***------------------------------------------
      pager
------------------------------------------***/

/* general */
.simple-pagination {
  max-width: 920px;
  margin: 0 auto 50px;
  overflow: hidden;
  text-align: center;
}

.simple-pagination li {
  display: inline-block;
  margin: 3px;
  border-radius: 50%;
  vertical-align: top;
}

.light-theme a,
.light-theme span {
  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: 30px;
  height: 30px;
  border: 1px solid rgb(53,61,75);
  color: rgb(53,61,75);
  font-size: 12px;/* 注)汎用ページ送りフォント大きさ */
}

.light-theme a:hover {
  background: rgb(53,61,75);/* 注)汎用ページ送りマウスホバー時背景色 */
  color: rgb(255,255,255);
}

.light-theme .current {
  background: rgb(53,61,75);
  color: rgb(255,255,255);
}

.light-theme .ellipse {
  border: 0;
  color: rgb(53,61,75);
  font-weight: bold;
}

.light-theme .prev,
.light-theme .next {
  border: 0;
  background: transparent;
  color: rgb(51,51,51);
}

/* article, 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;
  align-items: center;
  max-width: 920px;
  margin: 0 auto 50px;
  font-size: 12px;
  line-height: 1.3;
}

.titlelist-pager {
  max-width: 400px;
}

.pager-home {
  width: 30px;
  height: 30px;
  margin: 0 10px;
}

.center-a,
.t-prev-a,
.t-next-a {
  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: 30px;
  height: 30px;
  border: 1px solid rgb(53,61,75);
}

.t-next-a {
  margin-left: auto;
}

.pager-left,
.pager-right {
  -webkit-flex: 1;
  flex: 1;
  min-width: 0;
}

.prev-a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  padding-left: 40px;
}

.next-a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  padding-right: 40px;
  text-align: right;
}

.prev-a::before {
  content: "\2039";
  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;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 30px;
  height: 30px;
  margin: auto;
  border: 1px solid rgb(53,61,75);
  color: rgb(53,61,75);
  font-weight: bold;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.next-a::before {
  content: "\203A";
  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;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 30px;
  height: 30px;
  margin: auto;
  border: 1px solid rgb(53,61,75);
  color: rgb(53,61,75);
  font-weight: bold;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.center-a:hover,
.prev-a:hover::before,
.next-a:hover::before,
.t-prev-a:hover,
.t-next-a:hover {
  background: rgb(53,61,75);
  color: white;
}

.with-border {
  padding-top: 40px;
  border-top: 1px solid rgb(51,51,51);
}


/***------------------------------------------
      side menu
------------------------------------------***/

.mobile {
  display: none;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 8px;
  right: 8px;
  z-index: 4000;
  width: 30px;
  height: 30px;
  background: rgb(53,61,75);
  color: white;
  font-size: 20px;
}

#roundphoto {
  padding-top: 40px;
}

#roundphoto-image {
  margin: auto;
  width: 160px;
  height: 160px;
  background: url(https://blog-imgs-122-origin.fc2.com/i/z/u/izuminogotoku/IMG_0034.jpg) center center /cover no-repeat;/* 注)サイドメニューの円形画像はここです(正方形で) */
  border-radius: 50%;
}

#barwords {
  margin: 0 auto 20px;
  padding: 0 8px;
  color: rgb(255,255,255);
  font: 2.0rem/1.2 'Niconne', cursive;/* 注)サイドバー円画像下文章フォント */
  text-align: center;
}

#websitelink  {
  margin: auto;
  width: 160px;
  text-align: center;
}

#sidenav {
  margin: auto;
  width: 100%;
  background: rgb(53,61,75);
  font-size: 1.2rem;
  line-height: 1.8;
}

#sidenav .scroll {
  width: 100%;
  height: 100%;
  overflow: auto;
  position: relative;
  padding: 30px 0 110px;
  -webkit-overflow-scrolling: touch;
}

.plugin-name {
  padding: 8px 0;
  font-size: 1.5rem;
}

.sidebar-dl {
  max-width: 450px;
  margin: auto;
  color: rgb(255,255,255);/* 注)サイドバーのプラグイン名文字色 */
  padding: 0 15px;
}

.sidebar-dl:last-of-type {
  padding-bottom: 80px;
}

.sidebar-dl dt {
  display: block;
  text-align: center;
  cursor: pointer;
}

.sidebar-dl dd {
  text-align: left;
  display: none;/* 注)サイドバーを常に開いておきたい方はこの一行削除 2/2 */
  height: auto;
  padding: 20px 0;
}

.separate ul li a {
  color: rgb(255,255,255);/* 注)サイドバープラグイン内のリスト文字色 */
}

.separate div,
.separate div a,
.separate p,
.separate p a {
  color: rgb(255,255,255); /* 注)サイドバープラグイン内のリンク文字色 */
}

.plugin-name:hover {
  background: rgba(255,255,255,.2);
}

/* scrollbar, do NOT change or delete */
.ps{overflow:hidden!important;-ms-overflow-style:none;touch-action:auto;-ms-touch-action:auto}.ps__rail-x{display:none;opacity:0;transition:background-color .2s linear,opacity .2s linear;-webkit-transition:background-color .2s linear,opacity .2s linear;height:15px;bottom:0;position:absolute}.ps__rail-y{display:none;opacity:0;transition:background-color .2s linear,opacity .2s linear;-webkit-transition:background-color .2s linear,opacity .2s linear;width:15px;right:0;position:absolute}.ps--active-x>.ps__rail-x,.ps--active-y>.ps__rail-y{display:block;background-color:transparent}.ps:hover>.ps__rail-x,.ps:hover>.ps__rail-y,.ps--focus>.ps__rail-x,.ps--focus>.ps__rail-y,.ps--scrolling-x>.ps__rail-x,.ps--scrolling-y>.ps__rail-y{opacity:.6}.ps .ps__rail-x:hover,.ps .ps__rail-y:hover,.ps .ps__rail-x:focus,.ps .ps__rail-y:focus,.ps .ps__rail-x.ps--clicking,.ps .ps__rail-y.ps--clicking{background-color:#eee;opacity:.9}.ps__thumb-x{background-color:#aaa;border-radius:6px;transition:background-color .2s linear,height .2s ease-in-out;-webkit-transition:background-color .2s linear,height .2s ease-in-out;height:6px;bottom:2px;position:absolute}.ps__thumb-y{background-color:#aaa;border-radius:6px;transition:background-color .2s linear,width .2s ease-in-out;-webkit-transition:background-color .2s linear,width .2s ease-in-out;width:6px;right:2px;position:absolute}.ps__rail-x:hover>.ps__thumb-x,.ps__rail-x:focus>.ps__thumb-x,.ps__rail-x.ps--clicking .ps__thumb-x{background-color:#999;height:11px}.ps__rail-y:hover>.ps__thumb-y,.ps__rail-y:focus>.ps__thumb-y,.ps__rail-y.ps--clicking .ps__thumb-y{background-color:#999;width:11px}@supports (-ms-overflow-style:none){.ps{overflow:auto!important}}@media screen and (-ms-high-contrast:active),(-ms-high-contrast:none){.ps{overflow:auto!important}}
.scroll {
  position: relative;
  width: 300px;
  height: 100%;
}

@media screen and (max-width: 940px) {
  .scroll {
    width: 100%;
    height: auto;
  }
}


/***------------------------------------------
      official plug-in
------------------------------------------***/

/* calendar */
.calender {
  margin: auto;
  width: 100%;
  max-width: 340px;
  border-spacing: 3px 6px;
  table-layout: fixed;
  font-size: 12px;
  text-align: center;
}

.calender caption {
  margin-bottom: 10px;
  font-size: 14px;
  text-align: center;
}

.calender caption a {
  display: inline-block;
  width: 30%;
}

#sun {
  color: rgb(161,12,0);
}

.calender td {
  height: 30px;
  line-height: 30px;
  padding: 0;
}

.calender td a {
  display: block;
  margin: auto;
  width: 30px;
  height: 30px;
  background-color: rgba(255,255,255,.7);
  border-radius: 50%;
  color: rgb(51,51,51);
  line-height: 28px;
}

.calender td a:hover {
  background: white;/* 注)カレンダーリンクホバー時背景色 */
}

/* profile */
 .plugin-myimage {
  margin-bottom: 10px;
  text-align: center !important;
}

/* mail form */
.sidealign form {
  display: block;
  margin: auto;
  width: 100%;
  max-width: 340px;
}

.plugin-mail input:not([type="submit"]),
.plugin-mail textarea,
.plugin-search input:not([type="submit"]),
.plugin-serach textarea {
  display: inline-block;
  width: 100% !important;
  padding: .5em;
  border-radius: 2px;
  border: 1px solid rgb(207,207,207);
  background: white;
  outline: none;
  -webkit-appearance: none;
}

.plugin-mail input[type="submit"],
.plugin-search input[type="submit"] {
  border-radius: 2px;
  border: 0;
  background: rgba(255,255,255,.7);
  font-size: 14px;
  cursor: pointer;
  outline: none;
  -webkit-appearance: none;
  transition: .3s ease-in-out;
}

/* search */
.plugin-search {
  margin: auto;
  width: 100%;
}

.plugin-search input {
  margin-bottom: 8px;
}

/* tag */
.plugin-tag a {
  display: inline-block;
  margin: 2px;
  border: 1px solid rgb(180,180,180);/* 公式タグボーダー色 */
  padding: .3em .4em;
}

.plugin-tag a:hover {
  background-color: rgb(53,61,75);
  border-color: rgb(53,61,75);
  color: white;
}


/***------------------------------------------
      footer
------------------------------------------***/

#footer {
  margin-top: auto;
  padding: 20px 15px;
  font-size: 1.2rem;
  line-height: 1.3;
  text-align: center;
}

/* 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: 310px;
  bottom: 60px;
  z-index: 2000;
  text-align: center;
  -webkit-animation: slideInUp .8s;
  animation: slideInUp .8s;
}

#pagetop,
#pagemiddle,
#pagebottom {
  margin-bottom: 10px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(53,61,75,.3);
}

#pagemiddle {
  display: none;
}

#page-scroll a {
  display:-webkit-box;/* fallback old Android */
  display:-ms-flexbox;/* fallback ie10 */
  display: -webkit-flex;/* fallback old safari */
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: white;
}

@media screen and (max-width: 940px) {
  #page-scroll {
    right: 8px;
    bottom: 130px;
  }
  #pagemiddle {
    display: block;
  }
}

.foot,
#copyright {
  display: block;
  text-align: center;
  font-size: 1.2rem;
}

#ad1,
#ad2 {
  word-break: break-all;
  font-size: 11px;
}

.new {
  margin-left: .3em;
  color: red;
  font-size: 12px;
}


/***------------------------------------------
      personal settings
------------------------------------------***/

.emoji {
  vertical-align: middle; /* 注)絵文字とテキストのバランス(横並び時の揃い = 中央) */
}