@charset "utf-8";

/**
* Author: Vanillaice (Akira) - http://vanillaice000.blog.fc2.com/
* Website skin name: DaisyGreen
* First edition: 2015.7.18
* 2015.8.9 Windows10の游ゴシックがかすれるのでmeiryoへ変更
* 2015.8.28 - スマホ動作改善, Javascript軽量化, 内部SEO, ページtop/ bottomボタン変更, その他微調整
* 2015.9.9 - 公式化に伴うOGP削除
* 2015.12.12 - RSS新着サムネイルでタイトルリンクが記事幅からはみ出す問題に対処
* 2016.1.9 - フッター構造変更, タイトルタグ微調整
* 2016.4.11 - フォント優先順位を游ゴシック体に変更, RSSリンクを別タブ表示に変更, html構造一部変更, RSSサムネイル再整形,
サイドメニュー矢印アイコンを画像からwebフォントに変更(色変更可能になりました), 一部主要公式プラグインの整形に対応(カレンダーなど),
blockquote(引用)の再整形, table要素廃止タグ(html4)を使用可能に(非推奨, ブラウザ後方互換依存), その他調整多数
* 2016.9.22 - コメントトリップ削除, 訪問者のリンクを別タブで開くよう変更
* 2016.10.21 - 全体レイアウト調整, 関連記事サムネイル整形, その他調整多数
* 2017.1.13 - テンプレデフォルト新着サムネイルを削除
* 2017.1.25 - SNSシェアリンクをエンコード
* 2017.9.22 - SSL化に伴うURL正規化
* Latest update: 2017.12.11 - リセットCSSを最小限に, html構造及びCSS装飾修正, トップページの追記折りたたみを個別記事ページ遷移に変更, その他変更多数
*/


/***------------------------------------------
      reset(do NOT change or delete)
------------------------------------------***/

embed,iframe,img,table,textarea{max-width:100%}#fc2_text_ad,pre,table{word-break:break-all}dd,dl,dt,figure,li,ol,p,strong,summary,ul,var{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:0 0}iframe{border:0}img{height:auto;line-height:0;vertical-align:bottom;font-size:0}ol,ul{list-style-type:none}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section{display:block}input:not([type=submit]),select,textarea{border-radius:0;outline:0;-webkit-appearance:none;appearance:none;font-size:inherit}@media screen and (max-width:768px){input:not([type=submit]),select,textarea{font-size:16px}}input[type=submit]{border-radius:0;outline:0;-webkit-appearance:button;appearance:button;font-size:inherit}pre{white-space:pre-wrap;font-family:Menlo,consolas,Courier}*{-webkit-box-sizing:border-box;box-sizing:border-box}:focus{outline:0}.fc2_footer{margin:20px 0 0}#fc2_text_ad{margin-bottom:0!important;letter-spacing:normal;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";
  color: rgb(206,206,206);
  line-height: 1em;
  position: absolute;
  left: -15px;
  top: -30px;
  z-index: -1;
  font-family: 'FontAwesome';
  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 {
  color: rgb(133,192,173); /* 注)記事内のリンク色はこちら */
  text-decoration: none;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}


/***------------------------------------------
      layout
------------------------------------------***/

html {
  margin: 0;
  font-size: 62.5%;
}

/* 注)基本フォント関連 */
body {
  margin: 0;
  background-color: rgb(247,247,247);
  color: rgb(51,51,51);
  font: 1.4rem/1.9 'Josefin Sans', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴシック', 'Hiragino Sans', '游ゴシック体', 'YuGothic', 'メイリオ', 'Meiryo', '游ゴシック', 'Yu Gothic', sans-serif;
  -webkit-font-smoothing: antialiased;/* 注)フォントが細く感じる方はこの一行削除 (Mac Google Chromeのみ) */
  -moz-osx-font-smoothing: grayscale;/* 注)フォントが細く感じる方はこの一行削除 (Mac Fireboxのみ) */
}

/* animation */
@-webkit-keyframes fadeIn{0%,50%{opacity:0}100%{opacity:1}}@keyframes fadeIn{0%,50%{opacity:0}100%{opacity:1}}

#wrapper {
  margin: 0 auto;
  width: 100%;
  min-width: 80%;
  -webkit-animation: fadeIn 1.2s;
  animation: fadeIn 1.2s;
}

#float-container {
  display:-webkit-box;/* fallback old Android */
  display:-ms-flexbox;/* fallback ie10 */
  display: -webkit-flex;/* fallback old safari */
  display: flex;
  align-items: flex-start;
  margin: auto;
  max-width: 1300px;
  padding: 50px 60px;
}

#primary {
  -webkit-flex: 1;
  flex: 1;
  margin-right: 40px;
  overflow: hidden;
}

#secondary {
  width: 300px;
  line-height: 1.8;
  font-size: 1.2rem;
}

.side-menu {
  width: 300px;
  padding: 15px 15px 20px;
}

@media screen and (max-width: 900px) {
  #float-container {
    display: block;
    max-width: 970px;
  }
  #primary {
    margin: auto;
  }
  #secondary {
    width: 100%;
  }
  #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; /* fallback ie10 */
    -webkit-flex-wrap:wrap; /* fallback old safari */
    flex-wrap: wrap;
    justify-content: space-around;
  }
}

@media screen and (max-width: 740px) {
  #aside-container {
    display: block;
  }
  .side-menu {
    margin: auto;
    width: 100%;
    max-width: 400px;
  }
}

@media screen and (max-width: 667px) {
  #float-container {
    padding: 50px 30px;
  }
}

@media screen and (max-width: 414px) {
  #float-container {
    padding: 50px 0;
  }
}


/***------------------------------------------
      header
------------------------------------------***/

#bannerbig,
#banner {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  text-align: center;
}

/* 注)トップページヘッダー背景(大・小) pc用 */
#bannerbig {
  background-image: url(https://blog-imgs-84.fc2.com/v/a/n/vanillaice000/daisyin.jpg);
}

#banner {
  background-image: url(https://blog-imgs-84.fc2.com/v/a/n/vanillaice000/daisynoi.jpg);
}

/* 注)トップページヘッダー背景(大・小) スマホ用 */
@media screen and (max-width: 414px) {
  #bannerbig {
    background-image: url(https://blog-imgs-116.fc2.com/v/a/n/vanillaice000/daisyin800.jpg);
  }
  #banner {
    background-image: url(https://blog-imgs-116.fc2.com/v/a/n/vanillaice000/daisyno800.jpg);
  }
}

#bannerbig:before,
#banner:before {
  content: "";
  display: block;
  background: rgba(255,255,255,.7);/* 注)ヘッダー上白マスク */
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

#blog-name-containerbig,
#blog-name-container {
  position: relative;
  z-index: 3;
}

#blog-name-containerbig {
  padding: 120px 8px;  
}

#blog-name-container {
  padding: 50px 8px;  
}

/* 注)ブログタイトルフォント関連 */
#blog-title {
  margin: auto;
  max-width: 800px;
  font: bolder 2.5rem/1.4 'Josefin Sans', '游明朝', 'YuMincho', 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', 'serif';
}

@media screen and (max-width: 768px) {
  .blog-title { /* 注)ブログタイトルフォントスマホサイズ */
    font-size: 2.2rem;
  }
}

#blog-title a {
  color: black;
}

#sub-title { /* 注)サブタイトルフォント関連 */
  margin: auto;
  max-width: 850px;
  line-height: 1.4;
  padding-top: 10px;
  font-size: 1.4rem;
}


/***------------------------------------------
      global navigation
------------------------------------------***/

#navigation-ul {
  line-height: 24px;
  position: relative;
  z-index: 3;
  font-size: 1.4rem;
  text-align: right;
}

#navigation-ul li {
  display: inline-block;
  border-left: 1px solid silver;  
  padding: 0 .5em;
  text-align: center;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

#navigation-ul li a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0 1.5em;
}

@media screen and (max-width: 600px) {
  #navigation-ul li a {
    padding: 0 .5em;
  }
}

#navigation-ul li:hover {
  background-color: rgba(133,192,173,.4);
}

#navigation-ul li a:hover {
  color: white;
}

#navigation-ul .pc-hide {
  display: none;
}

/* animation */
.animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}@-webkit-keyframes flip{0%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-360deg);transform:perspective(400px) rotate3d(0,1,0,-360deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95);transform:perspective(400px) scale3d(.95,.95,.95);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}100%{-webkit-transform:perspective(400px);transform:perspective(400px);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}@keyframes flip{0%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-360deg);transform:perspective(400px) rotate3d(0,1,0,-360deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95);transform:perspective(400px) scale3d(.95,.95,.95);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}100%{-webkit-transform:perspective(400px);transform:perspective(400px);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}.animated.flip{-webkit-backface-visibility:visible;backface-visibility:visible;-webkit-animation-name:flip;animation-name:flip}

/* text flip */
#welcome-container {
  border-top: 1px solid silver;
  border-bottom: 1px solid silver;
  line-height: 50px;
  overflow: hidden;
  font-size: 1.7rem;
  text-align: center;
}


/***------------------------------------------
      gallery
------------------------------------------***/

#eye-catch-container {
  display:-webkit-box;/* fallback old Android */
  display:-ms-flexbox;/* fallback ie10 */
  display: -webkit-flex;/* fallback old safari */
  display: flex;
}

.eye-catch-image {
  width: 33.33%;
  position: relative;
}

.eye-catch-image:before {
  content: "";
  display: block;
  padding-top: 65%;
}

@media screen and (max-width: 667px) {
  #eye-catch-container {
    display: block;
  }
  .eye-catch-image {
    width: 100%;
  }
}

.imgLiquidFill {
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
}

/* 注)gallery 左 */
#item-1 {
  background-image: url(https://blog-imgs-116.fc2.com/v/a/n/vanillaice000/daisyabout.jpg);
}

/* 注)gallery 真ん中 */
#item-2 {
  background-image: url(https://blog-imgs-71.fc2.com/v/a/n/vanillaice000/girls238.jpg);
}

/* 注)gallery 右 */
#item-3 {
  background-image: url(https://blog-imgs-71.fc2.com/v/a/n/vanillaice000/camera23.jpg);
}

.item-info {
  display:-webkit-box;/* fallback old Android */
  display:-ms-flexbox;/* fallback ie10 */
  display: -webkit-flex;/* fallback old safari */
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  background-color: rgba(0,0,0,.4);
  color: white;
  line-height: 1.4;
  padding: 4px 15px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.post-name {
  -webkit-flex: 1;
  flex: 1;
  word-break: break-all;
  font-size: 1.3rem;
}

.item-info .fa-arrow-right {
  display: inline-block;
  margin-left: 8px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid white;
  line-height: 38px;
  text-align: center;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.item-info .fa-arrow-right.fa-arrow-right:before {
  padding: 0;
  line-height: 38px;
}

.eye-catch-image a:hover .fa-arrow-right {
  background-color: rgb(133,192,173);
  border-color: rgb(133,192,173);
}


/***------------------------------------------
      entry
------------------------------------------***/

.main-body {
  margin: 0 auto 30px;
  background-color: white;
  padding: 20px 30px;
}

@media screen and (max-width: 600px) {
  .main-body {
    padding: 20px 15px;
  }
}

.green-pin {
  padding-bottom: 10px;
  position: relative;
}

/* 注)ピン画像不要の方ここから削除 */
.green-pin:before {
  content: "";
  display: block;
  width: 59px;
  height: 93px;
  background-image: url(https://blog-imgs-71.fc2.com/v/a/n/vanillaice000/green_pin.png);
  position: absolute;
  top: -38px;
  right: 0;
}
/* 注)ここまで削除 */

.element-header {
  line-height: 1.4;
  text-align: center;
}

.element-category {
  display: inline-block;
  margin-bottom: 16px;
  border-top: 2px solid rgb(202,229,222);
  border-bottom: 2px solid rgb(202,229,222);
  padding: 5px 5px 3px;
  font-size: 1.2rem;  
}

.element-title {
  margin: auto;
  font-size: 1.6rem;
  font-weight: normal;
}

.element-title a {
  color: black;
}

.element-datetime {
  display: block;
  padding-top: 10px;
  font-size: 1.2rem;
}

.contents,
.inner-contents {
  padding: 20px 0;
}

/* back to default */
.inner-contents ul {
  margin: 1em 0;
  padding-left: 40px;
  list-style-type: disc;
}

.inner-contents ol {
  margin: 1em 0;
  padding-left: 40px;
  list-style-type: decimal;
}

.inner-contents a:hover {
  text-decoration: underline;
}

.read-more {
  margin: 30px 0;
  text-align: center;
}

.read-more a {
  display: inline-block;
  border: 1px solid rgb(133,192,173);
  padding: .8em 2em .6em;
}

.read-more a:hover {
  background-color: rgb(202,229,222);
  color: black;
  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(200,200,200);
  padding: .2em .5em .1em;
}

.entry-tag a:hover {
  background-color: rgb(202,229,222);
  border-color: rgb(202,229,222);
  color: black;
  text-decoration: none;
}

/* footer */
.inner-info {
  border-top: 1px dashed rgba(201,225,217,.6);
  overflow: hidden;
  padding: 10px 0 0;
}

.comment-and-others-ul {
  float: left;
}

.sns-and-others-ul {
  float: right;
}

.comment-and-others-ul li,
.sns-and-others-ul li {
  display: inline-block;
}

.comment-and-others-ul li {
  margin-right: 1em;
}

.sns-and-others-ul li a {
  display: block;
  margin-left: 2px;
  width: 30px;
  height: 30px;
  border: 1px solid rgb(133,192,173);
  border-radius: 50%;
  line-height: 30px;
  text-align: center;
}

/* assigned SNS brand color */
.c-facebook:hover {
  background-color: rgb(59,89,152);
  border-color: rgb(59,89,152);
  color: white;
}

.c-twitter:hover {
  background-color: rgb(85,172,238);
  border-color: rgb(85,172,238);
  color: white;
}

.c-pinterest:hover {
  background-color: rgb(206,15,25);
  border-color: rgb(206,15,25);
  color: white;
}

.c-google-plus:hover {
  background-color: rgb(221,75,57);
  border-color: rgb(221,75,57);
  color: white;
}

.c-pencil:hover {
  background-color: rgb(133,192,173);
  color: white;
}


/***------------------------------------------
      related post, trackback list
------------------------------------------***/

.relate_dl,
.tb_dl {
  margin: 20px auto 0;
  border-radius: 3px;
  box-shadow: inset 0 0 15px rgba(0,0,0,.2);
  padding: 6px 10px;
  background-color: rgb(249,252,251);
  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: 1100px) {
  #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/daisygreennoimage160th.jpg) center center /cover no-repeat; /* 注)No image画像 関連記事サムネイル */
  border-radius: 1px;
  position: absolute;
  z-index: 2;
}

.related-overlay:after {
  content: "No image";
  display: block;
  width: 80px;
  height: 80px;
  background-color: rgba(255,255,255,.7);
  color: rgba(51,51,51,.7);
  line-height: 80px;
  position: absolute;
  z-index: 3;
  font-size: 12px;
  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;
  font-size: 1.6rem;
  text-align: center;
}

.after-float {
  display:-webkit-box;/* fallback old Android */
  display:-ms-flexbox;/* fallback ie10 */
  display: -webkit-flex;/* fallback old safari */
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.stamp {
  display:-webkit-box;/* fallback old Android */
  display:-ms-flexbox;/* fallback ie10 */
  display: -webkit-flex;/* fallback old safari */
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 75px;
  height: 75px;
  background: url(https://blog-imgs-71.fc2.com/v/a/n/vanillaice000/daisygreen.png) center top /22px 22px no-repeat; /* 注)コメント欄アイコン */
  border: 1px solid rgb(133,192,173);
  border-radius: 50%;
  color: rgb(133,192,173);
  line-height: 1.4;
  padding-top: 13px;
  text-align: center;
}

.right-container {
  -webkit-flex: 1;
  flex: 1;
  padding-left: 20px;
}

.visited-day-of-the-week {
  border-bottom: 1px solid rgb(133,192,173);
  font-size: 14px;
  text-transform: uppercase;
}

.visited-day {
  padding-top: .2em;
  font-size: 12px;
}

.visitor-name,
.visitor-comment-title {
  font-weight: bold;
}

.visitor-comment-body {
  font-size: 1.3rem;
}

.comment-info {
  border-bottom: 1px dashed rgb(201,225,217);
  padding-top: 10px;
  text-align: right;
}

#comment-top .contents:last-of-type .comment-info {
  border: 0;
}


/***------------------------------------------
      comment form
------------------------------------------***/

#comment_form {
  margin: 40px auto 0;
  width: 100%;
  vertical-align: middle;
  text-decoration: none;
}

#comment_form label {
  display: block;
  padding-bottom: 5px;
  font-size: 1.2rem; /* 注)コメント投稿フォームラベル フォント大きさ */
}

#comment_form input {
  margin-bottom: 10px;
  width: 100%;
  background-color: white;
  border: 1px solid rgb(220,220,220); /* 注)コメントフォーム各項目ボーダー色 */
  padding: 12px;
}

#comment_form input:focus,
#comment:focus {
  border: 1px solid rgb(179,179,179); /* 注)コメントフォーム各項目(含 テキストエリア)フォーカス時ボーダー色 */
}

#comment {
  margin-bottom: 10px;
  width: 100%;
  min-height: 200px;
  background-color: white;
  border: 1px solid rgb(220,220,220); /* 注コメントフォームテキストエリアボーダー色 */
  line-height: 1.5;
  padding: 12px;
}

#comment_form input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 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 {
  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コメントチェックボックスボーダー色 */
    border-radius: 2px;
  }

  #no-p input[type=checkbox]:checked + label:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
  }

  #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;
  margin-right: 20px;
  width: 156px;
  height: 30px;
  background-color: rgb(214,216,226); /* 注)send, deleteボタン背景色 */
  border: none;
  border-radius: 2px;
  box-shadow: 2px 2px 4px rgba(0,0,0,.2);
  cursor: pointer;
  padding: 4px 0;
  font-family: 'Josefin Sans', 'sans-serif';
  font-size: 1.4rem; /* 注)コメントsend/ deleteボタンフォント大きさ */
  text-align: center;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  /* default */
  padding: 3px 6px 3px;
  border-width: 2px;
  border-style: outset;
  border-color: buttonface;
  border-image: initial;
}

#sendbtn:hover,
#delbtn:hover {
  background-color: rgba(133,192,173,.6); /* 注)send, deleteボタンホバー時背景色 */
}

.comment-info {
  text-align: right;
}


/***------------------------------------------
      trackback
------------------------------------------***/

.op,
#for-trackback-word {
  display: block;
  width: 100%;
}

.op {
  margin: 30px auto 10px;
  border: 1px solid rgb(220,220,220); /* 注)トラックバックボーダー色 */
  border-radius: 0;
  padding: .5em;
  outline: none;
  font-size: 1.3rem; /* 注)・トラックバックフォント大きさ */
}

#for-trackback-word {
  margin: 0 auto;
}

.op:focus {
  border: 1px solid rgb(179,179,179); /* 注)トラックバックフォーカス時ボーダー色 */
}


/***------------------------------------------
      index (title list), search page
------------------------------------------***/

.list-title {
  margin: auto;
  line-height: 1.4;
  font-weight: bolder;
  font-size: 1.5rem; /* 注)全記事リスト記事タイトルフォント大きさ */
}

.list-title a {
  text-decoration: none;
}

.list-entry {
  overflow: hidden;
  padding: 5px 0;
}

.list-entry-date,
.list-entry-category {
  font-size: 1.2rem;
  text-align: right;
}

.list-entry-category {
  font-size: 12px; /* 注)全記事リストカテゴリフォント大きさ */
}

/* only for search page */
.list-entry .list-a {
  float: right;
  margin-left: 10px;
  margin-bottom: 10px;
  width: 72px;
  height: 72px;
}

.thumbnails {
  display: inline-block;
  width: 72px;
  height: 72px;
  overflow: hidden;
  position: relative;
}

.search-noimage {
  width: 100%;
  height: 100%;
  background: url(https://blog-imgs-116.fc2.com/v/a/n/vanillaice000/daisygreennoimage160th.jpg) center center /cover no-repeat; /* 注)No image画像 リストページサムネイル */
  position: absolute;
  top: 0;
  left: 0;
}

.no-image-text {
  width: 100%;
  height: 100%;
  background-color: rgba(255,255,255,.7);
  color: rgba(51,51,51,.7);
  line-height: 72px;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 12px;
  text-align: center;
}

/* the number of comment/ trackback */
.number-of-cmtb {
  font-size: 1.2rem;
  text-align: right;
}

.number-of-cmtb li {
  display: inline-block;
  margin-left: 1em;
}

/* only for 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 */
.pager {
  margin: 0 auto 50px;
  width: 100%;
  font-size: 11px;
}

.simple-pagination {
  margin: 0;
  overflow: hidden;
  text-align: center;
}

.simple-pagination ul {
  display: inline-block;
  min-height: 30px !important;
  overflow: hidden;
}

.simple-pagination li {
  display: inline-block;
  margin: 2px;
  vertical-align: middle;
}

.light-theme a,
.light-theme span {
  display: inline-block;
  width: 30px;
  height: 30px;
  background: transparent;
  border: 1px solid rgb(133,192,173);
  color: rgb(133,192,173);
  line-height: 29px;
}

.light-theme a:hover {
  background-color: rgb(133,192,173);
  color: rgb(255,255,255);
}

.light-theme .current {
  border: 0;
  color: rgb(51,51,51);
}

.light-theme .ellipse {
  border: 0;
  color: rgb(51,51,51);
}

.light-theme .prev,
.light-theme .next {
  background-color: rgb(133,192,173); /* 注)汎用ページ送りprev/ next背景色 */
  color: white;
}

/* article */
.posted-pager,
.posted-pager-top {
  margin: 0 auto 50px;
  display: table;
  table-layout: fixed;
  width: 100%;
  font-size: 11px; /* 注)個別記事ページ送りフォント大きさ */
}

@media screen and (max-width: 414px) {
  .posted-pager,
  .posted-pager-top {
    padding: 0 15px;
  }
}

.page-left-cell,
.page-center-cell,
.page-right-cell {
  display: table-cell;
  vertical-align: middle;
}

.page-center-cell {
  padding: 0 8px;
  text-align: center;
}

.page-right-cell {
  text-align: right;
}

.prev-a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  padding-left: 40px;
  text-align: left;
}

.prev-a:before {
  content: "\f104";
  margin: auto;
  width: 30px;
  height: 30px;
  border: 1px solid rgb(133,192,173); /* 注)個別記事prevページ送り背景色 */
  color: rgb(133,192,173);
  line-height: 29px;
  position: absolute;
  font-family: 'FontAwesome';
  left: 0;
  top: 0;
  bottom: 0;
  text-align: center;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.page-center-cell {
  width: 50px;
  height: auto;
  text-align: center;
}

.center-a {
  width: 100%;
  height: 100%;
}

.center-a .fa {
  width: 30px;
  height: 30px;
  border: 1px solid rgb(133,192,173); /* 注)個別記事homeページ送り背景色 */
  color: rgb(133,192,173);
  line-height: 29px;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.center-a .fa:before {
  line-height: 30px;
}

.next-a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  text-align: right;
  padding-right: 40px;
}

.next-a:before {
  content: "\f105";
  margin: auto;
  width: 30px;
  height: 30px;
  border: 1px solid rgb(133,192,173); /* 注)個別記事nextページ送り背景色 */
  color: rgb(133,192,173);
  line-height: 29px;
  position: absolute;
  font-family: 'FontAwesome';
  right: 0;
  top: 0;
  bottom: 0;
  text-align: center;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.prev-a:hover:before,
.center-a:hover .fa,
.next-a:hover:before {
  background-color: rgb(133,192,173); /* 注)個別記事ページ送りホバー時背景色 */
  color: white;
}

/* title list */
.titlelist-pager {
  display: table;
  table-layout: fixed;
  margin: 0 auto 50px;
  width: 100%;
  max-width: 300px;
}

.t-prev-a,
.t-center-a,
.t-next-a {
  display: inline-block;
  width: 100%;
  height: 100%;
  text-align: center;
}

.t-prev-a span,
.t-center-a span,
.t-next-a span {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 29px;
  border: 1px solid rgb(133,192,173); /* 注)全記事リストページ送りprev/ next背景色 */
  color: rgb(133,192,173);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.t-prev-a .fa:before,
.t-center-a .fa:before,
.t-next-a .fa:before {
  line-height: 29px;
}

.t-prev-a:hover span,
.t-center-a:hover span,
.t-next-a:hover span {
  background-color: rgb(133,192,173); /* 注)全記事リストページ送りホバー時背景色 */
  color: white;
}

.t-prev-a span,
.t-next-a span {
  font-weight: bolder;
}

/* bottom pager adjust */
.pager-bottom {
  margin: 70px auto;
}


/***------------------------------------------
      side menu
------------------------------------------***/

.side-menu h4 {
  margin: 0 auto 20px;
  border: 1px dashed rgb(133,192,173);
  padding: .8em 0;
  font-size: 1.4rem;
  text-align: center;
}

.side-menu ul li:before {
  content: "\f18e";
  margin-right: .2em;
  color: rgba(133,192,173,.6); /* 注)サイドメニュープラグイン矢印アイコンの色 */
  font-family: 'FontAwesome';
}

.side-menu a {
  color: rgb(100,100,100);
}

.side-menu a:hover {
  text-decoration: underline;
}

/* calendar (not official one) */
.calender-month-style {
  font-size: 18px;
  color: rgb(133,192,173);
  vertical-align: middle;
}

#prevMonth {
  margin-right: 2em;
  vertical-align: middle;
}

#nextMonth {
  margin-left: 2em;
  vertical-align: middle;
}

.sat {
  color: rgb(49,70,187);
}

.sun {
  color: rgb(189,30,30);
}

/* site search */
#search-form {
  margin: 20px auto 0;
  padding-top: 10px;
  text-align: center;
}

#search-form input[type="search"] { 
  width: 100%;
  max-width: 320px;
  background: url(https://blog-imgs-80.fc2.com/v/a/n/vanillaice000/search_ffffff_14.png) 10px center rgba(133,192,173,.4) no-repeat;
  border: 1px solid rgba(158,86,154,.2);
  border-radius: 4px;
  outline: none;
  padding: .2em;
  -webkit-appearance: none;
}

#search-form input[type="search"]:focus {
  background: white;
  color: rgb(51,51,51);
}


/***------------------------------------------
      official plug-in
------------------------------------------***/

/* calendar */
.calender {
  margin: 0 auto;
  table-layout: fixed;
  width: 260px;
  border-spacing: 3px 6px;
  font-size: 12px;
  text-align: center;
}

.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;
  margin: 0 auto;
  width: 30px;
  height: 30px;
  background: rgba(133,192,173,.4);
  border-radius: 50%;
  line-height: 30px;
}

.calender td a:hover {
  background-color: rgb(133,192,173); /* 注)プラグインカレンダー リンクホバー時背景色 */
  color: white;
  text-decoration: none;
}

/* profile */
 .plugin-myimage {
  text-align: center !important;
  margin-bottom: 10px;
}

/* mail form */
.sidebar-style form {
  display: block;
  margin: auto;
  max-width: 270px;
}

.sidebar-style input:not([type="submit"]),
.sidebar-style textarea,
.sidebar-style select {
  display: inline-block;
  width: 100% !important;
  background-color: white;
  border: 1px solid rgb(207,207,207);
  border-radius: 2px;
  outline: none;
  padding: .5em;
}

.sidebar-style input[type="submit"] {
  display: inline-block;
  background-color: rgb(133,192,173);
  border: none;
  color: white;
  cursor: pointer;
}

/* search */
.plugin-search {
  margin: auto;
  width: 100%;
}

.plugin-search input {
  margin-bottom: 8px;
}

/* tag */
.plugin-tag a {
  display: inline-block;
  margin: 2px 2px 2px 0;
  border: 1px solid rgb(200,200,200); /* 注)プラグインタグ ボーダー色 */
  padding: .3em 1em .2em;
}

.plugin-tag a:hover {
  background-color: rgb(133,192,173); /* 注)プラグインタグ ホバー時背景色 */
  border-color: rgb(133,192,173);
  color: white;
  text-decoration: none;
}


/***------------------------------------------
      footer
------------------------------------------***/

#footer-sns-container-ul {
  padding-bottom: 20px;
  text-align: center;
}

#footer-sns-container-ul li {
  display: inline-block;
  margin: 2px;
}

#footer-sns-container-ul li a {
  display: block;
  width: 25px;
  height: 25px;
  background-color: rgb(133,192,173);
  border-radius: 50%;
  color: white;
  line-height: 25px;
}

#footer-sns-container-ul li a .fa:before {
  line-height: 25px;
}


/***------------------------------------------
      footer
------------------------------------------***/

#footer {
  line-height: 1.4;
  padding: 1em 8px;
  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: 60px;
  bottom: 90px;
  z-index: 100003;
  text-align: center;
  -webkit-animation: slideInUp .8s;
  animation: slideInUp .8s;
}

#pagetop {
  margin-bottom: 10px;
  width: 40px;
  height: 40px;
  background: rgba(255,255,255,.4);
  border: 1px solid rgba(179,171,180,.5);
  border-radius: 2px;
}

#pagemiddle {
  width: 0;
  height: 0;
  font-size: 0;
}

#pagebottom {
  margin-bottom: 10px;
  width: 40px;
  height: 40px;
  background: rgba(255,255,255,.4);
  border: 1px solid rgba(179,171,180,.5);
  border-radius: 2px;
}

#pagetop a,
#pagebottom a {
  display: inline-block;
  width: 100%;
  height: 100%;
  color: rgb(150,150,150);
  line-height: 40px;
}

@media screen and (max-width: 900px) {
  #page-scroll {
    right: 8px;
  }
  #pagemiddle {
    margin-bottom: 10px;
    width: 40px;
    height: 40px;
    background: rgba(255,255,255,.4);
    border: 1px solid rgba(179,171,180,.5);
    border-radius: 2px;
    font-size: 11px;
  }
  #pagemiddle a {
    display: inline-block;
    width: 100%;
    height: 100%;
    color: rgb(150,150,150);
    line-height: 40px;
  }
}

.new {
  color: red;
  font-size: 1.1rem;
  margin-left: .3em;
}

.foot,
#copyright {
  display: block;
  text-align: center;
  font-size: 1.1rem;
}

#ad1,
#ad2 {
  word-break: break-all;
  font-size: 11px;
}


/***------------------------------------------
      personal setting
------------------------------------------***/

.shadow-attachment {
  box-shadow: 6px 6px 6px rgba(0,0,0,.2); /* 注)クラス追加(記事作成時手入力)で画像にドロップシャドウ追加 */
}

.emoji {
  vertical-align: middle;
}