@charset "utf-8";

/**
* Author: Vanillaice (Akira) - http://vanillaice000.blog.fc2.com/
* Website skin name: A_Vanilla-Sky
* The first edition: 2017.2.9
* 2017.2.15 - ページmiddleボタンが効かない件修正
* 2017.3.1 - コンテンツピン留めとTwitterウィジェットの衝突を修正
* Latest update: 2017.4.17 - iPhoneでfixedされたinputが固定されないバグのApple修正に伴いhackを削除
*/

/***------------------------------------------
      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: 100%;
  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: 100%;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  tap-highlight-color: rgba(0,0,0,0);
  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 {
  max-width: 100%;
  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 {
  border-radius: 0;
  outline: none;
  font-size: inherit;
  -webkit-appearance: none;
  appearance: none;}

select {
  outline: none;
  border-radius: 0;
  font-size: inherit;
}

input[type="submit"] {
  border-radius: 0;
  outline: none;
  font-size: inherit;
  -webkit-appearance: button;
  appearance: button;
}

pre {
  word-wrap: break-word;
  white-space: pre-wrap;
  font-family: 'Menlo', 'consolas', 'Courier';
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*:focus {
  outline: none;
}

/* fc2 */
.fc2_footer {
  margin: 20px 0;
}

#fc2_text_ad {
  font-size: 12px;
}

#change_mobile {
  display: none;
}


/***------------------------------------------
      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: 2px;
  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;
}


/***------------------------------------------
      link
------------------------------------------***/

a {
  text-decoration: none;
  color: rgb(150,150,150); /* 注)基本リンク色 */
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

a:hover {
  color: rgb(51,51,51);
}


/***------------------------------------------
      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";
}


/***------------------------------------------
      layout
------------------------------------------***/

html,
body {
  height: 100%;
}

body { /* 注)記事内基本フォント関連 */
  background-color: white;
  color: rgb(51,51,51); /* 注)テキスト基本色 */
  font: 13px/1.7 'Open Sans', '游ゴシック', 'YuGothic', 'Hiragino Sans', 'ヒラギノ角ゴシック', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'メイリオ', 'Meiryo', 'sans-serif';
  -webkit-font-smoothing: antialiased; /* 注)文字が細すぎると感じる場合はこの一行削除 1/2 */
  -moz-osx-font-smoothing: grayscale; /* 注)文字が細すぎると感じる場合はこの一行削除 2/2 */
}

#wrapper {
  margin: 0 auto;
  width: 100%;
  min-width: 80%;
  position: relative;
}

body:before {
  content: "";
  width: 100%;
  height: 350px;
  background: url(https://blog-imgs-100-origin.fc2.com/v/a/n/vanillaice000/se09u0341.png) left top no-repeat;
  background-size: auto 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

#main-container {
  margin: 0 auto;
  width: 80%;
  max-width: 1200px;
}

@media screen and (max-width: 1280px) {
  #main-container {
    width: 90%;
  }
}
@media screen and (max-width: 1160px) {
  #main-container {
    width: 95%;
  }
}
@media screen and (max-width: 940px) {
  #main-container {
    width: 100%;
  }
}

#primary {
  margin-right: -300px;
  width: 100%;
  float : left;
  -webkit-animation: fadeIn 1.5s;
  animation: fadeIn 1.5s;
}

/* primary breakpoints */
@media screen and (max-width: 940px) {
  #primary {
    margin: 0 auto;
    width: 90%;
    max-width: 680px;
    float: none;
  }
}

#main {
  margin-right: 350px;
  padding-bottom: 80px;
}

/* main break point */
@media screen and (max-width: 940px) {
  #main {
    margin: 0 auto;
    float: none;
  }
}

#main-fit-wrapper {
  padding-top: 50px;
}

#secondary {
  width: 300px;
  float: left;
  padding-bottom: 100px;
  -webkit-animation: fadeIn 1.7s;
  animation: fadeIn 1.7s;
}

/* secondary breakpoints */
@media screen and (max-width: 940px) {
  #secondary {
    margin: 0 auto;
    width: 100%;
    float: none;
    text-align: center;
  }
}
@media screen and (max-width: 603px) {
  #secondary {
    padding: 0 20px;
  }
}

#aside-container {
  padding-bottom: 80px;
}

#fit-wrapper {
  padding-top: 50px;
}

/* 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
------------------------------------------***/

#header-banner {
  margin: 0 auto;
  padding: 70px 0 20px;
}

/* 注)ブログタイトル上welcomeテキスト不要の方ここから削除 3/3 */
#welcome {
  visibility: hidden;
  font: 20px/1.5 'Stalemate', '游明朝', 'YuMincho', 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', 'cursive';
}

.animated {
  -webkit-animation-duration: .6s;
          animation-duration: .6s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0,-100%,0);
            transform: translate3d(0,-100%,0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0,-100%,0);
            transform: translate3d(0,-100%,0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
          animation-name: fadeInDown;
}
/* 注)ブログタイトル上welcomeテキスト不要の方ここまで削除 3/3 */

/* blog title */
#blog-name-container {
  margin: 0 auto;
  width: 80%;
  max-width: 1200px;
}

/* blog-name-container breakpoint */
@media screen and (max-width: 1280px) {
  #blog-name-container {
    width: 90%;
  }
}
@media screen and (max-width: 1160px) {
  #blog-name-container {
    width: 95%;
  }
}
@media screen and (max-width: 940px) {
  #blog-name-container {
    width: 90%;
    max-width: 680px;
  }
}

#blog-title { /* 注)ブログタイトルフォント関連 */
  width: 100%;
  margin-bottom: 15px;
  width: 100%;
  max-width: 800px;
  font: 24px/1.3 'Playfair Display', '游明朝', 'YuMincho', 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', 'serif';
}

/* blog-title breakpoint */
@media screen and (max-width: 640px) {
  #blog-title {
    font-size: 22px;
  }
}

#blog-title a {
  color: rgb(51,51,51); /* 注)ブログタイトルリンク色 */
}

#site-description {
  width: 100%;
  max-width: 850px;
}


/***------------------------------------------
      global navigation
------------------------------------------***/

/* hamburger button animation */
.mobile-toggle {
  display: none;
  cursor: pointer;
  width: 58px;
  height: 40px;
  padding: 12px 15px 0;
  position: absolute;
  right: 8px;
  top: 0;
  z-index: 100005;
  font-size: 20px;
}

@media screen and (max-width: 768px) {
  .mobile-toggle {
    display: block;
  }
  .mobile-toggle span {
    display: block;
    width: 28px;
    margin-bottom: 5px;
    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);
  }
}

.navi-container {
  margin: 0 auto;
  width: 100%;
  background-color: transparent;
  letter-spacing: 1px;
  line-height: 40px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100003;
  font-size: 11px;
  text-align: right;
}

/* fc2 search bar */
.navi-container-adjust {
  top: 27px;
}

.adapt-bgcolor {
  background-color: white;
  box-shadow: 0 2px 4px -1px rgba(0,0,0,.06),
              0 4px 5px 0 rgba(0,0,0,.06),
              0 1px 10px 0 rgba(0,0,0,.08);
}

@media screen and (max-width: 768px) {
  .adopt-bgcolor {
    box-shadow: none;
  }
}

.navi-sizing {
  margin: 0 auto;
  width: 80%;
  max-width: 1200px;
  padding-right: 20px;
}

/* navigation breakpoint */
@media screen and (max-width: 1280px) {
  .navi-sizing {
    width: 90%;
  }
}
@media screen and (max-width: 1160px) {
  .navi-sizing {
    width: 95%;
  }
}
@media screen and (max-width: 940px) {
  .navi-sizing {
    width: 90%;
    max-width: 680px;
    padding-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .navi-sizing {
    width: 100%;
    max-width: initial;
    padding: 0;
  }
}

.navi-item {
  text-align: right;
}

@media screen and (max-width: 768px) {
  .navi-item {
    display: none;
    width: 100%;
    height: auto;
    max-height: 400px;
    background-color: white;
    box-shadow: 0 2px 4px -1px rgba(0,0,0,.06),
                0 4px 5px 0 rgba(0,0,0,.06),
                0 1px 10px 0 rgba(0,0,0,.08);
    overflow-y: auto;
    padding: 60px 20px 50px;
    text-align: center;
    -webkit-overflow-scrolling: touch;
  }
}

.navi-item-ul {
  display: inline-block;
  position: relative;
}

@media screen and (max-width: 768px) {
  .navi-item-ul {
    display: block;
  }
}

.navi-item-ul li {
  display: inline-block;
  margin-right: 2em;
  vertical-align: top;
}

.navi-item-ul li:last-of-type {
  margin-right: 0;
}

.navi-item-ul li:not(#expand-form) {
  position: relative;
  z-index: 3;
}

.navi-item-ul li a {
  color: rgb(51,51,51);
}

.navi-item-ul .pc-hide {
  display: none;
}

@media screen and (max-width: 768px) {
  .navi-item-ul li {
    display: block;
    margin: 0 auto;
    line-height: 1.3;
    padding: 1em 0;
  }
}

#expand-form {
  width: 35px;
  height: 40px;
}

@media screen and (max-width: 768px) {
  #expand-form {
    margin: 0 auto;
    width: 90%;
    max-width: 380px;
    position: relative;
  }
}

#search-form {
  margin: 0;
  width: 100%;
  height: 40px;
  position: absolute;
  top: 0;
  right: 0;
}

@media screen and (max-width: 768px) {
  #search-form {
    position: relative;
  }
}

#search-btn {
  display: inline-block;
  background-color: transparent;
  border-radius: 50%;
  line-height: 40px;
  position: absolute;
  top: 0;
  right: 2px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  #search-btn {
    right: 0;
  }
}

#search-btn .fa {
  color: rgb(51,51,51);
}

#search-text {
  width: 35px;
  height: 40px;
  background-color: rgb(250,250,250);
  border: none;
  border-radius: 22px;
  color: rgb(51,51,51);
  cursor: pointer;
  opacity: 0;
  outline: none;
  position: absolute;
  top: 0;
  right: 0;
  transition: all .5s;
  z-index: 5;
}

@media screen and (max-width: 768px) {
  #search-text {
    width: 100%;
    background-color: transparent;
    border-bottom: 1px solid rgb(51,51,51);
    border-radius: 0;
    opacity: 1;
    position: static;
  }
}

#search-text:focus {
  width: 100%;
  cursor: text;
  opacity: 1;
  padding: 0 5px 0 10px;
}

@media screen and (max-width: 768px) {
  #search-text:focus {
    padding: 0 1em;
  }
}

#search-text::-webkit-input-placeholder {
  color: rgb(51,51,51);
  font-family: 'Georgia', 'serif';
  font-size: 12px;
  font-style: italic;
}

#search-text::-moz-placeholder {
  color: rgb(51,51,51);
  font-family: 'Georgia', 'serif';
  font-size: 12px;
  font-style: italic;
}

#search-text::placeholder {
  color: rgb(51,51,51);
  font-family: 'Georgia', 'serif';
  font-size: 12px;
  font-style: italic;
}

#search-submit {
  display: none;
}


/***------------------------------------------
      top page and individual
------------------------------------------***/

.main-body {
  margin-bottom: 70px;
  border-bottom: 1px solid rgb(240,240,240);
}

/* article header(common) */
.entry-header {
  padding-bottom: 10px;
}

.entry-header time {
  font-size: 11px;
}

/* article title */
.element-title {
  margin: 5px auto 10px;
  letter-spacing: 1.5px;
  line-height: 1.5;
  font-size: 18px;
  font-weight: bolder;
}

/* category and tag */
.entry-category-and-tag-ul {
  font-size: 11px;
}

.entry-category-and-tag-ul a {
  margin-left: .5em;
  border-bottom: 1px dotted rgb(200,200,200);
}

.entry-category-and-tag-ul li {
  display: inline-block;
  margin-right: 1em;
}

.entry-category-and-tag-ul li:last-of-type {
  margin-right: 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;
}

.another-title {
  margin: 0 auto 10px;
  font: 16px/1.3 'Playfair Display', '游ゴシック', 'YuGothic', 'Hiragino Sans', 'ヒラギノ角ゴシック', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'メイリオ', 'Meiryo', 'sans-serif';
  text-align: center;
}

/* remove default */
.inner-contents .relate_ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.height-adjust {
  margin-top: -40px;
  padding-top: 60px;
}

@media screen and (max-width: 940px) {
  .height-adjust {
    margin-top: 0;
    padding-top: 20px;
  }
}

.inner-contents a {
  color: rgb(165,164,179);
}

.inner-contents a:hover {
  text-decoration: underline;
}

/* read more */
.read-more {
  padding-top: 30px;
  text-align: right;
}

.read-more a {
  display: inline-block;
  border: 1px solid rgb(51,51,51); /* 注)READ MOREボーダー色 */
  color: rgb(51,51,51);
  padding: .5em 2em;
}

.read-more a:hover {
  background-color: rgb(225,224,239); /* 注)READ MOREホバー時背景色 */
  border-color: rgb(225,224,239); /* 注)READ MOREホバー時ボーダー色 */
  text-decoration: none;
}

#postscript {
  margin-top: -40px;
  padding-top: 40px;
}

/* footer */
.entry-footer {
  padding: 10px 0;
  font-size: 11px;
}

.entry-footer-sns-ul {
  float: left;
}

.entry-footer-sns-ul li {
  display: inline-block;
  margin-right: 1em;
}

.entry-footer-sns-ul li:last-of-type {
  margin-right: 0;
}

.entry-footer-sns-ul li a {
  display: block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
}

/* SNS brand color */
.entry-footer-sns-ul li .c-facebook:hover {
  background-color: rgb(59,89,152);
  color: white;
}

.entry-footer-sns-ul li .c-twitter:hover {
  background-color: rgb(73,171,242);
  color: white;
}

.entry-footer-sns-ul li .c-pinterest:hover {
  background-color: rgb(206,15,25);
  color: white;
}

.entry-footer-sns-ul li .c-google-plus:hover {
  background-color: rgb(221,75,57);
  color: white;
}

.entry-footer-sns-ul li .c-pencil:hover,
.entry-footer-sns-ul li .go-to-page:hover {
  background-color: rgb(225,224,239);
  color: rgb(51,51,51);
}

.entry-footer-cmtb-ul {
  float: right;
}

.entry-footer-cmtb-ul li {
  display: inline-block;
  margin-left: 1em;
}

.entry-footer-cmtb-ul li a {
  display: inline-block;
  margin-left: .5em;
}


/***------------------------------------------
      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); /* 注)訪問者アイコン背景色 */
  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-size: 12px; /* 注)コメント投稿フォームラベルフォント大きさ */
}

#comment_form input {
  margin-bottom: 10px;
  width: 100%;
  background-color: rgb(250,250,250); /* 注)コメントフォーム各項目背景色 */
  border: 1px solid rgb(150,150,150); /* 注)コメントフォーム各項目ボーダー色 */
  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); /* 注コメントフォームテキストエリア背景色 */
  border: 1px solid rgb(150,150,150); /* 注コメントフォームテキストエリアボーダー色 */
  line-height: 1.5;
  padding: 12px;
}

#comment_form input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px rgb(250,250,250) inset;
}

#community,
#trackback {
  margin-top: -40px;
  padding-top: 40px;
  position: relative;
}

@media screen and (max-width: 940px) {
  #community,
  #trackback {
    margin-top: 0;
    padding-top: 0;
  }
}

/* checkbox */
#no-p input:focus {
  outline: none;
}

#no-p input[type=checkbox] {
  display: inline-block;
  margin-right: 6px;
}
#no-p input[type=checkbox] + label {
  display: inline-block;
  margin-right: 12px;
  cursor: pointer;
  line-height: 1.5px;
  position: relative;
  left: 0;
}
 
@media (min-width: 1px) {
  #no-p input[type=checkbox] {
    display: none;
    margin: 0;
  }

  #no-p input[type=checkbox] + label {
    padding: 2px 0 0 24px;
  }

  #no-p input[type=checkbox] + label:before {
    content: "";
    display: block;
    margin-top: -10px;
    width: 18px;
    height: 18px;
    background-color: white;
    position: absolute;
    top: 50%;
    left: 0;
  }

  #no-p input[type=checkbox] + label:before {
    border: 1px solid rgb(220,220,220); /* 注)secretコメントチェックボックスボーダー色 */
  }

  #no-p input[type=checkbox]:checked + label:after {
    content: "";
    position: absolute;
    top: 50%;
    display: block;
  }

  #no-p input[type=radio]:checked + label:after {
    margin-top: -4px;
    width: 8px;
    height: 8px;
    background: rgb(51,51,51); /* 注)secretコメントチェックマーク色 (1/3) */
    border-radius: 8px;
    top: 2px;
    left: 5px;
  }

  #no-p input[type=checkbox]:checked + label:after {
    margin-top: -8px;
    width: 16px;
    height: 8px;
    border-bottom: 3px solid rgb(51,51,51); /* 注)secretコメントチェックマーク色 (2/3) */
    border-left: 3px solid rgb(51,51,51); /* 注)secretコメントチェックマーク色 (3/3) */
    left: 3px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
}

/* send and delete button */
#sendbtn,
#delbtn {
  margin-top: 20px;
  width: 156px;
  height: 36px;
  background-color: rgb(225,224,239); /* コメントsend, deleteボタン背景色 */
  border: none;
  color: rgb(51,51,51); /* 注)send, deleteボタンテキスト色 */
  cursor: pointer;
  font-family: 'Playfair Display', 'sans-serif';
  font-size: 14px; /* 注)send, deleteボタンフォント大きさ */
  text-align: center;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

#sendbtn:hover,
#delbtn:hover {
  background-color: rgb(165,164,179); /* コメントsend, deleteボタンボバー時背景色 */
  color: white;
}

#sendbtn {
  margin-right: 1%;
}

#delbtn {
  margin-left: 1%;
}

.comment-info {
  text-align: right;
}


/***------------------------------------------
      trackback
------------------------------------------***/

.op,
#for-trackback-word {
  display: block;
  width: 100%;
  max-width: 600px;
}

.op {
  margin: 30px auto 10px;
  border: 1px solid rgb(220,220,220); /* 注)トラックバックボーダー色 */
  border-radius: 0;
  outline: none;
  padding: .5em;
  font-size: 13px; /* 注)・トラックバックフォント大きさ */
}

#for-trackback-word {
  margin: 0 auto;
}

.op:focus {
  border: 1px solid rgb(179,179,179); /* 注)トラックバックフォーカス時ボーダー色 */
}


/***------------------------------------------
      related post, trackback list
------------------------------------------***/

/* with thumbnail */
#fc2relate_entry_thumbnail_area {
  margin: 100px auto 30px;
  background-color: transparent;
  border: 1px solid rgb(200,200,200);
  padding: 0;
  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: 16px/1.3 'Playfair Display', '游ゴシック', 'YuGothic', 'Hiragino Sans', 'ヒラギノ角ゴシック', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'メイリオ', 'Meiryo', 'serif';
  text-align: center;
}

#fc2relate_entry_thumbnail_area .relate_dd .relate_ul {
  overflow: hidden;
  padding: 10px;
}

#fc2relate_entry_thumbnail_area .relate_dd .relate_ul li {
  width: 33.33%;
  height: 98px;
  float: left;
}

@media screen and (max-width: 1100px) {
  #fc2relate_entry_thumbnail_area .relate_dd .relate_ul li {
    width: 50%;
  }
}

@media screen and (max-width: 940px) {
  #fc2relate_entry_thumbnail_area .relate_dd .relate_ul li {
    width: 33.33%;
  }
}

@media screen and (max-width: 768px) {
  #fc2relate_entry_thumbnail_area .relate_dd .relate_ul li {
    width: 50%;
  }
}

@media screen and (max-width: 567px) {
  #fc2relate_entry_thumbnail_area .relate_dd {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  #fc2relate_entry_thumbnail_area .relate_dd .relate_ul {
    width: 1470px;
    overflow: auto;
  }
  #fc2relate_entry_thumbnail_area .relate_dd .relate_ul li {
    width: 290px;
  }
}

@media screen and (max-width: 320px) {
  #fc2relate_entry_thumbnail_area .relate_dd .relate_ul li {
    width: 260px;
  }
}

#fc2relate_entry_thumbnail_area .relate_entry_title {
  padding-right: 1em;
  word-break: break-all;
}

#fc2relate_entry_thumbnail_area .relate_dd .relate_ul .relate_entry_thumbnail .relate_entry_thumbnail_noimg {
  border-radius: 50%;
  position: relative;
  z-index: 1;
}

.related-overlay {
  position: relative;
}

.related-overlay:before {
  content: "";
  width: 90px;
  height: 90px;
  background-color: rgb(225,224,239); /* 注)No image 関連記事サムネイル White Smoke */
  position: absolute;
  z-index: 2;
}

.related-overlay:after {
  content: "No image";
  display: block;
  width: 90px;
  height: 90px;
  color: rgba(51,51,51,.7);
  line-height: 90px;
  position: absolute;
  z-index: 3;
  font-family: 'Playfair Display', 'sans-serif';
  font-size: 12px;
  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;
  }
}

/* without thumbnail */
.relate_dl,
.tb_dl {
  margin-top: 30px;
  border: 1px solid rgb(200,200,200); /* 注)関連記事・トラックバック一覧背景色 */
  border-radius: 2px;
  padding: 10px;
}

.relate_dt,
.tb_dt {
  padding: 3px;
  font-weight: bold;
}

.date {
  padding-top: 10px;
}

.tb_ul {
  padding: 10px 0;
}


/***------------------------------------------
      index (title list), search page
------------------------------------------***/

.list-title {
  margin: 0 auto;
  line-height: 1.5;
  font-weight: bolder;
  font-size: 14px; /* 注)全記事リスト記事タイトルフォント大きさ */
}

.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: 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-color: rgb(225,224,239); /* 注)No image 検索結果 White Smoke */
}

.no-image-text {
  margin: auto;
  width: 100%;
  height: 1.5em;
  color: rgba(51,51,51,.7);
  line-height: 1.5em;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  font-family: 'Playfair Display', 'sans-serif';
  font-size: 12px;
  text-align: center;
}

/* the number of comment/ trackback */
.number-of-cmtb {
  text-align: right;
}

.number-of-cmtb li {
  display: inline-block;
  margin-left: 1em;
}


/***------------------------------------------
      side menu(secondary)
------------------------------------------***/

.side-menu {
  display: inline-block;
  margin: 0 auto 20px;
  width: 300px;
  line-height: 1.8;
  padding: 0 20px 40px;
  vertical-align: top;
  font-size: 12px; /* 注)サイドメニューフォント大きさ */
}

@media screen and (max-width: 940px) {
  .side-menu {
    border: none;
  }
}
@media screen and (max-width: 603px) {
  .side-menu {
    width: 100%;
    max-width: 400px;
  }
}

.sidebar-style {
  text-align: left;
}

.side-menu h4 {
  margin: 0 auto 20px;
  font: 15px/1.3 'Playfair Display', '游明朝', 'YuMincho', 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', 'serif';
  text-align: center;
}

.side-menu ul {
  margin-left: 1.3em;
  list-style-type: circle;
}

.side-menu ol {
  margin-left: 1.3em;
  list-style-type: decimal;
}

/* profile */
#my-image {
  margin: 0 auto 30px;
  width: 100%;
  max-width: 300px;
  background-color: white;
  border: 1px solid rgb(220,220,220);
  box-shadow: 3px 3px 3px rgb(220,220,220);
  padding: 8px 8px 30px 8px;
  position: relative;
}

#admin {
  position :absolute;
  right: 0;
  bottom: -5px;
  left: 0;
  font-family: 'Stalemate', 'cursive';
  font-size: 22px;
  text-align: center;
}

#my-image img {
  width: 100%;
}

/* sns */
#side-sns {
  margin: 40px auto 0;
  text-align: center;
}

#side-sns li {
  display: inline-block;
  margin: 0 10px 10px;
}

#side-sns li a { 
  display: block;
  width: 100%;
  height: 100%;
  color: rgb(51,51,51);
  font-size: 14px;
}

#s-facebook:hover {
  color: rgb(59,89,152);
}

#s-twitter:hover {
  color: rgb(73,171,242);
}

#s-instagram:hover {
  color: rgb(81,127,164);
}

#s-pinterest:hover {
  color: rgb(206,15,25);
}

#s-google-plus:hover {
  color: rgb(221,75,57);
}

.fit-sidebar-fixed{
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  position: fixed;
}

.fit-sidebar-blank{
  z-index: 0;
  background-color: transparent;
  visibility: hidden;
}


/***------------------------------------------
      official plug-in
------------------------------------------***/

/* calendar */
.calender {
  margin: 0 auto;
  width: 250px;
  border-spacing: 3px 6px;
  table-layout: fixed;
  font-size: 12px;
  text-align: center;
}

.calender caption {
  margin-bottom: 10px;
}

.calender caption a {
  display: inline-block;
  width: 20%;
}

#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(225,224,239);
  border-radius: 50%;
  line-height: 28px;
}

.calender td a:hover {
  background: rgb(225,224,239); /* 注)プラグインカレンダー リンクホバー時背景色 */
  color: rgb(51,51,51);
}

/* profile */
 .plugin-myimage {
  text-align: center !important;
  margin-bottom: 10px;
}

/* mail form */
.sidebar-style form {
  display: block;
  margin: 0 auto;
  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;
}

.sidebar-style input[type="submit"] {
  display: block;
  margin: 0 0 0 auto;
  background-color: rgb(225,224,239);
  border: none;
  color: rgb(51,51,51);
  cursor: pointer;
}

/* search */
.plugin-search {
  margin: 0 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(225,224,239); /* 注)プラグインタグ ボーダー色 */
  padding: .3em 1em;
}

.plugin-tag a:hover {
  background-color: rgb(225,224,239); /* 注)プラグインタグ ホバー時背景色 */
  color: rgb(51,51,51);
  text-decoration: none;
}


/***------------------------------------------
      pager
------------------------------------------***/

/* general */
.pager {
  margin: 70px auto 50px;
  width: 100%;
  font-family: 'Times New Roman', 'serif'; 
}

.simple-pagination {
  margin: 0;
  overflow: hidden;
  position: relative;
  text-align: center;
}

.simple-pagination ul {
  display: inline-block;
  margin: 0;
  list-style: none;
  padding: 0;
  position: relative;
}

.simple-pagination li {
  display: block;
  margin: 0 5px 3px 0;
  box-shadow: 1px 0 0 0 rgb(229,229,229), 
              0 1px 0 0 rgb(229,229,229), 
              1px 1px 0 0 rgb(229,229,229),
              1px 0 0 0 rgb(229,229,229) inset, 
              0 1px 0 0 rgb(229,229,229) inset;
  float: left;
  list-style: none;  
}

.light-theme a,
.light-theme span {
  display: inline-block;
  width: 35px;
  height: 35px;
  background: transparent;
  color: rgb(51,51,51);
  line-height: 35px;
  vertical-align: middle;
  text-align: center;
  font-size: 12px; /* 注)汎用ページ送りフォント大きさ */
}

.light-theme a:hover {
  background-color: rgb(165,164,179); /* 注)汎用ページ送りマウスホバー時背景色 */
  color: white;
  opacity: 1;
}

.prev,
.next {
  border: none !important;
  font-weight: bolder;
}

.light-theme .current {
  background-color: rgb(245,245,245); /* 注)汎用ページ送り現在ページ背景色 */
  color: rgb(51,51,51);
}

.light-theme .ellipse {
  font-weight: bold;
  color: rgb(51,51,51);
}

.light-theme .prev,
.light-theme .next {
  width: auto;
  background-color: rgb(225,224,239); /* 注)汎用ページ送りprev/ next背景色 */
  box-shadow: none;
  padding: 0 1em;
}

/* article */
.posted-pager {
  display: table;
  table-layout: fixed;
  margin: 0 auto 50px;
  width: 98%;
  font-size: 12px; /* 注)個別記事ページ送りフォント大きさ */
}

.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;
  width: 100%;
  height: 100%;
  padding-left: 40px;
  position: relative;
  text-align: left;
}

.prev-a:before {
  content: "\f104";
  margin: auto;
  width: 35px;
  height: 35px;
  background-color: rgb(225,224,239); /* 注)個別記事prevページ送り背景色 */
  color: rgb(51,51,51);
  line-height: 35px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  font-family: 'FontAwesome';
  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: 35px;
  height: 35px;
  background-color: rgb(225,224,239); /* 注)個別記事homeページ送り背景色 */
  color: rgb(51,51,51);
  line-height: 35px;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.center-a .fa:before {
  line-height: 35px;
}

.next-a {
  display: block;
  width: 100%;
  height: 100%;
  padding-right: 40px;
  position: relative;
  text-align: right;
}

.next-a:before {
  content: "\f105";
  margin: auto;
  width: 35px;
  height: 35px;
  background-color: rgb(225,224,239); /* 注)個別記事nextページ送り背景色 */
  color: rgb(51,51,51);
  line-height: 35px;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  font-family: 'FontAwesome';
  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(165,164,179); /* 注)個別記事ページ送りホバー時背景色 */
  color: white;
}

/* side pagination */
.side-pager-left,
.side-pager-right {
  width: 180px;
  height: 80px;
  opacity: 0;
  position: fixed;
  z-index: 100003;
  top: 40%;
  font-size: 12px; /* 注)サイドページ送りフォント大きさ */
  -webkit-transition: opacity .7s ease;
  transition: opacity .7s ease;
  
}

.side-pager-left {
  left: -157px;
}

.side-pager-right {
  right: -157px;
}

.page-div-right,
.page-div-left {
  display: block;
  margin: 0;
  width: 180px;
  height: 80px;
}

.side-pager-right a,
.side-pager-left a {
  display: block;
  width: 100%;
  height: 100%;
  color: rgb(51,51,51);
  word-break: break-all;
  -webkit-transition: none;
  transition: none;
}

.page-table {
  display: table;
  width: 100%;
  height: 100%;
}

.circle-cell {
  display: table-cell;
  width: 80px;
  height: 80px;
  vertical-align: top;
}

.circle {
  display: block;
  width: 80px;
  height: 80px;
  background-color: rgba(225,224,239,.7); /* 注)個別記事ページサイドページ送りnext, prev背景色 不透明度0.2 */
  border-radius: 50%;
  line-height: 80px;
  text-align: center;
}

.title-cell {
  display: table-cell;
  width: 100%;
  padding: 0 10px;
  vertical-align: middle;
}

.appear {
  opacity: 1;
}

/* 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 .fa,
.t-center-a .fa,
.t-next-a .fa {
  display: inline-block;
  width: 35px;
  height: 35px;
  background-color: rgb(225,224,239); /* 注)全記事リストページ送りprev/ next背景色 不透明度0.4 */
  color: rgb(51,51,51);
  line-height: 35px;
  -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: 35px;
}

.t-prev-a:hover .fa,
.t-center-a:hover .fa,
.t-next-a:hover .fa {
  background-color: rgb(165,164,179); /* 注)全記事リストページ送りホバー時背景色 */
  color: white;
}


/***------------------------------------------
      footer
------------------------------------------***/

#page-scroll {
  display: inline-block;
  position: fixed;
  bottom: 90px;
  right: 60px;
  z-index: 100003;
}

#pagetop {
  display: none;
  margin-bottom: 10px;
  width: 40px;
  height: 40px;
  background: rgba(255,255,255,.4);
  border: 1px solid rgba(179,171,180,.5);
  border-radius: 50%;
  color: rgb(94,157,31);
}

#pagemiddle {
  display: none;
  width: 0;
  height: 0;
  font-size: 0;
}

#pagebottom {
  display: none;
  margin-bottom: 10px;
  width: 40px;
  height: 40px;
  border: 1px solid rgba(179,171,180,.5);
  border-radius: 50%;
  background: rgba(255,255,255,.4);
  color: rgb(94,157,31);
}

#pagetop a,
#pagebottom a {
  display: inline-block;
  width: 100%;
  height: 100%;
  line-height: 40px;
}

@media screen and (max-width: 940px) {
  #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: 50%;
    color: rgb(94,157,31);
    font-size: 11px;
  }

  #pagemiddle a {
    display: inline-block;
    width: 100%;
    height: 100%;
    line-height: 40px;
  }
}

.new {
  color: red;
  font-size: 11px;
}

.end {
  width: 100%;
  line-height: 1.3;
  padding: 30px 5px;
  text-align: center;
}

.end a:hover {
  color: rgb(150,150,150);
}

.foot, #copyright {
  font-size: 12px;
  text-align: center;
}

#ad1, #ad2 {
  color: rgb(150,150,150);
  font-size: 11px;
}


/***------------------------------------------
      personal settings
------------------------------------------***/

/* 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%;
}

/* emoji */
.emoji {
  vertical-align: middle;
}

/* shadow for image */
.shadow-attachment {
  box-shadow: 6px 6px 6px rgba(0,0,0,.2); /* 注)記事内画像に自動ドロップシャドウ 不要な方は削除 */
}

/* for image */
.zoom-in {
  position: relative;
  display: inline-block;
  z-index: 1;
}

.zoom-in:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  background: rgba(0,0,0,.6);
  opacity: 0;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out; 
}

.zoom-in:after {
  content: "\f065";
  font-family: 'FontAwesome';
  text-align: center;
  font-size: 20px;
  color: white;
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  margin-top: -17px;
  z-index: 3;
  opacity: 0;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.zoom-in:hover:before, .zoom-in:hover:after {
  opacity: 1;
}

.zoom-in-round {
  position: relative;
  display: inline-block;
  z-index: 1;
}

.zoom-in-round:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  background: rgba(0,0,0,.6);
  border-radius: 50%;
  opacity: 0;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out; 
}

.zoom-in-round:after {
  content: "\f065";
  font-family: 'FontAwesome';
  text-align: center;
  font-size: 20px;
  color: white;
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  margin-top: -17px;
  z-index: 3;
  opacity: 0;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.zoom-in-round:hover:before, .zoom-in-round:hover:after {
  opacity: 1;
}

/* darkbox */
#darkbox {
  z-index: 100005 !important;
}

#darkbox_next:hover,
#darkbox_prev:hover {
  border-color: rgb(227,199,64) !important;
}

/* colorbox overlay */
#cboxOverlay,
#cboxWrapper,
#colorbox {
  z-index: 100005 !important;
}