@charset "utf-8";

/**
* Author: Vanillaice (Akira) - http://vanillaice000.blog.fc2.com/
* Website template name: Jingle
* The first edition: 2015.10.28
* 2015.11.22 - Windows10 IE11, Edge scrolling fixed image bug fix
* 2016.1.8 - フッター構造変更, タイトルタグ微調整
* 2016.10.12 - 全体レイアウトの再調整, 関連記事サムネイル整形, 一部ページをリスト形式に変更, その他微調整
* 2017.1.25 - SNSシェアリンクをエンコード
* Latest update: 2017.9.22 - SSL化に伴うURL正規化
*/


/***------------------------------------------
      reset
------------------------------------------***/

html, body, div, span, object, iframe,
p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i, p,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
caption,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 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;
}


/***------------------------------------------
      link
------------------------------------------***/

a {
  color: rgb(168,0,47); /* 注)基本リンク色はここです */
  text-decoration: none;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}


/***------------------------------------------
      layout
------------------------------------------***/

html, body {
  height: 100%;
}

body { /* 注)記事内基本フォント関連 */
  color: rgb(51,51,51);
  font: 13px/1.7 '游ゴシック', 'YuGothic', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', 'sans-serif'; /* 注)記事フォント */
  -webkit-font-smoothing: antialiased; /* 注)文字が細すぎると感じる方はこの一行削除 1/2 */
  -moz-osx-font-smoothing: grayscale; /* 注)文字が細すぎると感じる方はこの一行削除 2/2 */
}

body:before {
  content: "";
  display: block;
/* ie */
  background: url(https://blog-imgs-82.fc2.com/v/a/n/vanillaice000/snowleft.png), url(https://blog-imgs-82.fc2.com/v/a/n/vanillaice000/snowright.png), url(https://blog-imgs-82.fc2.com/v/a/n/vanillaice000/snowtop.png), -ms-linear-gradient(top, rgb(187,203,216), rgb(232,234,236));
/* chrome, safari */
  background: url(https://blog-imgs-82.fc2.com/v/a/n/vanillaice000/snowleft.png), url(https://blog-imgs-82.fc2.com/v/a/n/vanillaice000/snowright.png), url(https://blog-imgs-82.fc2.com/v/a/n/vanillaice000/snowtop.png), -webkit-linear-gradient(rgb(187,203,216), rgb(232,234,236));
/* firefox */
  background: url(https://blog-imgs-82.fc2.com/v/a/n/vanillaice000/snowleft.png), url(https://blog-imgs-82.fc2.com/v/a/n/vanillaice000/snowright.png), url(https://blog-imgs-82.fc2.com/v/a/n/vanillaice000/snowtop.png), -moz-linear-gradient(rgb(187,203,216), rgb(232,234,236));
/* opera */
  background: url(https://blog-imgs-82.fc2.com/v/a/n/vanillaice000/snowleft.png), url(https://blog-imgs-82.fc2.com/v/a/n/vanillaice000/snowright.png), url(https://blog-imgs-82.fc2.com/v/a/n/vanillaice000/snowtop.png), -o-linear-gradient(rgb(187,203,216), rgb(232,234,236));
  background-position: left top,
                       right top,
                       left top;
  background-repeat: no-repeat;
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

#wrapper {
  margin: 0 auto;
  width: 100%;
  min-width: 80%;
}

#container {
  margin: 0 auto;
  width: 80%;
  max-width: 1300px;
  padding-bottom: 80px;
}

@media screen and (max-width: 1360px) {
  #container {
    width: 90%;
  }
}
@media screen and (max-width: 960px) {
  #container {
    width: 95%;
  }
}
@media screen and (max-width: 854px) {
  #container {
    width: 100%;
  }
}

#primary {
  margin-right : -300px;
  width: 100%;
  float : left;
}

@media screen and (max-width: 854px) {
  #primary {
    margin: 0 auto;
    width: 98%;
    max-width: 650px;
    float: none;
  }
}

#main {
  margin-right: 330px;
}

@media screen and (max-width: 854px) {
  #main {
    margin: 0 auto;
  }
}

#secondary {
  width: 300px;
  float: left;
}

@media screen and (max-width: 854px) {
  #secondary {
    width: 100%;
    float: none;
    padding-top: 80px;
    text-align: center;
  }
}


/***------------------------------------------
      header
------------------------------------------***/

#blog-name-container {
  margin: 0 auto;
  padding: 90px 8px 50px;
}

#blog-title { /* 注)ブログタイトルフォント関連 */
  margin: 0 auto;
  max-width: 800px;
  font: 26px/1.3 'Bitter', '游明朝', 'YuMincho', 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', 'serif';
  visibility: hidden;
  text-align: center;
}

@media screen and (max-width: 768px) {
  #blog-title {
    font-size: 24px;
  }
}
@media screen and (max-width: 375px) {
  #blog-title {
    font-size: 22px;
  }
}

#sub-title {
  margin: 0 auto;
  max-width: 850px;
  color: rgb(51,51,51);
  padding-top: 20px;
  text-align: center;
}

#navigation-container {
  display: inline-block;
  margin: 0 auto 50px;
  width: 100%;
  text-align: center;
}

#navigation-container ul {
  display: inline-block;
  width: 250px;
  font-family: 'Bitter', '游ゴシック', 'YuGothic', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', 'sans-serif';
}

#navigation-container ul li {
  display: inline-block;
  width: 45%;
  line-height: 45px;
  vertical-align: top;
  font-size: 14px;
  text-align: left;
}

#navigation-container ul .pc-hide {
  display: none;
}

/* site search */
#navigation-container ul #expand-form {
  display: inline-block;
  margin: 0;
  width: 10%;
  height: 45px;
  position: relative;
}

.search-btn {
  display: inline-block;
  background-color: transparent;
  border-radius: 50%;
  color: rgb(168,0,47);
  line-height: 45px;
  position: absolute;
  top: 0;
  right: 2px;
  text-align: center;
}

#search-form {
  margin: 0;
  height: 45px;
  position: absolute;
  top: 0;
  right: 0;
}

#search-form input[type="text"] {
  width: 30px;
  height: 45px;
  background-color: rgb(250,250,250);
  border: none;
  border-radius: 22px;
  color: rgb(51,51,51);
  cursor: pointer;
  opacity: 0;
  outline: none;
  padding: 0 5px 0 10px;
  position: absolute;
  top: 0;
  right: 0;
  transition: all .5s;
  z-index: 5;
}

#search-form input[type="text"]:focus {
  width: 250px;
  cursor: text;
  opacity: 1;
}

#search-form input[type="text"]::-webkit-input-placeholder {
 font-family: 'Mountains of Christmas', 'cursive';
}

#search-form input[type="text"]::-moz-placeholder {
 font-family: 'Mountains of Christmas', 'cursive';
}

#search-form input[type="submit"] {
  display: none;
}

.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;
}


/***------------------------------------------
      entry
------------------------------------------***/

.main-body {
  margin-bottom: 50px;
  background-color: rgba(255,255,255,.8); /* 注)記事背景色 .8の数字を小さくすると不透明度が高くなります(薄くなります) */
  border-radius: 4px;
  box-shadow: 6px 6px 6px rgba(0,0,0,.1);
  padding: 20px 30px;
  position: relative;
}

@media screen and (max-width: 854px) {
  .main-body {
    padding: 20px 15px;
  }
}

.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;
}

.ymd {
  background: url(https://blog-imgs-82.fc2.com/v/a/n/vanillaice000/bell.png) center center no-repeat;
  width: 108px;
  height: 121px;
  position: absolute;
  right: -22px;
  top: -40px;
  z-index: 50;
}

@media screen and (max-width: 854px) {
  .ymd {
    right: 0;
  }
}

.christmas {
  border-bottom: 1px solid rgb(230,230,230);
  font-family: 'Mountains of Christmas', 'cursive';
  font-size: 15px;
}

.entry-ttl {
  margin: 0 auto;
  line-height: 1.3;
  padding: 0 70px 10px 0;
  font-size: 16px;
  font-weight: bold;
}

@media screen and (max-width: 854px) {
  .entry-ttl {
    padding: 0 100px 8px 0;
  }
}

.entry_more {
  padding: 20px 0;
}

.readMore {
  display: inline-block;
  background-color: rgb(168,0,47); /* 注)続きを読む の背景色 */
  border-radius: 5px;
  color: rgb(255,255,255);
  padding: .2em .5em;
}

.tags {
  margin-top: 20px;
}

.tags a {
  margin-top: 20px;
  border: 1px solid rgba(168,0,47,.1);
  border-radius: 5px;
  padding: 2px;
}

.sns-and-others {
  border-top: solid 1px rgb(230,230,230);
  padding: 5px 0;
  font-family: 'Bitter', '游ゴシック', 'YuGothic', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', 'sans-serif';
  text-align: right;
}

.sns-and-others li {
  display: inline-block;
  padding-left: .6em;
}

.sns-and-others li a {
  display: inline-block;
  color: rgb(51,51,51);
}

.sns-and-others li .fa {
  width: 27px;
  height: 27px;
  background-color: rgb(250,250,250);
  border-radius: 50%;
  box-shadow: inset 0 0 15px rgba(0,0,0,.2);
  color: rgb(168,0,47);
  line-height: 27px;
  text-align: center;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.sns-and-others li .fa:before {
  line-height: 27px;
  padding: 0;
}

.sns-and-others li a:hover .fa {
  background-color: rgb(168,0,47);
  color: white;
}

.category-and-others {
  font-family: 'Bitter', '游ゴシック', 'YuGothic', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', 'sans-serif';
  text-align: right;
}

.category-and-others li {
  display: inline-block;
  padding-left: 1em;
}

.category-and-others li a {
  display: inline-block;
  color: rgb(51,51,51);
}


/***------------------------------------------
      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: 'Mountains of Christmas', 'cursive';
  font-size: 16px;
  text-align: center;
}

#fc2relate_entry_thumbnail_area .relate_dd .relate_ul {
  list-style: none;
  overflow: hidden;
}

#fc2relate_entry_thumbnail_area .relate_dd .relate_ul li {
  width: 33.33%;
  height: 98px;
  float: left;
}

@media screen and (max-width: 1540px) {
  #fc2relate_entry_thumbnail_area .relate_dd .relate_ul li {
    width: 50%;
  }
}
@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: 90px;
  height: 90px;
  background-color: rgb(215,222,228); /* 注)No image 関連記事サムネイル */
  border-radius: 1px;
  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: 'Mountains of Christmas', 'cursive';
  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 20px;
  font: 18px/1.3 'Mountains of Christmas', '游ゴシック', 'YuGothic', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', 'sans-serif';
  text-align: center;
}

.border-container {
  min-height: 46px;
  padding-left: 55px;
  position: relative;
  font-weight: 600;
}

.border-container:before {
  content: "\f007";
  width: 46px;
  height: 46px;
  display: inline-block;
  background-color: rgb(207,207,207); /* 注)訪問者アイコン背景色 (approx)Very Light Grey */
  border-radius: 50%;
  color: white;
  line-height: 46px;
  position: absolute;
  top: 0;
  left: 0;
  font-family: 'FontAwesome';
  font-size: 18px;
  text-align: center;
}

.visitor-name {
  font-size: 14px;
}

.comment-title {
  margin-bottom: 5px;
}

.comment-body {
  padding: 10px 0;
}

.visitor-fotter-info {
  margin-top: 10px;
  text-align: right;
}


/***------------------------------------------
      comment form
------------------------------------------***/

#comment_form {
  margin: 20px auto;
  width: 100%;
  max-width: 600px;
  vertical-align: middle;
  text-decoration: none;
}

#comment_form label {
  display: block;
  padding-bottom: 5px;
  font-family: 'Mountains of Christmas', 'cursive';
  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;
}

#community {
  padding-top: 46px;
  margin-top: -46px;
  position: relative;
}

/* 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: -webkit-gradient(linear, left top, left bottom, color-stop(0.34, rgb(210,226,254)), color-stop(1.00, rgb(39,71,98)));
  background: -webkit-linear-gradient(top, rgb(210,226,254) 34%, rgb(39,71,98) 100%);
  background: -moz-linear-gradient(top, rgb(210,226,254) 34%, rgb(39,71,98) 100%);
  background: -o-linear-gradient(top, rgb(210,226,254) 34%, rgb(39,71,98) 100%);
  background: -ms-linear-gradient(top, rgb(210,226,254) 34%, rgb(39,71,98) 100%);
  background: linear-gradient(to bottom, rgb(210,226,254) 34%, rgb(39,71,98) 100%);
  border: none;
  border-radius: 4px;
  color: rgb(101,6,79);
  cursor: pointer;
  padding: 2px 0;
  font-family: 'Bitter', '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); /* 注)トラックバックボーダー色 Gainsboro */
  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); /* 注)トラックバックフォーカス時ボーダー色 (approx)Pink Swan */
}


/***------------------------------------------
      side menu(secondary)
------------------------------------------***/

.side-menu {
  display: inline-block;
  margin: 0 auto;
  width: 300px;
  max-width: 100%;
  line-height: 1.8;
  padding: 0 15px 30px;
  vertical-align: top;
  font-size: 12px; /* 注)サイドメニューフォント大きさ */
}

@media screen and (max-width: 610px) {
  .side-menu {
    width: 100%;
    max-width: 400px;
  }
}

.side-menu ul {
  margin-left: 1.5em;
  list-style-type: disc;
}

.sidebar-style {
  text-align: left;
}

.sidebar-style a {
  color: rgb(168,0,47); /* 注)サイドメニューリンク色 (approx)Dim Gray */
}

.sidebar-style a:hover {
  color: rgb(109,171,25); /* 注)サイドメニューリンク色 (approx)Hopbush */
}

.side-menu h4 {
  margin: 0 auto 20px; /* 注)サイドメニュータイトル下花画像を削除した方は50pxを20pxに修正 1/2 */
  font: bolder 15px/1.3 'Bitter', '游ゴシック', 'YuGothic', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', 'sans-serif';
  text-align: center;
}


/***------------------------------------------
      official plug-in
------------------------------------------***/

/* calendar */
.calender {
  margin: 0 auto;
  width: 100%;
  max-width: 340px;
  border-spacing: 3px 6px;
  table-layout: fixed;
  font-family: 'Mountains of Christmas', 'cursive';
  font-size: 12px;
  text-align: center;
}

.calender caption {
  margin-bottom: 10px;
  font-size: 14px;
  text-align: center;
}

.calender caption a {
  display: inline-block;
  width: 30%;
}

.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-color: rgb(109,171,25);
  border-radius: 50%;
  color: white;
  line-height: 28px;
}

.calender td a:hover {
  background: rgb(168,0,47); /* 注)カレンダーリンクホバー時背景色 */
  color: white;
}

/* profile */
 .plugin-myimage {
  margin-bottom: 10px;
  text-align: center !important;
}

/* mail form */
.sidebar-style form {
  display: block;
  margin: 0 auto;
  width: 98%;
  max-width: 260px;
}

.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"] {
  margin-left: 1%;
  background-color: rgb(109,171,25);
  border: none;
  color: white;
}

/* search */
.plugin-search {
  margin: 0 auto;
  width: 98%;
}

.plugin-search input {
  margin-bottom: 8px;
}

/* tag */
.plugin-tag a {
  display: inline-block;
  margin: 2px;
  border: 1px solid rgb(100,100,100); /* 公式タグボーダー色 Gainsboro */
  padding: .3em .4em;
}

.plugin-tag a:hover {
  background-color: rgb(109,171,25);
  border-color: rgb(109,171,25);
  color: white;
}


/***------------------------------------------
      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 */
.normal-font {
  font-family: '游ゴシック', 'YuGothic', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', 'sans-serif';
  font-size: 15px;
}

.list-entry .list-a {
  margin-bottom: 10px;
  margin-left: 10px;
  width: 72px;
  height: 72px;
  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(215,222,228); /* 注)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: rgb(51,51,51);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  font-family: 'Mountains of Christmas', 'cursive';
  font-size: 12px; /* 注)検索結果ページ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;
}


/***------------------------------------------
      pager
------------------------------------------***/

/* general */
.pager {
  margin: 70px auto 50px;
  width: 100%;
}

.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;
}

.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: 35px;
  height: 35px;
  background: transparent;
  border-radius: 50%;
  color: rgb(51,51,51);
  line-height: 35px;
  vertical-align: middle;
  font-size: 12px; /* 注)汎用ページ送りフォント大きさ */
  text-align: center;
}

.light-theme a:hover {
  background-color: rgb(109,171,25); /* 注)汎用ページ送りマウスホバー時背景色 */
  color: white;
  opacity: 1;
}

.prev,
.next {
  border: none !important;
  font-weight: bolder;
}

.light-theme .current {
  background: rgba(212,217,220,.4); /* 注)汎用ページ送り現在ページ背景色 */
  box-shadow: 0 1px 0 rgba(255,255,255,8),0 0 2px rgba(0,0,0,.3)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(109,171,25); /* 注)汎用ページ送りprev/ next背景色 (approx)Hemp */
  box-shadow: none;
  color: white;
}

/* 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(109,171,25); /* 注)個別記事prevページ送り背景色 */
  border-radius: 50%;
  color: white;
  line-height: 35px;
  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: 35px;
  height: 35px;
  background-color: rgb(109,171,25); /* 注)個別記事homeページ送り背景色 */
  border-radius: 50%;
  color: white;
  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(109,171,25); /* 注)個別記事nextページ送り背景色 */
  border-radius: 50%;
  color: white;
  line-height: 35px;
  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(109,171,25); /* 注)個別記事ページ送りホバー時背景色 (approx)Pattens Blue */
}

/* 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(109,171,25); /* 注)全記事リストページ送りprev/ next背景色 */
  border-radius: 50%;
  color: white;
  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(109,171,25); /* 注)全記事リストページ送りホバー時背景色 (approx)Martini */
}


/***------------------------------------------
      footer
------------------------------------------***/

#pagetop {
  display: none;
  position: fixed;
  z-index: 9999;
  bottom: 140px;
  right: 60px;
  font-family: 'Bitter', 'serif';
  width: 40px;
  height: 40px;
  border: 1px solid rgba(179,145,138,.5);
  border-radius: 50%;
  background: rgba(255,255,255,.4);
  color: rgb(94,157,31);
}

#pagemiddle {
  display: none;
  width: 0;
  height: 0;
  font-size: 0;
}

#pagebottom {
  display: none;
  position: fixed;
  z-index: 9999;
  bottom: 90px;
  right: 60px;
  font-family: 'Bitter', 'serif';
  width: 40px;
  height: 40px;
  border: 1px solid rgba(179,145,138,.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: 854px) {
  #pagetop {
    bottom: 190px;
    right: 8px;
  }
  #pagebottom {
    right: 8px;
  }
  #pagemiddle {
    display: none;
    position: fixed;
    z-index: 9999;
    bottom: 140px;
    right: 8px;
    font-family: 'Bitter', 'serif';
    font-size: 11px;
    width: 40px;
    height: 40px;
    border: 1px solid rgba(179,145,138,.5);
    border-radius: 50%;
    background: rgba(255,255,255,.4);
    color: rgb(94,157,31);
  }
  #pagemiddle a {
    display: inline-block;
    width: 100%;
    height: 100%;
    line-height: 40px;
  }
}

.new {
  color: red;
  font-size: 11px;
}

.end {
  width: 100%;
  padding: 15px 3px;
  text-align: center;
  line-height: 1.2;
  background: rgba(255,255,255,.5);
}

.foot, #copyright {
  text-align: center;
  font-family: 'Bitter', '游ゴシック', 'YuGothic', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', 'sans-serif';
  font-size: 12px;
}

#ad1, #ad2 {
  font-size: 11px;
}


/***------------------------------------------
      personal settings
------------------------------------------***/

/* shadow for image */
.shadow-attachment {
  box-shadow: 6px 6px 6px rgba(0,0,0,.2); /* 注)記事内画像に自動ドロップシャドウ 不要な方は削除 */
}

/* for video */
.box-for-video {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.box-for-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.emoji {
  vertical-align: middle;
}