@charset "utf-8";

/**
* Author: Vanillaice (Akira) - http://vanillaice000.blog.fc2.com/
* Website skin name: Synchronicity
* The first edition: 2017.1.6
* Latest update: 2-17.1.25 - SNSシェアリンクをエンコード
*/

/***------------------------------------------
      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;
}

/* ------- YuGothic の設定 http://www.tomotanuki.com/entry/yugothic-weight -------- */
@font-face {
  font-family: YuGothicM;
  src: local(Yu Gothic Medium);
}
/* ----------------- */

body {
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  tap-highlight-color: rgba(0,0,0,0);
  word-wrap: break-word;
}

blockquote, q {
  quotes: none;
}

a {
  margin: 0;
  padding: 0;
  vertical-align: bottom;
  background: transparent;
  outline: none;
}

table {
  max-width: 100%;
  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 {
  border-radius: 0;
  outline: none;
  font-size: inherit;
  -webkit-appearance: none;
  appearance: none;}

select {
  outline: none;
  border-radius: 0;
  font-size: inherit;
}

input[type="submit"] {
  border-radius: 0;
  outline: none;
  font-size: inherit;
  -webkit-appearance: button;
  appearance: button;
}

/* 
pre {
  word-wrap: break-word;
  white-space: pre-wrap;
  font-family: 'Menlo', 'consolas', 'Courier';
}
*/

* {
  -webkit-box-sizing: border-box;
  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;
}

/***------------------------------------------
      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 {
  text-decoration: none;
  color: rgb(177,158,149); /* 注)基本リンク色 */
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

a:hover {
  color: rgb(51,51,51);
}


/***------------------------------------------
      layout
------------------------------------------***/

html,
body {
  height: 100%;
}

body { /* 注)記事内基本フォント関連 */
  background-color: white;
  color: rgb(51,51,51); /* 注)テキスト基本色 */
  font: 14px/1.6 'Lato', 'Hiragino Sans', 'ヒラギノ角ゴシック', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'メイリオ', 'Meiryo', 'sans-serif';
  /* -webkit-font-smoothing: antialiased; 注)文字が細すぎると感じる場合はこの一行削除 1/2 */
  /* -moz-osx-font-smoothing: grayscale; 注)文字が細すぎると感じる場合はこの一行削除 2/2 */
  letter-spacing: 0.05em;
}

#wrapper {
  margin: 0 auto;
  width: 100%;
  min-width: 80%;
}

#main-container {
  margin: 0 auto;
  width: 80%;
  max-width: 1120px;
  padding-bottom: 80px;
}

@media screen and (max-width: 1280px) {
  #main-container {
    width: 90%;
  }
}
@media screen and (max-width: 1160px) {
  #main-container {
    width: 95%;
  }
}
@media screen and (max-width: 940px) {
  #main-container {
    width: 100%;
  }
}

#primary {
  margin-right: -300px;
  width: 100%;
  float : left;
  padding-top: 30px;/* 70px; */
  -webkit-animation: fadeIn 1.5s;
  animation: fadeIn 1.5s;
}

/* primary breakpoints */
@media screen and (max-width: 940px) {
  #primary {
    margin: 0 auto;
    width: 90%;
    float: none;
  }
}
@media screen and (max-width: 768px) {
  #primary {
    width: 95%;
  }
}
@media screen and (max-width: 640px) {
  #primary {
    width: 100%;
    padding: 40px 5px 0;
  }
}

#main {
  margin-right: 350px;
}

/* main break point */
@media screen and (max-width: 940px) {
  #main {
    margin: 0 auto;
    float: none;
  }
}

#secondary {
  width: 300px;
  float: left;
  -webkit-animation: fadeIn 1.7s;
  animation: fadeIn 1.7s;
}

@media screen and (max-width: 940px) {
  #secondary {
    margin: 0 auto;
    width: 100%;
    background-color: rgb(248,245,238);
    float: none;
    text-align: center;
  }
}
@media screen and (max-width: 610px) {
  #secondary {
    background-color: transparent;
    padding: 0 5px;
  }
}

#aside-container {
  padding-top: 30px;/* 70px; */
}

/* animation */
@-webkit-keyframes fadeIn {
  0% {
   opacity: 0;
  }
  50% {
   opacity: 0;
  }
  100% {
   opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
   opacity: 0;
  }
  50% {
   opacity: 0;
  }
  100% {
   opacity: 1;
  }
}


/***------------------------------------------
      header
------------------------------------------***/

#header-banner {
  position: relative;
  max-width: 1120px;
  width: 100%;
  margin: 0 auto;
  padding: 0;/* 70px 0; */
  height: 410px;
}

#title_back {
  position: absolute;
  max-width: 1120px;
  width: auto;
  height: auto;
  margin: auto;
  min-width: 100%;
  left: 50%;
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
}

/* blog title */
#blog-name-container {
  position: absolute;
  margin: 0 auto;
  width: 100%;
  background: rgba(0, 0, 0, 0.3);
  top: 0;
}


#blog-title { /* 注)ブログタイトルフォント関連 */
  margin: 0 auto;
  padding: 5px 0 3px 30px;
  width: 100%;
  font: 32px/1.4 'Lato', 'Hiragino Sans', 'ヒラギノ角ゴシック', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'メイリオ', 'Meiryo', 'sans-serif';

  /* 'Trirong', '游明朝', 'YuMincho', 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'メイリオ', 'Meiryo', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', 'serif'; */

  text-align: left;
}

#blog-title a {
  color: rgba(255, 255, 255, 1);
}

#blog-title a:hover {
  color: rgba(208, 208, 208, 1);
}


#site-description {
  position: absolute;
  margin: 0 auto;
  padding: 2px 15px 1px 15px;
  width: auto;
  color: rgba(255, 255, 255, 1);
  background: rgba(0, 0, 0, 0.3);
  text-align: center;
  word-break: normal;
  bottom: 5px;
  right: 5px;
}

/* ---- header Break Point ---- */
@media screen and (max-width: 940px) {
  #header-banner {
    position: static;
    width: 100%;
    height: auto;
  }

  #title_back {
    position: static;
    width: auto;
    height: auto;
    margin: 5px auto 5px;
    min-width: 100%;
    left: 0;
    top: 0;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }

  #site-description {
    position: absolute;
    margin: 0 auto;
    padding: 2px 15px 1px 15px;
    width: auto;
    color: rgba(255, 255, 255, 1);
    background: rgba(0, 0, 0, 0.3);
    text-align: center;
    word-break: normal;
    bottom: 0px;
    right: 5px;
    font-size: 90%;
}

}

/* blog-title breakpoint */
@media screen and (max-width: 640px) {
  #blog-name-container {
    background: rgba(0, 0, 0, 0);
  }

  #blog-title {
    font-size: 28px;
    text-align: center;
  }

  #title_back {
    padding-top:    40px;
    padding-bottom: 45px;
  }

  #blog-title a {
    color: rgb(51, 51, 51);
  }

  #blog-title a:hover {
    color: rgba(208, 208, 208, 1);
  }

  #site-description {
    color: rgb(51, 51, 51);
    background: rgba(0, 0, 0, 0);
    height: 45px;
  }
}

@media screen and (max-width: 355px) {
  #site-description {
    height: 65px;
  }

  #title_back {
    padding-bottom: 65px;
  }
}

/* blog-name-container breakpoint */
@media screen and (max-width: 768px) {
  #blog-name-container {
    width: 100%;
  }
}

/***------------------------------------------
      global navigation
------------------------------------------***/

.navi-menu {
  margin: 0 auto;
  width: 100%;
  background-color: white;
  text-align: center;
}

@media screen and (max-width: 640px) {
  .navi-menu {
    padding: 0 5px;
  }
}

.fixed-positioning {
  position: fixed;
  top: 0;
  z-index: 100004;
}

.navi-menu-adjust {
  top: 27px;
}

.ordinary-nav {
  margin: 0 auto;
  width: 80%;
  max-width: 1120px;
  border-top: 2px solid rgb(51,51,51); /* 注)グローバルナビ上ボーダー */
  border-bottom: 2px solid rgb(51,51,51); /* 注)グローバルナビ下ボーダー */
}

.dropmenu-ul {
  display: inline-block;
  position: relative;
}

@media screen and (max-width: 1280px) {
  .ordinary-nav {
    width: 90%;
  }
}
@media screen and (max-width: 1160px) {
  .ordinary-nav {
    width: 95%;
  }
}
@media screen and (max-width: 940px) {
  .ordinary-nav {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  .ordinary-nav {
    width: 95%;
  }
}
@media screen and (max-width: 640px) {
  .ordinary-nav {
    width: 100%;
  }
}

.dropmenu-ul li {
  display: inline-block;
  line-height: 40px;
  padding: 0 2em;
  vertical-align: middle;
  font-size: 12px;
}

.dropmenu-ul li:first-of-type {
  padding-left: 0;
}

.dropmenu-ul li:last-of-type {
  padding-right: 0;
}

.dropmenu-ul .pc-hide,
.dropmenu-ul li .pc-hide {
  display: none;
}

.dropmenu-ul li:not(#expand-form) {
  position: relative;
  z-index: 3;
}

@media screen and (max-width: 768px) {
  .dropmenu-ul li {
    padding: 0 1em;
  }
  .dropmenu-ul li:first-of-type {
    padding-left: 0;
  }
  .dropmenu-ul li:last-of-type {
    padding-right: 0;
  }
}

.dropmenu-ul .pc-hide {
  display: none;
}

.dropmenu-ul li a {
  color: rgb(51,51,51);
}

/* site search */
#expand-form {
  margin: 0;
  width: 35px;
  height: 40px;
}

.search-btn {
  display: inline-block;
  background-color: transparent;
  border-radius: 50%;
  line-height: 40px;
  position: absolute;
  top: 0;
  right: 10px;
  text-align: center;
}

.search-btn .fa {
  color: rgb(51,51,51);
}

#search-form {
  margin: 0;
  width: 100%;
  height: 40px;
  position: absolute;
  top: 0;
  right: 0;
}

#search-form input[type="text"] {
  width: 40px;
  height: 40px;
  background-color: rgb(250,250,250);
  border: none;
  border-radius: 22px;
  color: rgb(51,51,51);
  cursor: pointer;
  opacity: 0;
  outline: none;
  position: absolute;
  top: 0;
  right: 0;
  transition: all .5s;
  z-index: 5;
}

#search-form input[type="text"]:focus {
  width: 100%;
  cursor: text;
  opacity: 1;
  padding: 0 5px 0 10px;
}

#search-form input[type="text"]::-webkit-input-placeholder {
  color: rgb(51,51,51);
  font-family: 'Trirong', 'serif';
  font-size: 12px;
  font-style: italic;
}

#search-form input[type="text"]::-moz-placeholder {
  color: rgb(51,51,51);
  font-family: 'Trirong', 'serif';
  font-size: 12px;
  font-style: italic;
}

#search-form input[type="submit"] {
  display: none;
}


/***------------------------------------------
      top page and individual
------------------------------------------***/

.main-body {
  margin-bottom: 40px;
  overflow: hidden;
}

/* article header(common) */
.entry-header {
  margin: 0 auto 10px;
  background-color: rgb(248,245,238); /* 注)各記事ヘッダー背景色 */
  border-bottom: 2px solid rgb(51,51,51); /* 注)各記事ヘッダー吹き出しボーダー */
  padding: 12px 0 1px;
  position: relative;
}

.entry-header:before,
.entry-header:after {
  content: "";
  width: 0;
  height: 0;
  border: solid transparent;
  line-height: 1.4;
  position: absolute;
  top: 100%;
  left: 50%;
}

.entry-header:before {
  margin-left: -12px;
  border-color: rgba(51,51,51,0);
  border-top-color: rgb(51,51,51); /* 注)各記事ヘッダー吹き出しボーダーの色を変更した方はここも変更 */
  border-width: 12px;
}
.entry-header:after {
  margin-left: -9px;
  border-color: rgba(248,245,238,0);
  border-top-color: rgb(248,245,238); /* 注)各記事ヘッダー背景色を変更した方はここも変更 */
  border-width: 9px;
}

.entry-title {
  margin: 0;
  line-height: 1.7;
  padding-left: 20px;
  padding-bottom; 20px;
  font-size: 20px;
  font-weight: normal;
}

.entry-title a {
  color: rgb(51,51,51);
}

.entry-title a:hover {
  color: rgb(177,158,149);
}

.main-body time {
  padding-left: 10px;
  font-size: 15px;
  text-align: left;
  font-family: 'Merriweather', sans-serif;
}

.entry-header time {
  padding-left: 10px;
  font-size: 15px;
  text-align: left;
  font-family: 'Merriweather', sans-serif;
}

time {
  font-family: 'Merriweather', sans-serif;
}


/* category link and Tag link and Comment etc*/
.header-info-ul,
.entry_info1_ul,
.entry_info2_ul {
  font-family: 'Lato', 'Hiragino Sans', 'ヒラギノ角ゴシック', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'メイリオ', 'Meiryo', 'sans-serif';
  text-align: right;
  padding-right: 10px;
}

.header-info-ul li,
.entry_info1_ul li,
.entry_info2_ul li {
  display: inline-block;
  padding-right: .6em;
  font-size: 96%;
}

.header-info-ul li:last-of-type,
.entry_info1_ul li:last-of-type,
.entry_info2_ul li:last-of-type {
  padding-right: 0;
}

.header-info-ul a,
.header-info-ul span,
.entry_info1_ul a,
.entry_info1_ul span,
.entry_info2_ul a,
.entry_info2_ul span {
  margin-left: 0; /* .3em; */
  margin-right: .3em;
}

.entry_info1_ul li,
.entry_info2_ul li {

}

.entry_info {
  clear: both;
  border-top: solid 1px rgba(51, 0, 0, 0.15);
  margin-top: 30px;
  padding-top: 15px;
  font-size: 12px;
}

.entry_info_border {
  padding-top: 20px;
  border-bottom: solid 1px rgba(51, 0, 0, 0.2);
}

.another-title {
  margin: 0 auto 30px;
  background-color: rgb(248,245,238); /* 注)comment, trackback, indexなどの見出し背景色 */
  border-bottom: 2px solid rgb(51,51,51); /* 注)comment, trackback, indexなどの見出し・コメントなどの吹き出しボーダー色 */
  padding: 12px 5px 10px;
  position: relative;
  font: 16px/1.4 'Trirong', 'Hiragino Sans', 'ヒラギノ角ゴシック', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'メイリオ', 'Meiryo', 'sans-serif';
  text-align: center;
}

.another-title:before,
.another-title:after {
  content: "";
  width: 0;
  height: 0;
  border: solid transparent;
  line-height: 1.4;
  position: absolute;
  top: 100%;
  left: 50%;
}

.another-title:before {
  margin-left: -12px;
  border-color: rgba(51,51,51,0);
  border-top-color: rgb(51,51,51); /* 注)comment, trackback, indexなどの見出し・コメントなどの吹き出しボーダー色を変更した方はここも変更 */
  border-width: 12px;
}

.another-title:after {
  margin-left: -9px;
  border-color: rgba(248,245,238,0);
  border-top-color: rgb(248,245,238); /* 注)comment, trackback, indexなどの見出し・コメントなどの見出し背景色を変更した方はここも変更 */
  border-width: 9px;
}

.contents {
  padding: 20px;
  letter-spacing: 0.1em;
}

/* 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;
}

.height-adjust {
  margin-top: -40px;
  padding-top: 60px;
}

.inner-contents a:hover {
  text-decoration: underline;
}

/* read more */
.read-more {
  margin: 30px 40px 0 0;
  font-family: 'Courgette', 'sans-serif';
  text-align: right;
  line-height: 1.2;
}

@media screen and (max-width: 640px) {
  .read-more {
    margin-right: 0px;
  }
}

.read-more a {
  display: inline-block;
  background-color: rgba(100, 91, 87, 0.9); /* 注)READ MORE背景色 */
  color: white !important;
  text-decoration: none !important;
  padding: 0.6em 4em 0.7em;
}

.read-more a:hover {
  background-color: rgb(177,158,149); /* 注)READ MOREホバー時背景色 */
  text-decoration: none;
}

#postscript {
  margin-top: -40px;
  padding-top: 40px;
}

/* article footer SNS share */
.entry-footer {
  text-align: right;
}

.entry-footer-sns-ul li {
  display: inline-block;
}

.entry-footer-sns-ul li a {
  display: block;
  color: rgb(51,51,51); /* 注)サイドメニューSNSリンク色 */
  padding: .8em .8em 0;
}

/* SNS brand color */
.entry-footer-sns-ul li .c-facebook:hover {
  color: rgb(59,89,152);
}

.entry-footer-sns-ul li .c-twitter:hover {
  color: rgb(73,171,242);
}

.entry-footer-sns-ul li .c-pinterest:hover {
  color: rgb(206,15,25);
}

.entry-footer-sns-ul li .c-google-plus:hover {
  color: rgb(221,75,57);
}

.entry-footer-sns-ul li .c-pencil:hover,
.entry-footer-sns-ul li .go-to-page:hover {
  color: rgb(231,184,187);
}


/***------------------------------------------
      posted comment
------------------------------------------***/

.border-container {
  min-height: 46px;
  padding-left: 55px;
  position: relative;
  font-weight: 600;
}

.border-container:before {
  content: "\f007";
  display: inline-block;
  width: 46px;
  height: 46px;
  background-color: rgb(207,207,207); /* 注)訪問者アイコン背景色 */
  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: 0 auto;
  width: 100%;
  max-width: 600px;
  vertical-align: middle;
  text-decoration: none;
}

#comment_form label {
  display: block;
  padding-bottom: 5px;
  font-size: 12px; /* 注)コメント投稿フォームラベルフォント大きさ */
}

#comment_form input {
  margin-bottom: 10px;
  width: 100%;
  background-color: rgb(250,250,250); /* 注)コメントフォーム各項目背景色 */
  border: 1px solid rgb(150,150,150); /* 注)コメントフォーム各項目ボーダー色 */
  padding: 12px;
}

#comment_form input:focus,
#comment:focus {
  background-color: white;
  border: 1px solid rgb(51,51,51);
}

#comment {
  margin-bottom: 10px;
  width: 100%;
  min-height: 200px;
  background-color: rgb(250,250,250); /* 注コメントフォームテキストエリア背景色 */
  border: 1px solid rgb(150,150,150); /* 注コメントフォームテキストエリアボーダー色*/
  line-height: 1.5;
  padding: 12px;
}

#comment_form input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px rgb(250,250,250) inset;
}

#community,
#trackback {
  margin-top: -40px;
  padding-top: 40px;
  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コメントチェックボックスボーダー色 */
  }

  #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: 156px;
  height: 36px;
  background-color: rgb(51,51,51); /* コメントsend, deleteボタン背景色 */
  border: none;
  color: white; /* 注)send, deleteボタンテキスト色 */
  cursor: pointer;
  font-family: 'Trirong', 'sans-serif';
  font-size: 14px; /* 注)send, deleteボタンフォント大きさ */
  text-align: center;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

#sendbtn:hover,
#delbtn:hover {
  background-color: rgb(81,81,81); /* コメント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: 0 auto 10px;
  border: 1px solid rgb(220,220,220); /* 注)トラックバックボーダー色 */
  border-radius: 0;
  outline: none;
  padding: .5em;
}

.op:focus {
  border: 1px solid rgb(179,179,179); /* 注)トラックバックフォーカス時ボーダー色 */
}

#for-trackback-word {
  margin: 0 auto;
}


/***------------------------------------------
      related post, trackback list
------------------------------------------***/

.relate_dl,
.tb_dl {
  margin: 20px auto 0;
  border: 1px solid rgba(0, 0, 0, 0.2);
  /* border-radius: 3px; */
  /* box-shadow: inset 0 0 15px rgba(0,0,0,.2); */
  padding: 10px 10px 20px;
  font-size: 12px;
  color:rgba(153, 153, 153, 1);
}

.relate_dt,
.tb_dt {
  font-weight: normal;
  margin-bottom: 0.5em;
  color: rgba( 51, 51, 51, 1);
}

.relate_ul {
    margin: 0;
    padding-left: 1em;
    font-size: 12px;
    line-height: 1.2;
}

.relate_li_nolink,
.relate_li {
  padding: 0.25em 0;
}

/* リンク色　青 */
.relate_ul a {
  color: rgba(0, 20, 200, 1);
}

.relate_ul a:visited {
  color: rgba(0, 20, 200, 1);
}

.relate_ul a:hover,
.relate_ul a:active {
  color: rgba(204, 204, 204, 1);
}

.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: 'Trirong', 'serif';
  font-size: 16px;
  text-align: center;
}

#fc2relate_entry_thumbnail_area .relate_dd .relate_ul {
  list-style: none;
  overflow: hidden;
}

#fc2relate_entry_thumbnail_area .relate_dd .relate_ul li {
  width: 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: "No image";
  width: 90px;
  height: 90px;
  background-color: rgb(248,245,238); /* 注)No image 関連記事サムネイル背景色 */
  border-radius: 1px;
  color: rgb(51,51,51); /* 注)No image 関連記事サムネイル文字色 */
  line-height: 90px;
  position: absolute;
  z-index: 2;
  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;
  }
}


/***------------------------------------------
      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 {
  font-family: 'Merriweather', sans-serif;
  text-align: right;
}

.list-entry-category {
  font-size: 12px;
  text-align: right;
}

.list-entry-tag {
  font-size: 12px;
  text-align: right;
}

/* only for search page */
.list-entry .list-a {
  float: right;
  margin-left: 10px;
  margin-bottom: 10px;
  width: 72px;
  height: 72px;
}

.thumbnails {
  display: inline-block;
  width: 72px;
  height: 72px;
  overflow: hidden;
  position: relative;
}

.search-noimage {
  width: 100%;
  height: 100%;
  background-color: rgb(248,245,238); /* 注)No image 検索結果サムネイル背景色 */
  color: rgb(51,51,51);
  line-height: 72px;
  font-family: 'Trirong', 'sans-serif';
  font-size: 11px;
  text-align: center;
}

/* the number of comment/ trackback */
.number-of-cmtb-ul {
  text-align: right;
}

.number-of-cmtb-ul li {
  display: inline-block;
  margin-left: 1em;
}


/***------------------------------------------
      side menu(secondary)
------------------------------------------***/

.side-menu {
  display: inline-block;
  margin: 0 auto 20px;
  width: 300px;
  background-color: rgb(248,245,238); /* 注)サイドメニュー背景色 */
  line-height: 1.9;
  padding: 20px;
  vertical-align: top;
  font-size: 12px; /* 注)サイドメニューフォント大きさ */
}

@media screen and (max-width: 610px) {
  .side-menu {
    width: 100%;
    max-width: 400px;
  }
}

.sidebar-style {
  text-align: left;
}

.sidebar-style a {
  color: rgba(128, 91, 79, 1); /* 注)サイドメニュー内リンク色 */
}

.sidebar-style a:visited {
  color: rgba(128, 91, 79, 1);
}

.sidebar-style a:hover,
.sidebar-style a:active {
  color: rgba(170, 170, 170, 1);
}

.side-menu h4 {
  margin: 0 auto 20px;
  background-color: rgb(248,245,238); /* 注)サイドメニューの見出し背景色 */
  border-bottom: 2px solid rgb(51,51,51); /* 注)サイドメニューの見出しボーダー色 */
  padding-bottom: 10px;
  position: relative;
  font: 15px/1.4 'Trirong', 'Hiragino Sans', 'ヒラギノ角ゴシック', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'メイリオ', 'Meiryo';
  text-align: center;
}

.side-menu h4:after,
.side-menu h4:before {
  content: "";
  width: 0;
  height: 0;
  border: solid transparent;
  line-height: 1.4;
  position: absolute;
  top: 100%;
  left: 50%;
}

.side-menu h4:before {
  margin-left: -10px;
  border-color: rgba(51,51,51,0);
  border-top-color: rgb(51,51,51); /* 注)サイドメニューの見出しボーダー色を変更した方はここも変更 */
  border-width: 10px;
}
.side-menu h4:after {
  margin-left: -7px;
  border-color: rgba(248,245,238,0);
  border-top-color: rgb(248,245,238); /* 注)サイドメニューの見出し背景色を変更した方はここも変更 */
  border-width: 7px;
}

.side-menu ul {
  margin-left: 0.5em;
  /* list-style-type: circle; */
  line-height: 1.2;
}

.side-menu li {
  padding: 0.5em 0;
}

.side-menu ol {
  margin-left: 1.3em;
  list-style-type: decimal;
}

#sidebar-style-sns-ul {
  padding-top: 10px;
  text-align: center;
}

.fit-sidebar-fixed{
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  position: fixed;
}

.fit-sidebar-blank{
  z-index: 0;
  background-color: transparent;
  visibility: hidden;
}

/* SNS on side menu */
#sidebar-style-sns-ul {
  margin: 0 auto;
  list-style: none;
  padding: 0;
  text-align: center;
}

#sidebar-style-sns-ul li {
  display: inline-block;
  margin: 0 2px 2px;
}

#sidebar-style-sns-ul li a {
  display: block;
  width: 32px;
  height: 32px;
  background-color: rgb(51,51,51); /* 注)サイドメニューSNS背景色 */
  color: white;
  line-height: 32px;
}

/* SNS brand color */
#sidebar-style-sns-ul li .c-facebook:hover {
  background-color: rgb(59,89,152);
}

#sidebar-style-sns-ul li .c-twitter:hover {
  background-color: rgb(73,171,242);
}

#sidebar-style-sns-ul li .c-instagram:hover {
  background-color: rgb(63,114,155);
}

#sidebar-style-sns-ul li .c-pinterest:hover {
  background-color: rgb(206,15,25);
}

#sidebar-style-sns-ul li .c-google-plus:hover {
  background-color: rgb(221,75,57);
}

.entry-footer-sns-ul li .c-pencil:hover,
.entry-footer-sns-ul li .go-to-page:hover {
  color: rgb(46,92,180);
}


/***------------------------------------------
      official plug-in
------------------------------------------***/

/* calendar */
.calender {
  margin: 0 auto;
  width: 250px;
  border-spacing: 3px 6px;
  table-layout: fixed;
  font-size: 12px;
  text-align: center;
}

.calender caption {
  margin-bottom: 10px;
}

.calender caption a {
  display: inline-block;
  width: 20%;
}

#sun {
  color: rgb(161,12,0);
}

.calender td {
  height: 30px;
  line-height: 28px;
  padding: 0;
}

.calender td a {
  display: block;
  margin: 0 auto;
  width: 30px;
  height: 30px;
  border: 1px solid rgb(177,158,149); /* 公式プラグインカレンダー リンクボーダー */
  border-radius: 50%;
}

.calender td a:hover {
  background-color: rgb(51,51,51); /* 公式プラグインカレンダー リンクホバー時背景色 */
  border-color: rgb(51,51,51); /* 公式プラグインカレンダー リンクホバー時ボーダー色(上記背景色と同色) */
  color: white; /* 公式プラグインカレンダー リンクホバー時文字色 */
}

/* profile */
 .plugin-myimage {
  text-align: center !important;
  margin-bottom: 10px;
}

/* mail form */
.sidebar-style form {
  display: block;
  margin: 0 auto;
  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"] {
  display: inline-block;
  margin-left: 1%;
  width: 98% !important;
  background-color: rgb(51,51,51); /* 注)サイドメニュー内input ボタン背景色 */
  border: none;
  color: white;
  cursor: pointer;
}

/* search */
.plugin-search {
  margin: 0 auto;
  width: 98%;
}

.plugin-search input {
  margin-bottom: 8px;
}

/* tag */
.plugin-tag {
  font-family: 'Trirong', 'Hiragino Sans', 'ヒラギノ角ゴシック', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'メイリオ', 'Meiryo';
 line-height: 1.2;
}

.plugin-tag a,
.plugin-tag a:visited {
  display: inline-block;
  /* border: 1px solid rgb(177,158,149); 注)公式プラグインタグ ボーダー色 */
  padding: 0 5px;
  margin-bottom: 2px;
  vertical-align: middle;
  color: rgba(51, 51, 51, 0.7);
}

.plugin-tag a:hover {
  background-color: rgb(177,158,149); /* 注)公式プラグインタグ ホバー時背景色 */
  color: white;
  text-decoration: none;
}

@media screen and (max-width: 640px) {
  .plugin-tag {
   line-height: 1.3;
  }
} 

/* 最新コメント */
.plugin-rcomment {
  /* font-family: 'Robot', 'sans-serif'; */
}

/* 月別アーカイブ */
ul.archive-date {
  margin-left: 20px;
}

@media screen and (max-width: 940px){
/* 月別アーカイブ　の　スクロール化 */
ul.archive-date {
  margin: 0 auto;
  line-height: 1.5;
  height: 400px;
  width: 140px;
  padding: 10px 0 0 20px;
  overflow: auto;
  background:#fafafa;
  border: 1px solid rgb(128, 128, 128);
  box-shadow: 2px 2px 1px 1px rgba(0,0,0,0.1) inset;
}

  /*  -- スマホ用スライドバー常時表示 -- */
  ul.archive-date::-webkit-scrollbar {
    width: 15px;
  }
  ul.archive-date::-webkit-scrollbar-track {
    border: 15px;
    background: rgb(128, 128, 128);
  }
  ul.archive-date::-webkit-scrollbar-thumb {
    border-radius: 15px;
    background: rgb(224, 224, 224);
  }

}

/* 月別アーカイブ  コンパクト */
#plugin-compact-monthly-archive {
  margin: 1em 0;
  font-family: 'Lato', 'Hiragino Sans', 'ヒラギノ角ゴシック', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'メイリオ', 'Meiryo', 'sans-serif';
}

#plugin-compact-monthly-archive dt {
  font-size: 120%;
  margin-top: 1em;
}

#plugin-compact-monthly-archive dd {
  margin-left: 20px;
  margin-bottom: 1em 0;
  word-break: keep-all;
}

.plugin-customtemplate {
  color: rgba( 100, 0, 0, 0.5);
  padding-top: 5px;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}

/* My 月別アーカイブ  コンパクト */
#my-monthly-archive {
  margin: 1em 0;
  font-family: 'Lato', 'Hiragino Sans', 'ヒラギノ角ゴシック', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'メイリオ', 'Meiryo', 'sans-serif';
  line-height: 1.6;
}

#my-monthly-archive dt {
  clear: left;
  font-size: 120%;
  padding-top: 10px;
}

#my-monthly-archive dd {
  float: left;
  margin-left: 10px;
  width: 70px;
  word-break: keep-all;
}
.my-monthly-archive-org {
  clear: left;
  color: rgba( 51, 51, 51, 1);
  padding-top: 20px;
  /* border-top: 1px solid rgba(0, 0, 0, 0.2); */
  line-height: 1.4;
}

/* リンク */
.plugin-extlink {
  margin-bottom: 1em;
}

/* カテゴリ */
.plugin_category {
  margin-left: 0.5em;
}

/* 一時的なお知らせ欄 Prugin Free Area */
.notice {
  text-align: center;
  font-family: 'Merriweather', 'Hiragino Sans', 'ヒラギノ角ゴシック', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'メイリオ', 'Meiryo', 'sans-serif';
  font-size: 12px;
  line-height: 1.8;
  color: rgb(87, 87, 87);
}

/* サイドカラム　ランキングバナー */
.side_banner {
  display: flex;
  margin-bottom: 1em;
  font-size: 12px;
}

.side_banner :nth-child(1),
.side_banner :nth-child(2) {
  width: 50%;
  text-align: center;
  align-items: baseline;
}


/***------------------------------------------
      pager
------------------------------------------***/

/* general */
.pager {
  margin: 70px auto 50px;
  width: 100%;
  font-family: 'Trirong', 'sans-serif'; 
}

.simple-pagination {
  margin: 0;
  overflow: hidden;
  position: relative;
  text-align: center;
}

.simple-pagination ul {
  display: inline-block;
  margin: 0;
  list-style: none;
  padding: 0;
  position: relative;
}

.simple-pagination li {
  display: 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;
  float: left;
  list-style: none;  
}

.light-theme a,
.light-theme span {
  display: inline-block;
  width: 35px;
  height: 35px;
  background: transparent;
  color: rgb(51,51,51);
  line-height: 35px;
  vertical-align: middle;
  text-align: center;
  font-size: 12px; /* 注)汎用ページ送りフォント大きさ */
}

.light-theme a:hover {
  background-color: rgb(51,51,51); /* 注)汎用ページ送りマウスホバー時背景色 */
  color: white;
  opacity: 1;
}

.prev,
.next {
  border: none !important;
  font-weight: bolder;
}

.light-theme .current {
  background-color: rgb(245,245,245); /* 注)汎用ページ送り現在ページ背景色 */
  color: rgb(51,51,51);
}

.light-theme .ellipse {
  font-weight: bold;
  color: rgb(51,51,51);
}

.light-theme .prev,
.light-theme .next {
  width: auto;
  background-color: rgb(51,51,51); /* 注)汎用ページ送りprev/ next背景色 */
  box-shadow: none;
  color: white;
  padding: 0 1em;
}

/* 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(51,51,51); /* 注)個別記事prevページ送り背景色 */
  color: white;
  line-height: 35px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 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(51,51,51); /* 注)個別記事homeページ送り背景色 */
  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(51,51,51); /* 注)個別記事nextページ送り背景色 */
  color: white;
  line-height: 35px;
  position: absolute;
  right: 0;
  top: 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(51,51,51); /* 注)個別記事ページ送りホバー時背景色 */
  color: white;
}

/* side pagination */
.side-pager-left,
.side-pager-right {
  width: 180px;
  height: 80px;
  opacity: 0;
  position: fixed;
  z-index: 100003;
  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(51,51,51,.2); /* 注)個別記事ページサイドページ送りnext, prev背景色 */
  border-radius: 50%;
  line-height: 80px;
  text-align: center;
}

.title-cell {
  display: table-cell;
  width: 100%;
  padding: 0 10px;
  vertical-align: middle;
}

.appear {
  opacity: 1;
}

/* 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(51,51,51); /* 注)全記事リストページ送りprev/ next背景色 */
  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(51,51,51); /* 注)全記事リストページ送りホバー時背景色 */
  color: white;
}


/***------------------------------------------
      footer
------------------------------------------***/

#pagetop {
  display: none;
  width: 40px;
  height: 40px;
  background: rgba(255,255,255,.4);
  border: 1px solid rgba(179,171,180,.5);
  color: rgb(94,157,31);
  position: fixed;
  z-index: 100003;
  bottom: 140px;
  right: 60px;
}

#pagemiddle {
  display: none;
  width: 0;
  height: 0;
  font-size: 0;
}

#pagebottom {
  display: none;
  width: 40px;
  height: 40px;
  border: 1px solid rgba(179,171,180,.5);
  background: rgba(255,255,255,.4);
  color: rgb(94,157,31);
  position: fixed;
  z-index: 100003;
  bottom: 90px;
  right: 60px;
}

#pagetop a,
#pagebottom a {
  display: inline-block;
  width: 100%;
  height: 100%;
  line-height: 40px;
}

@media screen and (max-width: 940px) {
  #pagetop {
    bottom: 190px;
    right: 8px;
  }

  #pagebottom {
    right: 8px;
  }

  #pagemiddle {
    display: none;
    width: 40px;
    height: 40px;
    background: rgba(255,255,255,.4);
    border: 1px solid rgba(179,171,180,.5);
    color: rgb(94,157,31);
    position: fixed;
    z-index: 100003;
    bottom: 140px;
    right: 8px;
    font-size: 11px;
  }

  #pagemiddle a {
    display: inline-block;
    width: 100%;
    height: 100%;
    line-height: 40px;
  }
}

.new {
  margin-left: 1em;
  color: red;
  font-size: 11px;
}

.end {
  width: 100%;
  line-height: 1.3;
  padding: 20px 5px;
  font-size: 12px;
  text-align: center;
}

.end a:hover {
  color: rgb(150,150,150);
}

.foot, #copyright {
  font-size: 14px;
  text-align: center;
  margin-bottom: 5px;
}

#ad1, #ad2 {
  color: rgb(150,150,150);
  font-size: 11px;
}


/***------------------------------------------
      personal settings
------------------------------------------***/

/* 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%;
}

/* shadow for image */
.shadow-attachment {
  box-shadow: 6px 6px 6px rgba(0,0,0,.2); /* 注)記事内画像に自動ドロップシャドウ 不要な方は削除 */
}

.emoji {
  vertical-align: middle;
}

/* 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: 1px;
  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;
}

/* darkbox */
#darkbox {
  z-index: 100005 !important;
}

#darkbox_next:hover,
#darkbox_prev:hover {
  border-color: rgb(177,158,149) !important;
}

/* colorbox overlay */
#cboxOverlay,
#cboxWrapper,
#colorbox {
  z-index: 100005 !important;
}

/***------------------------------------------
              My original CSS
------------------------------------------***/

/***-----------------
     tags set
---------------------***/

blockquote {
  border:solid 1px rgb(172, 172, 172);
  padding: 1em 2em 1em 2em;
  margin: 2em 10px;
  border-left: 3px solid rgb(172,172,172);
  /* padding-left: 15px; */
  position: relative;
  z-index: 1;
}

blockquote:before {
  content: "“";
  font-size: 500%;
  color: rgb(206,206,206);
  line-height: 1em;
  font-family: 'Times New Roman', 'Hiragino Kaku Gothic Pro W3', 'Meiryo', 'sans-serif';
  position: absolute;
  left: -12px;
  top: -30px;
  z-index: -1;
}

q {
  /* font-size: 1.0em; */
  color: rgb(117, 28, 1);
}

q::before {
  content: " “";
  font-size: 1.5em;
  /* font-weight: bold; */
  vertical-align: middle;
}

q::after {
  content: "” ";
  font-size: 1.5em;
  /* font-weight: bold; */
  vertical-align: middle;
}

.wq {
  /* color: rgb(63, 63, 63); */
}

.wq::after {
  content: "” ";
  font-size: 1.1em;
  /* font-weight: bold;
  vertical-align: top; */
}

.wq::before {
  content: " “";
  font-size: 1.1em;
  /* font-weight: bold;
  vertical-align: top; */
}

mark {
  font-weight: bold
}

.myruby {
  margin-bottom: -0.6em;
  font-size: 65%;
  color: rgba(51, 51, 51, 0.8);  
}

.no_br {
  white-space: pre;
}

/* リンク色　青＋アンダーライン */
.inner-contents a {
  color: rgba(0, 20, 200, 1);
  text-decoration: underline;
}

.inner-contents a:visited {
  color: rgba(0, 20, 200, 1);
  text-decoration: underline;
}

.inner-contents a:hover,
.inner-contents a:active {
  color: rgba(204, 204, 204, 1);
  text-decoration: underline;
}

.inner-contents img {
  max-width: 100%;
  height: auto;
    /* 画像に枠 -------- */
      margin: 6px auto;
      padding: 5px;
      background-color:#fff;
      border: solid 1px rgba(203, 214, 208, 1);
    /* ----------------- */
  vertical-align: bottom;
}

.inner-contents .img_nb {
  max-width: 100%;
  height: auto;
  margin: 6px auto;
  padding: 0 4px;
  border: none;
  vertical-align: bottom;
}

.inner-contents .img_nb_flb {
  max-width: 100%;
  height: auto;
  margin: 6px auto;
  padding: 0 3px;
  border: none;
  vertical-align: bottom;
}

/* エントリー内CM --------------- */
.cm_in_entry {
    width: 262px;
    margin: 0 auto;
    border: 1px solid rgba( 0, 0, 0, 0.1);
}

/* サイドコラム内CM ------------- */
.plugin_cm {
  width: 250px;
  margin: 0 auto;
}

/*----------------------------
     Table Style Set
----------------------------*/

.t_scroll {
  overflow-x: auto;
  overflow-y: hidden;
}

.t_scroll::-webkit-scrollbar {
  height: 16px;
}

.t_scroll::-webkit-scrollbar-track {
  border: 16px;
  background: rgb(128, 128, 128);
}

.t_scroll::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: rgb(224, 224, 224);
}

/* flexbox img tiles
--------------------- */

.flexbox {
  display: flex;
  align-items: center;
}

.flexbox img {
  max-width: 100%;
  height: auto;
  margin: 3px auto;
  padding: 0 3px;
  border: none;
  vertical-align: bottom;
}

/* flexbox 左右均等
--------------------- */

.flexbox_c::after {
  line-height: 1.6;
  content: '\200b';
}

.flexbox_c {
  display: flex;
  line-height: 1.2;
  align-items: baseline;
}

.flexbox_c :nth-child(1) {
  width: 50%;
  text-align: right;
  margin-right: 0.5em;
  color: rgb(102, 102, 102);
}

.flexbox_c :nth-child(2) {
  width: 50%;
  text-align: left;
  margin-left: 0.5em;
}

/* flexbox 左寄り-------------------------- */
.flexbox_l::after {
  line-height: 1.6;
  content: '\200b';
}

.flexbox_l {
  display: flex;
  line-height: 1.2;
  align-items: baseline;
}

.flexbox_l :nth-child(1) {
  width: 35%;
  text-align: right;
  margin-right: 0.5em;
  color: rgb(102, 102, 102);
}

.flexbox_l :nth-child(2) {
  width: 65%;
  text-align: left;
  margin-left: 0.5em;
}

/* flexbox もう少し左寄り-------------------------- */
.flexbox_ll::after {
  line-height: 1.6;
  content: '\200b';
}

.flexbox_ll {
  display: flex;
  line-height: 1.2;
  align-items: baseline;
}

.flexbox_ll :nth-child(1) {
  width: 20%;
  text-align: right;
  margin-right: 0.5em;
  color: rgb(102, 102, 102);
}

.flexbox_ll :nth-child(2) {
  width: 80%;
  text-align: left;
  margin-left: 0.5em;
}

/* flexbox 最も左寄り-------------------------- */
.flexbox_lll::after {
  line-height: 1.6;
  content: '\200b';
}

.flexbox_lll {
  display: flex;
  line-height: 1.2;
  align-items: baseline;
}

.flexbox_lll :nth-child(1) {
  width: 5%;
  text-align: right;
  margin-right: 0.5em;
  color: rgb(102, 102, 102);
}

.flexbox_lll :nth-child(2) {
  width: 95%;
  text-align: left;
  margin-left: 0.5em;
}

/* figure の制御 ------------------------------- */

.inner-contents figure {
  display: table;
  max-width: 100%;
  margin: 5px 1em;
  padding: 5px;
  border: solid 1px rgba(203, 214, 208, 1);
}

.inner-contents figcaption {
  max-width: 100%;
  margin: 0px;
  padding: 5px;
  text-align: center;
  font-size: 80%;
  background-color: rgba( 0,0,0,0.05);
}

.inner-contents figure img {
  max-width: 100%;
  height: auto;
  margin: 0px;
  padding: 0px;
  background-color: rgba(255, 255, 255, 0);
  border: solid 1px rgba(203, 214, 208, 1);
}

/* 字下げとか、制御 ------------------------------- */

.spc1 {
  padding-left: 1em;
}

.spc2 {
  padding-left: 2em;
}

.spc3 {
  padding-left: 2em;
}

.spc4 {
  padding-left: 4em;
}

.btm1 {
  margin-bottom: 1em;
}

.btm2 {
  margin-bottom: 2em;
}

.btm3 {
  margin-bottom: 3em;
}


/* 画像への文字の回り込み ---------------------- */

.inner-contents .left_img {
  float: left;
  max-width: 100%
  height: aoto;
    /* 画像に枠 -------- */
      margin: 5px 10px 5px 0;
      padding: 5px;
      background-color:#fff;
      border: solid 1px rgba(203, 214, 208, 1);
    /* ----------------- */
  vertical-align: bottom;
}

.inner-contents .right_img {
  float: right;
  max-width: 100%;
  height: auto;
    /* 画像に枠 -------- */
      margin: 5px 0 5px 10px;
      padding: 5px;
      background-color:#fff;
      border: solid 1px rgba(203, 214, 208, 1);
    /* ----------------- */
  vertical-align: bottom;
}

/* 画像に文字を重ねる -------------------- */
.ovrstr {
  position: relative;
}

.ovrstr p {
  position: absolute;
  background-color: rgba(255, 255, 255, .8);
  bottom: 10px;
  right: 10px;
  padding: 0 1em;
}

/*    GoogleFonts -------------------------------------------   */
/* --  プログラム行とかのフォント -- */
/* <span class="prg_clm_font">文字列</span> */

.prg_clm_font {
  font-family: 'Inconsolata','Courier New',sans-serif;
  color: rgb(170, 51, 0);
}

.pcf {
  font-family: 'Inconsolata','Courier New',sans-serif;
  color: rgb(170, 51, 0);
}

.prg_clm_font2 {
  line-height: 2em;
  padding: 0.5em 0;
  background: rgba(230, 230, 230, 0.5);
  font-family: 'Inconsolata','Courier New',sans-serif;
}

.code_area {
  width: 95%;
  margin-top:    5px;
  margin-bottom: 5px;
  border: 1px solid rgba(100, 100, 100, 0.7);
  padding: 0 1em;
  color: rgb(170, 51, 0);
  background: rgba(220, 220, 220, 0.5);
  overflow-x: auto;
  overflow-y: hidden;
}

.code_area::-webkit-scrollbar {
  height: 15px;
}

.code_area::-webkit-scrollbar-track {
  border-radius: 15px;
  background: rgb(128, 128, 128);
}

.code_area::-webkit-scrollbar-thumb {
  border-radius: 15px;
  background: rgb(224, 224, 224);
}

.code_area_wrap {
  width: 95%;
  border: 1px solid rgba(100, 100, 100, 0.7);
  padding:0 1em;
  color: rgb(170, 51, 0);
  background: rgba(220, 220, 220, 0.5);
  word-break: break-all;
}

.comic_font {
    font-family: 'Architects Daughter', cursive;
}

/* ------------------------------------------------------------- */

/* ---------------------------------------------------
        Responsive for Movie
--------------------------------------------------- */
.iframeObj {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.iframeObj iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.iframe-wrapper-cent {
    width: 500px;
    margin: 0 auto;
    max-width: 100%;
}

.iframe-wrapper {
    width: 500px;
    max-width: 100%;
}

.plugin_third {
  width: 100%;
  margin: 0 auto 30px;
  text-align: center;
}

.plugin_third h4 {
  margin: 0 auto 20px;
}

.plugin_third_title {
  font-size: 18px;
  font-weight: normal;
  padding: 10px 0 10px;
  background-color: rgb(248,245,238);
}

/* コメント欄の管理人に画像 */
.nameｈｉｇｅ:before {
  content: "";
  background: url(https://blog-imgs-67.fc2.com/b/l/g/blgid1974/CharaS1s.jpg) center center /cover no-repeat;
}

/* FC2拍手 */
.handclaps {
  text-align: right;
  margin-top: 4em;
  margin-right: 2em;
}

/* リンクにFontAwesomIcon */

.extlink::after {
  font-family: "fontawesome";
  content: "\f08e";
}

.intlink::after {
  font-family: "fontawesome";
  content: "\f0c1";
}

/* Font Awesome ver 5　対応
.extlink::after {
  display: none;
  font-family: "Font Awesome 5 Solid";
  content: "\f35d";
}

.intlink::after {
  display: none;
  font-family: "Font Awesome 5 Solid";
  content: "\f0c1";
}

*/

/* -- 全ての font-family から  '游ゴシック', 'YuGothic' を削除した -- */
/* --
  font: 14px/1.6 'Trirong', '游ゴシック', 'YuGothic', 'Hiragino Sans', 'ヒラギノ角ゴシック', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'メイリオ', 'Meiryo', 'sans-serif';

  font: 14px/1.6 'Lato', 'YuGothic', 'YuGothicM', 'Hiragino Sans', 'ヒラギノ角ゴシック', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'メイリオ', 'Meiryo', 'sans-serif';
 -- */