@charset "utf-8";

/**
* Author: Vanillaice (Akira) - https://vanillaice000.blog.fc2.com/
* Website skin name: StoicBlue
* The first edition: 2016.2.15
* 2017.1.13 - テンプレデフォルト新着サムネイルを削除
* 2017.1.25 - SNSシェアリンクをエンコード
* SSL化に伴う混在コンテンツ排除
* 2017.12.17 - リセットCSSを最小限に, html構造及びCSS装飾修正, トップページの追記折りたたみを個別記事ページ遷移に変更, その他変更多数
* 2018.3.9 - iOS11.2.6でモーダルが開かない件修正など
* 2019.1.9 - Font Awesomeを廃しインラインSVGに変更 など
* 2019.4.27 - PC版Safariでモーダル検索の背景が白くなる件を修正
* Latest update: 2019.8.2 - 管理画面経由で管理人名を装飾した際にテンプレートの返信ボタンレイアウトが崩れる件を修正, コメント欄管理人ハンドルネームにクラス名を追加(潜在的カスタマイズ), 記事部分の上下余白を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;
}


/***------------------------------------------
      link
------------------------------------------***/

a {
  text-decoration: none;
  color: rgb(134,157,179);/* 注)記事内のリンク色 */
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}


/***------------------------------------------
      layout
------------------------------------------***/

html {
  margin: 0;
  font-size: 62.5%;/* base font size */
}

body { /* 注)基本フォント関連 */
  margin: 0;
  background-color: white;
  color: rgb(51,51,51);
  word-wrap: break-word;
  font: 1.4rem/1.9 '游ゴシック体', '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);
}

#primary {
  margin: auto;
  max-width: 1020px;
  padding: 40px 60px 50px;
}

#secondary {
  background-color: rgb(245,245,245);
  line-height: 1.8;
  padding: 50px 0 100px;
  font-size: 1.3rem;
}

#aside-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;
  -webkit-justify-content: space-around;/* fallback old safari */
  justify-content: space-around;
  margin: auto;
  max-width: 1020px;
  padding: 0 60px;
}

.side_bar {
  margin-bottom: 30px;
  width: 300px;
  padding: 15px;
}

@media screen and (max-width: 740px) {
  #aside-container {
    display: block;
  }
  .side_bar {
    margin: 0 auto 30px;
    width: 100%;
    max-width: 400px;
  }
}
@media screen and (max-width: 666px) {
  #primary {
    padding: 30px 30px 50px;
  }
  #aside-container {
    padding: 0 30px;
  }
}
@media screen and (max-width: 414px) {
  #primary {
    padding: 30px 15px 50px;
  }
  #aside-container {
    padding: 0;
  }
}


/***------------------------------------------
      header
------------------------------------------***/

#banner {
  width: 100%;
  padding: 60px 60px 30px;
  background-image: -webkit-radial-gradient(ellipse farthest-corner at center top, rgb(154,177,199) 0%, rgb(26,36,47) 100%);/* 注)ヘッダーグラデーション fallback for old safari */
  background-image: radial-gradient(ellipse farthest-corner at center top, rgb(154,177,199) 0%, rgb(26,36,47) 100%);/* 注)ヘッダーグラデーション */
  color: white;
}

@media screen and (max-width: 666px) {
  #banner {
    padding: 60px 30px 30px;
  }
}
@media screen and (max-width: 414px) {
  #banner {
    padding: 60px 15px 30px;
  }
}

#blog-name-container {
  margin: auto;
  max-width: 900px;
}

#blog-title-top,
#blog-title {
  line-height: 1.4;
  font-family: 'Montserrat', '游ゴシック体', 'YuGothic', 'ヒラギノ角ゴシック', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', '游ゴシック', 'Yu Gothic', 'メイリオ', 'Meiryo', sans-serif;
  font-weight: bold;
  text-transform: uppercase;/* 注)ブログタイトルが英字の方で大文字縛りをなくしたい場合この一行削除 */
  text-shadow: hsla(0,45%,5%,.3) 0 0 1px,
               hsla(360,55%,95%,.3) 0 -1px 2px,
               hsla(0,45%,5%,.3) 0 -1px 2px,
               hsla(360,55%,95%,.3) 0 20px 15px;
}

#blog-title-top {
  margin-bottom: 40px;
  letter-spacing: .8em;
  font-size: 2rem;/* 注)トップページブログタイトル大きさ */
}

@media screen and (max-width: 768px) {
  #blog-title-top {
    letter-spacing: .6em;
    font-size: 1.8rem;
  }
}

#blog-title {
  margin-bottom: 30px;
  letter-spacing: .3em;
  font-size: 1.4rem;/* 注)トップページ以外ブログタイトル大きさ */
}

#blog-title-top a,
#blog-title a {
  color: white;
}

#blog-title-top a:hover,
#blog-title a:hover {
  opacity: .6;
}

.sub-title {/* 注)ブログ説明文 */
  font-size: 1.3rem;
}


/***------------------------------------------
      navigation
------------------------------------------***/

.navigation-container {
  display: inline-block;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 2000;
  padding: 8px 15px 0;
  font-size: 1.6rem;
}

.position-adjust {
  top: 27px;
}

.site-navi {
  display: inline-block;
  text-align: right;
}

.site-navi li {
  display: inline-block;
  margin-left: 1em;
  text-align: center;
}

.site-navi .pc-hide {
  display: none;
}

.site-navi li a,
#modal-trigger-label {
  display: block;
  background: rgba(134,157,179,.4);/* 注)最上部固定ナビ背景指定色 */
  color: white;
  cursor: pointer;
  width: 25px;
  height: 25px;
  line-height: 25px;
}

.site-navi li a:hover,
#modal-trigger-label:hover {
  background: rgb(134,157,179);/* 注)最上部固定ナビ マウスホバー時背景指定色 */
}

/* site search */
#modal-overlay {
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.9);/* 注)モーダル背景色 */
  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-size: 1.6rem;
}

#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;
  -webkit-appearance: button;
}

#modal-input::-webkit-input-placeholder {
  color: white;
}

#modal-input::-moz-input-placeholder {
  color: white;
}

#modal-trigger {
  display: none;
}

#modal-close-label span {
  top: 50%;
  position: relative;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

#modal-form {
  display: block;
  margin: 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;
}

@media screen and (max-width: 768px) {
  .site-navi .sp-hide {
    display: none;
  }
}


/***------------------------------------------
      bread crumbs
------------------------------------------***/

#breadcrumbs {
  line-height: 1.4;
  font-size: 1.2rem;
}

#breadcrumbs li {
  display: inline-block;
}

#breadcrumbs li a {
  color: white;
  text-decoration: underline;
}

#breadcrumbs span {
  margin: 0 .5em;
}

#current-crumbs {
  font-size: 1.4rem;
}


/***------------------------------------------
      select box
------------------------------------------***/

#select-wrapper {
  display:-webkit-box;/* fallback old Android */
  display:-ms-flexbox;/* fallback ie10 */
  display: -webkit-flex;/* fallback old safari */
  display: flex;
  justify-content: center;
  margin: auto;
  padding: 40px 8px 0;
}

#category-box,
#archive-box {
  width: calc(50% - 3px);
  max-width: 200px;
  padding: .2em .4em;
  border-radius: 3px;
  border: 0;
  background: white;
  outline: none;
  -webkit-appearance: none;
}

#category-box {
  margin-right: 3px;
}

#archive-box {
  margin-left: 3px;
}


/***------------------------------------------
      posts
------------------------------------------***/

.main-body {
  margin: 0 auto 50px;
  border-radius: 10px;
}

.height-adjust {
  margin-bottom: 100px;
}

/* header */
.entry-header {
  text-align: center;
}

/* published date */
.entry-time {
  display: block;
  margin: 0 auto 30px;
  line-height: 1.7;
}

.entry-date-time {
  display: inline-block;
  background-image: -webkit-linear-gradient(to top, rgb(154,177,199), rgb(26,36,47));/* 注)各記事日付の背景グラデーション */
  background-image: linear-gradient(to top, rgb(154,177,199), rgb(26,36,47));
  color: white;
  padding: .2em .4em;
  position: relative;
  text-align: center;
}

.entry-date-time:before {
  content: "";
  line-height: 1em;
  border: 1px solid rgb(154,177,199);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  margin-left: -15px;
  margin-right: 15px;
  margin-top: 10px;
  margin-bottom: -10px;
}

.entry-date-time:after {
  content: "";
  line-height: 1em;
  border: 1px solid rgb(154,177,199);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  margin-left: 20px;
  margin-right: -20px;
  margin-top: -15px;
  margin-bottom: 15px;
}

.topentry-year {
  display: block;
  padding-left: 3em;  
  font-size: 18px;
}

.topentry-month {
  display: block;
  text-align: left;
  font-size: 15px;
  padding-left: 1em;
}

.topentry-hour {
  display: block;
  margin-top: -15px;
  font-size: 10px;
  padding-left: 3em;
}

.topentry-day{
  display: inline-block;
  font-size: 27px;
}

.topentry-youbi {
  display: inline-block;
  font-size: 12px;
  padding-left: 1em;
}

.element-title {
  margin: 0 auto 10px;
  font-size: 1.8rem;
  text-shadow: 2px 4px 3px rgba(0,0,0,.1);
}

.element-title a:hover {
  opacity: .6;
}

.header-info {
  font-size: 1.2rem;
}

.header-info li {
  display: inline-block;
  margin-right: 1em;
}

.header-info li:last-of-type {
  margin-right: 0;
}

.contents {
  padding: 20px 0;
}

.inner-contents {
  margin: 20px 0;
}

.inner-contents p {
  margin: 1.9em 0;
}

.inner-contents a:hover {
  text-decoration: underline;
}

.read-more {
  margin: 30px 0;
  font-size: 1.3rem;
  text-align: center;
}

.read-more a {
  display: inline-block;
  background-color: white;
  border: 1px solid rgb(134,157,179);
  color: rgb(51,51,51);
  padding: .8em 3em;
  position: relative;
}

.read-more a:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: -webkit-linear-gradient(to top, rgb(154,177,199), rgb(26,36,47));/* 注)続きを読むの背景グラデーション */
  background-image: linear-gradient(to top, rgb(154,177,199), rgb(26,36,47));
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.read-more a:hover {
  background-color: rgba(255,255,255,0);
  color: white;
  text-decoration: none;
}

/* user tag */
.entry-tag {
  margin-top: 30px;
  font-size: 1.2rem;
}

.entry-tag a {
  display: inline-block;
  margin: 0 2px 2px 0;
  border: 1px solid rgb(134,157,179);
  padding: .1em .6em;
  vertical-align: middle;
}

.entry-tag a:hover {
  background-color: rgb(134,157,179);
  color: white;
  text-decoration: none;
}


.inner-info {
  margin: 30px auto 0;
  position: relative;
  height: 1px;
  border-bottom: 1px solid rgb(235,235,235);
}

.sns-and-others {
  position: absolute;
  top: -15px;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
}

.sns-and-others li {
  display: inline-block;
  margin-left: .5em;
  vertical-align: top;
}

.sns-and-others li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  border: 1px solid rgb(134,157,179);
  background: white;
  font-size: 13px;
}

.hatena {
  font-weight: 700;
  line-height: 1;
  font-family: 'Verdana', sans-serif;
}

.c-facebook:hover {
  border: 0;
  background: rgb(59,89,152);
  color: white;
}

.c-twitter:hover {
  border: 0;
  background: rgb(85,172,238);
  color: white;
}

.c-pinterest:hover {
  border: 0;
  background: rgb(206,15,25);
  color: white;
}

.c-hatena:hover {
  border: 0;
  background: rgb(61,142,216);
  color: white;
}

.c-pencil:hover {
  background: rgb(134,157,179);
  color: white;
}


/***------------------------------------------
      related posts
------------------------------------------***/

.relate_dl,
.tb_dl {
  margin: 20px auto 0;
  border-radius: 3px;
  box-shadow: inset 0 0 15px rgba(0,0,0,.2);
  padding: 10px;
  font-size: 1.2rem;
}

.relate_dt,
.tb_dt {
  font-size: 1.4rem;
  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 .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: 767px) {
  #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;
}

#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;
  }
}


/***------------------------------------------
      trackback
------------------------------------------***/

.op,
#for-trackback-word {
  display: block;
  width: 100%;
  max-width: 650px;
}

.op {
  margin: 30px auto 10px;
  border: 1px solid rgb(220,220,220);/* 注)トラックバックボーダー色 */
  border-radius: 0;
  outline: none;
  padding: .5em;
  font-size: 1.2rem;/* 注)・トラックバックフォント大きさ */
}

#for-trackback-word {
  margin: auto;
}

.op:focus {
  border: 1px solid rgb(179,179,179);/* 注)トラックバックフォーカス時ボーダー色 */
}


/***------------------------------------------
      posted comment
------------------------------------------***/

.another-title {
  margin: 0 auto 20px;
  line-height: 1.4;
  font-size: 1.6rem;
  text-align: center;
}

.border-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: flex-start;
  min-height: 46px;
  position: relative;
}

.user-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
  width: 46px;
  height: 46px;
  background-color: rgb(207,207,207);
  border-radius: 50%;
  position: relative;
  text-align: center;
}

.user-icon .svg-inline {
  color: white;
  font-size: 1.7rem;
}

.visitor-name-and-title {
  -webkit-flex: 1;
  flex: 1;
  font-weight: bold;
}

.author-icon {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  object-fit: cover;
  object-position: center center;
  position: absolute;
  top: 0;
  left: 0;
  font-family: 'object-fit: cover; object-position: center center;';
}

.visitor-name {
  font-size: 1.4rem;
}

.comment-title {
  margin-bottom: 5px;
}

.comment-body {
  padding: 10px 0 10px 20px;
  font-size: 1.3rem;
}

.visitor-fotter-info {
  text-align: right;
}


/***------------------------------------------
      comment form
------------------------------------------***/

#comment_form {
  margin: auto;
  width: 100%;
  max-width: 650px;
  padding-top: 40px;
}

#comment_form label {
  display: block;
  padding-bottom: 5px;
  font-size: 1.3rem;/* 注)コメント投稿フォームラベルフォント大きさ */
}

#comment_form input {
  width: 100%;
  margin-bottom: 10px;
  padding: .5em;
  border-radius: 2px;
  border: 1px solid rgb(221,221,221);/* 注)コメントフォーム各項目ボーダー色 */
  background: rgb(241,241,241);/* 注)コメントフォーム各項目背景色 */
  outline: none;
  -webkit-appearance: none;
  border-radius: 2px;
  padding: .5em;
}

#comment_form input:focus,
#comment:focus {
  background-color: white;
}

#comment {
  margin-bottom: 10px;
  width: 100%;
  min-height: 200px;
  padding: .5em;
  border-radius: 2px;
  border: 1px solid rgb(221,221,221);/* 注コメントフォームテキストエリアボーダー色 */
  background: white;/* 注コメントフォームテキストエリア背景色 */
  line-height: 1.5;
  outline: none;
  -webkit-appearance: none;
}

#comment_form input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px rgb(241,241,241) 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: 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: 156px;
  height: 36px;
  background-color: rgb(154,177,199);/* コメントsend, deleteボタン背景色 */
  border: none;
  border-radius: 2px;
  color: white;/* 注)send, deleteボタンテキスト色 */
  cursor: pointer;
  line-height: 36px;
  position: relative;
  font-size: 1.4rem;/* 注)send, deleteボタンフォント大きさ */
  text-align: center;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

#sendbtn:before,
#delbtn:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: -webkit-radial-gradient(ellipse farthest-corner at center top, rgb(154,177,199) 0%, rgb(26,36,47) 100%);
  background-image: radial-gradient(ellipse farthest-corner at center top, rgb(154,177,199) 0%, rgb(26,36,47) 100%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

#sendbtn:hover,
#delbtn:hover {
  background-color: rgba(154,177,199,.0);/* コメントsend, deleteボタンボバー時背景色 */
}

#sendbtn {
  margin-right: 1%;
}

#delbtn {
  margin-left: 1%;
}

.comment-info {
  font-size: 1.3rem;
  text-align: right;
}

.comment-info li {
  display: inline-block;
}

.comment-info li:not(:last-of-type)::after {
  content: "|";
  margin: 0 .4em;
}


/***------------------------------------------
      title list, search
------------------------------------------***/

.list-title {
  margin: 0 auto;
  border-left: 6px solid rgb(134,157,179);
  line-height: 1.4;
  padding: .3em 0 .3em .5em;
}

.list-entry {
  overflow: hidden;
  padding: 5px 0;
}

.thumbnails {
  margin-bottom: 5px;
  margin-left: 10px;
  width: 75px;
  height: 75px;
  float: right;
}

.thumbnails img {
  width: 100%;
  height: 100%;
}

.number-of-cmtb {
  font-size: 1.2rem;
  text-align: right;
}

.number-of-cmtb li {
  display: inline-block;
  margin-left: 1em;
}

.list-entry-date,
.list-entry-category {
  font-size: 1.2rem;
  text-align: right;
}

/* no image */
.search-noimage {
  width: 100%;
  height: 100%;
  background-color: rgba(134,157,179,.4);/* 注)No image背景色 */
  color: rgb(51,51,51);
  line-height: 75px;
  font-size: 1.1rem;
  text-align: center;
}

/* only for search */
.hit-number {
  display: none;
  color: rgb(200,200,200);
  line-height: 1.1;
  padding: 20px 0;
  text-align: center;
  font-size: 8rem;
}

.hit0 span {
  color: rgb(200,200,200);
  font-size: 1.5rem;
}

.hit0 {
  display: block;
}


/***------------------------------------------
      pager
------------------------------------------***/

/* general */
.simple-pagination {
  margin: 50px auto 100px;
  width: 100%;
  font-size: 1.2rem;
  text-align: center;
}

.simple-pagination li {
  display: inline-block;
  padding: 2px;
}

.light-theme a,
.light-theme span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  background: rgb(134,157,179);
  color: white;
}

.light-theme a:hover {
  opacity: .6;
}

.light-theme .current {
  box-shadow: 0 1px 0 rgba(255,255,255,8),
              0 0 2px rgba(0,0,0,.3) inset;
  background: rgba(255,255,255,.6);
  color: rgb(51,51,51);
}

.light-theme .ellipse {
  background: none;
  color: rgb(51,51,51);
  font-weight: bold;
}

/* article */
#posted-pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  margin: 50px auto 100px;
  font-size: 12px;/* 注)個別記事ページ送りフォント大きさ */
}

#page-home {
  margin: 0 10px;
  width: 30px;
}

#page-left,
#page-right {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 0;
}

#center-a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  background-color: rgb(134,157,179);
  border-radius: 50%;
  color: white;
}

#prev-a,
#next-a {
  display: block;
  height: 100%;
  position: relative;
}

#prev-a {
  padding-left: 40px;
}

#next-a {
  padding-right: 40px;
  text-align: right;
}

#prev-a::before,
#next-a::before {
  display: block;
  margin: auto;
  width: 30px;
  height: 30px;
  background-color: rgb(134,157,179);
  border-radius: 50%;
  color: white;
  line-height: 30px;
  position: absolute;
  top: 0;
  bottom: 0;
  text-align: center;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

#prev-a::before {
  content: "\2039";
  left: 0;
}

#next-a::before {
  content: "\203A";
  right: 0;
}

#center-a:hover,
#prev-a:hover::before,
#next-a:hover::before {
  background-color: rgb(26,36,47);
}

/* titlelist */
#titlelist-pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin: 50px auto 100px;
  max-width: 400px;
  font-size: 1.2rem;/* 注)全記事一覧ページ送りフォント大きさ */
}

#t-page-left,
#t-page-home,
#t-page-right {
  width: 30px;
  height: 30px;
}

#t-prev-a,
#t-center-a,
#t-next-a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: rgb(134,157,179);
  border-radius: 50%;
  color: white;
}

#t-prev-a:hover,
#t-center-a:hover,
#t-next-a:hover {
  background-color: rgb(26,36,47);
}


/***------------------------------------------
      side menu
------------------------------------------***/

.side_bar h4 {
  margin: 0 auto 20px;
  font-size: 1.4rem;
  text-align: center;
  color: white;
  background-image: -webkit-radial-gradient(ellipse farthest-corner at center top, rgb(154,177,199) 0%, rgb(26,36,47) 100%); /* 注)サイドメニュープラグインタイトル背景グラデーション */
  background-image: radial-gradient(ellipse farthest-corner at center top, rgb(154,177,199) 0%, rgb(26,36,47) 100%);
  padding: 5px;
}

.plugin-mail input:not([type="submit"]),
.plugin-mail textarea,
.plugin-search input:not([type="submit"]),
.plugin-serach textarea {
  display: inline-block;
  width: 100% !important;
  padding: .5em;
  border-radius: 1px;
  border: 1px solid rgb(134,157,179);
  background: white;
  outline: none;
  -webkit-appearance: none;
}

.plugin-mail input[type="submit"],
.plugin-search input[type="submit"] {
  margin-top: 5px;
  padding: .3em;
  border-radius: 1px;
  border: 0;
  background: rgb(134,157,179);
  color: white;
  font-size: 14px;
  outline: none;
  -webkit-appearance: none;
  cursor: pointer;
}


/***------------------------------------------
      official plugin
------------------------------------------***/

/* official calendar */
.calender {
  margin: 0 auto 15px;
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  max-width: 330px;
  text-align: center;
  font-size: 12px;
}

.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 {
  padding: .5em 0;
  width: 25px;
  height: 25px;
}

.calender td a {
  width: 25px;
  height: 25px;
  line-height: 25px;
  display: inline-block;
  background: rgba(134,157,179,.5);
  vertical-align: middle;
  color: black;
}

.calender td a:hover {
  border: none;
  text-decoration: none;
  background: rgba(134,157,179,1);
  color: white;
}

/* official tag */
.plugin-tag a {
  display: inline-block;
  margin: 0 2px 4px 0;
  border: 1px solid rgb(200,200,200);
  padding: .1em .6em;
}

/* official profile */
.plugin-myimage {
  text-align: center !important;
  margin-bottom: 10px;
}


/***------------------------------------------
      footer
------------------------------------------***/

#page-scroll {
  display: inline-block;
  position: fixed;
  right: 40px;
  bottom: 60px;
  z-index: 2000;
  font-size: 11px;
  text-align: center;
}

#page-scroll a {
  display: inline-block;
  width: 100%;
  height: 100%;
  color: rgb(51,51,51);
  line-height: 40px;
}

#pagetop,
#pagemiddle,
#pagebottom {
  margin-bottom: 10px;
  width: 40px;
  height: 40px;
  background: rgba(134,157,179,.3);
}

@media screen and (max-width: 768px) {
  #page-scroll {
    right: 8px;
    bottom: 130px;
  }
}

.new {
  color: red;
  font-size: 1.1rem;
  margin-left: .4em;
}

.end {
  margin: auto;
  padding: 1em 15px;
  text-align: center;
  position: relative;
  line-height: 1.2;
  background-image: -webkit-radial-gradient(ellipse farthest-corner at center top, rgb(154,177,199) 0%, rgb(26,36,47) 100%); /* 注)フッター背景グラデーション */
  background-image: radial-gradient(ellipse farthest-corner at center top, rgb(154,177,199) 0%, rgb(26,36,47) 100%);
  position: relative;
  z-index: 30;
}

.foot,
#copyright {
  display: block;
  color: white;
  font-size: 1.1rem;
  text-align: center;
}

#designer {
  color: rgb(26,36,47);
}

#ad1,
#ad2 {
  font-size: 11px;
}


/***------------------------------------------
      blockquote
------------------------------------------***/

blockquote {
  position: relative;
  z-index: 1;
  margin: 3.5em 15px 2em;
  padding-left: 15px;
  border-left: 3px solid rgb(51,51,51);
}

blockquote::before {
  content: "";
  position: absolute;
  left: -15px;
  top: -30px;
  z-index: -1;
  width: 28px;
  height: 28px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACYAAAAmCAMAAACf4xmcAAAAllBMVEUAAADOzs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7BbRMgAAAAMXRSTlMAAQIEBQYLDA0SFBYcITE1O0FGW1xfaWxweXt+iIySmpujsr7DzM/T1drc4Ovv8/v96SAr2gAAALtJREFUOMvt0DcSwkAQRNERLN57773Xv//lCKAQu5pFGSR0Nq86mGqRX6bQ6AxH9c8WNE8AkPtkpQPPFMVv1RuxWtzKRCmIz9LnSObPlmLdx7WspKL342ZCAHrvQyhWA2Bm7aXYBIC8JNgaYGOvr9gFYCpJBsBYkgyArSTZY6FB1hhjTOA1rCzyHrOJq8ccYiGquUSgWoyMaPavORYqNcV2joSBaNZyaCKiWWplyTEjHmvvX3DqGxGPfT93kFSTdVAqkgEAAAAASUVORK5CYII=) center center /cover no-repeat;
  color: rgb(206,206,206);
}


/***------------------------------------------
      personal settings
------------------------------------------***/

.emoji {
  vertical-align: middle;
}

.shadow-attachment {
  box-shadow: 0 1px 4px rgba(0,0,0,.4);
}

/* 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%;
}