@charset "utf-8";

/**
* Author: Vanillaice (Akira) - http://vanillaice000.blog.fc2.com/
* Website skin name: Valparaiso
* First edition: 2015.8.17
* 2015.8.27 - タブレットでの挙動再調整, ページTOP/ BOTTOMボタン変更, Javascript軽量化, その他微調整
* 2015.9.9 - 公式化に伴うOGP削除
* 2015.12.12 - RSS新着サムネイルでタイトルリンクが記事幅からはみ出す問題に対処
* 2016.1.9 - フッターの構造変更, タイトルタグ微調整
* 2016.9.9 - リストマーカーの位置を調整, 最優先フォントを游ゴシック体に変更, ページ遷移動作をJSからCSSに変更(軽量化・高速化)
* 2016.10.17 - 全体レイアウト調整, 関連記事サムネイル整形, その他微調整
* 2017.1.13 - テンプレデフォルト新着サムネイルをGoogle APIからFC2独自変数に変更
* 2017.1.25 - SNSシェアリンクをエンコード
* 2017.9.22 - SSL化に伴うURL正規化
* Latest update: 2017.12.8 - リセット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"}


/***------------------------------------------
      clearfix
------------------------------------------***/

.cf:after,.cf:before{content:"";display:table}.cf:after{clear:both}


/***------------------------------------------
      link
------------------------------------------***/

a {
  color: rgb(179,154,100); /* 注)記事内のリンク色 */
  text-decoration: none;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}


/***------------------------------------------
      layout
------------------------------------------***/

html {
  margin: 0;
  font-size: 62.5%;
}

/* animation */
@-webkit-keyframes fadeIn{0%,50%{opacity:0}100%{opacity:1}}@keyframes fadeIn{0%,50%{opacity:0}100%{opacity:1}}

/* 注)基本フォント関連 */
body {
  margin: 0;
  height: 100%;
  color: rgb(51,51,51);
  font: 1.4rem/1.9 'Droid Serif', '游ゴシック', 'YuGothic', 'Hiragino Sans', 'ヒラギノ角ゴシック', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'メイリオ', 'Meiryo', 'sans-serif';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-animation: fadeIn 1.2s;
  animation: fadeIn 1.2s;
}
/* ここまで */

body:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(https://blog-imgs-123.fc2.com/a/s/t/astralcrownpso2/IMG_0857a.png);/* 注)ヘッダー画像 1/2 (pc用) */
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: fixed;
  top: 0;
  left: 0;
}

@media screen and (max-width: 414px) {
  body:before {
    background: url(https://blog-imgs-123.fc2.com/a/s/t/astralcrownpso2/IMG_0857a.png);/* 注)ヘッダー画像変更 2/2(スマホ用) */
  }
}

#wrapper {
  margin: 0 auto;
  width: 100%;
  min-width: 80%;
}

#bg-container {
  background-color: white;
  position: relative;
  z-index: 3;
}

#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: 30px;
  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 5px;
  }
}


/***------------------------------------------
      header
------------------------------------------***/

#banner {
  position: relative;
  z-index: 3;
  text-align: center;
}

#blog-name-container {
  background-color: white;
  padding: 50px 8px;
}

/* 注)ブログタイトルフォント関連 */
#blog-title {
  display: inline-block;
  margin: auto;
  max-width: 800px;
  border-bottom: 1px solid rgb(179,154,100);
  padding-bottom: 5px;
  font: bold 2.5rem/1.4 'Droid Serif', '游明朝', 'YuMincho', 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
  text-shadow: 2px 4px 3px rgba(0,0,0,.2);
}

@media screen and (max-width: 768px) {
  .blog-title {
    font-size: 2.2rem;
  }
}

#blog-title a {
  color: rgb(0,0,0);
}

/* 注)サブタイトルフォント関連 */
#sub-title {
  margin: auto;
  max-width: 850px;
  padding-top: 15px;
  font-size: 1.3rem;
}

/* 注)welcomeフォント関連 */
#photo-blank {
  padding: 120px 8px;
}

#welcome-blank {
  color: white;
  font-size: 2.8rem;
  text-shadow: 2px 4px 3px rgba(0,0,0,.2);
}

@media screen and (max-width: 768px) {
  #photo-blank {
    padding: 90px 8px;
  }
  #welcome-blank {
    font-size: 2.5rem;
  }
}

@media screen and (max-width: 414px) {
  #photo-blank {
    padding: 70px 8px;
  }
}


/***------------------------------------------
      global navigation
------------------------------------------***/

#navigation-container {
  background-color: rgb(51,51,51);
  padding: 10px 2px;
  position: relative;
  z-index: 3;
  font-size: 1.3rem;
  text-align: center;
}

#navigation-container li {
  display: inline-block;
  padding: 0 .5em;
}

#navigation-container li a {
  display: block;
  width: 100%;
  height: 100%;
  color: white;
  padding: 0 1.5em;
}

@media screen and (max-width: 768px) {
  #navigation-container li a {
    padding: 0 1em;
  }
}

#navigation-container li a:hover {
  color: rgb(179,154,100);
}

.both-border {
  border-left: 1px solid silver;
  border-right: 1px solid silver;
}

.right-border {
  border-right: 1px solid silver;
}

#navigation-container .pc-hide {
  display: none;
}


/***------------------------------------------
      carousel slider
------------------------------------------***/

/* 注)カルーセル不要の方ここから削除 3/3 */
/* do NOT change or delete */
.owl-carousel{display:none;width:100%;position:relative;z-index:1}.owl-stage{position:relative}.owl-stage:after{content:"";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-item{position:relative;min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none;-webkit-user-select:none;user-select:none}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel.owl-loaded{display:block}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}

#owl-wrapper {
  background-color: white;
  padding: 20px 0 0;
  position: relative;
  z-index: 3;
}

#crousel-title {
  margin-bottom: 20px;
  position: relative;
  font-size: 2rem;
  text-align: center;
}

#crousel-title span {
  background-color: white;
  padding: 0 1em;
  position: relative;
  z-index: 1;
}

#crousel-title:before {
  content: "";
  margin: auto;
  width: 100%;
  height: 6px;
  border-top: 3px solid rgb(179,154,100);
  border-bottom: 1px solid rgb(179,154,100);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
}

.owl-carousel {
  margin: 0 auto;
  max-width: 1300px;
}

.disabled {
  display: none;
}

.owl-prev,
.owl-next {
  display: inline-block;
}

.owl-nav {
  margin-top:10px;
  text-align:center;
}

.owl-prev,
.owl-next {
  display: inline-block;
  margin: 15px;
  background-color: transparent;
  border: 1px solid rgb(179,154,100);
  border-radius: 0;
  color: black;
  cursor: pointer;
  padding: .5em .8em;
  font-family: 'Droid Serif', serif;
  font-size: 1.3rem;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.owl-prev:hover,
.owl-next:hover {
  background: rgb(179,154,100);
  color: white;
  text-decoration:none
}

.owl-nav .disabled {
  cursor: default
  opacity: .5;
}

.owl-dots {
  text-align: center;
}

.owl-dot {
  display: inline-block;
  background-color: transparent;
  border: 0;
  padding: 0;
}

.owl-dot span {
  margin: 5px 7px;
  width: 10px;
  height: 10px;
  background: rgb(214,214,214);
  border-radius: 30px;
  display: block;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.owl-dots .active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: rgb(179,154,100);
}

.item {
  position: relative;
}

.item:before {
  content: "";
  display: block;
  padding-top: 60%;
}

.gallery-info {
  display: block;
  width: 100%;
  color: white;
  padding: 10px 15px;
  position: absolute;
  top: 0;
  left: 0;
  text-shadow: 2px 0px 2px rgba(85,85,85,.8);
}

.gallery-datetime {
  font-family: 'Great Vibes', cursive;
  font-size: 2.2rem;
}

.gallery-title {
  font-size: 1.2rem;
}

.owl-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  position: absolute;
  top: 0;
  left: 0;
}

.gallery-noimage {
  display:-webkit-box; /* fallback old Android */
  display:-ms-flexbox; /* fallback ie10 */
  display: -webkit-flex; /* fallback old safari */
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.3);
  color: rgba(255,255,255,.7);
  position: absolute;
  top: 0;
  left: 0;
}

.gallery-link {
  display: block;
  width: 100%;
  height: 100%;
  outline: 1px solid rgb(179,154,100);
  outline-offset: -6px;
  position: absolute;
  top: 0;
  left: 0;
}
/* 注)カルーセル不要の方ここまで削除 3/3 */


/***------------------------------------------
      entry
------------------------------------------***/

.main-body {
  margin: 0 auto 30px;
  width: 100%;
  border: 1px solid rgb(179,154,100);
  outline: 1px solid rgb(179,154,100);
  outline-offset: -6px;
  padding: 20px 30px;
}

@media screen and (max-width: 768px) {
  .main-body {
    padding: 20px;
  }
}

@media screen and (max-width: 414px) {
  .main-body {
    padding: 20px 15px;
  }
}

/* header */
.element-header {
  line-height: 1.4;
}

.element-category {
  font-size: 1.2rem;
}

.element-title {
  margin: auto;
  padding: 10px 0;
  font-size: 1.7rem;
  font-weight: normal;
}

.element-title a {
  color: black;
}

.element-title a:hover {
  color: rgb(179,154,100);
}

.element-datetime {
  padding-bottom: 15px;
  position: relative;
  font-size: 1.2rem;
}

.element-datetime:before {
  content: "";
  display: block;
  width: 150px;
  height: 2px;
  background-color: rgb(179,154,100);
  position: absolute;
  left: 0;
  bottom: 0;
}

/* content */
.contents {
  padding: 30px 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;
}
/* end */

.inner-contents a:hover {
  text-decoration: underline;
}

.read-more {
  margin: 30px 0;
  font-size: 1.3rem;
  text-align: center;
}

.read-more a {
  display: inline-block;
  border: 1px solid rgb(179,154,100);
  padding: 1em 2em;
}

.read-more a:hover {
  background-color: rgb(179,154,100);
  color: black;
  text-decoration: none;
}

.entry-tag a {
  display: inline-block;
  margin: 0 3px 2px 0;
  background: rgba(179,154,100,.2);
  padding: .1em .4em;
  font-size: 1.2rem;
}

.entry-tag a:hover {
  text-decoration: none;
}

/* footer */
.inner-info {
  text-align: right;
}

.inner-info a {
  text-decoration: none;
  vertical-align: middle;
}

.comment-and-others-ul,
.sns-and-others-ul {
  display: inline-block;
  text-align: right;
  vertical-align: middle;
}

.sns-and-others-ul {
  margin-left: 1.5em;
}

.comment-and-others-ul li,
.sns-and-others-ul li {
  display: inline-block;
}

.comment-and-others-ul li {
  margin-left: 1em;
}

.sns-and-others-ul-link {
  display: inline-block;
  width: 90px;
  height: 30px;
  background-color: white;
  overflow: hidden;
  text-align: left;
}

.sns-and-others-ul-link .fa {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.sns-and-others-ul-link .fa:before {
  padding: 0;
  line-height: 30px;
}

.minimal-font {
  font-size: 1.1rem;
}

.sns-and-others-ul-link:hover {
  background-color: rgb(179,154,100);
}

.sns-and-others-ul-link:hover .fa {
  font-size: 5rem;
  color: black;
  -webkit-transform: rotate(10deg);
  transform: rotate(10deg);
}


/***------------------------------------------
      related post, trackback list
------------------------------------------***/

.relate_dl,
.tb_dl {
  margin: 20px auto 0;
  background-color: rgb(249,252,251);
  border-radius: 3px;
  box-shadow: inset 0 0 15px rgba(0,0,0,.2);
  padding: 6px 10px;
  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: 1200px) {
  #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-color: rgb(225,214,193); /* 注)No image 関連記事サムネイル */
  border-radius: 1px;
  position: absolute;
  z-index: 2;
}

.related-overlay:after {
  content: "No image";
  display: block;
  width: 80px;
  height: 80px;
  color: rgb(51,51,51);
  line-height: 80px;
  position: absolute;
  z-index: 3;
  font-size: 1.2rem;
  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: auto;
  text-align: center;
}

.another-title span {
  font-size: 1.3rem;
}

.after-float {
  display: table;
  text-align: left;
  width: 100%;
  margin-bottom: 20px;
}

.stamp {
  display: table-cell;
  vertical-align: middle;
}

.stamp-container {
  display: table;
  width: 90px;
  height: 90px;
  background-color: rgb(51,51,51);
  color: rgb(179,154,100);
  text-align: center;
}

.stamp-container-cell {
  display: table-cell;
  vertical-align: middle;
}

.week-of-the-day-border {
  display: inline-block;
  font-size: 1.4rem;
}

.container-name {
  font-size: 1.2rem;
  font-weight: normal;
}

.container-name-bottom {
  font-size: 1.2rem;
  padding-bottom: .2em;
}

.right-container {
  display: table-cell;
  width: 100%;
  padding-left: 20px;
  vertical-align: middle;
}

.visitor-name,
.visitor-comment-title {
  font-weight: bold;
  color: black;
}

.comment-info {
  padding-top: 15px;
  font-size: 1.2rem;
  text-align: right;
}


/***------------------------------------------
      comment form
------------------------------------------***/

#comment_form {
  margin: 40px auto 0;
  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: 1.2rem;
}

#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(51,51,51);/* 注)send, deleteボタン背景色 */
  border: none;
  border-radius: 2px;
  box-shadow: 2px 2px 4px rgba(0,0,0,.2);
  color: white;
  cursor: pointer;
  padding: 4px 0;
  font-family: 'Droid Serif', 'serif';
  font-size: 1.4rem;/* 注)コメントsend/ deleteボタンフォント大きさ */
  text-align: center;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

#sendbtn:hover,
#delbtn:hover {
  background-color: rgb(179,154,100);/* 注)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);/* 注)トラックバックフォーカス時ボーダー色 */
}


/***------------------------------------------
      pager
------------------------------------------***/

/* general */
.pager {
  margin: 0 auto 50px;
  width: 100%;
  font-size: 1.1rem;
}

.simple-pagination {
  margin: 0;
  overflow: hidden;
  text-align: center;
}

.simple-pagination ul {
  display: inline-block;
  min-height: 30px !important;
  overflow: hidden;
}

.simple-pagination li {
  margin: 3px;
  float: left;
}

.simple-pagination .active {
  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;
}

.light-theme a,
.light-theme span {
  display: inline-block;
  width: 30px;
  height: 30px;
  background: transparent;
  border: 1px solid rgb(179,154,100);
  color: rgb(51,51,51);
  line-height: 29px;
}

.light-theme a:hover {
  background-color: rgb(179,154,100);
  color: white;
}

.prev,
.next {
  border: none !important;
}

.light-theme .current {
  background: rgba(255,255,255,.4);/* 注)汎用ページ送り現在ページ背景色 */
  border: none;
  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 {
  color: rgb(51,51,51);
  font-weight: bold;
}

.light-theme .prev,
.light-theme .next {
  background-color: rgb(51,51,51);/* 注)汎用ページ送りprev/ next背景色 */
  box-shadow: none;
  color: white;
}

/* article */
.posted-pager,
.posted-pager-bottom {
  margin: 0 auto 50px;
  display: table;
  table-layout: fixed;
  width: 100%;
  font-size: 1.1rem;/* 注)個別記事ページ送りフォント大きさ */
}

.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;
  background-color: rgb(51,51,51);/* 注)個別記事prevページ送り背景色 */
  color: white;
  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;
  background-color: rgb(51,51,51);/* 注)個別記事homeページ送り背景色 */
  color: white;
  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;
  background-color: rgb(51,51,51);/* 注)個別記事nextページ送り背景色 */
  color: white;
  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(179,154,100);/* 注)個別記事ページ送りホバー時背景色 */
}

/* 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;
  background-color: rgb(51,51,51);/* 注)全記事リストページ送りprev/ next背景色 */
  color: white;
  -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(179,154,100);/* 注)全記事リストページ送りホバー時背景色 */
}

.t-prev-a span,
.t-next-a span {
  font-weight: bolder;
}

/* bottom pager adjust */
.pager-bottom {
  margin: 70px auto;
}


/***------------------------------------------
      list page
------------------------------------------***/

.list-title {
  margin: auto;
  line-height: 1.5;
  font-weight: bolder;
  font-size: 1.4rem;/* 注)全記事リスト記事タイトルフォント大きさ */
}

.list-title a {
  text-decoration: none;
}

.list-entry {
  padding: 5px 0;
  font-size: 1.3rem;
}

.list-entry-date,
.list-entry-category {
  font-size: 1.2rem;
  text-align: right;
}

.list-entry-category {
  font-size: 1.2rem; /* 注)全記事リストカテゴリフォント大きさ */
}

/* 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,214,193); /* 注)No image 検索結果 */
  position: absolute;
  top: 0;
  left: 0;
}

.no-image-text {
  width: 100%;
  height: 100%;
  color: rgb(51,51,51);
  line-height: 72px;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 1.1rem;
  text-align: center;
}

/* the number of comment/ trackback */
.number-of-cmtb {
  text-align: right;
}

.number-of-cmtb li {
  display: inline-block;
  margin-left: 1em;
  font-size: 1.2rem;
}


/***------------------------------------------
      side menu
------------------------------------------***/

.side-menu h4 {
  margin: 0 auto 20px;
  background-color: rgb(51,51,51);
  color: white;
  padding: 8px 5px;
  position: relative;
  font-size: 1.4rem;
  text-align: center;
}

.side-menu ul {
  margin-left: 1.4em;
  list-style-type: disc;
}

.side-menu a {
  color: rgb(100,100,100);
}

.side-menu a:hover {
  text-decoration: underline;
}

/* calendar */
.calender-month-style {
  font-family: 'Great Vibes', 'cursive';
  font-size: 2.2rem;
  color: rgb(179,154,100);
  vertical-align: middle;
}

#prevMonth {
  margin-right: 2em;
  vertical-align: middle;
}

#nextMonth {
  margin-left: 2em;
  vertical-align: middle;
}

/* sns */
#side-sns-container-ul {
  margin: 30px auto 0;
  list-style: none;
  text-align: center;
}

#side-sns-container-ul li {
  display: inline-block;
  overflow: hidden;
  padding: 3px;
}

#side-sns-container-ul li a {
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: rgb(179,154,100);
  color: white;
  line-height: 40px;
  text-align: center;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

#side-sns-container-ul li a:hover {
  font-size: 2.2rem;
}

/* 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(179,154,100,.4) no-repeat;
  border: 1px solid rgba(158,86,154,.2);
  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;
  width: 250px;
  border-spacing: 3px 6px;
  table-layout: fixed;
  font-size: 1.2rem;
  text-align: center;
}

.calender caption {
  margin-bottom: 10px;
}

.calender caption a {
  display: inline-block;
  width: 25%;
}

#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(179,154,100,.4);
  line-height: 30px;
}

.calender td a:hover {
  background-color: rgb(179,154,100); /* 注)プラグインカレンダー リンクホバー時背景色 */
  color: white;
  text-decoration: none;
}

/* profile */
 .plugin-myimage {
  margin: 0 auto 10px;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  text-align: center !important;
}

.plugin-myimage img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.sidebar-style input:not([type="submit"]),
.sidebar-style textarea,
.sidebar-style select {
  display: inline-block;
  margin-left: 1%;
  width: 98% !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;
  margin-left: 1%;
  background-color: rgb(179,154,100);
  border: none;
  color: white;
  cursor: pointer;
}

/* tag */
.plugin-tag a {
  display: inline-block;
  margin: 0 2px 4px 0;
  border: 1px solid rgb(207,207,207);/* 個別記事下tagボーダー色 */
  padding: 3px 8px;
}

.plugin-tag a:hover {
  background-color: rgb(179,154,100);/* 注)プラグインタグ ホバー時背景色 */
  border-color: rgb(179,154,100);
  color: white;
  text-decoration: none;
}

/* mail form */
.side_bar form {
  display: block;
  margin: auto;
  width: 100%;
  max-width: 260px;
}

/* search */
.plugin-search {
  margin: auto;
  width: 100%;
}

.plugin-search input {
  margin-bottom: 8px;
}


/***------------------------------------------
      footer
------------------------------------------***/

#footer {
  background-color: rgb(51,51,51);
  line-height: 1.4;
  padding: 1em 8px;
  position: relative;
  z-index: 3;
  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: 1.1rem;
  }
  #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: .5em;
}

.foot,
#copyright {
  display: block;
  color: white;
  font-size: 1.1rem;
}

#ad1,
#ad2 {
  word-break: break-all;
  font-size: 1.1rem;
}


/***------------------------------------------
      personal setting
------------------------------------------***/

.shadow-attachment {
  box-shadow: 6px 6px 6px rgba(0,0,0,.2); /* 注)クラス追加(記事作成時手入力)で画像にドロップシャドウ追加 */
}

.emoji {
  vertical-align: middle;
}