@charset "utf-8";

/**
* Author: Vanillaice (Akira) - http://vanillaice000.blog.fc2.com/
* Website template name: World_of_mine
* First edition: 2015.9.30
* 2015.12.4 - Google feed api 廃止に伴う仕様変更
* 2016.1.8 - フッター構造変更, タイトルタグ微調整
* 2016.10.11 - 一部JS削除(軽量化), 関連記事サムネイル整形, その他微調整
* 2017.1.25 - SNSシェアリンクをエンコード
* Latest update: 2017.9.21 - 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;
}

#change_mobile {
  display: none;
}


/***------------------------------------------
      clearfix
------------------------------------------***/

.cf:before,
.cf:after {
  content: "";
  display: table;
}

.cf:after {
  clear: both;
}


/***------------------------------------------
      blockquote
------------------------------------------***/

blockquote {
  margin: 0 auto;
  width: 98%;
  height: auto;
  background: rgba(255,255,255,.4);
  border: 1px solid rgb(206,206,206);
  border-radius: 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";
}


/***------------------------------------------
      link
------------------------------------------***/

a {
  color: rgb(86,29,40); /* 注)基本リンク色 */
  text-decoration: none;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}


/***------------------------------------------
      layout
------------------------------------------***/

body {
  background-color: rgb(240,241,246); /* 注)全体背景色 */
  color: rgb(51,51,51); /* 注)記事文字色 */
  font: 13px/1.7 'Marcellus', 'Hiragino Sans', 'ヒラギノ角ゴシック', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', '游ゴシック', 'Yu Gothic', 'メイリオ', 'Meiryo', 'sans-serif'; /* 注)記事フォント */
  -webkit-font-smoothing: antialiased; /* 注)文字が細すぎると感じる方はこの一行削除 1/2 */
  -moz-osx-font-smoothing: grayscale; /* 注)文字が細すぎると感じる方はこの一行削除 2/2 */
}

#wrapper {
  margin: 0 auto;
  width: 100%;
  min-width: 80%;
}

#main-container {
  margin: 0 auto;
  width: 100%;
  background-color: rgb(240,241,246); /* 注)メインコンテンツ背景色(デフォルト グレー) */
  border-top: 10px solid black; /* 注)メインコンテンツ上ボーダー(デフォルト黒) */
  position: relative;
  z-index: 3;
}

#primary {
  margin: -250px auto 0;
  width: 80%;
  max-width: 1500px;
  background-color: rgb(240,241,246); /* 注)全体背景色 */
}

@media screen and (max-width: 1024px) {
  #primary {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  #primary {
    margin: -70px auto 0;
  }
}
@media screen and (max-width: 599px) {
  #primary {
    width: 95%;
  }
}

#main {
  width: 100%;
}

#secondary {
  margin: 0 auto;
  width: 100%;
  background-image: url(https://blog-imgs-82.fc2.com/v/a/n/vanillaice000/dark_embroidery.png); /* 注)サイドメニュー背景画像 */
  border-top: 10px solid black;
  padding: 60px 0 40px;
}


/***------------------------------------------
      header
------------------------------------------***/

#banner,
#permanent-banner {
  margin: 0 auto;
  width: 100%;
}

#banner {
  height: 700px;
}

#permanent-banner {
  height: 450px;
}

@media screen and (max-width: 768px) {
  #banner,
  #permanent-banner {
    height: 320px;
  }
}

#fixed-header-bg,
#fixed-permanent-header-bg {
  margin: 0 auto;
  width: 100%;
  background: url(https://blog-imgs-119.fc2.com/w/a/t/watch5656/bg.jpg) center center /cover no-repeat; /* 注)バナー画像 */
  position: fixed;
  left: 0;
  top: 0;
  z-index: -1;
}

#fixed-header-bg {
  height: 700px;
}

@media screen and (max-width: 768px) {
  #fixed-header-bg,
  #fixed-permanent-header-bg {
    height: 320px;
  }
}

#fixed-permanent-header-bg {
  height: 450px;
}

.blog-title-container {
  display: table;
  margin: 0 auto;
  width: 100%;
  height: 66px;
  background-color: black; /* 注)上部固定ナビ背景色 */
  border-bottom: 1px solid rgba(255,255,255,.2);
  padding: 0 20px;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100001;
}

@media screen and (max-width: 768px) {
  .blog-title-container {
    padding: 0 10px;
  }
}

.blog-name { /* 注)ブログタイトルフォント関連 */
  margin: 0 auto;
  display: table-cell;
  line-height: 1.2;
  padding-right: .2em;
  vertical-align: middle;
  font-size: 18px; /* 注)ブログタイトルフォント大きさ */
  font-weight: bold;
  text-align: left;
  text-shadow: 2px 4px 3px rgba(255,255,255,0.3);
}

@media screen and (max-width: 768px) {
  .blog-name {
    font-size: 16px;
  }
}

.blog-name a {
  color: rgb(193,188,189); /* 注)ブログタイトルフォント色 */
}

.navigation-container {
  display: table-cell;
  vertical-align: middle;
  text-align: right;
}

.site-navi {
  display: inline-block;
  text-align: right;
}

.site-navi li {
  display: inline;
  padding-left: 1em;
  font-size: 14px;
}

.site-navi li a {
  color: rgb(193,188,189); 
}

.pc-hide {
  display: none;
}

@media screen and (max-width: 768px) {
  .pc-hide {
    display: inline-block;
  }
  .sp-hide {
    display: none;
  }
}

#modal-wrapper {
  display: none;
}

@media screen and (max-width: 768px) {
  #modal-wrapper {
    display: table-cell;
    vertical-align: middle;
    text-align: right;
  }
}

html.remodal-is-locked {
  overflow: hidden;
}

/* modal */
.remodal,
[data-remodal-id] {
  display: none;
}

.remodal-overlay {
  display: none;
  position: fixed;
  z-index: 9999;
  top: -5000px;
  right: -5000px;
  bottom: -5000px;
  left: -5000px;
}

.remodal-wrapper {
  display: none;
  overflow: auto;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10000;
  text-align: center;
}

.remodal-wrapper:after {
  content: "";
  display: inline-block;
  margin-left: -0.05em;
  height: 100%;
}

/* Fix iPad, iPhone glitches */

.remodal-overlay,
.remodal-wrapper {
  background: rgba(0,0,0,.6);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.remodal {
  display: none;
  margin-left: -150px;
  width: 300px;
  height: auto;
  background-color: transparent;
  position: absolute;
  left: 50%;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

.remodal-for-navi {
  padding: 30px;
  top: 150px;
  text-align: center;
}

#hide-navi a {
  display: inline-block;
  color: black;
  padding: 0 .5em;
}

#hide-navi .fa {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: rgb(193,188,189);
  line-height: 40px;
}

#hide-navi .fa:before {
  line-height: 40px;
}

.remodal-is-initialized {
  display: inline-block;
}

.remodal-close {
  margin: 30px 0 100px;
  text-align: center;
}

#close-span {
  display: inline-block;
  background-color: rgb(193,188,189);
  border-radius: 3px;
  color: black;
  padding: .3em .5em;
  font-size: 15px;
}

#bottom-black-border {
  margin: 0 auto;
  width: 100%;
  height: 10px;
  background: black; /* 注)バナー下ボーダー色 */
}

.original-header {
  width: 100%;
  background-color: rgb(193,188,189); /* 注)メインコンテンツ上ヘッダー 背景色(デフォルト グレー) */
  border-top: 10px solid black; /* 注)ヘッダー ボーダー色 */
  padding: 30px 8px 20px;
  text-align: center;
}

.top-page {
  color: black;
  line-height: 1.2;
  padding-bottom: 10px;
  font-size: 25px; /* 注)ヘッダー TOP PAGE 文字大きさ */
  text-shadow: -1px -1px 1px rgba(0,0,0,.4),
               1px 1px 1px rgba(255,255,255,.5);
}

@media screen and (max-width: 1200px) {
  .top-page {
    font-size: 23px;
  }
}
@media screen and (max-width: 1024px) {
  .top-page {
    font-size: 22px;
  }
}
@media screen and (max-width: 920px) {
  .top-page {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .top-page {
    font-size: 18px;
  }
}
@media screen and (max-width: 599px) {
  .top-page {
    font-size: 16px;
  }
}

#sub-title {
  margin: 0 auto 30px;
  line-height: 1.3;
  font-size: 12px; /* 注)ヘッダー サブタイトル 文字大きさ */
  text-align: left;
}

.underline-from-left {
  display: inline-block;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  overflow: hidden;
  position: relative;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
}
.underline-from-left:before {
  content: "";
  height: 2px;
  background: white;
  position: absolute;
  left: 0;
  right: 100%;
  bottom: 0;
  z-index: -1;
  -webkit-transition-property: right;
  transition-property: right;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.underline-from-left:hover:before, .underline-from-left:focus:before, .underline-from-left:active:before {
  right: 0;
}


/***------------------------------------------
      masonry
------------------------------------------***/

.iso-container {
  width: 100%;
  padding: 5px;
}

#isotope {
  margin: 0 auto;
  width: 100%;
}

.element-item {
  width: 25%;
  height: auto;
  opacity: 0;
  padding: 10px;
}

@media screen and (max-width: 1200px) {
  .element-item {
    width: 33.3%;
  }
}
@media screen and (max-width: 920px) {
  .element-item {
    width: 50%;
  }
}
@media screen and (max-width: 599px) {
  .element-item {
    width: 100%;
  }
}

.inner-wrapper {
  width: 100%;
  background-color: white; /* 注)トップページ メイソンリー背景色 */
  overflow: hidden;
  position: relative;
}

.inner-image-parent {
  width: 100%;
  position: relative;
}

.inner-image-parent:before {
  content: "";
  display: block;
  padding-top: 60%;
}

.imgLiquidFill {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.no-image-mask {
  background-color: rgba(255,255,255,.8);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.no-image-text {
  margin: auto;
  width: 100%;
  height: 1.5em;
  color: rgba(51,51,51,.4);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  font-size: 15px;
  text-align: center;
}

.hover-read-more {
  display: inline-block;
  background: rgba(0,0,0,.6);
  color: white;
  opacity: 0;
  padding: .3em;
  position: absolute;
  top: -50px;
  right: 0;
  font-size: 14px;
  -webkit-transition: all .4s;
  transition: all .4s;
}

.inner-image-parent:hover .hover-read-more {
  opacity: 1;
  top: 0;
}

.context {
  padding: 20px;
}

.element-category {
  line-height: 1.2;
  padding-top: 10px;
  font-size: 12px;
  text-align: center;
}

.element-title {
  margin: 0 auto;
  line-height: 1.3;
  padding: 10px 0;
  font-size: 17px;
  font-weight: bolder;
  text-align: center;
}

.element-datetime {
  padding-top: 5px;
  text-align: right;
}


/***------------------------------------------
      individual article
------------------------------------------***/

.main-body {
  margin: 0 auto 40px;
  width: 100%;
  background-color: white; /* 注)記事背景色 */
  position: relative;
}

.element-header {
  padding: 20px 30px;
}

@media screen and (max-width: 768px) {
  .element-header {
    padding: 20px 15px;
  }
}

.comment-and-others {
  text-align: right;
}

.contents {
  padding: 20px 50px 0;
}

@media screen and (max-width: 768px) {
  .contents {
    padding: 20px 15px 0;
  }
}

.contents a:hover {
  text-decoration: underline;
}

.bottom-adjust20 {
  padding-bottom: 20px;
}

.inner-contents {
  margin-bottom: 30px;
  font-size: 14px;
}

/* 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-info {
  margin: 50px auto 60px;
  width: 100%;
  height: 1px;
  background-color: rgb(240,240,240);
  position: relative;
}

.inner-info a {
  text-decoration: none;
}

.sns-and-others {
  margin: auto;
  width: 150px;
  height: 34px;
  position: absolute;
  top: -17px;
  left: 0;
  right: 0;
  text-align: center;
}

.sns-and-others .fa {
  width: 34px;
  height: 34px;
  border: 1px solid rgb(180,174,175);  
  border-radius: 50%;
  background: rgb(180,174,175);
  color: white;
  line-height: 32px;
  text-align: center;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.sns-and-others .fa:before {
  line-height: 32px;
}

.sns-and-others .fa:hover {
  background-color: white;
  color: rgb(180,174,175);
}

.comment-and-others li,
.sns-and-others li {
  display: inline-block;
}

@media screen and (max-width: 768px) {
  .comment-and-others li {
    font-size: 15px;
  }
  .sns-and-others li {
    font-size: 16px;
  }
}

.left-space {
  margin-left: 8px;
}

.right-space {
  margin-right: 8px;
}


/***------------------------------------------
      related post, trackback list
------------------------------------------***/

.relate_dl,
.tb_dl {
  margin: 20px auto 0;
  background-color: white;
  border-radius: 3px;
  box-shadow: inset 0 0 15px rgba(0,0,0,.2);
  padding: 10px;
  font-size: 12px;
}

.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-size: 14px;
  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: 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: url(https://blog-imgs-93.fc2.com/v/a/n/vanillaice000/worldnoimage.jpg) center center /cover repeat; /* 注)No image 関連記事サムネイル */
  border-radius: 1px;
  position: absolute;
  z-index: 2;
}

.related-overlay:after {
  content: "No image";
  display: block;
  width: 90px;
  height: 90px;
  background-color: rgba(255,255,255,.8);
  color: rgba(51,51,51,.4);
  line-height: 90px;
  position: absolute;
  z-index: 3;
  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;
  }
}

/* user tag */
.tags {
  margin-top: 20px;
}

.tags a {
  margin-top: 20px;
  border-radius: 4px;
  padding: 2px;
} 


/***------------------------------------------
      comment, trackback
------------------------------------------***/

.another-title {
  margin: 0 auto;
  color: black;
  padding: 20px 0;
  font-size: 14px;
  text-align: center;
}

.height-adjust {
  margin-top: -66px;
  padding-top: 86px;
}

.collapse-title {
  cursor: crosshair;
}

.comment-posted-time-container {
  display: table;
  margin-bottom: 15px;
  width: 100%;
  text-align: left;
}

.comment-posted-time {
  display: table;
  table-layout: fixed;
  width: 100px;
  color: white;
  text-align: left;
}

.comment-posted-time time {
  margin: 0 auto 0 0;
  display: table-cell;
  width: 100px;
  height: 100px;
  background-color: rgb(193,188,189); /* 注)コメント日時の背景色 */
  border-radius: 50%;
  vertical-align: middle;
  text-align: center;
}

.comment-name-and-title {
  display: table-cell;
  width: 100%;
  vertical-align: middle;
  padding-left: 20px;
  text-align: left;
}

.comment-info {
  padding: 20px 20px 15px;
  border-bottom: 1px solid rgb(238,238,238);
  text-align: right;
}

@media screen and (max-width: 768px) {
  .comment-info {
    font-size: 15px;
  }
}

.c_body {
  font-family: 'Helvetica', 'Arial', 'Hiragino Sans', 'ヒラギノ角ゴシック', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', '游ゴシック', 'Yu Gothic', 'メイリオ', 'Meiryo', 'sans-serif'; /* 注)コメント欄フォント */
}

#comment_form {
  margin: -66px auto 0;
  width: 100%;
  max-width: 600px;
  padding: 106px 0 20px;
  vertical-align: middle;
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  #comment_form {
    padding: 86px 15px 20px;
  }
}

#name,
#subject,
#mail,
#url,
#pass {
  margin-bottom:20px;
  width: 100%;
  background: rgb(231,229,229);
  border: 1px solid rgb(208,204,204);
  border-radius: 4px;
  box-shadow: rgba(255,255,255,.4) 0 1px 0, inset rgba(0,0,0,.7) 0 0 0;
  padding:8px;
}

#pass {
  width: 100%;
  max-width: 200px;
}

#name:focus, #subject:focus, #url:focus {
  background-color: white;
}

#comment {
  width: 100%;
  background: transparent;
  border: 1px solid rgb(221,221,221);
  border-radius: 8px;
  padding: .5em;
}

.btn {
  margin-top: 15px;
}

input[type="submit"] {
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
}

#sendbtn,
#delbtn {
  height: 35px;
  border: none;
  border-radius: 4px;
  box-shadow: 2px 2px 3px rgba(0,0,0,0.1);
  color: black;
  cursor: pointer;
  outline: none;
  vertical-align: middle;
  font-size: 14px;
  text-decoration: none;
}

#sendbtn {
  margin-right: 1%;
  width: 49%;
  background-color: rgb(208,204,204);
}

#delbtn {
  margin-left: 1%;
  width: 49%;
  background-color: rgb(208,204,204);
}

#sendbtn:hover,
#delbtn:hover {
  background: rgb(217,161,171);
  color: white;
}

#url:-webkit-autofill,
#pass:-webkit-autofill,
#mail:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px rgb(231,229,229) inset;
}

.collapsingContainer > .contents2:first-child {
  margin-top: 40px;
}

.collapsingContainer > .contents2:last-child {
  padding-bottom: 40px;
}

.tb_dl {
  margin: 20px auto 0;
  background-color: rgb(252,252,248);
  border-radius: 3px;
  box-shadow: inset 0 0 15px rgba(0,0,0,.2);
  padding: 10px;
}

.tb_dt {
  font-weight: bold;
}

.tb_ul {
  padding: 10px 0;
}

.op,
#for-trackback-word {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 600px;
}


/***------------------------------------------
      titlelist, search
------------------------------------------***/

.titlelist-title, .search-title {
  font-size: 14px;
}

.titlelist-and-search-date {
  padding-bottom: 10px;
}


/***------------------------------------------
      pger
------------------------------------------***/

.pager {
  margin: 50px auto 0;
  width: 97%;
  padding-bottom: 110px;
}

.simple-pagination {
  margin: 0;
  overflow: hidden;
  position: relative;
  font-family: 'Marcellus'; /* 注)ページ送りフォント */
}

.simple-pagination ul {
  display: block;
  margin: 0;
  padding: 0;
  position: relative;
  text-align: center;
}

.simple-pagination li {
  display: inline-block;
  list-style: none;
  padding: 2px;
}

.light-theme a,
.light-theme span {
  display: inline-block;
  width: 33px;
  height: 33px;
  background: transparent;
  color: rgb(193,188,189);
  line-height: 33px;
  vertical-align: middle;
  font-size: 12px;
  text-align: center;
}

.light-theme a:hover {
  background-color: rgb(193,188,189);
  color: rgb(50,50,50);
}

.light-theme .prev,
.light-theme .next {
  width: 33px;
  height: 33px;
  color: rgb(193,188,189);
  font-weight: bolder;
}

.light-theme .ellipse {
  color: rgb(193,188,189);
  font-weight: bold;
}

.light-theme .prev {
  margin-right: .5em;
}

.light-theme .next {
  margin-left: .5em;
}

.light-theme .ellipse {
  color: rgb(193,188,189);
  font-weight: bold;
}

.light-theme .current {
  background-color: rgb(193,188,189);
  color: white;
}

.posted-pager,
.posted-pager-bottom {
  display: table;
  table-layout: fixed;
  height: 33px;
  text-align: center;
}

.posted-pager {
  margin: 50px auto 0;
  width: 70%;
  padding-bottom: 110px;
}

.posted-pager-bottom {
  margin: 50px auto 0;
  width: 97%;
  max-width: 700px;
  padding-bottom: 110px;
}

.left-page,
.right-page {
  display: table-cell;
  color: rgb(193,188,189);
  font-size: 12px;
}

.center-home {
  display: table-cell;
  vertical-align: middle;
}

.left-page-bottom,
.right-page-bottom {
  display: table-cell;
  overflow: hidden;
  white-space: nowrap;
  -webkit-text-overflow: ellipsis;
  -moz-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.left-page,
.left-page-bottom {
  vertical-align: middle;
  text-align: left;
}

.center-home a {
  height: 33px;
  color: rgb(193,188,189);
  font-size: 12px;
  text-align: center;
}

.right-page,
.right-page-bottom {
  vertical-align: middle;
  text-align: right;
}

.left-page a,
.right-page a {
  display: inline-block;
  background-color: transparent;
  color: rgb(193,188,189);
  padding-top: 3px;
  text-align: center;
}

.left-page a:hover,
.right-page a:hover {
  color: rgb(50,50,50);
}


/***------------------------------------------
      calendar
------------------------------------------***/

#as-plugin-calender {
  margin: 0 auto 15px;
  padding: 50px 17px 0;
}

.calender-month-style {
  color: rgb(193,188,189);
  vertical-align: middle;
  font-size: 20px;
  font-weight: bolder;
}

.calender {
  table-layout: fixed;
  width: 100%;
  max-width: 280px;
  margin: 0 auto 20px;
  font-size: 12px;
  text-align: center;
}

.calender caption {
  margin-bottom: 10px;
}

#prevMonth {
  margin-right: 2em;
  vertical-align: middle;
}

#nextMonth {
  margin-left: 2em;
  vertical-align: middle;
}

.calender th {
  padding-bottom: 4px;
}

.sun {
  color: rgb(205,125,125);
}

.calender td {
  min-width: 25px;
  padding: .3em;
  vertical-align: middle;
}

.calender td a {
  display: inline-block;
  width: 25px;
  height: 25px;
  background-color: rgb(193,188,189);
  color: rgb(50,50,50);
  line-height: 25px;
  vertical-align: middle;
}

.calender td a:hover {
  background-color: white;
  border: none;
  border-radius: 50%;
  color: rgb(53,86,116);
}

/* site search */
#search-form {
  margin: 0 auto;
  max-width: 100%;
  text-align: center;
}

#search-form input[type="search"] { /* 注)サイト内検索不要の方は項目削除 */
  width: 100%;
  max-width: 300px;
  background: url(https://blog-imgs-80.fc2.com/v/a/n/vanillaice000/search_ffffff_14.png) 10px center rgba(255,255,255,.3) no-repeat;
  border: none;
  border-radius: 4px;
  outline: none;
  padding: .2em;
  -webkit-appearance: none;
}

#search-form input[type="search"]:focus {
  background: white;
  color: black;
}


/***------------------------------------------
      side menu
------------------------------------------***/

#aside-container {
  margin: 0 auto;
  width: 100%;
  max-width: 1500px;
  line-height: 1.8;
  font-size: 12px;
  text-align: center
}

.side-menu ul {
  margin-left: 1.5em;
  list-style-type: disc;
}

.side-menu {
  display: inline-block;
  width: 300px;
  color: white;
  padding: 30px;
  vertical-align: top;
  text-align: left;
}

@media screen and (max-width: 599px) {
  .side-menu {
    padding: 30px 20px;
  }
}

.side-menu h3 {
  margin: 0 auto 20px;
  width: 100%;
  background-color: rgb(193,188,189); /* 注)サイドメニュータイトル背景色 */
  color: rgb(50,50,50);
  padding: .7em .3em;
  text-align: center;
}

.side-menu a {
  color: white;
}

.side-menu a:hover {
  text-decoration: underline;
}

.plugin-myimage {
  margin-bottom: 15px;
  text-align: center !important;
}

.plugin-myimage img {
  width: 150px;
  height: 150px; /* 注)プロフ画像の縦横比が狂う方は150pxをautoに変更 */
  border-radius: 50%; /* 注)プロフ画像の縦横比が狂う方はこの一行削除 */
}


/***------------------------------------------
      official plug-in
------------------------------------------***/

/* profile */
 .plugin-myimage {
  margin-bottom: 10px;
  text-align: center !important;
}

/* mail form */
.side_bar form {
  display: block;
  margin: 0 auto;
  width: 98%;
  max-width: 260px;
}

.side_bar input:not([type="submit"]),
.side_bar textarea,
.side_bar select {
  display: inline-block;
  margin-left: 1%;
  width: 98% !important;
  background-color: white;
  border: 1px solid rgb(51,51,51);
  border-radius: 0;
  outline: none;
  padding: .5em;
}

.side_bar input[type="submit"] {
  margin-left: 1%;
  background-color: rgb(51,51,51);
  border: none;
  color: white;
  padding: .3em;
}

/* search */
.plugin-search {
  margin: 0 auto;
  width: 98%;
}

.plugin-search input {
  margin-bottom: 8px;
}

/* tag */
.plugin-tag a {
  display: inline-block;
  margin: 0 1px 4px 0;
  border: 1px solid rgb(207,207,207); /* 個別記事下tagボーダー色 (approx)Very Light Grey */
  padding: 4px 11px 3px;
}


/***------------------------------------------
      footer
------------------------------------------***/

#pagetop {
  display: none;
  width: 40px;
  height: 40px;
  background: rgba(193,188,189,.4);
  border: 1px solid rgb(193,188,189);
  position: fixed;
  bottom: 190px;
  right: 60px;
  z-index: 9999;
}

#pagemiddle {
  display: none;
  width: 40px;
  height: 40px;
  background: rgba(193,188,189,.4);
  border: 1px solid rgb(193,188,189);
  position: fixed;
  bottom: 140px;
  right: 60px;
  font-size: 11px;
  z-index: 9999;
}

#pagebottom {
  display: none;
  width: 40px;
  height: 40px;
  background: rgba(193,188,189,.4);
  border: 1px solid rgb(193,188,189);
  position: fixed;
  bottom: 90px;
  right: 60px;
  z-index: 9999;
}

#pagetop a,
#pagemiddle a,
#pagebottom a {
  display: inline-block;
  width: 100%;
  height: 100%;
  color: black;
  line-height: 38px;
}

@media screen and (max-width: 768px) {
  #pagetop,
  #pagemiddle,
  #pagebottom {
    right: 10px;
  }
}

.new {
  margin-left: 1em;
  color: red;
  font-size: 11px;
}

.end {
  margin: 0 auto;
  width: 100%;
  background-image: url(https://blog-imgs-82.fc2.com/v/a/n/vanillaice000/dark_embroidery.png);
  border-bottom: 10px solid #000;
  line-height: 1.2;
  padding-bottom: 40px;
  text-align: center;
}

#foot-wrapper {
  background-color: white;
  padding: 15px 2px;
}

.foot, #copyright {
  font-size: 11px;
  text-align: center;
}

#ad1, #ad2 {
  font-size: 11px;
}

@media screen and (max-width: 768px) {
  input[type="text"], 
  input[type="password"], 
  input[type="search"], 
  textarea, 
  select {
    font-size: 16px;
  }
}


/***------------------------------------------
      personal settiongs
------------------------------------------***/

/* for video */
.box-for-video {
  position: relative;
  width: 100%;
}

.box-for-video:before {
  content:"";
  display: block;
  padding-top: 56.25%; /* 注)動画縦横比設定 デフォルト: 縦幅が横に対して56.25% 正方形は100%指定 */
  overflow: hidden;
}

.box-for-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* end */

.shadow-attachment {
  box-shadow: 0 1px 4px rgba(0,0,0,.4);
}

.emoji {
  vertical-align: middle;
}

.blog-title-container-adjust {
  top: 27px;
}

.fixed-header-bg-adjust {
  margin-top: 27px !important;
}