@charset "utf-8";

/**
* Author: Vanillaice (Akira) - http://vanillaice000.blog.fc2.com/
* Website skin name: BeHappy
* First edition: 2015.5.25
* 2015.7.14 - hack for iOS8 fixed bug(sidebar) iOS8以降のfixed要素バグに対応
                           change pager effect ページ送りにエフェクト追加
                           modify rss thumbnail 新着サムネイルの見た目修正
* 2015.7.15 - Re-hack for iOS8 position bug iOS8バグのハック再調整
* 2015.8.29 - スマホ操作性改善, ページtop/ bottomボタン変更, トップページ要約記事全てにREAD MOREボタンが表示されるよう修正, Javascript若干の軽量化, その他微調整
* 2015.9.6 - スライドサイドバーをスマホのみに変更, スライドサイドバーとプラグイン干渉改善, その他微調整
* 2015.12.12 - RSS新着サムネイルでタイトルリンクが記事幅からはみ出す問題に対処
* 2016.1.9 - フッター構造変更, タイトルタグ微調整
* 2016.6.6 - ドロワー内下部余白調整, FC2新エディターリリースに伴う「見出し」「リスト」のリセット削除, 最優先フォントを明朝体に変更
* 2016.10.30 - 全体レイアウト調整, JS一部削除(軽量化), ページ遷移エフェクトをJSからCSSに変更, その他調整多数
* 2017.1.13 - テンプレデフォルト新着サムネイルを削除
* 2017.1.25 - SNSシェアリンクをエンコード
* Latest update: 2017.9.22 - SSL化に伴う混在コンテンツ排除
*/


/***------------------------------------------
      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: 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;
}


/***------------------------------------------
      link
------------------------------------------***/

a {
  text-decoration: none;
  color: rgb(191,145,104); /* 注)記事内のリンク色はこちら */
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}


/***------------------------------------------
      layout
------------------------------------------***/

body { /* 注)基本フォント関連 */
  background-color: white;
  color: rgb(51,51,51);
  font: 13px/1.7 'Lato', 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', '游ゴシック', 'YuGothic', 'Hiragino Sans', 'ヒラギノ角ゴ ProN W3', 'メイリオ', 'Meiryo';
  -webkit-font-smoothing: antialiased; /* 注)文字が細すぎると感じる方はこの一行削除 1/2 */
  -moz-osx-font-smoothing: grayscale; /* 注)文字が細すぎると感じる方はこの一行削除 2/2 */
}

#wrapper {
  margin: 0 auto;
  width: 100%;
  min-width: 80%;
}

#container {
  margin: 40px auto 0;
  width: 80%;
  max-width: 1100px;
  padding-bottom: 80px;
  -webkit-animation: fadeIn 1.5s;
  animation: fadeIn 1.5s;
}

@media screen and (max-width: 1260px) {
  #container {
    width: 90%;
  }
}

@media screen and (max-width: 1160px) {
  #container {
    width: 95%;
  }
}

@media screen and (max-width: 960px) {
  #container {
    width: 100%;
  }
}

#primary {
  margin-right : -300px;
  width: 100%;
  float : left;
}

@media screen and (max-width: 960px) {
  #primary {
    margin: 0 auto;
    width: 100%;
    max-width: 750px;
    float: none;
  }
}
@media screen and (max-width: 760px) {
  #primary {
    max-width: 650px;
  }
}

#main {
  margin-right: 320px;
}

@media screen and (max-width: 960px) {
  #main {
    margin: 0 auto;
  }
}

#secondary {
  width: 300px;
  float: left;
  font: 12px/1.8 'Lato', '游ゴシック', 'YuGothic', 'Hiragino Sans', 'ヒラギノ角ゴシック', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'メイリオ', 'Meiryo', 'sans-serif';
  text-align: center;
}

@media screen and (max-width: 960px) {
  #secondary {
    width: 100%;
    margin: 0 auto;
    float: none;
  }
}

/* fadeIn */
@-webkit-keyframes fadeIn {
  0% {
   opacity: 0;
  }
  50% {
   opacity: 0;
  }
  100% {
   opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
   opacity: 0;
  }
  50% {
   opacity: 0;
  }
  100% {
   opacity: 1;
  }
}


/***------------------------------------------
      site search
------------------------------------------***/

#search-form { /* 注)サイト内検索不要の方は項目削除 */
  margin: 0 auto;
  width: 100%;
  max-width: 1100px;
  padding: 8px 6px 0 0;
  text-align: right;
}

#search-form input[type="search"] {
  border: 1px solid rgb(178,135,97);
}


/***------------------------------------------
      header
------------------------------------------***/

#banner {
  padding: 30px 10px 40px;
  text-align: center;
}

#blog-title { /* 注)ブログタイトルフォント関連 */
  margin: 0 auto;
  width: 100%;
  max-width: 800px;
  font: 26px/1.3 'Playfair Display', 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', '游ゴシック', 'YuGothic', 'Hiragino Sans', 'ヒラギノ角ゴ ProN W3', 'メイリオ', 'Meiryo';
}

@media screen and (max-width: 960px) {
  #blog-title {
    font-size: 24px;
  }
}

#blog-title a {
  color: rgb(51,51,51);
}

#blog-title a:hover {
  color: rgb(191,145,104);
}

#site-description { /* 注)サブタイトルフォント関連 */
  margin: 0 auto;
  width: 100%;
  max-width: 850px;
  padding-top: 10px;
  font-size: 14px;
}


/***------------------------------------------
      global navigation
------------------------------------------***/

#head-nav {
  margin: 0 auto 20px;
  text-align: center;
}

.for-border {
  border-bottom: 1px solid rgb(229,211,195);
}

#navigation-ul {
  padding-bottom: 20px;
}

#navigation-ul li {
  display: inline-block;
  padding: 0 1em;
  font-size: 12px;
}

#navigation-ul .pc-hide {
  display: none;
}


/***------------------------------------------
      slider
------------------------------------------***/

.slider-pro {
  visibility: hidden;
}

#slider-container {
  margin: 0 auto;
  max-width: 1000px;
}

.sp-layer {
  padding: 30px 20px;
  text-align: center;
}

@media screen and (max-width: 760px) {
  .sp-layer {
    display: none;
  }
}

.gallery-day {
  display: inline-block;
  border-bottom: 1px solid rgb(191,145,104);
}

 .gallery-title {
  display: block;
  overflow: hidden;
  padding: 15px;
  white-space: nowrap;
  font-family: 'Playfair Display', 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', '游ゴシック', 'YuGothic', 'Hiragino Sans', 'ヒラギノ角ゴ ProN W3', 'メイリオ', 'Meiryo';
  font-size: 15px;
  -webkit-text-overflow: ellipsis;
  -moz-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.gallery-a {
  display: inline-block;
  border: 1px solid rgb(191,145,104);
  color: rgb(0,0,0);
  padding: 1em 3em;
  font-size: 11px;
}

.gallery-a:hover {
  background-color: rgb(191,145,104);
  color: rgb(255,255,255);
}


/***------------------------------------------
      top page
------------------------------------------***/

.element-item:first-of-type {
  margin-bottom: 20px;
  width: 100%;
  border-bottom: 1px solid rgb(229,211,195);
  padding: 15px;
  text-align: center;
}

.element-item:nth-of-type(n+2) {
  display: inline-block;
  width: 50%;
  letter-spacing: -.4em;
  padding: 15px;
  vertical-align: top;
}

@media screen and (max-width: 760px) {
  .element-item:nth-of-type(n+2) {
    display: block;
    width: 100%;
    letter-spacing: normal;
  }
}

.element-item:last-of-type {
  border-bottom: none;
}

.element-item > * {
  letter-spacing: normal;
}

.element-item > a {
  color: rgb(51,51,51);
}

.inner-image-parent {
  width: 100%;
  position: relative;
}

.inner-image-parent:before {
  content: "";
  display: block;
  padding-top: 70%;
}

.imgLiquidFill {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.element-no-image-text {
  margin: auto;
  width: 100%;
  height: 1.5em;
  line-height: 1.5em;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  font-family: 'Playfair Display', 'serif';
  text-align: center;
}

.element-item:first-of-type .element-no-image-text {
  font-size: 26px;
}

.element-item:nth-of-type(n+2) .element-no-image-text {
  font-size: 18px;
}

.element-context {
  position: relative;
}

.element-header {
  text-align: center;
}

.element-item:first-of-type .element-header {
  width: 100%;
  background: rgba(255,255,255,.7);
  position: absolute;
  bottom: 100%;
  left: 0;
}

@media screen and (max-width: 760px) {
  .element-item:first-of-type .element-header {
    position: static;
  }
}

.element-item:first-of-type .element-category a {
  color: rgb(92,42,9);
  border-bottom: 1px solid rgb(92,42,9);
}

.element-category,
.element-datetime {
  padding-bottom: 10px;
}

.element-category {
  padding-top: 10px;
}

.element-category a {
  border-bottom: 1px solid rgb(191,145,104);
  color: rgb(191,145,104);
  padding-bottom: .2em;
  padding-top: 10px;
  font-size: 12px;
}

.element-title {
  margin: 0 auto;
  font-family: 'Playfair Display', 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', '游ゴシック', 'YuGothic', 'Hiragino Sans', 'ヒラギノ角ゴ ProN W3', 'メイリオ', 'Meiryo';
  font-size: 17px;
  font-weight: normal;
}

.element-title a {
  color: rgb(0,0,0);
}

.element-item:first-of-type .element-description {
  padding-top: 20px;
}

@media screen and (max-width: 760px) {
  .element-item:first-of-type .element-description {
    padding-top: 0;
  }
}

.element-read-more {
  margin: 20px 0;
  text-align: center;
}

.element-read-more a {
  border: 1px solid rgb(191,145,104);
  font-size: 12px;
  padding: .6em 1em;
  color: rgb(0,0,0);
}

.element-read-more a:hover {
  background-color: rgb(191,145,104);
  color: rgb(255,255,255);
}

.element-footer {
  text-align: right;
}

.element-footer a {
  display: inline-block;
  color: rgb(51,51,51);
  padding: 10px 0;
}

.element-footer a:last-of-type {
  margin-left: 1em;
}

.element-footer a:hover {
  color: rgb(191,145,104);
}


/***------------------------------------------
      individual
------------------------------------------***/

.main-body {
  margin: 0 auto 40px;
  border-bottom: 1px solid rgb(229,211,195);
  padding: 20px 30px;
}

@media screen and (max-width: 760px) {
  .main-body {
    padding: 20px 15px;
  }
}

#entry-header {
  text-align: center;
}

.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;
}

.tags {
  padding-top: 40px;
}

.tags a {
  display: inline-block;
  margin: 0 2px 2px 0;
  border: 1px solid rgb(191,145,104);
  padding: 2px 5px;
}

.tags a:hover {
  background-color: rgb(191,145,104);
  color: white;
}

/* footer */
#entry-footer {
  text-align: right;
}

#sns-and-others-ul,
#comment-and-others-ul {
  display: inline-block;
  text-align: right;
}

#sns-and-others-ul li {
  display: inline-block;
  margin: 0 0 2px 2px;
}

#sns-and-others-ul li a {
  display: block;
  width: 28px;
  height: 28px;
  border: 1px solid rgb(191,145,104);
  border-radius: 50%;
  line-height: 26px;
  text-align: center;
}

#sns-and-others-ul li a .fa:before {
  line-height: 26px;
}

#sns-and-others-ul li a:hover {
  background-color: rgb(191,145,104);
  color: white;
}

#comment-and-others-ul li {
  display: inline-block;
  margin-left: 1em;
}


/***------------------------------------------
      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: 'Playfair Display', 'serif';
  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: 1100px) {
  #fc2relate_entry_thumbnail_area .relate_dd .relate_ul li {
    width: 100%;
    float: none;
  }
}

#fc2relate_entry_thumbnail_area .relate_entry_title {
  padding-right: 1em;
  word-break: break-all;
}

.related-overlay {
  position: relative;
}

.related-overlay:before {
  content: "";
  width: 90px;
  height: 90px;
  background-color: rgb(191,145,104); /* 注)No image 関連記事サムネイル */
  border-radius: 1px;
  position: absolute;
  z-index: 2;
}

.related-overlay:after {
  content: "No image";
  display: block;
  width: 90px;
  height: 90px;
  color: white;
  line-height: 90px;
  position: absolute;
  z-index: 3;
  font-family: 'Playfair Display', 'serif';
  font-size: 11px;
  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
------------------------------------------***/

.another-title {
  margin: 0 auto;
  font-size: 12px;
  font-weight: normal;
  text-align: center;
}

.another-title span {
  color: rgb(191,145,104);
  padding-bottom: .2em;
  padding-top: 10px;
  border-bottom: 1px solid rgb(191,145,104);
}

.afterfloat {
  position: relative;
}

.stamp {
  width: 100px;
  height: 100px;
  border: 1px solid rgb(191,145,104);
  display: table;
  text-align: center;
  table-layout: fixed;
  position: absolute;
  left: 0;
  top: 0;
}

.stamp-container {
  display: table-cell;
  vertical-align: middle;
}

.no-border {
  font-size: 14px;
  color: rgb(191,145,104);
}

.right-container {
  margin-bottom: 10px;
  min-height: 100px;
  padding-left: 120px;
  font-family: 'Lato', '游ゴシック', 'YuGothic', 'Hiragino Sans', 'ヒラギノ角ゴシック', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'メイリオ', 'Meiryo', 'sans-serif';
}

.visitor-name,
.comment-title {
  font-weight: bolder;
}


/***------------------------------------------
      comment form
------------------------------------------***/

#comment_form {
  margin: 20px auto;
  width: 100%;
  max-width: 600px;
  vertical-align: middle;
  text-decoration: none;
}

#comment_form label {
  display: block;
  padding-bottom: 5px;
  font-size: 13px; /* 注)コメント投稿フォームフォント大きさ */
}

#comment_form input {
  margin-bottom: 10px;
  width: 100%;
  background-color: white;
  border: 1px solid rgb(220,220,220); /* 注)コメントフォーム各項目ボーダー色 Gainsboro */
  padding: 12px;
}

#comment_form input:focus,
#comment:focus {
  border: 1px solid rgb(179,179,179); /* 注)コメントフォーム各項目(含 テキストエリア)フォーカス時ボーダー色 (approx)Pink Swan */
}

#comment {
  margin-bottom: 10px;
  width: 100%;
  min-height: 200px;
  background-color: white;
  border: 1px solid rgb(220,220,220); /* 注コメントフォームテキストエリアボーダー色 Gainsboro */
  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コメントチェックボックスボーダー色 Gainsboro */
    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コメントチェックマーク色 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;
  margin-right: 20px;
  width: 156px;
  height: 30px;
  background-color: rgb(191,145,104);
  border: none;
  border-radius: 2px;
  color: white;
  cursor: pointer;
  padding: 2px 0;
  font-family: 'Playfair Display', 'serif';
  font-size: 14px;
  text-align: center;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

#sendbtn:hover,
#delbtn:hover {
  box-shadow: 4px 4px 8px rgba(0,0,0,.4);
}

.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;
  padding: .5em;
  outline: none;
  font-size: 13px; /* 注)・トラックバックフォント大きさ */
}

#for-trackback-word {
  margin: 0 auto;
}

.op:focus {
  border: 1px solid rgb(179,179,179); /* 注)トラックバックフォーカス時ボーダー色 */
}


/***------------------------------------------
      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 {
  margin-bottom: 10px;
  margin-left: 10px;
  width: 72px;
  height: 72px;
  color: rgb(51,51,51);
  float: right;
}

.thumbnails {
  display: inline-block;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
}

.search-noimage {
  width: 100%;
  height: 100%;
  background-color: rgb(191,145,104); /* 注)No image 検索結果 */
}

.search-noimage:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.thumbnails .no-image-text {
  margin: auto;
  width: 100%;
  height: 1.5em;
  color: white;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  font-family: 'Playfair Display', 'serif';
  font-size: 11px; /* 注)検索結果ページNo imageフォント大きさ */
  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)
------------------------------------------***/

.mobile {
  display: none;
  color: rgb(191,145,104);
  padding: 8px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000002;
  font-size: 26px;
}

.side-menu {
  display: inline-block;
  margin: 0 auto;
  width: 300px;
  max-width: 100%;
  line-height: 1.8;
  padding: 0 15px 30px;
  vertical-align: top;
}

@media screen and (max-width: 610px) {
  .side-menu {
    width: 100%;
    max-width: 400px;
  }
}

.sidebar-style {
  text-align: left;
}

.sidebar-style a {
  color: rgb(100,100,100);
}

.sidebar-style a:hover {
  color: rgb(51,51,51); /* 注)サイドメニューリンク色 */
}

.sidebar-style ul li {
  border-bottom: dotted 1px rgba(191,145,104,.4);
  padding: .2em 0;
}

.side-menu h4 {
  margin: 0 auto 15px;
  border: 1px solid rgb(191,145,104);
  padding: .6em .2em;
  font-size: 14px;
  text-align: center;
}

/* only smartphone */
#sidenav {
  margin: 0 auto;
  width: 100%;
  background-color: rgb(222,204,189);
  font: 12px/1.8 'Lato', '游ゴシック', 'YuGothic', 'Hiragino Sans', 'ヒラギノ角ゴシック', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'メイリオ', 'Meiryo', 'sans-serif';
}

#sidenav > aside {
  height: 100%;
  overflow: auto;
  padding: 50px 0 110px; /* 注)ドロワー下部余白設定 100px */
  position: relative;
  -webkit-overflow-scrolling: touch;
}


/***------------------------------------------
      pager
------------------------------------------***/

/* general */
.pager {
  margin: 0 auto 40px;
}

.pager-top {
  margin: 0 auto 20px;
}

.pad-adjust {
  border-top: 1px solid rgb(229,211,195);
  padding-top: 40px;
}

.simple-pagination {
  margin: 0;
  overflow: hidden;
  position: relative;
  text-align: center;
}

.simple-pagination ul {
  display: inline-block;
  margin: 0;
  list-style: none;
  position: relative;
  padding: 0;
}

.simple-pagination li {
  display: block;
  margin: 3px;
  border-radius: 50%;
  float: left;
  list-style: none;
}

.light-theme a,
.light-theme span {
  display: inline-block;
  width: 30px;
  height: 30px;
  background: transparent;
  border: 1px solid rgb(222,204,189);
  color: rgb(222,204,189);
  line-height: 28px;
  vertical-align: middle;
  font-size: 12px; /* 注)汎用ページ送りフォント大きさ */
  text-align: center;
}

.light-theme a:hover {
  background-color: rgb(222,204,189); /* 注)汎用ページ送りマウスホバー時背景色 */
  color: rgb(255,255,255);
  opacity: 1;
}

.prev,
.next {
  background: none !important;
  border: none !important;
}

.light-theme li a.prev:hover,
.light-theme li a.next:hover {
  color: rgb(191,145,104);
}

.light-theme .current {
  background-color: rgb(222,204,189); /* 注)汎用ページ送り現在ページ背景色 */
  color: rgb(255,255,255);
}

.light-theme .ellipse {
  border: none;
  color: rgb(222,204,189);
  font-weight: bold;
}

.light-theme .prev,
.light-theme .next {
  color: rgb(51,51,51);
}

/* article */
.posted-pager {
  margin: 0 auto 40px;  
}

.posted-pager-top {
  margin: 0 auto 20px;
}

.posted-pager,
.posted-pager-top {
  display: table;
  table-layout: fixed;
  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: 30px;
  height: 30px;
  border: 1px solid rgb(222,204,189);
  color: rgb(222,204,189);
  line-height: 28px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 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: 30px;
  height: 30px;
  border: 1px solid rgb(222,204,189);
  color: rgb(191,145,104);
  line-height: 28px;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.center-a .fa:before {
  line-height: 28px;
}

.next-a {
  display: block;
  width: 100%;
  height: 100%;
  padding-right: 40px;
  position: relative;
  text-align: right;
}

.next-a:before {
  content: "\f105";
  margin: auto;
  width: 30px;
  height: 30px;
  border: 1px solid rgb(222,204,189);
  color: rgb(222,204,189);
  line-height: 28px;
  position: absolute;
  top: 0;
  right: 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(222,204,189); /* 注)個別記事ページ送りホバー時背景色 */
  color: white;
}

/* title list */
.titlelist-pager {
  margin: 0 auto 40px;
}

.titlelist-pager-top {
  margin: 0 auto 20px;
}

.titlelist-pager,
.titlelist-pager-top {
  display: table;
  table-layout: fixed;
  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,
.t-prev-a span,
.t-next-a span {
  display: inline-block;
  width: 30px;
  height: 30px;
  border: 1px solid rgb(222,204,189);
  color: rgb(222,204,189);
  line-height: 28px;
  -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: 28px;
}

.t-prev-a:hover .fa,
.t-center-a:hover .fa,
.t-next-a:hover .fa,
.t-prev-a:hover span,
.t-next-a:hover span {
  background-color: rgb(222,204,189); /* 注)全記事リストページ送りホバー時背景色 */
  color: white;
}


/***------------------------------------------
      side menu
------------------------------------------***/

.mobile {
  display: none;
}

.icon-for-sp {
  display: block;
  font-size: 26px;
  color: rgb(191,145,104);
  position: fixed;
  top: 0;
  left: 0;
  padding: 8px;
  z-index: 1000002;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  tap-highlight-color: rgba(0,0,0,0);
}

.side_bar ul {
  list-style: none;
}

.side_bar, #newest {
  position: relative;
  padding: 0 15px 30px;
  min-height: 109px;
  z-index: 20;
}

.side_bar h3 {
  margin: 0 auto 15px;
  border: 1px solid rgb(191,145,104);
  padding: .8em 0;
  font-size: 14px;
  text-align: center;
}

.side_bar a {
  color: rgb(51,51,51);
}

.side_bar a:hover {
  text-decoration: underline;
}

.side_bar_title li {
  border-bottom: dotted 1px rgba(191,145,104,.4);
  color: rgb(0,0,0);
  padding: .2em 0;
}


/***------------------------------------------
      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: 25%;
}

#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;
  background: rgba(191,145,104,.4);
  border-radius: 50%;
  color: white;
  line-height: 30px;
}

.calender td a:hover {
  background-color: rgb(191,145,104); /* 注)プラグインカレンダー リンクホバー時背景色 */
  color: white;
}

/* profile */
 .plugin-myimage {
  text-align: center !important;
  margin-bottom: 10px;
}

/* mail form */
.sidebar-style form {
  display: block;
  margin: 0 auto;
  max-width: 300px;
}

.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(222,204,189);
  border-radius: 2px;
  outline: none;
  padding: .5em;
}

.sidebar-style input[type="submit"] {
  display: inline-block;
  background-color: rgb(191,145,104);
  border: none;
  color: white;
  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(191,145,104); /* 注)プラグインタグ ボーダー色 */
  padding: .3em 1em;
}

.plugin-tag a:hover {
  background-color: rgb(191,145,104); /* 注)プラグインタグ ホバー時背景色 */
  color: white;
  text-decoration: none;
}


/***------------------------------------------
      footer
------------------------------------------***/

#pagetop {
  display: none;
  width: 40px;
  height: 40px;
  background: rgba(255,255,255,.4);
  border: 1px solid rgb(191,145,104);
  line-height: 38px;
  position: fixed;
  right: 60px;
  bottom: 140px;
  z-index: 100003;
  text-align: center;
}

#pagemiddle {
  display: none;
  width: 0;
  height: 0;
  font-size: 0;
}

#pagebottom {
  display: none;
  width: 40px;
  height: 40px;
  background: rgba(255,255,255,.4);
  border: 1px solid rgb(191,145,104);
  line-height: 38px;
  position: fixed;
  right: 60px;
  bottom: 90px;
  z-index: 100003;
  text-align: center;
}

#pagemiddle-sp {
  display: none;
  width: 40px;
  height: 40px;
  background: rgba(255,255,255,.4);
  border: 1px solid rgb(191,145,104);
  line-height: 38px;
  position: fixed;
  z-index: 100003;
  right: 60px;
  bottom: 165px;
  font-size: 11px;
  text-align: center;
}

#pagetop a,
#pagebottom a,
#pagemiddle-sp a {
  display: inline-block;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 960px) {
  #pagetop {
    right: 8px;
    bottom: 190px;
  }
  #pagemiddle {
    display: none;
    width: 40px;
    height: 40px;
    background: rgba(255,255,255,.4);
    border: 1px solid rgb(191,145,104);
    line-height: 38px;
    position: fixed;
    z-index: 100003;
    right: 8px;
    bottom: 140px;
    font-size: 11px;
    text-align: center;
  }
  #pagebottom {
    right: 8px;
    bottom: 90px;
  }
}

.end {
  width: 100%;
  overflow: hidden;
  padding: 30px 10px;
  text-align: center;
}

.foot,
#copyright {
  font-size: 12px;
}

#ad1,
#ad2 {
  font-size: 11px;
}


/***------------------------------------------
      personal settings
------------------------------------------***/

.shadow-attachment {
  box-shadow: 6px 6px 6px rgba(0,0,0,.2); /* 注)記事内画像にドロップシャドウ(記事作成時に手入力) 不要な方は削除 */
}

.emoji {
  vertical-align: middle;
}