@charset "utf-8";

/**
* Author: Vanillaice (Akira) - http://vanillaice000.blog.fc2.com/
* Website skin name: Romantique_duex
* 2015.4.3
* 2015.4.13 - W3C HTML5 Valid, bug fix(comment)
* 2015.8.28 - スマホ操作性改善, ページtop/ bottomボタン変更/ Javascript軽量化, その他微調整
* 2015.9.9 - 公式化に伴うOGP削除
* 2016.1.13 - タイトルタグ微調整
* 2016.5.12 - 個別記事ページ送りが機能しない件修正, その他微調整
* 2016.6.6 - ドロワー内下部余白調整, カレンダー以外の公式プラグイン整形
* 2016.11.4 - 全体レイアウト調整, 関連記事サムネイル整形, その他微調整
* 2017.1.25 - SNSシェアリンクをエンコード
* Latest update: 2017.9.22 - SSL化に伴うURL正規化
*/

/***------------------------------------------
      reset
------------------------------------------***/

html, body, div, span, object, iframe,
p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i, p,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
caption,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 106%;
  vertical-align: baseline;
  background: transparent;
}

ul, ol {
  list-style-type: none;
}

strong, b {
  font-weight: bold;
}

i {
  font-style: italic;
}

address, small, time {
  display: block;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, main {
  display: block;
}

body {
  -webkit-text-size-adjust: 105%;
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  word-wrap: break-word;
}

blockquote, q {
  quotes: none;
}

q:before,
q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  vertical-align: bottom;
  background: transparent;
  outline: none;
}

table {
  word-break: break-all;
}

img {
  vertical-align: bottom;
  font-size: 0;
  line-height: 0;
  max-width: 100%;
  height: auto;
}

iframe, embed {
  max-width: 100%;
}

textarea {
  max-width: 100%;
}

input[type="text"], 
input[type="password"],  
input[type="search"], 
textarea {
  outline: none;
  -webkit-appearance: none;
  border-radius: 0;
  font-size: inherit;
}

select {
  outline: none;
  border-radius: 0;
  font-size: inherit;
}

input[type="submit"] {
  outline: none;
  -webkit-appearance: button;
  border-radius: 0;
  font-size: inherit;
}

pre {
  word-wrap: break-word;
  white-space: pre-wrap;
  font-family: "Menlo", "consolas", "Courier";
}

* {
  box-sizing: border-box;
}

*:focus {
  outline: none;
}

/* fc2 */
.fc2_footer {
  margin: 20px 0;
}

#fc2_text_ad {
  font-size: 12px;
}


/***------------------------------------------
      clearfix
------------------------------------------***/

.cf:before,
.cf:after {
  content: "";
  display: table;
}

.cf:after {
  clear: both;
}


/***------------------------------------------
      blockquote
------------------------------------------***/

blockquote {
  margin: 0 auto;
  width: 98%;
  height: auto;
  background: rgba(255,255,255,.4);
  border: 1px solid rgb(206,206,206);
  border-radius: 1px;
  padding: 2.5em;
  position: relative;
  z-index: 1;
}

blockquote:before {
  content: "“";
  font-size: 700%;
  color: rgb(206,206,206);
  line-height: 1em;
  font-family: "Times New Roman", "Hiragino Kaku Gothic Pro W3", "Meiryo", "sans-serif";
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

blockquote:after {
  content: "”";
  font-size: 700%;
  color: rgb(206,206,206);
  line-height: 0em;
  font-family: "Times New Roman", "Hiragino Kaku Gothic Pro W3", "Meiryo", "sans-serif";
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}


/***------------------------------------------
      common
------------------------------------------***/

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";
}

.new {
  color: red;
  font-size: 12px;
}

#change_mobile {
  display: none;
}


/***------------------------------------------
      link
------------------------------------------***/

a {
  color: rgb(189,182,105); /* 基本リンク色はここです */
  text-decoration: none;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}


/***------------------------------------------
      layout
------------------------------------------***/

body {
  color: rgb(51,51,51);
  font: 13px/1.7 '游ゴシック', 'YuGothic', 'Hiragino Sans', 'ヒラギノ角ゴシック', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'メイリオ', 'Meiryo', 'sans-serif';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body:before {
  content: "";
  display: block;
  background: url(https://blog-imgs-91-origin.fc2.com/v/a/n/vanillaice000/romantique_bg.jpg) left top;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
}

#wrapper {
  margin: 0 auto;
  width: 100%;
  min-width: 80%;
}

#container {
  margin: 0 auto;
  width: 80%;
  padding-bottom: 100px;
  -webkit-animation: fadeIn 1.3s;
  animation: fadeIn 1.3s;
}

@media screen and (max-width:1116px) {
  #container {
    width: 90%;
  }
}
@media screen and (max-width:560px) {
  #container {
    width: 100%;
    padding: 0 8px;
  }
}

#secondary {
  margin: 0 auto;
  width: 100%;
  background-color: rgb(240,240,240); /* 注)スマホドロワーメニュー背景色 White Smoke */
  line-height: 1.8;
  font-size: 12px;
}

#aside-container {
  height: 100%;
  overflow: auto;
  position: relative;
  -webkit-overflow-scrolling: touch;
}

/* animation */
@-webkit-keyframes fadeIn {
  0% {
   opacity: 0;
  }
  50% {
   opacity: 0;
  }
  100% {
   opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
   opacity: 0;
  }
  50% {
   opacity: 0;
  }
  100% {
   opacity: 1;
  }
}


/***------------------------------------------
      header
------------------------------------------***/

#banner {
  height: auto;
  padding: 80px 10px;
}

#blog-name-container {
  margin: 0 auto;
  width: 100%;
  max-width: 1200px;
  line-height: 1.3;
}

#blog-title {
  margin: 0;
  width: 100%;
  max-width: 800px;
  font: bolder 28px/1.3 'Pinyon Script', 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', '游ゴシック', 'YuGothic', 'Hiragino Sans', 'ヒラギノ角ゴ ProN W3', 'メイリオ', 'Meiryo';
  text-shadow: 2px 4px 3px rgba(0,0,0,.2);
}

#blog-title a {
  color: rgb(51,51,51); /* タイトル文字色 */
}

#blog-title a:hover {
  color: rgb(189,182,105);
}

/* navigation */
#banner nav {
  margin: 0 auto;
  width: 100%;
  max-width: 1200px;
  padding-top: 20px;
  font-family: 'Pinyon Script', '游ゴシック', 'YuGothic', 'Hiragino Sans', 'ヒラギノ角ゴシック', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'メイリオ', 'Meiryo', 'sans-serif';
  font-size: 18px;
}

#header-nav-ul li {
  display: inline-block;
  margin-right: 1em;
}

#header-nav-ul li a {
  color: rgb(101,101,101);
}

#header-nav-ul li a:hover {
  color: rgb(189,182,105);
}

#header-nav-ul .pc-hide {
  display: none;
}

#site-description {
  margin: 0 auto;
  max-width: 1200px;
  padding-top: 40px;
  font-size: 18px;
}


/***------------------------------------------
      lace ornament
------------------------------------------***/

#lace-border {
  margin: 0 auto;
  min-height: 72px;
  background: url(https://blog-imgs-71-origin.fc2.com/v/a/n/vanillaice000/whitepinglacebottom21kb.png) left top repeat-x;
  position: relative;
}

#lace-border img {
  display: inline-block;
  margin: auto;
  width: 629px;
  position: absolute;
  top: -100%;
  bottom: -100%;
  left: -100%;
  right: -100%;
}


/***------------------------------------------
      page title
------------------------------------------***/

#page-title {
  margin: 0 auto;
  color: rgb(101,101,101);
  padding: 30px 10px;
  font-family: 'Pinyon Script', 'cursive';
  font-size: 28px;
  text-align: center;
  text-shadow: 2px 4px 3px rgba(0,0,0,.2);
}

#page-title span {
  display: inline-block;
  font-size: 18px;
}


/***------------------------------------------
      masonry
------------------------------------------***/

#grid-container {
  padding-bottom: 100px;
  -webkit-animation: slideInUp 1.5s;
  animation: slideInUp 1.5s;
}

/* animation */
@-webkit-keyframes slideInUp {
  0% {
   opacity: 0;
   -webkit-transform: translateY(30px);
  }
  50% {
   opacity: 0;
   -webkit-transform: translateY(30px);
  }
  100% {
   opacity: 1;
   -webkit-transform: translateY(0);
  }
}
@keyframes slideInUp {
  0% {
   opacity: 0;
   transform: translateY(30px);
  }
  50% {
   opacity: 0;
   transform: translateY(30px);
  }
  100% {
   opacity: 1;
   transform: translateY(0);
  }
}

#isotope {
  margin: 0 auto;
  width: 100%;
  max-width: 1200px;
}

.element-item {
  width: 33.33%;
  padding: 8px;
}

@media screen and (max-width:900px) {
  .element-item {
    width: 50%;
  }
}
@media screen and (max-width:560px) {
  .element-item {
    width: 100%;
  }
}

.inner-wrapper {
  border: 1px solid rgb(229,229,229);
  box-shadow: 0 4px 6px -6px rgb(119,119,119);
  padding: 15px 30px;
  position: relative;
  z-index: 3;
}

@media screen and (max-width:700px) {
  .inner-wrapper {
    padding: 15px;
  }
}

.inner-wrapper img {
  width: 100%;
}

.clock-hover-a img{
  width: 137px;
  height: 215px;
  position: absolute;
  top: -20px;
  right: -7px;
}

.clock-hover-a:hover {
  opacity: .4;
}

.element-title {
  margin: 0 auto;
  line-height: 1.3;
  font-size: 18px;
  font-weight: bolder;
  text-shadow: -1px 4px 3px rgba(0,0,0,.2);
}

.element-title a {
  color: rgb(51,51,51);
}

.element-title a:hover {
  color: rgb(189,182,105);
}

.image-wrapper {
  margin: 15px auto 0;
  box-shadow: 0px 0px 5px 5px rgba(0,0,0,.3) inset;
}

.image-wrapper img {
  position: relative;
  z-index: -1;
}

.element-context {
  min-height: 150px;
  padding: 15px 0;
}

/* footer */
.element-category-and-others-ul,
.element-comment-and-others-ul {
  text-align: right;
}

.element-comment-and-others-ul li {
  display: inline-block;
  margin-left: 1em;
}

.element-comment-and-others-ul li:first-of-type {
  margin-left: 0;
}

.element-category-and-others-ul span,
.element-comment-and-others-ul li {
  font-family: 'Pinyon Script', 'cursive';
}


/***------------------------------------------
      individual article
------------------------------------------***/

.main-body {
  margin: 0 auto 50px;
  width: 100%;
  max-width: 900px;
  background-color: white;
  border: solid 1px rgb(198,199,206);
  border-radius: 4px;
  box-shadow: 3px 3px 6px rgba(0,0,0,.2);
  padding: 20px 30px;
  position: relative;
}

@media screen and (max-width:560px) {
  .main-body {
    padding: 20px 15px;
  }
}

#entry-title {
  margin: 0 auto;
  padding: 0 40px;
  font-size: 18px;
  font-weight: bolder;
  text-align: center;
  text-shadow: 2px 4px 3px rgba(0,0,0,.2);
}

@media screen and (max-width:1116px) {
  #entry-title {
    padding: 0 70px;
  }
}
@media screen and (max-width:560px) {
  #entry-title {
    padding: 0;
  }
}

.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;
}


/* ring ornament */
#ymd {
  width: 97px;
  height: 97px;
  background-color: rgb(255,255,255);
  position: absolute;
  top: -30px;
  left: -55px;
  line-height: 1.4;
  font-family: 'Pinyon Script', 'cursive';
  text-align: center;
}

#ymd-table {
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 100%;
  text-align: center;
}

#ymd-cell {
  display: table-cell;
  vertical-align: middle;
}

#ymd-cell span {
  display: block;
}

#date-ring {
  position: absolute;
  top: -220px;
  left: -110px;
}

@media screen and (max-width:1116px) {
  #ymd {
    width: 81px;
    height: 81px;
    top: -35px;
    left: 17px;
    font-size: 14px;
  }
  #date-ring {
    width: 160px;
    top: -195px;
    left: -30px;
  }
}
@media screen and (max-width:560px) {
  #ymd {
    width: 62px
    height: 62px;
    top: -60px;
    left: 17px;
  }
  #date-ring {
    width: 120px;
    top: -170px;
    left: -8px;
  }
}

/* footer */
#sns-and-others-ul {
  padding-top: 10px;
  text-align: right;
}

#sns-and-others-ul li {
  display: inline-block;
  padding: 2px;
}

#sns-and-others-ul li:last-of-type {
  padding-right: 0;
}

#sns-and-others-ul li a {
  display: block;
  width: 32px;
  height: 32px;
  border: 1px solid rgb(51,51,51);
  border-radius: 50%;
  color: rgb(51,51,51);
  line-height: 32px;
  text-align: center;
}

#sns-and-others-ul li a .fa:before {
  line-height: 32px;
}

#sns-and-others-ul li a:hover {
  background-color: rgb(189,182,105);
  border-color: rgb(189,182,105);
  color: white;
}

#change-font {
  font-family: 'Pinyon Script', 'cursive';
}

/* user tag */
.tags {
  padding-top: 40px;
}

.tags a {
  display: inline-block;
  margin: 0 2px 2px 0;
  border: 1px solid rgb(100,100,100);
  color: rgb(100,100,100);
  padding: .1em .4em 0;
}

.tags a:hover {
  background-color: rgb(189,182,105);
  border-color: rgb(189,182,105);
  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: 10px;
}

.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: 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-family: 'Pinyon Script', 'cursive';
  font-size: 16px;
  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: 98px;
  float: left;
}

@media screen and (max-width: 900px) {
  #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: 90px;
  height: 90px;
  background-color: rgb(245,245,245); /* 注)No image 関連記事サムネイル */
  border-radius: 1px;
  position: absolute;
  z-index: 2;
}

.related-overlay:after {
  content: "No image";
  display: block;
  width: 90px;
  height: 90px;
  color: rgb(51,51,51);
  line-height: 90px;
  position: absolute;
  z-index: 3;
  font-family: 'Pinyon Script', 'cursive';
  font-size: 14px;
  text-align: center;
}

@media screen and (max-width: 479px) {
  #fc2relate_entry_thumbnail_area .relate_entry_thumbnail {
    width: 90px !important;
    height: 90px !important;
  }
  #fc2relate_entry_thumbnail_area .relate_dd .relate_ul .relate_entry_thumbnail img {
    width: 90px !important;
    height: 90px !important;
  }
}


/***------------------------------------------
      posted comment
------------------------------------------***/

.border-container {
  min-height: 46px;
  padding-left: 55px;
  position: relative;
  font-weight: 600;
}

.border-container:before {
  content: "\f007";
  display: inline-block;
  width: 46px;
  height: 46px;
  background-color: rgb(207,207,207); /* 注)訪問者アイコン背景色 (approx)Very Light Grey */
  border-radius: 50%;
  color: white;
  line-height: 46px;
  position: absolute;
  top: 0;
  left: 0;
  font-family: 'FontAwesome';
  font-size: 18px;
  text-align: center;
}

.visitor-name {
  font-size: 14px;
}

.comment-title {
  margin-bottom: 5px;
}

.comment-body {
  padding: 10px 0;
}

.visitor-fotter-info {
  margin-top: 10px;
  text-align: right;
}


/***------------------------------------------
      comment form
------------------------------------------***/

#comment_form {
  margin: 0 auto;
  width: 100%;
  max-width: 600px;
  vertical-align: middle;
  text-decoration: none;
}

#comment_form label {
  display: block;
  padding-bottom: 5px;
  font-family: 'Pinyon Script', '游ゴシック', 'YuGothic', 'Hiragino Sans', 'ヒラギノ角ゴシック', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'メイリオ', 'Meiryo', 'sans-serif';
  font-size: 18px; /* 注)コメント投稿フォームラベルフォント大きさ */
}

#comment_form input {
  margin-bottom: 10px;
  width: 100%;
  background-color: rgb(250,250,250); /* 注)コメントフォーム各項目背景色 (approx)Snow */
  border: 1px solid rgb(150,150,150); /* 注)コメントフォーム各項目ボーダー色 White Smoke */
  padding: 12px;
}

#comment_form input:focus,
#comment:focus {
  background-color: white;
  border: 1px solid rgb(51,51,51);
}

#comment {
  margin-bottom: 10px;
  width: 100%;
  min-height: 200px;
  background-color: rgb(250,250,250); /* 注コメントフォームテキストエリア背景色 White Smoke */
  border: 1px solid rgb(150,150,150); /* 注コメントフォームテキストエリアボーダー色 (approx)Nobel */
  line-height: 1.5;
  padding: 12px;
}

#comment_form input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px rgb(250,250,250) inset;
}

/* checkbox */
#no-p input:focus {
  outline: none;
}

#no-p input[type=checkbox] {
  display: inline-block;
  margin-right: 6px;
}
#no-p input[type=checkbox] + label {
  display: inline-block;
  margin-right: 12px;
  cursor: pointer;
  line-height: 1.5px;
  position: relative;
  left: 0;
}
 
@media (min-width: 1px) {
  #no-p input[type=checkbox] {
    display: none;
    margin: 0;
  }

  #no-p input[type=checkbox] + label {
    padding: 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コメントチェックボックスボーダー色 Gainsboro */
  }

  #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コメントチェックマーク色 Night Rider(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コメントチェックマーク色 Night Rider(2/3) */
    border-left: 3px solid rgb(51,51,51); /* 注)secretコメントチェックマーク色 Night Rider(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: rgba(189,182,105,.8); /* コメントsend, deleteボタン背景色 Night Rider */
  border: none;
  color: white; /* 注)send, deleteボタンテキスト色 */
  cursor: pointer;
  font-family: 'Pinyon Script', 'cursive';
  font-size: 18px; /* 注)send, deleteボタンフォント大きさ */
  font-weight: bolder;
  text-align: center;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

#sendbtn:hover,
#delbtn:hover {
  background-color: rgb(189,182,105); /* コメントsend, deleteボタンボバー時背景色 (approx)Matterhorn */
}

#sendbtn {
  margin-right: 1%;
}

#delbtn {
  margin-left: 1%;
}

.comment-info {
  text-align: right;
}


/***------------------------------------------
      index (title list), search page
------------------------------------------***/

.another-title {
  margin: 0 auto;
  font-family: 'Pinyon Script', 'cursive';
  font-size: 18px;
  font-weight: normal;
  text-align: center;
}

.list-title {
  margin: 0 auto;
  line-height: 1.5;
  font-weight: bolder;
  font-size: 18px; /* 注)全記事リスト記事タイトルフォント大きさ */
}

.list-title a {
  text-decoration: none;
}

.list-entry {
  padding: 5px 0;
}

.list-entry-date,
.list-entry-category {
  text-align: right;
}

.list-entry-category {
  font-size: 16px; /* 注)全記事リストカテゴリフォント大きさ */
}

/* only for search page */
.list-entry .list-a {
  float: right;
  margin-left: 10px;
  margin-bottom: 10px;
  width: 72px;
  height: 72px;
  color: rgb(51,51,51);
}

.thumbnails {
  display: inline-block;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
}

.search-noimage {
  width: 100%;
  height: 100%;
  background-color: rgb(245,245,245); /* 注)No image 検索結果 White Smoke */
  line-height: 72px;
  font-family: 'Pinyon Script', 'cursive';
  font-size: 16px;
  text-align: center;
}

/* the number of comment/ trackback */
.number-of-cmtb {
  text-align: right;
}

.number-of-cmtb li {
  display: inline-block;
  margin-left: 1em;
}


/***------------------------------------------
      pager
------------------------------------------***/

/* general */
.pager {
  margin: 0 auto 50px;
  width: 100%;
}

.pager-bottom {
  padding-top: 60px;
}

.simple-pagination {
  margin: 0;
  overflow: hidden;
  font-family: 'Pinyon Script', 'cursive';
  font-weight: bolder;
  text-align: center;
}

.simple-pagination ul {
  display: inline-block;
  position: relative;
  z-index: 100;
}

.simple-pagination li {
  display: inline-block;
  margin: 3px;
  border-radius: 50%;
  list-style: none;
}

.light-theme a,
.light-theme span {
  display: inline-block;
  width: 36px;
  height: 36px;
  background-color: rgba(189,182,105,.8);
  border-radius: 50%;
  color: white;
  line-height: 36px;
  vertical-align: middle;
  font-size: 12px; /* 注)汎用ページ送りフォント大きさ */
  text-align: center;
}

.light-theme a:hover {
  background-color: rgb(189,182,105); /* 注)汎用ページ送りマウスホバー時背景色 */
  color: white;
}

.light-theme .current {
  background: rgba(255,255,255,.4); /* 注)汎用ページ送り現在ページ背景色 */
  box-shadow: 0 1px 0 rgba(255,255,255,8),
              0 0 2px rgba(0,0,0,.2)inset;
  color: rgb(51,51,51);
}

.light-theme .ellipse {
  background-color: transparent;
  color: rgb(51,51,51);
  font-weight: bold;
}

/* article */
.posted-pager-top {
  margin: 0 auto;
  max-width: 400px;
  position: relative;
  z-index: 100;
  font-family: 'Pinyon Script', 'cursive';
}

#page-wrapper,
.posted-pager {
  margin: 0 auto 50px;
  display: table;
  table-layout: fixed;
  width: 98%;
  font-size: 18px; /* 注)個別記事ページ送りフォント大きさ */
}

.posted-pager {
  max-width: 900px;
}

.page-left-cell,
.page-center-cell,
.page-right-cell {
  display: table-cell;
  vertical-align: middle;
}

.page-center-cell {
  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: 36px;
  height: 36px;
  background-color: rgba(189,182,105,.8); /* 注)個別記事prevページ送り背景色 */
  border-radius: 50px;
  color: white;
  line-height: 36px;
  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: 36px;
  height: 36px;
  background-color: rgba(189,182,105,.8); /* 注)個別記事homeページ送り背景色 */
  border-radius: 50px;
  color: white;
  line-height: 34px;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.center-a .fa:before {
  line-height: 36px;
}

.next-a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  text-align: right;
  padding-right: 40px;
}

.next-a:before {
  content: "\f105";
  margin: auto;
  width: 36px;
  height: 36px;
  background-color: rgba(189,182,105,.8); /* 注)個別記事nextページ送り背景色 */
  border-radius: 50%;
  color: white;
  line-height: 36px;
  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(189,182,105); /* 注)個別記事ページ送りホバー時背景色 */
}

/* 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: 36px;
  height: 36px;
  background-color: rgba(189,182,105,.8); /* 注)全記事リストページ送りprev/ next背景色 */
  border-radius: 50%;
  color: white;
  line-height: 36px;
  -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: 36px;
}

.t-prev-a:hover span,
.t-center-a:hover span,
.t-next-a:hover span {
  background-color: rgb(189,182,105); /* 注)全記事リストページ送りホバー時背景色 */
}

.t-prev-a span,
.t-next-a span {
  font-weight: bolder;
}


/***------------------------------------------
      side menu(drawer)
------------------------------------------***/

.mobile-toggle {
  width: 60px;
  height: 60px;
  background-image: url(https://blog-imgs-71-origin.fc2.com/v/a/n/vanillaice000/crystal.png);
  padding: 20px 16px 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 10000010;
  font-size: 18px;
}

.mobile-toggle-adjust {
  top: 27px;
}

.mobile-toggle span {
  display: block;
  margin-bottom: 5px;
  width: 28px;
  height: 3px;
  background: rgb(51,51,51); /* 注)上部ナビゲーションハンバーガーボタンの色 */
  border-radius: 1000px;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.open-navi span:nth-of-type(1) {
  -webkit-transform: translateY(8px) rotate(-45deg);
  transform: translateY(8px) rotate(-45deg);
}

.open-navi span:nth-of-type(2) {
  opacity: 0;
}

.open-navi span:nth-of-type(3) {
  -webkit-transform: translateY(-8px) rotate(45deg);
  transform: translateY(-8px) rotate(45deg);
}

.side-menu {
  margin: 0 auto;
  padding: 0 20px 40px;
  color: rgb(100,100,100);
}

.side-menu:first-of-type {
  padding-top: 60px;
}

.side-menu:last-of-type {
  padding-bottom: 120px;
}

.side-menu h4 {
  margin: 0 auto 20px;
  background-color: rgb(223,213,189);
  padding: .3em;
  font-size: 18px;
  text-align: center;
}

.side-menu a {
  color: rgb(100,100,100);
}

.side-menu a:hover {
  color: rgb(189,182,105);
}


/***------------------------------------------
      official plug-in
------------------------------------------***/

/* calendar */
.calender {
  margin: 0 auto;
  width: 250px;
  border-spacing: 3px 6px;
  table-layout: fixed;
  font-family: 'Pinyon Script', 'cursive';
  font-size: 18px;
  text-align: center;
}

.calender caption {
  margin-bottom: 10px;
}

#sun {
  color: rgb(161,12,0);
}

.calender td {
  height: 30px;
  line-height: 30px;
  padding: 0;
}

.calender td a {
  display: block;
  margin: 0 auto;
  width: 30px;
  height: 30px;
  border: 1px solid rgb(223,213,189); /* 注)プラグインカレンダー リンクボーダー色 (approx)Lavender */
  border-radius: 50%;
  line-height: 30px;
}

.calender td a:hover {
  background: rgb(223,213,189); /* 注)プラグインカレンダー リンクホバー時背景色 (approx)Lavender */
  color: white;
}

/* profile */
 .plugin-myimage {
  text-align: center !important;
  margin-bottom: 10px;
}

/* mail form */
.sidebar-style form {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 260px;
}

.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;
}

/* search */
.plugin-search {
  margin: 0 auto;
  width: 98%;
}

.plugin-search input {
  margin-bottom: 8px;
}

/* tag */
.plugin-tag a {
  display: inline-block;
  margin: 2px 2px 2px 0;
  border: 1px solid rgb(150,150,150); /* 注)プラグインタグ ボーダー色 (approx)Lavender */
  padding: .3em 1em;
}

.plugin-tag a:hover {
  background-color: rgb(223,213,189); /* 注)プラグインタグ ホバー時背景色 (approx)Lavender */
  border-color: rgb(223,213,189);
  color: white;
  text-decoration: none;
}


/***------------------------------------------
      footer
------------------------------------------***/

#pagetop,
#pagebottom {
  display: none;
  width: 50px;
  height: 50px;
  background: rgba(255,255,255,.2);
  border: solid 1px rgb(222,208,185);
  border-radius: 4px;
  box-shadow: 0px 6px 3px -3px rgba(0,0,0,0.4);
  line-height: 50px;
  position: fixed;
  z-index: 9999;
  right: 60px;
}

#pagetop {
  bottom: 150px;
}

#pagebottom {
  bottom: 90px;
}

#pagetop a,
#pagebottom a {
  display: block;
  width: 100%;
  height: 100%;
  color: rgb(51,51,51);
}

@media screen and (max-width:1116px) {
  #pagetop,
  #pagebottom {
    right: 8px;
  }
}

#footer {
  margin: 0 auto;
  background: url(https://blog-imgs-71-origin.fc2.com/v/a/n/vanillaice000/whitepinglacebottom21kb.png) left top repeat-x rgba(189,182,105,.8);
  line-height: 1.2;
  padding: 100px 0 10px;
  text-align: center;
}

#footer-nav {
  padding: 40px 0 80px;
  line-height: 50px;
  font-family: 'Pinyon Script', 'cursive';
  font-size: 18px;
  font-weight: bolder;
  text-align: center;
}

#footer-nav a {
  display: inline-block;
  margin: 0 10px 0 10px;
  width: 50px;
  height: 50px;
  background: url(https://blog-imgs-71-origin.fc2.com/v/a/n/vanillaice000/crystal.png) center center /cover no-repeat;
  color: white;
  text-align: center;
}

#designer,
#copyright {
  color: white;
  font-family: 'Pinyon Script', '游ゴシック', 'YuGothic', 'Hiragino Sans', 'ヒラギノ角ゴシック', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'メイリオ', 'Meiryo', 'sans-serif';
}

#designer a {
  color: rgb(51,51,51);
}

#ad1,
#ad2 {
  font-size: 16px;
}

#ad1 a,
#ad2 a {
  color: rgb(150,150,150);
}


/***------------------------------------------
      personal settings
------------------------------------------***/

/* shadow for image */
.shadow-attachment {
  box-shadow: 6px 6px 6px rgba(0,0,0,.2);
}

.emoji {
  vertical-align: middle;
}