@charset "utf-8";

/**
* Author: Vanillaice (Akira) - http://vanillaice000.blog.fc2.com/
* Website skin name: Room38
* The first edition: 2016.5.2
* 2017.9.22 - SSL化に伴うURL正規化
* Latest update: 2018.1.25 - 画像遅延読み込み導入(デフォルト設定グリッドページのみ), リセットCSSを最小限に, html構造及びCSS装飾修正, その他微調整
*/

/***------------------------------------------
      reset(do NOT change or delete)
------------------------------------------***/

embed,iframe,img,table,textarea{max-width:100%}#fc2_text_ad,pre,table{word-break:break-all}dd,dl,dt,figure,li,ol,p,strong,summary,ul,var{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:0 0}iframe{border:0}img{height:auto;line-height:0;vertical-align:bottom;font-size:0}ol,ul{list-style-type:none}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section{display:block}input:not([type=submit]),select,textarea{border-radius:0;outline:0;-webkit-appearance:none;appearance:none;font-size:inherit}input[type=submit]{border-radius:0;outline:0;-webkit-appearance:button;appearance:button;font-size:inherit}pre{white-space:pre-wrap;font-family:Menlo,consolas,Courier}*{-webkit-box-sizing:border-box;box-sizing:border-box}:focus{outline:0}.fc2_footer{margin:20px 0 0}#fc2_text_ad{margin:20px 0!important;letter-spacing:normal;line-height:1.4;font-size:11px}#fc2_text_ad a{color:#646464}#change_mobile{display:none}
/* clearfix */
.cf:after,.cf:before{content:"";display:table}.cf:after{clear:both}


/***------------------------------------------
      date
------------------------------------------***/

.month01:before{content:"January"}.month02:before{content:"February"}.month03:before{content:"March"}.month04:before{content:"April"}.month05:before{content:"May"}.month06:before{content:"June"}.month07:before{content:"July"}.month08:before{content:"August"}.month09:before{content:"September"}.month10:before{content:"October"}.month11:before{content:"November"}.month12:before{content:"December"}


/***------------------------------------------
      blockquote
------------------------------------------***/

blockquote {
   padding: 5px 10px;
   background: #f0f8ff;
   border: double #999;
　 word-break: break-all;
   margin: 0em;
}


/***------------------------------------------
      link
------------------------------------------***/

a {
  text-decoration: none;
  color: #0044CC;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

a:hover {
  color: #d5bfaa;
}

a:hover {
   text-decoration: none;
}


/***------------------------------------------
      layout
------------------------------------------***/

html {
  margin: 0;
  font-size: 62.5%;
}

/* lazyload */
.lazyloading{opacity:0}.lazyloaded{opacity:1;transition:opacity 1s}

body {
  margin: 0;
  background-color: rgb(232,232,232);
  color: rgb(51,51,51);
  word-wrap: break-word;
  font: 1.6rem/1.9 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, sans-serif, '游ゴシック', 'Yu Gothic';
  -webkit-font-smoothing: antialiased;/* 注)文字が細すぎると感じる方はこの一行削除(Mac Google Chromeのみ) 1/2 */
  -moz-osx-font-smoothing: grayscale;/* 注)文字が細すぎると感じる方はこの一行削除(Mac Firefoxのみ) 2/2 */
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}

#wrapper {
  margin: 0 auto;
  width: 100%;
  min-width: 70%;
  padding: 16px 8px 0 16px;
}

#main-container {
  margin: auto;
  max-width: 1100px;
  padding: 0 0 10px;
}

#primary {
  margin-left: -300px;
  width: 100%;
  float : right;
  -webkit-animation: fadeIn 1s;
  animation: fadeIn 1s;
}

#main {
  margin-left: 308px;
}

#secondary {
  width: 300px;
  float: left;
  line-height: 1.8;
  font-size: 10.2rem;
}

#aside-container {
  background-color: white;
  -webkit-animation: fadeIn 1s;
  animation: fadeIn 1s;
}

.side-menu {
  margin: 0 auto 30px;
  width: 300px;
  line-height: 1.8;
  padding: 0 20px;
  font-size: 1.4rem;
}

@media screen and (max-width: 940px) {
  #wrapper {
    padding: 0;
  }
  #main-container {
    padding: 0 60px 0;
  }
  #primary {
    margin: 0 auto;
    float: none;
  }
  #main {
    margin-left: 0;
    min-height: initial;
  }
  #secondary {
    margin: auto;
    width: 100%;
    background-color: white;
    float: none;
    padding-top: 30px;
  }
  #fit-wrapper {
    display: -webkit-box;/* fallback old Android */
    display: -ms-flexbox;/* fallback ie10 */
    display: -webkit-flex;/* fallback old safari */
    display: flex;
    -ms-flex-wrap: wrap;/* fallback ie10 */
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-around;/* fallback old safari */
    justify-content: space-around;
  }
}
@media screen and (max-width: 670px) {
  .side-menu {
    margin: 0 auto 30px;
    width: 100%;
    max-width: 450px;
    padding: 0 15px;
  }
}
@media screen and (max-width: 720px) {
  #main-container {
    padding: 0 30px 0;
  }
}
@media screen and (max-width: 414px) {
  #main-container {
    padding: 0 0 0;
  }
}

/* do NOT change or delete */
.fit-sidebar-fixed{margin-top:0!important;margin-bottom:0!important;position:fixed}.fit-sidebar-blank{z-index:0;background-color:transparent;visibility:hidden}


/***------------------------------------------
      header
------------------------------------------***/

#header-banner {
  width: 300px;
  background-color: white;
  float: left;
  padding: 16px 16px 16px;
  position: relative;
  text-align: center;
  -webkit-animation: fadeIn 1s;
  animation: fadeIn 1s;
}

@media screen and (max-width: 940px) {
  #header-banner {
    margin: auto;
    width: 100%;
    background-color: transparent;
    padding: 4px 4px 8px;
    float: none;
  }
}

/* 注)ブログタイトルフォント関連 */
#blog-title {
  margin: auto;
  width: 100%;
  background: url(https://blog-imgs-84-origin.fc2.com/v/a/n/vanillaice000/seamlessswirl.png) left top white;/* 注)ブログタイトル背景画像不要の方この一行削除 */
  border: 1px solid rgb(228,228,227);
  padding: 50px 20px;
  position: relative;
  font: 2.2rem/1.4 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, sans-serif, '游ゴシック', 'Yu Gothic';
  -webkit-animation: slideInDown 1.5s;
  animation: slideInDown 1.5s;
}

#blog-title a {
  color: black;
}

#blog-title a:hover {
  color: rgb(149,104,138);/* 注)ブログタイトルホバー時文字色 */
}

/* 注)ブログタイトル下ブログ説明文 */
#site-description {
  max-width: 850px;
  line-height: 1.5;
  padding: 20px 0 20px;
  font-size: 1.3rem;
}

@media screen and (max-width: 940px) {
  #blog-title {
    max-width: 800px;
  }
  #site-description {
    padding: 20px 0;
  }
}


/***------------------------------------------
      breadcrumbs
------------------------------------------***/

#breadcrumbs {
  margin: auto;
  max-width: 850px;
  line-height: 1.5;
  padding: 20px 0 40px;
  font-size: 1.3rem;
}

@media screen and (max-width: 940px) {
  #breadcrumbs {
    padding: 20px 0;
  }
}

#breadcrumbs li {
  display: inline-block;
}

#breadcrumbs .fa-caret-right {
  margin: 0 .5em;
}

/***------------------------------------------
      global navigation
------------------------------------------***/

.mobile-menu {
  display: none;
  text-align: center;
}

.mobile-menu span {
  display: inline-block;
  margin-bottom: 20px;
  background-color: rgb(51,51,51);
  border-radius: 2px;
  color: white;
  padding: .2em .8em .3em;
}

@media screen and (max-width: 940px) {
  .mobile-menu {
    display: block;
  }
  #navigation-ul {
    display: none;
    padding-bottom: 30px;
  }
}

#navigation-ul li {
  padding: 10px 0;
}

#navigation-ul li a {
  color: rgb(51,51,51);
}

#navigation-ul .pc-hide {
  display: none;
}

/* site search */
#site-search form {
  position: relative;
}

#site-search form:before {
  content: "\f002";
  display: inline-block;
  margin: auto;
  width: auto;
  height: 100%;
  line-height: 36px;
  position: absolute;
  top: 0;
  right: 3px;
  bottom: 0;
  font-family: 'FontAwesome';
}

#site-search-input {
  width: 100%;
  background-color: rgb(248,248,247);
  border: none;
  padding: 10px 13px 10px 10px;
  -webkit-appearance: none;
}

#site-search-input::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

#site-search-input::-webkit-input-placeholder {
  color: rgb(204,200,201);
  font-family: 'Arsenal', serif;
  font-size: 12px;
  font-style: italic;
}

#site-search-input::-moz-placeholder {
  color: rgb(204,200,201);
  font-family: 'Arsenal', serif;
  font-size: 12px;
  font-style: italic;
}

.new {
  margin-left: .3em;
  color: red;
  font-family: 'Arsenal', sans-serif;
  font-size: 1.1rem;
}

/***------------------------------------------
      top page(grid)
------------------------------------------***/

#grid-container {
  display: -webkit-box;/* fallback old Android */
  display: -ms-flexbox;/* fallback ie10 */
  display: -webkit-flex;/* fallback old safari */
  display: flex;
  -ms-flex-wrap: wrap;/* fallback ie10 */
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.element-item {
  width: calc(100% / 3);
  overflow: hidden;
  padding: 0 8px 16px;
}

*::-ms-backdrop, .element-item {
  width: 33.33%;
}

.inner-wrapper {
  height: 100%;
  background-color: white;
  overflow: hidden;
  padding: 16px 16px 0;
  position: relative;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.inner-wrapper:hover {
  box-shadow:0 8px 15px 0 rgba(0,0,0,.1);
}

.inner-image-parent {
  position: relative;
  background-color: rgb(247,248,249);
}

.inner-image-parent:before {
  content: "";
  display: block;
  padding-top: 100%;
}

.inner-image-parent img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  position: absolute;
  top: 0;
  left: 0;
  font-family: 'object-fit: cover; object-position: center center;';
}

.no-image-text {
  margin: auto;
  width: 100%;
  height: 1.5em;
  color: rgb(204,200,201);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  font: 2rem/1.5em 'Playfair Display', serif;
  text-align: center;
}

/* grid content */
.element-context {
  padding: 16px 0 50px;
}

.element-title {
  margin: 0 auto 10px;
  font: normal 1.6rem/1.4 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, sans-serif, '游ゴシック', 'Yu Gothic';
}

.element-title a {
  color: rgb(51,51,51);
}

.element-title a:hover {
  color: rgb(149,104,138);
}

.element-category,
.element-datetime {
  display: block;
  font-size: 1.2rem;
}

.element-comment {
  margin: auto;
  border-top: 1px solid rgb(244,239,243);
  padding: 8px 0;
  position: absolute;
  right: 16px;
  bottom: 0;
  left: 16px;
  font-size: 1.2rem;
}

@media screen and (max-width: 1180px) {
  .element-item {
    width: 50%;
  }
}
@media screen and (max-width: 940px) {
  .element-item {
    width: calc(100% / 3);
    padding: 0 4px 8px;
  }
  *::-ms-backdrop, .element-item {
    width: 33.33%;
  }
}
@media screen and (max-width: 840px) {
  .element-item {
    width: 50%;
  }
}
@media screen and (max-width: 560px) {
  #grid-container {
    display: block;
  }
  .element-item {
    width: 100%;
  }
  .inner-wrapper {
    display: -webkit-box;/* fallback old Android */
    display: -ms-flexbox;/* fallback ie10 */
    display: -webkit-flex;/* fallback old safari */
    display: flex;
    -ms-flex-wrap: wrap;/* fallback ie10 */
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: flex-start;
    width: 100%;
    line-height: 1.5;
    padding: 10px;
  }
  .inner-image-parent {
    width: 90px;
    height: 90px;
  }
  .inner-image-parent:before {
    display: none;
  }
  .imgLiquidFill {
    position: static;
  }
  .no-image-text {
    font-size: 11px;
  }
  .element-context {
    -webkit-flex: 1;
    flex: 1;
    overflow: hidden;
    padding: 0 0 0 20px;
  }
  .element-title {
    margin-bottom: 5px;
    font-size: 13px;
  }
  .element-category {
    margin-bottom: 5px;
  }
  .element-datetime {
    text-align: right;
  }
  .element-comment {
    border: 0;
    padding: 0 0 0 1em;
    position: static;
    text-align: right;
  }
}


/***------------------------------------------
      individual article
------------------------------------------***/

.main-body {
  margin: 0 8px 16px;
  background-color: white;
  overflow: hidden;
  padding: 16px 60px;
  position: relative;
}

@media screen and (max-width: 1280px) {
  .main-body {
    padding: 16px 40px;
  }
}
@media screen and (max-width: 1160px) {
  .main-body {
    padding: 16px 20px;
  }
}
@media screen and (max-width: 940px) {
  .main-body {
    margin: 0 auto 16px;
  }
}

#entry-header {
  padding: 30px 0 10px;
  font-size: 1.2rem;
  text-align: center;
}

@media screen and (max-width: 940px) {
  #entry-header {
    padding: 10px 0;
  }
}

#entry-title {
  margin: auto;
  padding: 10px 0;
  font: bolder 1.8rem/1.4 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, sans-serif, '游ゴシック', 'Yu Gothic';
}

#entry-datetime {
  display: inline-block;
  padding-right: 10px;
}

#entry-cm-and-tb-ul {
  display: inline-block;
  padding-left: 10px;
  position: relative;
}

#entry-cm-and-tb-ul:before {
  content: "|";
  position: absolute;
  left: 0;
  top: -.1em;
}

#entry-cm-and-tb-ul li {
  display: inline-block;
  padding: 0 .5em;
}

#inner-contents,
.contents {
  padding: 20px 0;
}

/* back to default */
#inner-contents ul:not(.relate_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;
}

/* tag on article */
#entry-tags {
  margin-top: 20px;
  font-size: 1.2rem;
}

#entry-tags a {
  display: inline-block;
  margin: 0 3px 3px;
  border: 1px solid rgb(149,104,138);
  padding: .1em .5em;
}

#entry-tags a:hover {
  background-color: rgb(149,104,138);
  color: white;
  text-decoration: none;
}

/***------------------------------------------
      related post, trackback list
------------------------------------------***/

/* with thumbnail */
#fc2relate_entry_thumbnail_area {
  margin: 80px auto 0;
  border: 1px solid rgb(230,230,230);
  padding: 0;
  position: relative;
  z-index: 1;
}

#fc2relate_entry_thumbnail_area .relate_dt {
  display: none;
}

#fc2relate_entry_thumbnail_area .relate_dd {
  overflow: hidden;
}

#fc2relate_entry_thumbnail_area:before {
  content: "You may also like"; /* 注)関連記事 タイトル変更はここです */
  display: block;
  margin: auto;
  width: 100%;
  padding-top: 20px;
  position: absolute;
  top: -50px;
  z-index: 3;
  font: 1.6rem/1.4 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, sans-serif, '游ゴシック', 'Yu Gothic';
  text-align: center;
}

#fc2relate_entry_thumbnail_area .relate_dd .relate_ul {
  overflow: hidden;
  padding: 6px 10px;
}

#fc2relate_entry_thumbnail_area .relate_dd .relate_ul li {
  width: 50%;
  height: 88px;
  float: left;
}

@media screen and (max-width: 640px) {
  #fc2relate_entry_thumbnail_area .relate_dd {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  #fc2relate_entry_thumbnail_area .relate_dd .relate_ul {
    width: 1470px;
    overflow: auto;
  }
  #fc2relate_entry_thumbnail_area .relate_dd .relate_ul li {
    width: 290px;
  }
}

@media screen and (max-width: 320px) {
  #fc2relate_entry_thumbnail_area .relate_dd .relate_ul li {
    width: 260px;
  }
}

#fc2relate_entry_thumbnail_area .relate_entry_title {
  padding-right: 1em;
  word-break: break-all;
  font-size: 12px;
}

#fc2relate_entry_thumbnail_area .relate_dd .relate_ul .relate_entry_thumbnail .relate_entry_thumbnail_noimg {
  border-radius: 3px;
  position: relative;
  z-index: 1;
}

#fc2relate_entry_thumbnail_area .relate_dd .relate_ul .relate_entry_thumbnail_noimg[src="https://static.fc2.com/image/sh_design/no_image/no_image_144x144.png"] {
  visibility: hidden;
}

.related-overlay {
  position: relative;
}

.related-overlay:before {
  content: "No image";
  width: 80px;
  height: 80px;
  background: url(https://blog-imgs-84-origin.fc2.com/v/a/n/vanillaice000/seamlessswirl.png) center center /cover no-repeat rgb(247,248,249); /* 注)No image 関連記事サムネイル背景色 */
  border-radius: 3px;
  color: rgb(204,200,201);
  overflow: hidden;
  position: absolute;
  z-index: 2;
  font: 12px/80px 'Playfair Display', serif;
  text-align: center;
}

#fc2relate_entry_thumbnail_area .relate_entry_thumbnail {
  border-radius: 3px;
  width: 80px;
  height: 80px;
  overflow: hidden;
}

#fc2relate_entry_thumbnail_area .relate_dd .relate_ul .relate_entry_thumbnail img  {
  width: 80px !important;
  height: 80px !important;
  border-radius: 3px;
}

@media screen and (max-width: 479px) {
  #fc2relate_entry_thumbnail_area .relate_entry_thumbnail {
    width: 80px !important;
    height: 80px !important;
  }
  #fc2relate_entry_thumbnail_area .relate_dd .relate_ul .relate_entry_thumbnail img {
    width: 80px !important;
    height: 80px !important;
  }
}

/* without thumbnail */
.relate_dl,
.tb_dl {
  margin-top: 30px;
  border: 1px solid rgb(243,244,248);
  border-radius: 2px;
  letter-spacing: normal;
  padding: 10px;
}

.relate_dt,
.tb_dt {
  padding: 3px;
  font-weight: bold;
}

.date {
  padding-top: 10px;
}

.relate_ul {
  margin-left: 1.5em;
  padding: 10px 0;
  list-style: square;
}

.tb_ul {
  margin: 0;
  padding: 10px 0;
}

.relate_dl a,
.tb_dl a {
  color: rgb(165,164,179)
}

.relate_dl a:hover,
.tb_dl a:hover {
  text-decoration: underline;
}


/***------------------------------------------
      posted comment
------------------------------------------***/

/* Index, Comment などタイトル */
.another-title {
  margin: 0 auto;
  font: 1.6rem/1.4 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, sans-serif, '游ゴシック', 'Yu Gothic';
  text-align: center;
}

.border-container {
  padding-left: 80px;
  min-height: 100px;
}

.arrow-box {
  background-color: rgb(243,244,248);
  border-radius: 3px;
  color: rgb(51,51,51);
  line-height: 1.7;
  padding: 10px 15px;
  position: relative;
}

.arrow-box:before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  background-color: rgb(243,244,248);
  position: absolute;
  top: 20px;
  left: -8px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.arrow-box:after {
  content: "\f007";
  display: inline-block;
  width: 60px;
  height: 60px;
  background-color: rgb(207,207,207); /* 注)訪問者アイコン背景色 */
  border-radius: 50%;
  color: white;
  line-height: 60px;
  position: absolute;
  top: 0;
  left: -80px;
  font-family: 'FontAwesome';
  font-size: 18px;
  text-align: center;
}

.comment-header {
  padding-bottom: 10px;
  font-weight: bolder;
}

.visitor-name a {
  margin-left: .5em;
}

.comment-body {
  padding-bottom: 10px;
}

.comment-info {
  text-align: right;
}


/***------------------------------------------
      comment form
------------------------------------------***/

#left-half {
  display: inline-block;
  margin-right: 1%;
  width: 49%;
}

#right-half {
  display: inline-block;
  margin-left: 1%;
  width: 49%;
}

#comment_form input {
  margin-bottom: 15px;
  width: 100%;
  background-color: rgb(243,244,248);/* 注)コメントフォーム背景色*/
  border: 1px solid rgb(243,244,248);/* 注)コメントフォームボーダー色 */
  padding: 12px;
}

#comment_form #password {
  width: 50%;
}

#comment_form input:focus,
#comment:focus {
  background-color: white;
  border: 1px solid rgb(51,51,51);
}

#comment {
  margin: 0;
  margin-bottom: 15px;
  width: 100%;
  min-height: 200px;
  background-color: rgb(243,244,248);/* 注)コメントフォーム本文背景色 */
  border: 1px solid rgb(243,244,248);/* 注)コメントフォーム本文ボーダー色 */
  line-height: 1.5;
  padding: 12px;
}

#comment_form input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px rgb(243,244,248) inset;
}

#comment_form input::-webkit-input-placeholder,
#comment_form textarea::-webkit-input-placeholder {
 font-family: 'Arsenal', sans-serif;
}

#comment_form input::-moz-placeholder,
#comment_form textarea::-moz-placeholder {
 font-family: 'Arsenal', sans-serif;
}

/* checkbox */
#no-p input:focus {
  outline: none;
}

#no-p input[type=checkbox] {
  display: inline-block;
  margin-right: 6px;
}
#no-p input[type=checkbox] + label {
  display: inline-block;
  margin-right: 12px;
  cursor: pointer;
  line-height: 1.5px;
  position: relative;
  left: 0;
}
 
@media (min-width: 1px) {
  #no-p input[type=checkbox] {
    display: none;
    margin: 0;
  }

  #no-p input[type=checkbox] + label {
    padding: 2px 0 0 24px;
  }

  #no-p input[type=checkbox] + label:before {
    content: "";
    display: block;
    margin-top: -10px;
    width: 18px;
    height: 18px;
    background-color: white;
    position: absolute;
    top: 50%;
    left: 0;
  }

  #no-p input[type=checkbox] + label:before {
    border: 1px solid rgb(220,220,220);/* 注)secretコメントチェックボックスボーダー色 */
  }

  #no-p input[type=checkbox]:checked + label:after {
    content: "";
    position: absolute;
    top: 50%;
    display: block;
  }

  #no-p input[type=radio]:checked + label:after {
    margin-top: -4px;
    width: 8px;
    height: 8px;
    background: rgb(51,51,51);/* 注)secretコメントチェックマーク色 (1/3) */
    border-radius: 8px;
    top: 2px;
    left: 5px;
  }

  #no-p input[type=checkbox]:checked + label:after {
    margin-top: -8px;
    width: 16px;
    height: 8px;
    border-bottom: 3px solid rgb(51,51,51);/* 注)secretコメントチェックマーク色 (2/3) */
    border-left: 3px solid rgb(51,51,51);/* 注)secretコメントチェックマーク色 (3/3) */
    left: 3px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
}

/* send and delete button */
#sendbtn,
#delbtn {
  margin-top: 20px;
  width: 49%;
  max-width: 156px;
  height: 36px;
  background-color: rgb(51,51,51);/* 注)コメントsend, deleteボタン背景色 */
  border: none;
  color: white;/* 注)send, deleteボタンテキスト色 */
  cursor: pointer;
  font-family: 'Arsenal', serif;
  font-size: 1.4rem;/* 注)send, deleteボタンフォント大きさ */
  text-align: center;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

#sendbtn:hover,
#delbtn:hover {
  background-color: rgb(149,104,138);/* 注)コメントsend, deleteボタンボバー時背景色 */
}

#sendbtn {
  margin-right: 1%;
}

#delbtn {
  margin-left: 1%;
}

.comment-info {
  text-align: right;
}


/***------------------------------------------
      trackback
------------------------------------------***/

.op,
#for-trackback-word {
  display: block;
  width: 100%;
  max-width: 600px;
}

.op {
  margin: 30px auto 10px;
  border: 1px solid rgb(220,220,220);/* 注)トラックバックボーダー色 */
  border-radius: 0;
  padding: .5em;
  outline: none;
  font-size: 1.3rem;/* 注)トラックバックフォント大きさ */
}

#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: 1.5rem;/* 注)全記事リスト記事タイトルフォント大きさ */
}

.list-title a {
  text-decoration: none;
}

.list-entry {
  padding: 5px 0;
}

.list-entry-date,
.list-entry-category {
  font-size: 1.2rem;/* 注)全記事リストカテゴリフォント大きさ */
  text-align: right;
}

/* only for search page */
.list-a {
  margin-bottom: 5px;
  margin-left: 10px;
  width: 72px;
  height: 72px;
  color: rgb(204,200,201);
  float: right;
}

.thumbnails {
  display: inline-block;
  width: 72px;
  height: 72px;
  overflow: hidden;
  position: relative;
}

.search-noimage {
  width: 100%;
  height: 100%;
  background: url(https://blog-imgs-84-origin.fc2.com/v/a/n/vanillaice000/seamlessswirl.png) center center /cover no-repeat rgb(247,248,249); /* 注)No image画像 検索結果 */
  font: 11px/72px 'Playfair Display', serif;/* 注)検索結果ページNo imageフォント指定 */
  text-align: center;
}

/* only for search */
.hit-number {
  display: none;
  color: rgb(200,200,200);
  line-height: 1.1;
  padding: 20px 0;
  text-align: center;
  font-size: 80px;
}

.hit0 span {
  color: rgb(200,200,200);
  font-size: 15px;
}

.hit0 {
  display: block;
}


/***------------------------------------------
      side menu(secondary)
------------------------------------------***/

/* for only smartphone */
.mobile-toggle {
  display: none;
  width: 58px;
  height: 45px;
  padding: 12px 15px 0;
  position: fixed;
  right: 0;
  top: 8px;
  z-index: 10000010;
  font-size: 20px;
}

.mobile-toggle span {
  display: block;
  margin-bottom: 5px;
  width: 28px;
  height: 3px;
  background: rgb(149,104,138);/* 注)ドロワーハンバーガーボタンの色(スマホのみ) */
  border-radius: 1000px;
}

.side-menu h4 {
  margin: 0 auto 20px;
  border-bottom: 1px solid rgb(204,200,201);/* 注)サイドメニュープラグインタイトル背景色 */
  padding: .4em .8em;
  position: relative;
  font: 1.4rem/1.4 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, sans-serif, '游ゴシック', 'Yu Gothic';
}

.side-menu a:hover {
  color: rgb(51,51,51);
}

.side-menu ul {
  margin-left: 1.5em;
  list-style-type: disc;
}

/* only smartphone */
#sidenav {
  margin: auto;
  width: 100%;
  background-color: rgb(245,245,245);/* 注)スマホドロワーメニュー背景色 */
  font-size: 14px;
}

#sidenav #aside-container {
  height: 100%;
  overflow: auto;
  padding: 40px 0 100px;
  position: relative;
  -webkit-overflow-scrolling: touch;
}


/***------------------------------------------
      official plug-in
------------------------------------------***/

/* calendar */
.calender {
  margin: 0 auto;
  width: 260px;
  border-spacing: 3px 6px;
  table-layout: fixed;
  font-size: 12px;
  text-align: center;
}

.calender caption {
  margin-bottom: 10px;
  width: 100%;
}

.calender caption a {
  display: inline-block;
  width: 20%;
}

#sun {
  color: rgb(189,30,30);
}

#sat {
  color: rgb(49,70,187);
}

.calender td {
  height: 30px;
  line-height: 30px;
  padding: 0;
}

.calender td a {
  display: block;
  margin: 0 auto;
  width: 30px;
  height: 30px;
  border: 1px solid rgba(45,48,62,.2);/* 注)カレンダーリンクボーダー色 */
  border-radius: 50%;
  color: rgb(51,51,51);
  line-height: 28px;
}

.calender td a:hover {
  background: rgb(149,104,138);/* 注)カレンダーリンクホバー時背景色 */
  border-color: rgb(149,104,138);
  color: white;
}

/* mail form */
.sidebar-style form {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 260px;
}

.sidebar-style input:not([type="submit"]),
.sidebar-style textarea,
.sidebar-style select {
  display: inline-block;
  width: 100% !important;
  background-color: white;
  border: 1px solid rgb(207,207,207);
  border-radius: 2px;
  outline: none;
  padding: .5em;
}

.sidebar-style input[type="submit"] {
  background-color: rgb(149,104,138);
  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: 0 2px 4px 0;
  border: 1px solid rgb(220,220,220);/* 公式タグボーダー色 */
  padding: .2em .5em;
}

.plugin-tag a:hover {
  background-color: rgb(149,104,138);
  border: 1px solid rgb(149,104,138);
  color: white;
}


/***------------------------------------------
      pager
------------------------------------------***/

/* general */
.simple-pagination {
  margin: 20px auto 20px;
  width: 100%;
  padding: 0 8px;
  font-family: 'Times New Roman', serif;
  font-size: 11px;
  text-align: center;
}

@media screen and (max-width: 940px) {
  .simple-pagination {
    margin: 20px auto 20px;
    width: 100%;
    padding: 0 15px;
  }
}

.simple-pagination li {
  display: inline-block;
  margin: 0 5px 3px 0;
  box-shadow: 1px 0 0 0 rgb(229,229,229),
              0 1px 0 0 rgb(229,229,229),
              1px 1px 0 0 rgb(229,229,229),
              1px 0 0 0 rgb(229,229,229) inset,
              0 1px 0 0 rgb(229,229,229) inset;
}

.light-theme a,
.light-theme span {
  display: block;
  width: 32px;
  height: 32px;
  background: transparent;
  color: rgb(51,51,51);
  line-height: 32px;
  vertical-align: middle;
  text-align: center;
}

.light-theme a:hover {
  background-color: rgb(149,104,138);/* 注)汎用ページ送りマウスホバー時背景色 */
  color: white;
  opacity: 1;
}

.prev,
.next {
  border: none !important;
  font-weight: bolder;
}

.light-theme .current {
  background-color: rgb(220,220,220);/* 注)汎用ページ送り現在ページ背景色 */
  color: rgb(51,51,51);
}

.light-theme .ellipse {
  font-weight: bold;
  color: rgb(51,51,51);
}

.light-theme .prev,
.light-theme .next {
  background-color: rgb(149,104,138);/* 注)汎用ページ送りprev/ next背景色 */
  box-shadow: none;
  color: white;
}

/* article, titlelist */
.posted-pager,
.titlelist-pager {
  display: -webkit-box;/* fallback old Android */
  display: -ms-flexbox;/* fallback ie10 */
  display: -webkit-flex;/* fallback old safari */
  display: flex;
  margin: auto;
  padding: 16px 8px;
  font-size: 12px;/* 注)個別記事ページ送りフォント大きさ */
}

@media screen and (max-width: 940px) {
  .posted-pager,
  .titlelist-pager {
    margin: 0 auto 16px;
    width: 100%;
    padding: 0;
  }
}

.prev-entry,
.next-entry {
  width: 50%;
  background-color: white;
}

.next-entry {
  text-align: right;
}

.prev-a,
.next-a {
  display: block;
  width: 100%;
  height: 100%;
  color: rgb(149,104,138);
  padding: 10px 0;
}

.prev-a .preventry-text,
.next-a .nextentry-text {
  color: rgb(51,51,51);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.preventry-text,
.nextentry-text,
.t-preventry-text,
.t-nextentry-text {
  padding: 0 10px;
  text-transform: uppercase;
}

.preventry-text .fa,
.t-preventry-text .fa {
  margin-right: 1em;
}

.nextentry-text .fa,
.t-nextentry-text .fa {
  margin-left: 1em;
}

.preventry-title,
.nextentry-title,
.t-preventry-text,
.t-nextentry-text {
  padding: 0 10px;
}

.preventry-title,
.t-preventry-text {
  box-shadow: 1px 0 0 0 rgb(220,220,220);
}

.nextentry-title,
.t-nextentry-text {
  box-shadow: 1px 0 0 0 rgb(220,220,220) inset;
}

.prev-a:hover,
.next-a:hover {
  background-color: rgb(149,104,138);/* 注)個別記事ページ送りホバー時背景色 */
  color: white;
}

.prev-a:hover .preventry-text,
.next-a:hover .nextentry-text {
  color: white;/* 注)個別記事ページ送りホバー時テキスト色 */
}

/* side pagination */
.side-pager-left,
.side-pager-right {
  width: 180px;
  height: 80px;
  opacity: 0;
  position: fixed;
  z-index: 100004;
  top: 40%;
  font-size: 12px; /* 注)サイドページ送りフォント大きさ */
  -webkit-transition: opacity .7s ease;
  transition: opacity .7s ease;
  
}

.side-pager-left {
  left: -157px;
}

.side-pager-right {
  right: -157px;
}

.page-div-right,
.page-div-left {
  display: block;
  margin: 0;
  width: 180px;
  height: 80px;
}

.side-pager-right a,
.side-pager-left a {
  display: block;
  width: 100%;
  height: 100%;
  color: rgb(51,51,51);
  word-break: break-all;
  -webkit-transition: none;
  transition: none;
}

.page-table {
  display: table;
  width: 100%;
  height: 100%;
}

.circle-cell {
  display: table-cell;
  width: 80px;
  height: 80px;
  vertical-align: top;
}

.circle {
  display: block;
  width: 80px;
  height: 80px;
  background-color: rgba(220,220,220,.7);/* 注)個別記事ページサイドページ送りnext, prev背景色 */
  border-radius: 50%;
  line-height: 80px;
  text-align: center;
}

.title-cell {
  display: table-cell;
  width: 100%;
  background-color: white;
  padding: 0 10px;
  vertical-align: middle;
}

.title-cell span {
  display: block;
  width: 100%;
  max-height: 80px;
  line-height: 1.4;
  overflow: hidden;
}

.appear {
  opacity: 1;
}


/***------------------------------------------
      footer
------------------------------------------***/

#footer {
  margin: auto;
  width: 100%;
  max-width: 1080px;
  line-height: 1.4;
  overflow: hidden;
  padding: 15px 0;
}

@media screen and (max-width: 940px) {
  #footer {
    padding: 15px 60px;
  }
}
@media screen and (max-width: 720px) {
  #footer {
    padding: 15px 30px;
  }
}
@media screen and (max-width: 414px) {
  #footer {
    padding: 15px;
  }
}

.foot,
#copyright {
  display: block;
  font-size: 1.2rem;
}

#designer {
  color: rgb(186,164,157);
}

#ad1,
#ad2 {
  font-size: 11px;
  text-align: left;
}


/***------------------------------------------
      personal settings
------------------------------------------***/

/* headline */
.freehand {
  border: 3px solid rgb(230,230,230);
  border-radius: 3em .7em 2em .7em/.7em 2em .7em 3em;
  padding: .5em;
}

.dogear {
  background-color: rgb(240,240,240);
  color: rgb(51,51,51);
  position: relative;
  padding: .5em;
}

.dogear:after {
  content: "";
  width: 0;
  border-width: 0 16px 16px 0;
  border-style: solid;
  border-color: white white rgb(221,221,221) rgb(221,221,221);/* white is the same color of the article background */
  box-shadow: -1px 1px 2px rgba(0,0,0,.1);
  position: absolute;
  top: 0;
  right: 0;
}

/* highlight */
mark {
  background: linear-gradient(transparent 60%, yellow 60%);
  font-weight: bold;
}

/* for video */
.box-for-video {
  position: relative;
  width: 100%;
}

.box-for-video:before {
  content:"";
  display: block;
  padding-top: 56.25%;/* 注)動画縦横比設定 デフォルト: 縦幅が横に対して56.25% 正方形は100%指定 */
  overflow: hidden;
}

.box-for-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* emoji */
.emoji {
  vertical-align: middle;
}

/* shadow for image */
.shadow-attachment {
  box-shadow: 6px 6px 6px rgba(0,0,0,.2);/* 注)記事内画像に自動ドロップシャドウ 不要な方は削除 */
}

/* for image */
.zoom-in {
  position: relative;
  display: inline-block;
  z-index: 1;
}

.zoom-in:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  background: rgba(0,0,0,.6);
  opacity: 0;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out; 
}

.zoom-in:after {
  content: "\f065";
  font-family: 'FontAwesome';
  text-align: center;
  font-size: 20px;
  color: white;
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  margin-top: -17px;
  z-index: 3;
  opacity: 0;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.zoom-in:hover:before, .zoom-in:hover:after {
  opacity: 1;
}

.zoom-in-round {
  position: relative;
  display: inline-block;
  z-index: 1;
}

.zoom-in-round:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  background: rgba(0,0,0,.6);
  border-radius: 50%;
  opacity: 0;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out; 
}

.zoom-in-round:after {
  content: "\f065";
  font-family: 'FontAwesome';
  text-align: center;
  font-size: 20px;
  color: white;
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  margin-top: -17px;
  z-index: 3;
  opacity: 0;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.zoom-in-round:hover:before, .zoom-in-round:hover:after {
  opacity: 1;
}

/* ===============消しちゃダメ============== */
/* テンプレ基本コピペ
/* ======================================== */

/* 見出し */
h3 {
color: #fff;
font-size:20px;

border-bottom:1px #FF69B49;
padding:5px 0px 5px 16px;
background: #228FC9;
}

h4  {
  padding: .25em 0 .5em .75em;
  border-left: 6px solid #7db4e6;
  border-bottom: 1px solid #ccc;
}

h5 {
color: #fff;
font-size:18px;

border-bottom:1px #FF69B49;
padding:5px 0px 5px 16px;
background: #228FC9;
}


h11 {
    color: #fff;
    font-size:20px;
    background:#FF69B49;  
    
    padding:10px 2px 10px 5px;
 
}  

/* 画像に動き */
a img{
  opacity: 5;
  transition: 0.1s;
}
a:hover img{
  opacity: .5;
}


/* ウインドウサイズに合わせて画像 */
img {
    max-width: 100%;
    height: auto;
}



/* 矢印アイコン */
.arrow2 {
    position: relative;
    display: inline-block;
    padding-left: 20px;

}
.arrow2::before {
    content: '';
    width: 14px;
    height: 14px;
    background: #ff69b4;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -9px;
}
.arrow2::after {
    content: '';
    width: 0;
    height: 0;
    border: solid 3px transparent;
    border-left: solid 5px #ffffff;
    position: absolute;
    top: 50%;
    left: 5px;
    margin-top: -5px;
}


div.entry_image {
width: 72px;
float: left;
margin: 5px 10px 0 0;
display:table-cell;;
}

/* ▼ スマホグラつき ▼ */
#wrap { overflow : hidden ; }%;
}


/* ▼ メディアクエリ ▼ */
/* デフォルト：1024px以上用（PC用）の記述 */
@media screen and (max-width: 1023px) {
/* 1023px以下用（タブレット用）の記述 */
}
@media screen and (max-width: 767px) {
/* 767px以下用（タブレット／スマートフォン用）の記述 */
}
@media screen and (max-width: 479px) {
/* 479px以下用（スマートフォン用）の記述 */
}
/* ▼ top戻る ▼ */
.page-back {
 position: fixed;
 bottom: 50px;
 right: 50px;
}

/* ▼ youtube中央 ▼ */
object {
  display: block;
  text-align: center;
  margin: 20px auto;
  border: 2px solid #aaa;
}

/* ▼ はみ出し ▼ */
div{
word-break:break-all;
}


/* amazlet start */
.amazlet-link a{
content: url( 'https://blog-imgs-95.fc2.com/m/u/s/musiatui/amabo.png' );
}

/* Adsense */
.side_by_side {
width: 632px;
margin-bottom: 20px;
}
.side_left,
.side_right{
margin-left: 16px;
display: inline;
float: left;
}

.clear {
clear: both;
}

.side_p {
text-align:left;
margin-left: 15px;
}

/***------------------------------------------
      waku 
------------------------------------------***/
.box29 {
    position: relative;
    margin: 2em 0.2em 0.5em 0.2em;
    padding: 0.5em 0.5em;
    background: #ffffff;
    border: solid 1px #666666;
}
.box29 .box-title {
    position: absolute;
    display: inline-block;
    top: -26px;
    left: -1px;
    padding: 0 9px;
    height: 25px;
    line-height: 25px;
    vertical-align: middle;
    font-size: 14px;
    background: #2E2F2E;
    color: #ffffff;
    font-weight: bold;
}
.box29 div {
    margin: 0;
    padding: 0;
}

.box27 {
    position: relative;
    margin-top: 1em;
    padding: 0.5em 1em;
    background: #FAFAF9;
    border: solid 1px #666666;
}
.box27 .box-title {
    position: absolute;
    display: inline-block;
    top: -26px;
    left: -1px;
    padding: 0 9px;
    height: 25px;
    line-height: 25px;
    vertical-align: middle;
    font-size: 14px;
    background: #666666;
    color: #ffffff;
    font-weight: bold;
}
.box27 p {
    margin: 0; 
    padding: 0;
}

.box28 {
    position: relative;
    margin: 2em 0.2em 0.5em 0.2em;
    padding: 0.5em 0.5em;
    border: solid 1px #0DA248;
}
.box28 .box-title {
    position: absolute;
    display: inline-block;
    top: -26px;
    left: -1px;
    padding: 0 9px;
    height: 25px;
    line-height: 25px;
    vertical-align: middle;
    font-size: 16px;
    background: #0DA248;
    color: #ffffff;
    font-weight: bold;
}
.box28 div {
    margin: 0;
    padding: 0;
}

.box1 {
    padding: 0.5em 1em;
    margin: 0em 0;
    font-weight: normal;
    border: solid 1px #666666;
}
.box1 p {
    margin: 0; 
    padding: 0;
}

.box2 {
    padding: 0.5em 1em;
    margin: 0em 0;
    font-weight: normal;
    border: solid 0.1px #666666;
    background: #FAFAF9;/*背景色*/
}
.box2 p {
    margin: 0; 
    padding: 0;
}

.box20 {
    padding: 0.5em 1em;
    margin: 0em 0;
    font-weight: normal;
    border: solid 0.1px #666666;
    background: #F4F4F4;/*背景色*/
}
.box20 p {
    margin: 0; 
    padding: 0;
}

.box3 {
    padding: 0.5em 1em;
    margin: 0em 0;
    font-weight: normal;
    border: solid 1px #D5D3CE;
    background: #ffffff;/*背景色*/
}
.box3 p {
    margin: 0; 
    padding: 0;
}

.box4 {
    padding: 0.5em 1em;
    margin: 0em 0;
    font-weight: normal;
    border: solid 1px #D5D3CE;
    background: #FAFAF9;/*背景色*/
}
.box4 p {
    margin: 0; 
    padding: 0;
}

/***------------------------------------------
      moji saize
------------------------------------------***/
.mozi1{font-size:13px}
.mozi2{font-size:14px}
.mozi3{font-size:15px}
.mozi4{font-size:8px}
.mozi5{font-size:1.2em}

.under {
  background: linear-gradient(transparent 80%, #008EC5 80%);
  }

/***------------------------------------------
      danraku 
------------------------------------------***/

h2, h3, h4, h5, h6 {
     margin-top: 0; margin-bottom: 0 
}

/* Adsense */
.secondary {
width: 300px;
margin-bottom: 20px;
}
.side_left,
.side_right{
margin-left: 16px;
display: inline;
float: left;
}


/***------------------------------------------
kaereba
------------------------------------------***/
/* ===============消しちゃダメ============== */
/* kaereba/yomereba Customize Settings 1.0.0 ver */
/* Created by Cazuki Hoshina */
/* Copyright (c) @cazuki All rights Reserved. */
/* ======================================== */

.kaerebalink-box, .booklink-box {
  width: 100%;
  margin: 0 0 0rem;
  padding: 1rem;
  background: #ffffff;
  border:none;
  border-color: #eaeaea #dddddd #d0d0d0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  box-sizing: border-box;
  /zoom:1;
}
.kaerebalink-box:after, .booklink-box:after {
  content:"";
  display:block;
  visibility:hidden;
  height:0;
  clear:both;
}
.kaerebalink-image, .booklink-image {
  float:left;
  width:128px;
  margin:0;
  text-align:center;
}
.kaerebakink-image img, .booklink-image img { width:128px; height:auto; }
.kaerebalink-info, .booklink-info { margin: 0 0 0 140px; line-height: 1.6rem; }
.kaerebalink-name, .booklink-name {
  font-size: 1.4rem;
  font-weight: bold;
  margin: 0;
}
.kaerebalink-name a, .booklink-name a { color: #2b2b2b; }
.kaerebalink-name a:hover, .booklink-name a:hover { text-decoration: underline; }
.kaerebalink-powered-date, .booklink-powered-date { font-size: 0.75rem; font-weight: normal; }
.kaerebalink-detail, .booklink-detail { font-size: 0.9375rem; margin: 0 0 0.5em; }
.kaerebalink-link1, .booklink-link2 { width:100%; }
.kaerebalink-link1 div, .booklink-link2 div {
  float: left;
  width: 49.5%;
  margin-bottom: 1%;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
  box-sizing: border-box;
}
.kaerebalink-link1 div:nth-child(even), .booklink-link2 div:nth-child(even) { margin-left: 1%; }
.kaerebalink-link1 div a, .booklink-link2 div a { display:block; padding:3px 0; text-decoration:none; }
.shoplinkamazon a, .shoplinkrakuten a, .shoplinkyahoo a, .shoplinkyahooAuc a,
.shoplinkseven a, .shoplinkbellemaison a, .shoplinkcecile a, .shoplinkkakakucom a,
.shoplinkkindle a, .shoplinkbk1 a, .shoplinkehon a, .shoplinkkino a,
.shoplinkjun a, .shoplinktoshokan a {
  display:block;
  text-decoration:none;
}
.shoplinkamazon a { color:#ffffff; background:#ff9900; }
.shoplinkkindle a { color:#ffffff; background:#1882c9; }
.shoplinkrakuten a { color:#ffffff; background:#bf0000; }
.shoplinkyahoo a { color:#ffffff; background:#fc1d2f; }
.shoplinkyahooAuc a { color:#252525; background:#ffdb00; }
.shoplinkseven a { color:#ffffff; background:#225093; }
.shoplinkbellemaison a { color:#ffffff; background:#83be00; }
.shoplinkcecile a { color:#ffffff; background:#6b053d; }
.shoplinkkakakucom a { color:#ffffff; background:#00138e; }
.shoplinkbk1 a { color:#ffffff; background:#0484d2; }
.shoplinkehon a { color:#ffffff; background:#00006a; }
.shoplinkkino a { color:#ffffff; background:#003e9d; }
.shoplinkjun a { color:#4b5854; background:#d8c9b7; }
.shoplinktoshokan a { color:#ffffff; background:#29b6e9; }
.booklink-footer { clear:both !important; }

@media only screen and (min-width:460px) and (max-width:640px) {
	.kaerebalink-link1 div, .booklink-link2 div { float: none; width: 100%; }
	.kaerebalink-link1 div:nth-child(even), .booklink-link2 div:nth-child(even) { margin-left: 0; }
}
@media only screen and (max-width:459px) {
	.kaerebalink-image, .booklink-image {
	  float:none;
	  width:100%;
	  margin:0;
	  text-align:center;
	}
	.kaerebalink-image img, .booklink-image img { width:180px; height:auto; }
	.kaerebalink-info, .booklink-info { margin: 0; }
	.kaerebalink-link1 div, .booklink-link2 div { float: none; width: 100%; }
	.kaerebalink-link1 div:nth-child(even), .booklink-link2 div:nth-child(even) { margin-left: 0; }
}

.shoplinkamazon img, .shoplinkrakuten img, .shoplinkrakukobo img, .shoplinkyahoo img, .shoplinkyahooAuc img,
.shoplinkseven img, .shoplinkbellemaison img, .shoplinkcecile img, .shoplinkkakakucom img,
.shoplinkkindle img, .shoplinkbk1 img, .shoplinkehon img, .shoplinkkino img,
.shoplinkjun img, .shoplinktoshokan img {
  display:none;
}
/***------------------------------------------
/* toc */
#inner-contents ol.chapter {
  margin: 0;
}

#toc {
  margin: 0px auto;
  width: 100%;
  background-color: rgb(249,255,255);
  border: 1px solid rgb(209,215,215);
  line-height: 1.5;
  padding: 3em 40px 0 0;
  position: relative;
}

.no-toc {
  display: none;
}

#toc:before {
  content: "目次";
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  width: 100%;
  height: 3em;
  font-weight: bold;
}

.chapter li a {
  display: block;
  width: 100%;
  border-top: 1px solid rgb(229,235,235);
  color: rgb(51,51,51);
  padding: 5px 0;
  word-break: break-all;
}

.back-toc {
  margin: 6em 0;
}

/***------------------------------------------
     youtube 
------------------------------------------***/
.youtube {
	display: inline-block;
	position: relative;
	overflow: hidden;
    max-width: 100%;
    max-height: 100%;
}
.youtube::before {
	position: absolute;
	content: "動画を見る ▷";
	color: #fff;
	text-align: center;
	font-size: 22px;
	font-weight: bold;
	line-height: 180px;
	background: rgba(0, 0, 0, 0.4);
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
	transition: all 0.3s;
}
.youtube:hover::before {
	background: rgba(0, 0, 0, 0.7);
	cursor: pointer;
	transition: all 0.3s;
}