@charset "utf-8";

/**
* Author: Vanillaice (Akira) - http://vanillaice000.blog.fc2.com/
* Website skin name: Life-is
* The first edition: 2016.3.21
* 2016.3.31 - スライドの切り替わるターゲット幅を微調整
* 2016.4.4 - ページ移動ボタンJS記述ミスを訂正
* 2016.6.6 - ドロワー内下部余白調整, FC2新エディターリリースに伴う「見出し」「リスト」のリセット削除
* 2016.9.9 - リストマーカーの位置を調整
* 2016.10.8 - Windowsでリサイズが狂う件修正, JS軽量化, 一部ページレイアウト変更, 関連記事サムネイル整形, その他微調整
* 2017.1.13 - テンプレデフォルト新着サムネイルをGoogle APIからFC2独自変数に変更
* 2017.1.25 - SNSシェアリンクをエンコード
* 2017.9.21 - SSL化に伴う混在コンテンツ排除
* Latest update: 2017.12.22 - リセットCSSを最小限に, html構造及びCSS装飾修正, トップページの追記折りたたみを個別記事ページ遷移に変更, その他変更多数
* Latest update: 2018.3.6 - iOS11.2.6でモーダルが開かない件修正など
*/


/***------------------------------------------
      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;font-size:inherit}input[type=submit]{border-radius:0;outline:0;-webkit-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}


/***------------------------------------------
      blockquote
------------------------------------------***/

blockquote {
  margin: 4em 15px 3em;
  border-left: 3px solid rgb(51,51,51);
  padding-left: 15px;
  position: relative;
  z-index: 1;
}

blockquote:before {
  content: "\f10d";
  display: none;
  font-family: 'Font Awesome 5 Solid';
}

blockquote > .svg-inline--fa {
  color: rgb(206,206,206);
  position: absolute;
  left: -15px;
  top: -30px;
  z-index: -1;
  font-size: 200%;
}


/***------------------------------------------
      date
------------------------------------------***/

span.month01:before{content:"January"}span.month02:before{content:"February"}span.month03:before{content:"March"}span.month04:before{content:"April"}span.month05:before{content:"May"}span.month06:before{content:"June"}span.month07:before{content:"July"}span.month08:before{content:"August"}span.month09:before{content:"September"}span.month10:before{content:"October"}span.month11:before{content:"November"}span.month12:before{content:"December"}


/***------------------------------------------
      link
------------------------------------------***/

a {
  text-decoration: none;
  color: rgb(110,205,212);/* 注)基本リンク色 */
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}


/***------------------------------------------
      layout
------------------------------------------***/

html {
  margin: 0;
  font-size: 62.5%;
}

body {
  margin: 0;
  background: url(https://blog-imgs-122.fc2.com/m/i/z/mizunote50s/p0129_m.png) repeat; 
  color: rgb(51,51,51);
  letter-spacing: 0.1em;
  word-wrap: break-word;
  font: 13px/1.9 'Work Sans', 'Hiragino Sans', 'ヒラギノ角ゴシック', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'Meryo', 'メイリオ', 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);
}

#main-container {
  margin: auto;
  max-width: 1150px;
  padding: 0 350px 100px 50px;
}

/* for cross-fade background */
#secondary,
#bg-fixed {
  margin: auto;
  width: 300px;
  height: 100vh;
  color: white;
  line-height: 1.8;
  position: fixed;
  top: 0;
  right: 0;
  font-size: 1.2rem;
}

#bg-container {
  width: 100%;
  height: 100%;
  background: url(https://blog-imgs-122.fc2.com/m/i/z/mizunote50s/shikkui02-768x480.jpg) center center /cover no-repeat; /* 注)サイドメニュースライド最初の一枚 */
}

.scroll {
  position: relative;
  overflow: hidden;
  width: 300px;
  height: 100vh;
  background-color: rgba(0,0,0,.2);
}

#sidenav .scroll {
  position: relative;
  height: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 30px 0 80px;
}

#sidenav {
  margin: 0 auto;
  width: 100%;
  background-color: rgb(228,228,228);
  color: rgb(51,51,51);
}

@media screen and (max-width: 975px) {
  #main-container {
    padding: 0 320px 100px 20px;
  }
}
@media screen and (max-width: 854px) {
  #main-container {
    padding: 30px 0 100px;
  }
  #primary {
    margin: auto;
    max-width: 750px;
    padding: 0 30px;
  }
  #bg-fixed {
    display: none;
  }
  #secondary {
    width: 100%;
    height: auto;
    background-color: rgb(228,228,228);
    color: rgb(51,51,51);
    position: static;
    padding: 30px;
  }
  .scroll {
    margin: auto;
    max-width: 750px;
    background: none;
  }
}
@media screen and (max-width: 414px) {
  #primary {
    padding: 0 15px;
  }
  #secondary {
    padding: 15px;
  }
}

/* scrollbar, do NOT change or delete */
.ps__rail-x,.ps__rail-y{display:none;opacity:0;position:absolute}.ps{overflow:hidden!important;overflow-anchor:none;-ms-overflow-style:none;touch-action:auto;-ms-touch-action:auto}.ps__rail-x{transition:background-color .2s linear,opacity .2s linear;-webkit-transition:background-color .2s linear,opacity .2s linear;height:15px;bottom:0}.ps__rail-y{transition:background-color .2s linear,opacity .2s linear;-webkit-transition:background-color .2s linear,opacity .2s linear;width:15px;right:0}.ps--active-x>.ps__rail-x,.ps--active-y>.ps__rail-y{display:block;background-color:transparent}.ps--focus>.ps__rail-x,.ps--focus>.ps__rail-y,.ps--scrolling-x>.ps__rail-x,.ps--scrolling-y>.ps__rail-y,.ps:hover>.ps__rail-x,.ps:hover>.ps__rail-y{opacity:.6}.ps__rail-x:focus,.ps__rail-x:hover,.ps__rail-y:focus,.ps__rail-y:hover{background-color:#eee;opacity:.9}.ps__thumb-x,.ps__thumb-y{background-color:#aaa;border-radius:6px;position:absolute}.ps__thumb-x{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}.ps__thumb-y{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}.ps__rail-x:focus>.ps__thumb-x,.ps__rail-x:hover>.ps__thumb-x{background-color:#999;height:11px}.ps__rail-y:focus>.ps__thumb-y,.ps__rail-y:hover>.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: 854px) {
  .scroll {
    width: 100%;
    height: auto;
  }
}


/***------------------------------------------
      header
------------------------------------------***/

/* animation */
@-webkit-keyframes slideInRight{0%,50%{opacity:0;-webkit-transform:translateX(30px)}100%{opacity:1;-webkit-transform:translateX(0)}}@keyframes slideInRight{0%,50%{opacity:0;transform:translateX(30px)}100%{opacity:1;transform:translateX(0)}}@-webkit-keyframes slideInLeft{0%,50%{opacity:0;-webkit-transform:translateX(-30px)}100%{opacity:1;-webkit-transform:translateX(0)}}@keyframes slideInLeft{0%,50%{opacity:0;transform:translateX(-30px)}100%{opacity:1;transform:translateX(0)}}

#header-banner {
  margin: auto;
  max-width: 1150px;
  overflow: hidden;
  padding: 50px 350px 40px 50px;
  position: relative;
  text-align: center;
}

@media screen and (max-width: 975px) {
  #header-banner {
    padding: 50px 320px 40px 20px;
  }
}
@media screen and (max-width: 854px) {
  #header-banner {
    background: url(https://blog-imgs-122.fc2.com/m/i/z/mizunote50s/14.jpg) center center /cover no-repeat scroll border-box border-box;/* ヘッダー画像最初の一枚 */
    padding: 40px 15px 30px;
  }
  #header-banner:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.2);
    position: absolute;
    top: 0;
    left: 0;
  }
}

#blog-name-container {
  margin: auto;
  position: relative;
  z-index: 3;
}

#blog-title {
  margin: 0 auto 10px;
  max-width: 800px;
  font: 2.5rem/1.4 'Rock Salt', 'Hiragino Sans', 'ヒラギノ角ゴシック', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'Meryo', 'メイリオ', sans-serif;
  -webkit-animation: slideInRight 1.5s;
  animation: slideInRight 1.5s;
}

#blog-title a {
  color: rgb(51,51,51);
  text-shadow: 2px 4px 3px rgba(0,0,0,.2);
}

#subtitle {
  margin: 0 auto 30px;
  max-width: 850px;
  line-height: 1.4;
  -webkit-animation: slideInLeft 1.5s;
  animation: slideInLeft 1.5s;
}

@media screen and (max-width: 854px) {
  #blog-name-container {
    max-width: 750px;
  }
  #blog-title {
    font-size: 1.8rem;
  }
  #blog-title a,
  #subtitle {
    color: white;
  }
}


/***------------------------------------------
      global navigation
------------------------------------------***/

#header-navi {
  margin: auto;
  position: relative;
  z-index: 3;
  text-align: center;
}

#header-navi li {
  display: inline-block;
  padding: 0 .5em;
}

#header-navi li a,
#modal-trigger-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  color: rgb(51,51,51);
  cursor: pointer;
  font-size: 1.5rem;
}

#header-navi li a:hover,
#modal-trigger-label:hover {
  color: rgb(110,205,212);
}

/* site search */
#modal-overlay {
  width: 100%;
  height: 100%;
  background-color: rgba(255,255,255,.95);/* 注)モーダル背景色 */
  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: rgb(51,51,51);
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 1.6rem;
}

#modal-form {
  width: 80%;
  border-bottom: 1px solid rgb(51,51,51);
  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: rgb(51,51,51);
  font-size: 1.6rem;
}

#modal-input::-webkit-input-placeholder {
  color: rgb(51,51,51);
}

#modal-input::-moz-input-placeholder {
  color: rgb(51,51,51);
}

#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: rgb(51,51,51);
  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-navi .pc-hide {
  display: none;
}

@media screen and (max-width: 854px) {
  #header-navi li a,
  #modal-trigger-label {
    color: white;
  }
}


/***------------------------------------------
      posts
------------------------------------------***/

.main-body {
 margin-bottom: 40px;
 width: 100%;
 border-bottom: 1px solid rgb(51,51,51);
}

/* header */
.entry-header {
  text-align: center;
}

/* ribnon */
.ribbon-align {
  text-align: center;
  font-size: 11px;
}

.cate-ribbon {
  display: inline-block;
  position: relative;
  max-width: 90%;
  height: 26px;
  line-height: 26px;
  padding: 0 3em;
  color: rgb(51,51,51);
  background-color: rgb(226, 222, 222);
  outline: 1px dashed transparent;
  outline-offset: -3px;
  white-space: nowrap;
  -webkit-text-overflow: ellipsis;
  -moz-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
}

.cate-ribbon:before, .cate-ribbon:after {
  content: "";
  position: absolute;
}

.cate-ribbon:before {
  top: 0;
  left: 0;
  z-index: 2;
  border-width: 13px 10px;
  border-style: solid;
  border-color: transparent;
  border-left-color: rgb(247,247,247);
}

.cate-ribbon:after {
  top: 0;
  right: 0;
  z-index: 2;
  border-width: 13px 10px;
  border-style: solid;
  border-color: transparent;
  border-right-color: rgb(247,247,247);
}

.cate-ribbon:hover {
  background-color: rgb(110,205,212);
  color: white;
  opacity: 1;
}

.entry-title {
  margin: auto;
  font-size: 1.6rem;
}

.entry-title {
  margin: 15px auto 10px;
  line-height: 1.4;
  font-size: 1.6rem;/* 注)記事タイトルフォント大きさ */
  font-weight: normal;
  text-align: center;
}

.entry-title a {
  color: rgb(153,153,153);
}

.entry-title a:hover {
  color: rgb(110,205,212);
}

.posted-time {
  text-align: center;
  font-size: 12px;
  text-transform: uppercase;
}

/* content */
.contents,
.inner-contents {
  padding: 20px 0;
}

@media screen and (max-width: 854px) {
  .contents {
    padding: 20px 10px
  }
}

/* back to default */
.inner-contents ul {
  margin: 1em 0;
  padding-left: 40px;
  list-style-type: disc;
}

.inner-contents ol {
  margin: 1em 0;
  padding-left: 40px;
  list-style-type: decimal;
}

.inner-contents table {
  letter-spacing: normal;
}

.inner-contents a:hover {
  text-decoration: underline;
}

.read-more {
  text-align: right;
  font-weight: bold;
  font-size: 14px;
  padding: 30px 0 0;
}

.read-more a {
  color: rgb(51,51,51);
}

/* user tag */
.entry-tag {
  margin-top: 30px;
  font-size: 1.2rem;
}

.entry-tag a {
  display: inline-block;
  margin: 0 0 2px 1em;
  color: rgb(51,51,51);
}

/* footer */
.entry-footer {
  margin-bottom: 10px;
}

.sns-share {
  height: 20px;
  text-align: right;
}

.sns-share li {
  display: inline-block;
  margin-left: 1em;
}

.sns-share li a {
  display: inline-block;
  color: rgb(51,51,51);
}

.flip {
  display: block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  position: relative;
  font-size: 1.3rem;
  text-align: center;
}

.flip .svg-inline--fa {
  width: 20px;
  height: 20px;
  opacity: 1;
  padding: 3px 0;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transition: all .4s ease-out;
  transition: all .4s ease-out;
}

.flip .svg-inline--fa:nth-of-type(2) {
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  padding: 3px 0;
  -webkit-transform: rotateX(-90deg) translateZ(30px);
  transform: rotateX(-90deg) translateZ(30px);
  color: rgb(110,205,212);
}

.sns-share li span {
  display: inline-block;
  line-height: 20px;
  vertical-align: top;
}

.sns-share li a:hover .flip .svg-inline--fa:first-of-type {
  -webkit-transform: rotateX(90deg);
  transform: rotateX(90deg);
  opacity: 0;
}

.sns-share li a:hover .flip .svg-inline--fa:nth-of-type(2) {
  opacity: 1;
  -webkit-transform: rotateX(0) translateZ(0);
  transform: rotateX(0) translateZ(0);
}


/***------------------------------------------
      related post, trackback list
------------------------------------------***/

.relate_dl,
.tb_dl {
  margin-top: 20px;
  background: rgb(245,245,245);/* 注)関連記事・トラックバック一覧背景色*/
  border-radius: 3px;
  box-shadow: inset 0 1px 5px rgba(0,0,0,.3);
  padding: 20px;
  font-size: 1.2rem;
}

.relate_dt,
.tb_dt {
  font-weight: bold;
}

.date {
  padding-top: 10px;
}

.tb_li2 {
  text-align: right;
}

.inner-contents .relate_ul {
  margin: 0 0 0 1.5em;
  list-style-type: none;
  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: 1050px) {
  #fc2relate_entry_thumbnail_area .relate_dd .relate_ul li {
    width: 100%;
    float: none;
  }
}

#fc2relate_entry_thumbnail_area .relate_entry_title {
  padding-right: 1em;
  word-break: break-all;
}

.related-overlay {
  position: relative;
}

.related-overlay:before {
  content: "";
  width: 80px;
  height: 80px;
  background: url(https://blog-imgs-116.fc2.com/v/a/n/vanillaice000/lifeisnoimage.jpg) center center /cover no-repeat;/* 注)No image 関連記事サムネイル */
  border-radius: 1px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

.related-overlay:after {
  content: "No image";
  display: block;
  width: 80px;
  height: 80px;
  background-color: rgba(255,255,255,.8);
  color: rgba(51,51,51,.6);
  letter-spacing: normal;
  line-height: 80px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  font-family: 'Rock Salt', sans-serif;
  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;
  }
}


/***------------------------------------------
      comments
------------------------------------------***/

.another-title {
  margin: 0 auto 15px;
  font-size: 1.5rem;
  text-align: center;
}

.border-container {
  border-left: 6px solid rgb(51,51,51);
  padding-left: .5em;
  margin-bottom: 15px;
}

.author-comment {
  border-left-color: rgb(110,205,212)
}

.comment-title {
  font-weight: bold;
}

.comment-body {
  padding-bottom: 15px;
}

.comment-info {
  text-align: right;
}


/***------------------------------------------
      comment form
------------------------------------------***/

#form-table {
  margin: 0 auto 40px;
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 100%;
}

#form-left-cell {
  display: table-cell;
  vertical-align: top;
  width: 60%;
  height: 100%;
  padding-right: 10px;
}

#comment {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 100%;
  padding: .5em;
  outline: none;
  border: 1px solid rgb(51,51,51);
  letter-spacing: 0.1em;
}

#form-right-cell {
  display: table-cell;
  vertical-align: top;
  width: 40%;
  padding-left: 10px;
}

#form-right-cell input {
  display: block;
  width: 100%;
  padding: .5em;
  outline: none;
  border: 1px solid rgb(51,51,51);
  margin-bottom: 10px;
  letter-spacing: 0.1em;
  background-color: white;
}

#comment::-webkit-input-placeholder {
  font-size: 1.2rem;
}

#comment::-moz-placeholder {
  font-size: 1.2rem;
}

#comment:-ms-input-placeholder {
  font-size: 1.2rem;
}

#form-right-cell input::-webkit-input-placeholder {
  line-height: 1;
  padding-top: .1em;
  font-size: 1.2rem;
}

#form-right-cell input::-moz-placeholder {
  line-height: 1;
  padding-top: .1em;
  font-size: 1.2rem;
}

#form-right-cell input:-ms-input-placeholder {
  line-height: 1;
  padding-top: .1em;
  font-size: 1.2rem;
}

#comment:focus, #form-right-cell input:focus {
  border: 1px solid rgb(110,205,212);
}

@media screen and (max-width: 854px) {
  #form-table {
    display: block;
    height: auto;
  }
  #form-left-cell {
    display: block;
    margin-bottom: 40px;
    width: 100%;
    height: auto;
    padding-right: 0;
  }
  #comment {
    display: block;
    width: 100%;
    height: 160px;
    min-height: 160px;
  }
  #form-right-cell {
    display: table;
    width: 100%;
    padding-left: 0;
  }
}

/* button */
#btn-container {
  margin-top: 10px;
  text-align: center;
}

#sendbtn, #delbtn {
  display: inline-block;
  width: 80px;
  height: 80px;
  line-height: 80px;
  background-color: rgb(188, 188, 188);/* 注)sendbtn色 */
  cursor: pointer;
  outline: none;
  border: none;
  border-radius: 50%;
  text-align: center;
  color: white;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

#delbtn {
  margin-left: 10px;
}

#sendbtn:hover {
  background-color: rgb(87,119,47);
}

#delbtn:hover {
  background-color: rgb(175,70,107);
}

#form-right-cell input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset;
}

/* checkbox */
#no-p input:focus {
  outline: none;
}

#no-p input[type=checkbox] {
  display: inline-block;
  margin-right: 6px;
}

#no-p input[type=checkbox] + label {
  position: relative;
  left: 0;
  display: inline-block;
  margin-right: 12px;
  line-height: 1.5px;
  cursor: pointer;
}
 
@media (min-width: 1px) {
  #no-p input[type=checkbox] {
    display: none;
    margin: 0;
  }

  #no-p input[type=checkbox] + label {
    padding: 2px 0 0 24px;
  }

  #no-p input[type=checkbox] + label:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    width: 18px;
    height: 18px;
    margin-top: -9px;
    background-color: white;
  }

  #no-p input[type=checkbox] + label:before {
    border: 1.5px solid rgb(51,51,51);
  }

  #no-p input[type=checkbox]:checked + label:after {
    content: "";
    position: absolute;
    top: 50%;
    display: block;
  }

  #no-p input[type=radio]:checked + label:after {
    top: 2px;
    left: 5px;
    width: 8px;
    height: 8px;
    margin-top: -4px; 
    background: rgb(110,205,212);/* 注)secretチェックボックスのレ点の色 1/3*/
    border-radius: 8px;
  }

  #no-p input[type=checkbox]:checked + label:after {
    left: 3px;
    width: 16px;
    height: 8px;
    margin-top: -8px;
    border-left: 3px solid rgb(110,205,212);/* 注)secretチェックボックスのレ点の色 2/3*/
    border-bottom: 3px solid rgb(110,205,212);/* 注)secretチェックボックスのレ点の色 3/3*/
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
}


/***------------------------------------------
      trackback
------------------------------------------***/

.tb_ul {
  padding: 10px 0;
}

.op,
#for-trackback-word {
  display: block;
  width: 100%;
  max-width: 600px;
}

.op {
  margin: 0 auto 10px;
  border: 1px solid rgb(51,51,51);
  border-radius: 0;
  outline: none;
  padding: .5em;
  font-size: 1.3rem;
}

#for-trackback-word {
  margin: 0 auto 40px;
}

.op:focus {
  border: 1.5px solid rgb(110,205,212);
}


/***------------------------------------------
      index (title list), search page
------------------------------------------***/

.list-title {
  margin: 0 auto;
  line-height: 1.5;
  font-weight: bolder;
  font-size: 1.4rem;/* 注)リストページ記事タイトルフォント大きさ */
}

.list-title a {
  text-decoration: none;
}

.list-entry {
  overflow: hidden;
  padding: 5px 0;
}

.list-entry-date,
.list-entry-category {
  font-size: 12px;
  text-align: right;
}

.list-entry-category {
  font-size: 1.2rem;/* 注)リストページカテゴリフォント大きさ */
}

/* only for search page */
.list-a {
  margin-bottom: 5px;
  margin-left: 10px;
  width: 72px;
  height: 72px;
  color: rgb(51,51,51);
  float: right;
}

.thumbnails {
  display: inline-block;
  width: 72px;
  height: 72px;
  border-radius: 1px;
  overflow: hidden;
  position: relative;
}

.search-noimage {
  width: 100%;
  height: 100%;
  background: url(https://blog-imgs-93.fc2.com/v/a/n/vanillaice000/lifeisnoimage0.jpg) center center /cover no-repeat;/* 注)No image 検索結果 */
  line-height: 72px;
  position: relative;
  font-family: 'Rock Salt', sans-serif;
  font-size: 11px;
  text-align: center;
}
.search-noimage:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(255,255,255,.7);
  letter-spacing: normal;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
}

.number-of-cmtb {
  font-size: 1.2rem;
  text-align: right;
}

.number-of-cmtb li {
  display: inline-block;
  margin-left: 1em;
}


/***------------------------------------------
      pager
------------------------------------------***/

/* general */
.simple-pagination {
  margin: 0 auto 40px;
  letter-spacing: normal;
  text-align: center;
}

.simple-pagination ul li {
  display: inline-block;
  list-style: none;
  padding: 2px;
}

.light-theme a, .light-theme span {
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  line-height: 30px;
  color: rgb(51,51,51);
  font-size: 12px;
}

.light-theme a:hover {
  background-color: rgb(110,205,212);
  color: white;
  opacity: 1;
}

.prev, .next {
  border: none !important;
  font-weight: bolder;
}

.light-theme .current {
  background: rgba(255,255,255,.6);
  box-shadow: 0 1px 0 rgba(255,255,255,8), 0 0 2px rgba(0,0,0,.3) inset;
  color: rgb(51,51,51);
}

.light-theme .ellipse {
  color: rgb(51,51,51);
}

.light-theme .prev, .light-theme .next {
  box-shadow: none;
  background-color: rgb(188, 188, 188);/* 注)pegetopカラー */
  color: white; 
}

/* article */
#posted-pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  margin: 0 auto 40px;
  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(188, 188, 188);/* 注)HOMEbtn色 */
  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(188, 188, 188);/* 注)pege送りカラー */
  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(110, 205, 212);
}

/* 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: 0 auto 40px;
  max-width: 400px;
  font-size: 12px;/* 注)全記事一覧ページ送りフォント大きさ */
}

#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(212,217,220);/* 注)pege送りカラー */
  color: white;
}

#t-prev-a:hover,
#t-center-a:hover,
#t-next-a:hover {
  background-color: rgb(110, 205, 212);
}


/***------------------------------------------
      side menu
------------------------------------------***/

/* drawer menu on mobile */
.mobile {
  display: none;
  height: 52px;
  color: rgb(110,205,212);
  line-height: 52px;
  font-size: 2.6rem;
  padding: 0 10px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 4000;
}

.sidebar-dl {
  margin: 0 auto 20px;
  padding: 0 15px;
}

.sidebar-dl:first-of-type {
  padding-top: 40px;
}

.sidebar-dl:last-of-type {
  padding-bottom: 160px;
}

.plugin-name {
  display: block;
  cursor: pointer;
  padding: 8px 0;
  font-size: 1.3rem;
  font-weight: bold;
  text-align: center;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.separate {
  display: none;/* 注)サイドメニュー展開解除 この一行を削除 2/2 */
  height: auto;
  padding: 20px 0;
}

.separate {
  border-bottom: 1px solid rgb(150,150,150);
}

.separate ul {
  margin-left: 1.5em;
  list-style-type: square;
}

.sidealign a {
  color: white; /* 注)サイドバープラグイン内のリスト文字色 */
  font-weight: normal;
}

.plugin-name:hover {
  background: rgba(255,255,255,.2);
}

@media screen and (max-width: 854px) {
  .sidebar-dl {
    margin: auto;
    max-width: 400px;
    padding: 0 20px;
  }
  .sidebar-dl:last-of-type {
    padding: 0;
  }
  .sidealign a {
    color: rgb(51,51,51); /* 注)サイドバープラグイン内のリスト文字色 */
  }
}

/* only smartphone */
#sidenav .sidealign a {
  color: rgb(51,51,51);
}
#sidenav .sidebar-dl:last-of-type {
  padding-bottom: 160px;
}


/***------------------------------------------
      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: 310px;
  bottom: 90px;
  z-index: 2000;
  font-size: 11px;
  text-align: center;
  -webkit-animation: slideInUp .8s;
  animation: slideInUp .8s;
}

#pagetop,
#pagemiddle,
#pagebottom {
  margin-bottom: 10px;
  width: 50px;
  height: 40px;
  border-radius: 3px;
  line-height: 40px;
}

#pagemiddle {
  display: none;
}

#page-scroll a {
  display: block;
  width: 100%;
  height: 100%;
  color: rgb(188, 188, 188);/* 注)矢印文字色 */
}

@media screen and (max-width: 854px) {
  #page-scroll {
    right: 8px;
  }
  #pagemiddle {
    display: block;
  }
}

#footer {
  margin: auto;
  padding: 12px 350px 12px 50px;
  letter-spacing: normal;
  line-height: 1.4;
  font-size: 1.2rem;
  text-align: center;
}

@media screen and (max-width: 854px) {
  #footer {
    padding: 12px 8px;
  }
}

#foot,
#copyright {
  display: block;
  font-size: 1.2rem;
}

#ad1,
#ad2 {
  font-size: 11px;
}

.new {
  margin-left: .4em;
  color: red;
  font-size: 11px;
}


/***------------------------------------------
      official plugin
------------------------------------------***/

.calender {
  margin: 0 auto;
  table-layout: fixed;
  width: 260px;
  text-align: center;
  font-size: 12px;
  border-spacing: 4px 3px;
}

.calender caption {
  margin-bottom: 10px;
}

.calender caption a {
  display: inline-block;
  width: 20%;
}

#sat {
  color: rgb(49,70,187);
}

#sun {
  color: rgb(189,30,30);
}

.calender td {
  height: 30px;
  line-height: 30px;
  padding: 0;
}

.calender td a {
  display: block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  color: white;
  background: rgb(110,205,212);
  border-radius: 50%;
}

.calender td a:hover {
  background: rgb(226,45,122);
}

/* profile */
.plugin-myimage {
  margin-bottom: 10px;
  text-align: center !important; /* 注)プロフ画像中央寄せ指定 */
}

/* mail form */
.sidealign form {
  width: 100%;
  max-width: 260px;
  display: block;
  margin: 0 auto;
}

.sidealign input,
.sidealign textarea {
  display: inline-block;
  width: 100% !important;
  border: 1px solid rgb(51,51,51);
  outline: none;
  padding: .5em;
}

.sidealign input[type=submit] {
  margin-top: 8px;
  background-color: rgb(110,205,212);
  border: 1px solid rgb(51,51,51);
  cursor: pointer;
}

.sidealign a:hover {
  color: rgb(110,205,212);
}

/* tag */
.plugin-tag a {
  display: inline-block;
  padding: .2em;
  border: 1px solid white;
  margin: 2px;
}


/***------------------------------------------
      personal settings
------------------------------------------***/

/* shadow for image */
.shadow-attachment {
  box-shadow: 6px 6px 6px rgba(0,0,0,.2);/* 注)記事内画像に自動ドロップシャドウ 不要な方は削除 */
}

.emoji {
  vertical-align: middle;
}

/* for video */
.box-for-video {
  position: relative;
  width: 100%;
}

.box-for-video:before {
  content:"";
  display: block;
  padding-top: 56.25%;/* 注)動画縦横比設定 デフォルト: 縦幅が横に対して56.25% 正方形は100%指定 */
  overflow: hidden;
}

.box-for-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}