@charset "utf-8";

/**
* Author: Vanillaice (Akira) - http://vanillaice000.blog.fc2.com/
* Website skin name: Southerly
* The first edition: 2016.5.25
* 2016.7.3 - ナビゲーション内モバイル版誘導リンク修正, ドロップダウン内リンクが飛ばない件の修正
*/

/***------------------------------------------
      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;
}

strong, b {
  font-weight: bold;
}

i {
  font-style: italic;
}

address, small, time {
  display: block;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, main {
  display: block;
}

body {
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  tap-highlight-color: rgba(0,0,0,0);
  word-wrap: break-word;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  vertical-align: bottom;
  background: transparent;
  outline: none;
}

table {
  word-break: break-all;
}

img {
  vertical-align: bottom;
  font-size: 0;
  line-height: 0;
  max-width: 100%;
  height: auto;
}

iframe, embed {
  max-width: 100%;
}

textarea {
  max-width: 100%;
}

input[type="text"], 
input[type="password"],  
input[type="search"], 
textarea {
  outline: none;
  -webkit-appearance: none;
  border-radius: 0;
  font-size: inherit;
}

select {
  outline: none;
  border-radius: 0;
  font-size: inherit;
}

input[type="submit"] {
  outline: none;
  -webkit-appearance: button;
  border-radius: 0;
  font-size: inherit;
}

pre {
  word-wrap: break-word;
  white-space: pre-wrap;
  font-family: 'Menlo', 'consolas', 'Courier';
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-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;
}


/***------------------------------------------
      blockquote
------------------------------------------***/

blockquote {
  width: 98%;
  height: auto;
  margin: 0 auto;
  background: rgba(255,255,255,.4);
  border: 1px solid rgb(206,206,206);
  border-radius: 2px;
  padding: 2.5em;
  position: relative;
  z-index: 1;
}

blockquote:before {
  content: "“";
  font-size: 700%;
  color: rgb(206,206,206);
  line-height: 1em;
  font-family: 'Times New Roman', 'Hiragino Kaku Gothic Pro W3', 'Meiryo', 'sans-serif';
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

blockquote:after {
  content: "”";
  font-size: 700%;
  color: rgb(206,206,206);
  line-height: 0em;
  font-family: 'Times New Roman', 'Hiragino Kaku Gothic Pro W3', 'Meiryo', 'sans-serif';
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}


/***------------------------------------------
      link
------------------------------------------***/

a {
  text-decoration: none;
  color: rgb(179,179,179); /* 注)基本リンク色 Gray70 */
  -webkit-transition: .3s ease-in-out;
  -moz-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

a:hover {
  color: rgb(51,51,51);
}


/***------------------------------------------
      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";
}


/***------------------------------------------
      layout
------------------------------------------***/

html, body {
  height: 100%;
}

body { /* 注)記事内基本フォント関連 */
  font-size: 15px;
  color: rgb(51,51,51); /* 注)テキスト基本色 Night Rider */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.7;
  font-family: 'Cantarell', '游ゴシック', 'YuGothic', 'Hiragino Sans', 'ヒラギノ角ゴシック', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'メイリオ', 'Meiryo';
}

#wrapper {
  margin: 0 auto;
  width: 100%;
  min-width: 90%;
  background-color: rgba(255,255,255,.3); /* 注)ヘッダー部分マスク (approx)White Smoke+不透明度0.6 */
}

#whole-container {
  width: 100%;
  background-color: rgb(248,248,248); /* 注)全体背景色 (approx)White Smoke */
}

#main-container {
  width: 82%; /* width: 90%; */
  margin: 0 0 0 160px;/*margin: 0 auto;*/
  max-width: 1400px;
  padding: 30px 0;/* padding: 80px 0;*/
  background-color: rgb(248,248,248); /* 注)全体背景色 (approx)White Smoke */
}

#primary {
  float : left;
  width: 100%;
  margin-right : -280px;/* margin-right : -300px; */
  padding-bottom: 80px;
}

#main {
  margin-right: 180px; /*margin-right: 330px;*/
}

#secondary {
  float: left;
    width: 250px; /*width: 300px;*/
}

#tertiary {
  margin: 0 auto;
  width: 100%;
  padding-top: 30px;
  background-color: rgb(240,240,240); /* 注)フッター上プラグイン3背景色 (approx)White Smoke */
  text-align: center;
}


/***------------------------------------------
      global navigation
------------------------------------------***/

.navi-menu {
  margin: 0 auto 30px;
  width: 100%;
  height: auto;
  background-color: transparent;
  line-height: 1;
}

.mobile-toggle {
  display: none;
}

.ordinary-navi {
  margin: 0 auto;
  width: 100%;
  max-width: 650px;
}

.dropmenu {
  margin: 0 auto;
  list-style: none;
  font-size: 12px;
  text-align: center;
}

.dropmenu > li {
  display: inline-block;
  margin: 0;
  width: 15%; /* 注)ナビゲーション 100÷リンク数を指定 */
  padding: 0;
  text-align: center;
  position: relative;
}

.dropmenu .pc-hide {
  display: none;
}

.dropmenu ul {
  list-style: none;
}

.dropmenu > li > a, .dropmenu > .marking > span {
  display: block;
  margin: 0;
  width: 100%;
  height: 100%;
  padding: 1.5em 0;
  text-decoration: none;
  font-weight: bolder;
  color: rgb(51,51,51); /* 注)ナビゲーションリンク色 Night Rider */
}

.dropmenu > li > a:hover {
  background-color: rgb(255,0,0); /* 注)ナビゲーションホバー時背景色 (approx)Merlot */
  color: white;
}

.fade-in-up > li > ul {
  list-style: none;
  position: absolute;
  z-index: 100003;
  top: 100%;
  left: 0;
  right: 0;
  margin: 0;
  width: 300px;
  background: white;
  padding: 20px 15px;
  border: 1px solid rgb(207,207,207);
  text-align: left;
}

.fade-in-up > li > ul {
  opacity: 0;
  top: 140%;
  visibility: hidden;
  transition: .5s;
}

.fade-in-up > li:hover ul {
  top: 100%;
  visibility: visible;
  opacity: 1;
}

.dropmenu > li > ul > li {
  width: 100%;
}

.submenu-anchor {
  display: block;
  margin-left: 0;
  width: 100%;
  height: 100%;
  padding: 1em 0;
  text-align: left;
  color: rgb(51,51,51); /* 注)ドロップダウン「About」子メニューリンク色 Night Rider */
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  transition: all .4s ease;
}

.submenu-anchor:hover {
  margin-left: 1em;
}

/* search modal */
html.remodal-is-locked {
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
}

.remodal,
[data-remodal-id] {
  display: none;
}

.remodal-overlay {
  position: fixed;
  z-index: 100005;
  top: -5000px;
  right: -5000px;
  bottom: -5000px;
  left: -5000px;
  background: rgba(255,255,255,.95); /* 注)サイト内検索モーダル背景色 white 不透明度0.95 */
  display: none;
}

.remodal-wrapper {
  position: fixed;
  z-index: 100005;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  overflow: auto;
  text-align: center;
  -webkit-overflow-scrolling: touch;
}

.remodal-wrapper:after {
  display: inline-block;
  height: 100%;
  margin-left: -0.05em;
  content: "";
}

/* Fix iPad, iPhone glitches */
.remodal-overlay,
.remodal-wrapper {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.remodal {
  position: relative;
  outline: none;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

.remodal-is-initialized {
  display: inline-block;
}

.remodal-bg.remodal-is-opening,
.remodal-bg.remodal-is-opened {
  -webkit-filter: blur(3px);
  filter: blur(3px);
}

.remodal-overlay.remodal-is-opening,
.remodal-overlay.remodal-is-closing {
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.remodal-overlay.remodal-is-opening {
  -webkit-animation-name: remodal-overlay-opening-keyframes;
  animation-name: remodal-overlay-opening-keyframes;
}

.remodal-overlay.remodal-is-closing {
  -webkit-animation-name: remodal-overlay-closing-keyframes;
  animation-name: remodal-overlay-closing-keyframes;
}

.remodal {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 10px;
  padding: 35px 0;
  font-family: 'Playball', '游ゴシック', 'YuGothic', 'Hiragino Sans', 'ヒラギノ角ゴシック', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'メイリオ', 'Meiryo';
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

.remodal.remodal-is-opening,
.remodal.remodal-is-closing {
  -webkit-animation-duration: .6s;
  animation-duration: .6s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.remodal.remodal-is-opening {
  -webkit-animation-name: remodal-opening-keyframes;
  animation-name: remodal-opening-keyframes;
}

.remodal.remodal-is-closing {
  -webkit-animation-name: remodal-closing-keyframes;
  animation-name: remodal-closing-keyframes;
}

.remodal,
.remodal-wrapper:after {
  vertical-align: middle;
}

.remodal-close {
  position: absolute;
  top: -50px;
  left: 0;
  display: block;
  overflow: visible;
  width: 100%;
  height: 60px;
  font-size: 18px;
  text-align: center;
  padding: 0;
  cursor: pointer;
  -webkit-transition: color .5s;
  transition: color .5s;
  text-decoration: none;
  border: 0;
  outline: 0;
  background: transparent;
  color: rgb(179,179,179); /* 注)サイト内検索モーダル Close文字色 Gray70 */
}

.remodal-close:hover,
.remodal-close:focus {
  color: rgb(51,51,51); /* 注)サイト内検索モーダル Closeホバー時文字色 Night Rider */
}

.remodal-confirm::-moz-focus-inner,
.remodal-cancel::-moz-focus-inner,
.remodal-close::-moz-focus-inner {
  padding: 0;
  border: 0;
}

#remodal-search-form input {
  margin: 0 auto;
  display: block;
  width: 98%;
  max-width: 800px;
  outline: none;
  border: none;
  border-bottom: 1px solid rgb(51,51,51); /* 注)サイト内検索テキスト入力下部ボーダー色 Night Rider */
  font-size: 20px;
  background: transparent;
  padding: .3em;
}

/* modal animation */
@-webkit-keyframes remodal-opening-keyframes {
  from {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 0;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes remodal-opening-keyframes {
  from {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 0;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@-webkit-keyframes remodal-closing-keyframes {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  to {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0;
  }
}
@keyframes remodal-closing-keyframes {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  to {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0;
  }
}
@-webkit-keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}


/***------------------------------------------
      header
------------------------------------------***/

body:before {
  content: "";
  display: block;
  position: fixed;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: url(http://blog-imgs-96.fc2.com/h/a/n/hannichigukoku/hanguru-new2.gif) left top / cover no-repeat; /* 注)ヘッダー画像 */
}

.header-banner {
  margin: 0 auto;
  width: 100%;
}

.blog-name-container {
  margin: 0 auto;
  width: 100%;
  max-width: 800px;
  padding: 20px 10px 10px; /* padding: 70px 10px 50px;*/
  -webkit-transition: all .6s ease;
  -moz-transition: all .6s ease;
  transition: all .6s ease;
}

#blog-title { /* 注)ブログタイトルフォント関連 */
  margin: 0 auto 20px;
  width: 100%;
  max-width: 800px;
  line-height: 1.2;
  font-size: 28px;
  font-weight: bolder;
  font-family: 'Playball', '游明朝', 'YuMincho', 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', 'serif';  text-align: center;
}

#blog-title a, #blog-title a:first-letter {
  display: inline-block;
  color: rgb(51,51,51); /* 注)ブログタイトルリンク色 Night Rider */
  text-shadow: 8px 8px 1px rgba(51,51,51,.1);
}

#blog-title a:hover {
  color: rgb(212,108,118); /* 注)ブログタイトルホバー時文字色 (approx)Froly */
}

#blog-title a:hover:first-letter {
  color: rgb(115,46,53); /* 注)ブログタイトルホバー時最初の一文字色 (approx)Merlot */
}

#sub-title {
  line-height: 1.3;
   margin: 0 0 0 200px ; 
  max-width: 850px;
  text-align: center;
}

/***------------------------------------------
      carousel slider
------------------------------------------***/

.owl-carousel {
  margin: 0 auto 60px;
  max-width: 1400px;
  padding: 0 32px;
  visibility: hidden;
}

.disabled {
  display: none;
}

.item {
  position: relative;
}

.owl-prev, .owl-next {
  position: absolute;
  width: 20px;
  height: 100%;
  background-color: rgba(115,46,53,.7); /* 注)prev, nextボタン背景色 (approx)Merlot+不透明度0.7 */
  color: white;
  text-align: center;
}

.owl-prev {
  top: 0;
  left: 0;
}

.owl-next {
  top: 0;
  right: 0;
}

#nav-left, #nav-right {
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 100%;
}

.owl-prev span, .owl-next span {
  display: table-cell;
  vertical-align: middle;
}

.inner-image-parent, .inner-image-parent2 {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.inner-image-parent:before {
  content: "";
  display: block;
  padding-top: 72%;
}

.inner-image-parent2:before {
  content: "";
  display: block;
  padding-top: 70%;
}

.inner-image-parent a,
.inner-image-parent2 a {
  color: #f2bcc2;
　　　text-shadow:white 1px 1px 0px, white -1px 1px 0px,
             white 1px -1px 0px, white -1px -1px 0px;
}

.imgLiquidFill, .imgLiquidFill2 {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.imgLiquidFill {
  -webkit-transition: -webkit-transform .35s;
  transition: transform .35s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.carousel-title {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 15px;
  font-family: 'Playball', '游ゴシック', 'YuGothic', 'Hiragino Sans', 'ヒラギノ角ゴシック', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'メイリオ', 'Meiryo';
  -webkit-transition: -webkit-transform .35s;
  transition: transform .35s;
　　
}

.view-more {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 10px 15px;
  text-transform: none;
  background-color: rgb(212,108,118); /* 注)カルーセル内VIEW MOREが表示された時の背景色 (approx)Merlot */
  opacity: 0;
  -webkit-transition: opacity .35s, -webkit-transform .35s;
  transition: opacity .35s, transform .35s;
  -webkit-transform: translate3d(0,10px,0);
  transform: translate3d(0,10px,0);
  font-size: 15px;
  line-height: 1;
  text-transform: uppercase;
}

.inner-image-parent:hover .imgLiquidFill {
  -webkit-transform: translate3d(0,-35px,0);
  transform: translate3d(0,-35px,0);
}

.inner-image-parent:hover .carousel-title {
  -webkit-transform: translate3d(0,-60px,0);
  transform: translate3d(0,-60px,0);
}

.inner-image-parent:hover .view-more {
  opacity: 1;
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

.inner-image-parent2 {
  background: rgb(115,46,53); /* 注)トップページ記事ホバー時背景色 (approx)Merlot */
}

.imgLiquidFill2 {
  opacity: .95;
  -webkit-transition: opacity .35s, -webkit-transform .35s;
  transition: opacity .35s, transform .35s;
  -webkit-transform: scale3d(1.05,1.05,1);
  transform: scale3d(1.05,1.05,1);
}

.inner-image-parent2 .read-more::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 110%;
  height: 110%;
  background: rgba(255,255,255,.5);
  content: "";
  -webkit-transition: -webkit-transform .6s;
  transition: transform .6s;
  -webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-110%,0);
  transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-110%,0);
}

.inner-image-parent2 p {
  position: absolute;
  right: 0;
  bottom: 0;
  margin: 3em;
  padding: 0 1em;
  max-width: 130px; /*max-width: 150px;*/
  border-right: 4px solid white; /* 注)READ MORE AND SEE DETAILSテキスト横ボーダー色 */
  color: white; /* 注)READ MORE AND SEE DETAILSテキスト色 */
  font-size: 14px;
  text-transform: uppercase;
  text-align: right;
  opacity: 0;
  -webkit-transition: opacity .35s;
  transition: opacity .35s;
}

.inner-image-parent2:hover .imgLiquidFill2 {
  opacity: .6;
  -webkit-transform: scale3d(1,1,1);
  transform: scale3d(1,1,1);
}

.inner-image-parent2:hover .read-more::before {
  -webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
  transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
}

.inner-image-parent2:hover p {
  opacity: 1;
  -webkit-transition-delay: .1s;
  transition-delay: .1s;
}

/* animation */
@-webkit-keyframes fadeIn {
  0% {opacity: 0;}
  100% {opacity: 1;}
}
@keyframes fadeIn {
  0% {opacity: 0;}
  100% {opacity: 1;}
}
.fadeIn {
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
}
/* animation */
.animated {
  -webkit-animation-duration: .6s;
          animation-duration: .6s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0,30px,0);
            transform: translate3d(0,30px,0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0,30px,0);
            transform: translate3d(0,30px,0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
}


/***------------------------------------------
      top page
------------------------------------------***/

#grid-container {
  margin: 0 auto;
  width: 100%;
}

.element-item {
  width: 45%;
  float: left;
  position: relative;
  padding: 0 20px 40px;
  visibility: hidden;
}

/* ribbon */
.vertical-ribbon {
  display: inline-block;
  position: absolute;
  top: -.5em;
  left: 20px;
  width: 5em;
  line-height: 1;
  padding: .1em .1em 0;
  word-wrap: break-word;
  text-align: center;
  z-index: 3;
  background-color: rgb(212,108,118); /* 注)日付リボン背景色 (approx)Froly */
  font-size: 12px;
  color: white;
}

.align-modify {
  left: 0;
}

.vertical-ribbon:before {
  position: absolute;
  content: "";
  height: 0;
  width: 0;
  left: 100%;
  top: 0;
  border-bottom: 6px solid rgb(115,46,53); /* 注)日付リボン折れ部分背景色 (approx)Merlot */
  border-right: 6px solid transparent;
}

.vertical-ribbon:after {
  content: "";
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 1;
  margin-top: -20px;
  height: 0;
  width: 0;
  border: 2.5em solid rgb(212,108,118); /* 注日付リボン羽部分背景色 (approx)Froly */
  border-bottom:1em solid transparent;
}

.ribbon-content {
  position: relative;
  z-index: 3;
  padding-top: .3em;
}

.element-datetime-table {
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 100%;
}

.element-datetime-cell {
  display: table-cell;
  vertical-align: middle;
}

.topentry-month, .topentry-year {
  font-size: 11px;
  line-height: 1.7;
}

.topentry-day {
  font-size: 16px;
  line-height: 1;
  text-shadow: -1px -1px 1px white, 1px 1px rgba(0,0,0,.6);
}

.element-outline { /* 各グリッド記事に背景色を付ける場合はここに background-color: カラーコード; の項目を追加 */
  width: 100%;
  height: 100%;
}

.inner-wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.no-image-mask {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(255,255,255,.7);
}

.no-image-text {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 1.5em;
  font-size: 24px;
  line-height: 1.5em;
  color: rgba(51,51,51,.4);
  font-family: 'Playball';
  text-align: center;
}

.context {
  padding: 20px 0;
}

.entry-title { /* 注)記事タイトル文字関連 */
  margin: 0;
  padding-bottom: 10px;
  font-size: 16px;
  line-height: 1.3;
  font-weight: bolder;
  font-family: 'Playball', '游ゴシック', 'YuGothic', 'Hiragino Sans', 'ヒラギノ角ゴシック', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'メイリオ', 'Meiryo';
}

.entry-pad {
  padding: 10px 0 0 60px;
  font-family: 'Cantarell', '游ゴシック', 'YuGothic', 'Hiragino Sans', 'ヒラギノ角ゴシック', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'メイリオ', 'Meiryo';
}

.entry-title a {
  color: rgb(51,51,51);
}

.element-category {
  line-height: 1.2;
  padding-bottom: 10px;
  font-size: 12px;
}

.topentry-description {
  padding-bottom: 20px;
}

.float-parent {
  overflow: hidden;
  padding-top: 5px;
  border-top: 1px solid rgba(141,141,141,.4); /* トップページ記事下線色 (approx)Suva Grey+不透明度0.4 */
  font-size: 11px;
}

.number-of-comment {
  float: left;
}

.number-of-comment .fa {
  font-size: 14px;
}

/* SNS share */
.inner-footer-sns {
  float: right;
  font-size: 14px;
  text-align: right;
}

.permanent-inner-footer-sns {
  margin: 0 auto 10px;
  text-align: right;
}

.inner-footer-sns li,
.permanent-inner-footer-sns li {
  display: inline-block;
}

.permanent-inner-footer-sns li {
  margin-left: .5em;
}

.inner-footer-sns li a {
  display: block;
  width: 100%;
  padding-left: 1em;
  color: rgb(207,207,207);
  text-align: center;
}

.permanent-inner-footer-sns li a {
  color: white;
}

.permanent-inner-footer-sns .fa {
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 50%;
  background-color: rgb(212,108,118); /* 個別記事下SNSシェアアイコン背景色 (approx)Froly */
  text-align: center;
  -webkit-transition: .3s ease-in-out;
  -moz-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.permanent-inner-footer-sns .fa:before {
  line-height: 30px;
}

/* assigned SNS brand color */
.permanent-inner-footer-sns li a:hover .fa-facebook {
  background-color: rgb(59,89,152);
}

.permanent-inner-footer-sns li a:hover  .fa-twitter {
  background-color: rgb(85,172,238);
}

.permanent-inner-footer-sns li a:hover  .fa-pinterest-p {
  background-color: rgb(206,15,25);
}

.permanent-inner-footer-sns li a:hover  .fa-google-plus {
  background-color: rgb(221,75,57);
}

.permanent-inner-footer-sns li a:hover  .fa-pencil {
  background-color: rgb(115,46,53);
}

.c-facebook:hover {
  color: rgb(59,89,152);
}

.c-twitter:hover {
  color: rgb(85,172,238);
}

.c-pinterest:hover {
  color: rgb(206,15,25);
}

.c-google-plus:hover {
  color: rgb(221,75,57);
}


/***------------------------------------------
      individual article
------------------------------------------***/

.main-body {
  margin:0 0 50px 20px;
  padding: 0 30px;
  position: relative;
width: 82%;
}

.entry-info {
  padding-left: 60px;
}

.entry-info ul, .entry-info ul li {
  display: inline-block;
  }

.entry-info ul li {
  margin-right: 1em;
}

.contents {
  padding: 20px 0;
}

.inner-contents a:hover {
  text-decoration: underline;
}

.inner-contents img {
  visibility: hidden;
}

/* tag on article */
.tags {
  margin-top: 20px;
  font-size: 13px;
}

.tags a {
  margin-top: 20px;
  padding: 2px;
}


/***------------------------------------------
      posted comment
------------------------------------------***/

.another-title {
  margin: 0 auto 20px;
  position: relative;
  font-size: 18px;
  font-family: 'Playball', '游ゴシック', 'YuGothic', 'Hiragino Sans', 'ヒラギノ角ゴシック', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'メイリオ', 'Meiryo';
  text-align: center;
}

.another-title span {
  display: inline-block;
  position: relative;
  z-index: 2;
  padding: 0 .5em;
  background-color: rgb(248,248,248);
}

.another-title:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  margin: auto;
  width: 100%;
  height: 1px;
  background-color: rgb(225,225,225);
}

.border-container {
  min-height: 46px;
  font-weight: 600;
  padding-left: 55px;
  position: relative;
}

.border-container:before {
  content: "\f007";
  font-family: 'FontAwesome';
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 46px;
  height: 46px;
  line-height: 46px;
  font-size: 18px;
  color: white;
  text-align: center;
  background-color: rgb(207,207,207); /* 注)訪問者アイコン背景色 (approx)Very Light Grey */
  border-radius: 50%;
}

.visitor-name {
  font-size: 14px;
}

.comment-title {
  margin-bottom: 5px;
}

.comment-body {
  padding: 10px 0;
}

.visitor-fotter-info {
  text-align: right;
  margin-top: 10px;
}


/***------------------------------------------
      comment form
------------------------------------------***/

#comment_form {
  margin: 0 auto;
  width: 100%;
  max-width: 600px;
  text-decoration: none;
  vertical-align: middle;
}

#comment_form label {
  display: block;
  padding-bottom: 5px;
  font-size: 12px; /* 注)コメント投稿フォームフォント大きさ */
}

#comment_form input {
  margin-bottom: 10px;
  width: 100%;
  border: 1px solid rgb(220,220,220); /* 注)コメントフォーム各項目ボーダー色 Gainsboro */
  padding: 12px;
  background-color: white;
  border-radius: 4px;
}

#comment_form input:focus, #comment:focus {
  border: 1px solid rgb(179,179,179); /* 注)コメントフォーム各項目(含 テキストエリア)フォーカス時ボーダー色 Gray70 */
}

#comment {
  margin-bottom: 10px;
  width: 100%;
  min-height: 200px;
  background-color: white;
  border: 1px solid rgb(220,220,220); /* 注コメントフォームテキストエリアボーダー色 Gainsboro */
  padding: 12px;
  border-radius: 4px;
  line-height: 1.5;
}

#comment_form input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px white inset;
}

#community {
  position: relative;
  background-color: rgb(248,248,248);
  padding-top: 50px;
  margin-top: -50px;
}

/* checkbox */
#no-p input:focus {
  outline: none;
}

#no-p input[type=checkbox] {
  display: inline-block;
  margin-right: 6px;
}
#no-p input[type=checkbox] + label {
  position: relative;
  left: 0;
  display: inline-block;
  margin-right: 12px;
  line-height: 1.5px;
  cursor: pointer;
}
 
@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: "";
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    width: 18px;
    height: 18px;
    margin-top: -10px;
    background-color: white;
  }

  #no-p input[type=checkbox] + label:before {
    border: 1px solid rgb(220,220,220); /* 注)secretコメントチェックボックスボーダー色 Gainsboro */
    border-radius: 2px;
  }

  #no-p input[type=checkbox]:checked + label:after {
    content: "";
    position: absolute;
    top: 50%;
    display: block;
  }

  #no-p input[type=radio]:checked + label:after {
    top: 2px;
    left: 5px;
    width: 8px;
    height: 8px;
    margin-top: -4px; 
    background: rgb(212,108,118); /* 注)secretコメントチェックマーク色 (approx)Froly(1/3) */
    border-radius: 8px;
  }

  #no-p input[type=checkbox]:checked + label:after {
    left: 3px;
    width: 16px;
    height: 8px;
    margin-top: -8px;
    border-left: 3px solid rgb(212,108,118); /* 注)secretコメントチェックマーク色 (approx)Froly(2/3) */
    border-bottom: 3px solid rgb(212,108,118); /* 注)secretコメントチェックマーク色 (approx)Froly(3/3) */
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
}

/* send and delete button */
#sendbtn, #delbtn {
  text-align: center;
  font-size: 14px; /* 注)コメントsend/ deleteボタンフォント大きさ */
  width: 156px;
  height: 30px;
  margin-right: 20px;
  margin-top: 20px;
  border: none;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, rgb(255,255,255)), color-stop(1.00, rgb(206,206,206))); /* 注)コメントsend・deleteボタングラデーション背景色 white, Very Light Grey */
  background: -webkit-linear-gradient(rgb(255,255,255), rgb(206,206,206));
  background: -moz-linear-gradient(rgb(255,255,255), rgb(206,206,206));
  background: -o-linear-gradient(rgb(255,255,255), rgb(206,206,206));
  background: -ms-linear-gradient(rgb(255,255,255), rgb(206,206,206));
  background: linear-gradient(rgb(255,255,255), rgb(206,206,206));
  box-shadow: 4px 4px 8px rgba(0,0,0,.2);
  border-radius: 5px;
  padding: 2px 0;
  color: rgb(179,179,179); /* 注)send, deleteボタン文字色 Gray70 */
  cursor: pointer;
  -webkit-transition: .3s ease-in-out;
  -moz-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

#sendbtn {
  margin-right: 1%;
}

#delbtn {
  margin-left: 1%;
}

#sendbtn:hover {
  color: rgb(51,51,51); /* 注)sendボタンホバー時テキスト色 Night Rider */
}

#delbtn:hover {
  color: rgb(134,13,37); /* 注)deleteボタンホバー時テキスト色 (approx)Burgundy */
}

.comment-info {
  text-align: right;
}


/***------------------------------------------
      trackback
------------------------------------------***/

.op, #for-trackback-word {
  display: block;
  width: 100%;
  max-width: 600px;
}

.op {
  margin: 30px auto 10px;
  border: 1px solid rgb(220,220,220); /* 注)トラックバックボーダー色 Gainsboro */
  border-radius: 0;
  outline: none;
  padding: .5em;
  font-size: 13px; /* 注)・トラックバックフォント大きさ */
}

#for-trackback-word {
  margin: 0 auto;
}

.op:focus {
  border: 1px solid rgb(179,179,179); /* 注)トラックバックフォーカス時ボーダー色 Gray70 */
}


/***------------------------------------------
      related post, trackback list
------------------------------------------***/

.relate_dl, .tb_dl {
  margin-top: 20px;
  background: rgb(235,235,235); /* 注)関連記事・トラックバック一覧背景色 (approx)Whisper */
  padding: 10px;
  border-radius: 4px;
}

.relate_dt, .tb_dt {
  font-weight: bold;
  padding: 3px;
}

.date {
  padding-top: 10px;
}

.tb_ul {
  padding: 10px 0;
}

.relate_ul, .tb_ul {
  list-style: square inside;
}


/***------------------------------------------
      index (title list), search page
------------------------------------------***/

.list-title {
  margin: 0 auto;
  line-height: 1.5;
  font-weight: bolder;
  font-size: 14px; /* 注)全記事リスト記事タイトルフォント大きさ */
}

.list-title a {
  text-decoration: none;
}

.list-entry {
  padding: 5px 0;
}

.list-entry-date, .list-entry-category {
  text-align: right;
}

.list-entry-category {
  font-size: 12px; /* 注)全記事リストカテゴリフォント大きさ */
}

/* only for search page */
.list-entry .list-a {
  float: right;
  margin-left: 10px;
  margin-bottom: 10px;
  width: 72px;
  height: 72px;
}

.thumbnails {
  display: inline-block;
  position: relative;
  width: 72px;
  height: 72px;
  overflow: hidden;
}

.search-noimage {
  width: 100%;
  height: 100%;
  background: url(http://blog-imgs-93.fc2.com/v/a/n/vanillaice000/southnoimage.jpg) center center no-repeat; /* 注)No image画像 検索結果 */
  background-size: cover;
}

.search-noimage:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255,255,255,.8); /* 注)検索結果ページNo image上マスク背景色 white 不透明度0.8 */
}

.thumbnails .no-image-text {
  font-size: 12px; /* 注)検索結果ページNo imageフォント大きさ */
}

/***------------------------------------------
      rss thumbnail
------------------------------------------***/


#new-arrival {
  font-size: 17px;
  font-family: 'Playball', '游ゴシック', 'YuGothic', 'Hiragino Sans', 'ヒラギノ角ゴシック', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'メイリオ', 'Meiryo';
}

#feedContainer {
  margin: 0 auto;
  width: 100%;
  word-break: break-all;
  overflow: hidden;
}

.rss-container {
  float: left;
  position: relative;
  width: 12.5%;
  overflow: hidden;
}

.rss-container:before {
  content: "";
  display: block;
  padding-top: 100%;
}

.rss-image-wrap {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.rss-image {
  width: 100%;
  height: 100%;
}

.rss-image img {
  position: relative;
  top: 50%;
  left: 50%;
  height: 120%;
  width: auto;
  max-width: initial;
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}

.time-stamp {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.time-table {
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.4);
  opacity: 0;
  -webkit-transition: .3s ease-in-out;
  -moz-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.rss-date {
  display: table-cell;
  vertical-align: middle;
  color: white;
  text-align: center;
}

#rss-thumbnail-list a:hover .time-table {
  opacity: 1;
}

.no-image-overlay {
  width: 100%;
  height: 100%;
  background: url(http://blog-imgs-93.fc2.com/v/a/n/vanillaice000/southnoimage.jpg) center center /cover no-repeat; /* 注)No image画像 RSS新着サムネイル */
  position: relative;
}

.no-image-overlay:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  background: rgba(255,255,255,.7); /* 注)RSS新着No image背景色 white+不透明度0.7 */
}

.rss-no-image {
  position: absolute;
  width: 100%;
  height: 1.5em;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 3;
  margin: auto;
  font-size: 12px;
  line-height: 1.5em;
  font-family: 'Playball';
  color: rgba(51,51,51,.4); /* 注)RSS新着No imageテキスト文字色 Night Rider+不透明度0.4 */
  text-align: center;
}

.rss-date {
  font-size: 12px;
}


/***------------------------------------------
      calendar (includes official one)
------------------------------------------***/

.calender {
  margin: 0 auto;
  table-layout: fixed;
  width: 260px;
  text-align: center;
  font-size: 12px;
  border-spacing: 3px 6px;
}

.calender caption {
  margin-bottom: 10px;
}

#prevMonth {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  width: 30%;
}

.calender-month-style {
  display: inline-block;
  vertical-align: middle;
  width: 30%;
  font-size: 15px;
  text-transform: uppercase;
}

#nextMonth {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  width: 30%;
}

.sun {
  color: rgb(161,12,0);
}

.calender td {
  height: 30px;
  line-height: 30px;
  padding: 0;
}

.calender td a {
  margin: 0 auto;
  display: block;
  width: 30px;
  height: 30px;
  line-height: 28px;
  border: 1px solid rgb(212,217,220);
  border-radius: 50%;
}

.calender td a:hover {
  background: rgb(212,217,220);
}


/***------------------------------------------
      side menu(secondary)
------------------------------------------***/

.side-menu {
  margin: 0 auto;
  display: inline-block;
  vertical-align: top;
  width: 220px; /* width: 300px; */
  padding: 0 15px 30px;
  font-size: 12px; /* 注)サイドメニューフォント大きさ */
  line-height: 1.8;
}

.side-menu ul {
  list-style: disc inside;
}

#about-me-table {
  margin: 0 auto;
  display: table;
  table-layout: fixed;
  width: 100%;
  height: auto;
  background: url(http://blog-imgs-93.fc2.com/v/a/n/vanillaice000/photo-1453549652105-8469be06d67cth_th_.jpg) center center / cover no-repeat; /* 注)Hi there背景画像 */
}

#about-me-cell {
  display: table-cell;
  width: 100%;
  background-color: rgba(0,0,0,.3);
  padding: 30px;
  color: white;
  font-size: 13px;
  text-align: center;
}

#hi-there {
  margin: 0 auto 20px;
  display: inline-block;
  border: 2px solid white;
  padding: 10px 30px;
}

.sidebar-style {
  text-align: left;
}

.sidebar-style a {
  color: rgb(150,150,150);
}

.side-menu h4 {
  position: relative;
  margin: 5px 5px 30px 5px;
  background-color: white;
  font-size: 15px; /* 注)サイドメニュープラグインタイトルフォント大きさ */
  line-height: 1.3;
  font-family: 'Playball', '游ゴシック', 'YuGothic', 'Hiragino Sans', 'ヒラギノ角ゴシック', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'メイリオ', 'Meiryo';
  text-align: center;
}

.side-menu h4:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -7px;
  z-index: 5;
  width: 0;
  height: 0;
  border: 7px solid transparent;
  border-top-color: rgb(212,108,118); /* 注)サイドメニュープラグインタイトル背景色 (approx)Froly */
  border-bottom: none;
  margin-left: -7px;
}

.title-arrow {
  position: relative;
  z-index: 3;
  display: block;
  padding: 11px 15px 9px;
  background-color: rgb(212,108,118); /* 注)サイドメニュープラグインタイトル矢印部分色 (approx)Froly */
  color: white;
}

.side-menu h4:after {
  content: "";
  display: block;
  position: absolute;
  height: 100%;
  z-index: 1;
  left: -5px;
  right: -5px;
  bottom: 3px;
  border: 1px solid rgba(141,141,141,.4);
}


/***------------------------------------------
      official plug-in
------------------------------------------***/

/* profile */
 .plugin-myimage {
  text-align: center !important;
  margin-bottom: 10px;
}

/* mail form */
.sidebar-style form {
  margin: 0 auto;
  width: 98%;
  max-width: 260px;
  display: block;
}

.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;
}

/* search */
.plugin-search {
  margin: 0 auto;
  width: 98%;
}

.plugin-search input {
  margin-bottom: 8px;
}

/* tag */
.plugin-tag a {
  margin: 2px;
  display: inline-block;
  padding: .3em .2em .2em;
  border: 1px solid rgb(220,220,220); /* 公式タグボーダー色 Gainsboro */
}


/***------------------------------------------
      pager
------------------------------------------***/

/* general */
.pager {
  width: 100%;
  margin: 70px auto 50px;
}

.simple-pagination {
  position: relative;
  overflow: hidden;
  margin: 0;
  text-align: center;
}

.simple-pagination ul {
  display: inline-block;
  list-style: none;
  position: relative;
  padding: 0;
  margin: 0;
}

.simple-pagination li {
  display: block;
  float: left;
  margin-bottom: 2px;
  list-style: none;
  box-shadow: 1px 0 0 0 rgb(229,229,229), 
              0 1px 0 0 rgb(229,229,229), 
              1px 1px 0 0 rgb(229,229,229),
              1px 0 0 0 rgb(229,229,229) inset, 
              0 1px 0 0 rgb(229,229,229) inset;
}

.light-theme a, .light-theme span {
  display: inline-block;
  width: 35px;
  height: 35px;
  vertical-align: middle;
  line-height: 35px;
  color: rgb(51,51,51);
  text-align: center;
  font-size: 12px; /* 注)汎用ページ送りフォント大きさ */
  background: transparent;
}

.light-theme a:hover {
  background-color: rgb(212,217,220); /* 注)汎用ページ送りマウスホバー時背景色 (approx)Pattens Blue */
  opacity: 1;
}

.prev, .next {
  border: none !important;
  font-weight: bolder;
}

.light-theme .current {
  background: rgba(212,217,220,.4); /* 注)汎用ページ送り現在ページ背景色 (approx)Pattens Blue+不透明度0.4 */
  color: rgb(51,51,51);
}

.light-theme .ellipse {
  font-weight: bold;
  color: rgb(51,51,51);
}

.light-theme .prev, .light-theme .next {
  box-shadow: none;
  background-color: rgb(212,217,220); /* 注)汎用ページ送りprev/ next時背景色 (approx)Pattens Blue */
  color: rgb(51,51,51);
}

/* article */
.posted-pager {
  margin: 0 auto 50px;
  display: table;
  table-layout: fixed;
  width: 82%;
  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;
  position: relative;
  width: 100%;
  height: 100%;
  padding-left: 40px;
  text-align: left;
}

.prev-a:before {
  content: "\f104";
  position: absolute;
  font-family: 'FontAwesome';
  width: 35px;
  height: 35px;
  line-height: 35px;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background-color: rgba(212,217,220,.4); /* 注)個別記事prevページ送り背景色 (approx)Pattens Blue+不透明度0.4 */
  color: rgb(51,51,51);
  text-align: center;
  -webkit-transition: .3s ease-in-out;
  -moz-transition: .3s ease-in-out;
  -o-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;
  line-height: 35px;
  background-color: rgba(212,217,220,.4); /* 注)個別記事homeページ送り背景色 (approx)Pattens Blue+不透明度0.4 */
  color: rgb(51,51,51);
  -webkit-transition: .3s ease-in-out;
  -moz-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.center-a .fa:before {
  line-height: 35px;
}

.next-a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  text-align: right;
  padding-right: 40px;
}

.next-a:before {
  content: "\f105";
  position: absolute;
  font-family: 'FontAwesome';
  width: 35px;
  height: 35px;
  line-height: 35px;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background-color: rgba(212,217,220,.4); /* 注)個別記事nextページ送り背景色 (approx)Pattens Blue+不透明度0.4 */
  color: rgb(51,51,51);
  text-align: center;
  -webkit-transition: .3s ease-in-out;
  -moz-transition: .3s ease-in-out;
  -o-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(212,217,220); /* 注)個別記事ページ送りホバー時背景色 (approx)Pattens Blue */
}

/* side pagination */
.side-pager-left, .side-pager-right {
  position: fixed;
  z-index: 100003;
  top: 40%;
  width: 180px;
  height: 80px;
  font-size: 12px; /* 注)サイドページ送りフォント大きさ */
  -webkit-transition: opacity .7s ease;
  -moz-transition: opacity .7s ease;
  transition: opacity .7s ease;
  opacity: 0;
}

.side-pager-left {
  left: -157px;
}

.side-pager-right {
  right: -157px;
}

.page-div-right, .page-div-left {
  display: block;
  width: 180px;
  height: 80px;
  margin: 0;
}

.side-pager-right a, .side-pager-left a {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
  color: rgb(51,51,51);
  word-break: break-all;
}

.page-table {
  display: table;
  width: 100%;
  height: 100%;
}

.circle-cell {
  display: table-cell;
  vertical-align: top;
  width: 80px;
  height: 80px;
}

.circle {
  display: block;
  width: 80px;
  height: 80px;
  line-height: 80px;
  border-radius: 50%;
  background-color: rgba(115,46,53,.2); /* 注)個別記事ページサイドページ送りnext, prev背景色  (approx)Tamarillo+不透明度0.8 */
  text-align: center;
}

.title-cell {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  padding: 0 10px;
  background: rgba(245,245,245,.8);
}

.appear {
  opacity: 1;
}

/* title list */
.titlelist-pager {
  margin: 0 auto 50px;
  display: table;
  table-layout: fixed;
  width: 100%;
  max-width: 300px;
}

.t-prev-a, .t-center-a, .t-next-a {
  display: inline-block;
  width: 100%;
  height: 100%;
  text-align: center;
}

.t-prev-a .fa, .t-center-a .fa, .t-next-a .fa {
  display: inline-block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  background-color: rgba(212,217,220,.4); /* 注)全記事リストページ送りprev/ next背景色 (approx)Pattens Blue+不透明度0.4 */
  color: rgb(51,51,51);
  -webkit-transition: .3s ease-in-out;
  -moz-transition: .3s ease-in-out;
  -o-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(212,217,220); /* 注)全記事リストページ送りホバー時背景色 (approx)Pattens Blue */
}


/***------------------------------------------
      pager
------------------------------------------***/

#pagetop {
  display: none;
  position: fixed;
  z-index: 100003;
  bottom: 140px;
  right: 60px;
  width: 40px;
  height: 40px;
  border: 1px solid rgba(179,171,180,.5);
  border-radius: 50%;
  background: rgba(255,255,255,.4);
  color: rgb(94,157,31);
}

#pagemiddle {
  display: none;
  width: 0;
  height: 0;
  font-size: 0;
}

#pagebottom {
  display: none;
  position: fixed;
  z-index: 100003;
  bottom: 90px;
  right: 60px;
  width: 40px;
  height: 40px;
  border: 1px solid rgba(179,171,180,.5);
  border-radius: 50%;
  background: rgba(255,255,255,.4);
  color: rgb(94,157,31);
}

#pagetop a, #pagebottom a {
  display: inline-block;
  width: 100%;
  height: 100%;
  line-height: 40px;
}

.new {
  color: red;
  font-size: 11px;
}

.end {
  width: 100%;
  padding: 40px 0 80px;
  background-color: rgb(115,46,53); /* 注)フッター背景色 (approx)Merlot */
  line-height: 1.3;
  color: white;
  text-align: center;
}

/* sns on footer */
#footer-sns {
  margin: 0 auto 40px;
  width: 95%;
  max-width: 1400px;
  border-bottom: 1px solid rgba(141,141,141,.4);
}

#sns-ul {
  list-style: none;
  padding-bottom: 40px;
}

#sns-ul li {
  display: inline-block;
  margin: 3px;
}

#sns-ul .fa {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: white;
  line-height: 30px;
  -webkit-transition: .3s ease-in-out;
  -moz-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

#sns-ul .fa:before {
  line-height: 30px;
}

#sns-ul a {
  color: rgb(51,51,51);
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}

#sns-ul a:hover {
  color: white;
}

#sns-ul a:hover .fa-facebook {
  background-color: rgb(59,89,152);
}

#sns-ul a:hover .fa-twitter {
  background-color: rgb(73,171,242);
}

#sns-ul a:hover .fa-instagram {
  background-color: rgb(81,127,164);
}

#sns-ul a:hover .fa-pinterest-p {
  background-color: rgb(206,15,25);
}

#sns-ul a:hover .fa-google-plus {
  background-color: rgb(221,75,57);
}

#sns-ul a:hover .fa-youtube {
  background-color: rgb(204,24,30);
}

.foot, #copyright {
  text-align: center;
  font-size: 12px;
}

#ad1, #ad2 {
  font-size: 11px;
}


/***------------------------------------------
      less than 1280
------------------------------------------***/

@media screen and (max-width: 1280px) {

  #main-container {
    width: 90%;
  }

}


/***------------------------------------------
      less than 1160
------------------------------------------***/

@media screen and (max-width: 1160px) {

  #main-container {
    width: 95%;
  }

}


/***------------------------------------------
      less than 1070
------------------------------------------***/

@media screen and (max-width: 1070px) {

  #main-container {
    width: 100%;
  }

  #primary, #secondary, #main {
    margin: 0 auto;
    float: none;
  }

  #primary {
    width: 80%;
  }

  #secondary {
    width: 100%;
    text-align: center;
  }

  .rss-container {
    width: 25%;
  }

  #pagetop {
    bottom: 190px;
    right: 8px;
  }

  #pagebottom {
    right: 8px;
  }

  #pagemiddle {
    display: none;
    position: fixed;
    z-index: 100003;
    bottom: 140px;
    right: 8px;
    font-size: 11px;
    width: 40px;
    height: 40px;
    border: 1px solid rgba(179,171,180,.5);
    border-radius: 50%;
    background: rgba(255,255,255,.4);
    color: rgb(94,157,31);
  }

  #pagemiddle a {
    display: inline-block;
    width: 100%;
    height: 100%;
    line-height: 40px;
  }

}


/***------------------------------------------
      less than 940
------------------------------------------***/

@media screen and (max-width: 940px) {

  #primary {
    width: 90%;
  }

}


/***------------------------------------------
      less than 768 (exclude iPad)
------------------------------------------***/

@media screen and (max-width: 768px) {

  .blog-name-container {
    padding-bottom: 20px;
  }

  .navi-menu {
    margin-bottom: 20px;
  }

}


/***------------------------------------------
      less than 768
------------------------------------------***/

@media screen and (max-width: 768px) {

  body:before { /* 注)タブレット・スマホでのヘッダー背景画像調整 */
  background-size: 300% auto;
  background-position: 10% 0;
}

  #primary {
    width: 95%;
  }

  .mobile-toggle {
    display: block;
    margin: 0 0 0 auto;
    cursor: pointer;
    font-size: 20px;
    width: 58px;
    height: 50px;
    padding: 14px 15px 0;
  }

  .mobile-toggle span {
    width: 28px;
    height: 3px;
    margin-bottom: 5px;
    border-radius: 1000px;
    background: rgb(115,46,53); /* 注)上部ナビゲーションハンバーガーボタンの色  (approx)Tamarillo*/
    display: block;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
  }

  .open-navi span:nth-of-type(1) {
    -webkit-transform: translateY(8px) rotate(-45deg);
    -moz-transform: translateY(8px) rotate(-45deg);
    transform: translateY(8px) rotate(-45deg);
  }

  .open-navi span:nth-of-type(2) {
    opacity: 0;
  }

  .open-navi span:nth-of-type(3) {
    -webkit-transform: translateY(-8px) rotate(45deg);
    -moz-transform: translateY(-8px) rotate(45deg);
    transform: translateY(-8px) rotate(45deg);
  }

  .ordinary-navi {
    display: none;
  }

  .dropmenu > li, .dropmenu > .marking {
    display: block;
    width: 100%;
    padding: .3em;
    position: static;
  }

  .dropmenu > .marking > ul {
    display: none;
    padding: 20px 0;
    background-color: rgba(115,46,53,.4); /* タブレット・スマホでのナビゲーション子メニュー展開時背景色 (approx)Merlot+不透明度0.4 */
  }

  .dropmenu > .marking > span {
    display: inline-block;
    margin-left: 1em;
  }

  .dropmenu > .marking > span:after {
    content: "\f107";
    font-family: 'FontAwesome';
    margin-left: 2em;
  }

  .submenu-anchor {
    display: inline-block;
    padding: .8em 0;
    color: white;
    text-align: center;
  }

  .submenu-anchor:hover {
    margin-left: 0;
    color: rgb(51,51,51);
  }

}


/***------------------------------------------
      less than 640
------------------------------------------***/

@media screen and (max-width: 640px) {

  .main-body {
    padding: 0 15px;
  }

  .element-item {
    float: none;
    margin: 0 auto;
    width: 100%;
    max-width: 600px;
  }

}


/***------------------------------------------
      less than 603
------------------------------------------***/

@media screen and (max-width: 603px) {

  .side-menu {
    width: 100%;
    max-width: 350px;
  }

  #tertiary {
    padding-top: 0;
    background-color: transparent;
  }

}


/***------------------------------------------
      less than 568
------------------------------------------***/

@media screen and (max-width: 568px) {
  .rss-container {
    width: 33.3%;
  }

}


/***------------------------------------------
      less than 414
------------------------------------------***/

@media screen and (max-width: 414px) {
  .rss-container {
    width: 50%;
  }

}


/***------------------------------------------
      personal settings
------------------------------------------***/

/* shadow for image */
.shadow-attachment {
  box-shadow: 0 1px 4px rgba(0,0,0,.4);
}

/* 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%;
}

/* 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;
  -moz-transition: .3s ease-in-out;
  -o-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;
  -moz-transition: .3s ease-in-out;
  -o-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;
  -moz-transition: .3s ease-in-out;
  -o-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;
  -moz-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.zoom-in-round:hover:before, .zoom-in-round:hover:after {
  opacity: 1;
}

.emoji {
  vertical-align: middle;
}

/* for darkbox */
#darkbox_next:hover, #darkbox_prev:hover {
  border-color: rgb(179,179,179) !important;
}

#darkbox {
  z-index: 100005 !important;
}

/* tree category */
.side-menu .main_menu li {
  list-style: none !important;
}


/* 広告 */
#skinadstyle { position: fixed; _position:absolute;top: 20%; z-index:0; left: 0px; margin:0px 630px 0 0;}

#skinadstyle2 {display: block; top: 20%; z-index:0; left: 48%; position: fixed; margin-left: 630px;}


#banner_ad{
 padding :4px 0 0 390px;
 margin:-30px 0 0 0px ;
} 

#eqfirst{
 margin:0 0 0 30px;
}

#eqfirst2{
 margin:30px 0 0 30px;
}



/* RSS */
#headline {
width:88%;
/*height:350px;
overflow:auto;*/
height:350px;
overflow:hidden;
background-color:#fff;
margin:0 0 20px 0 ;
}
#headlineleft{
width:49%;
height:350px;
float:left;
overflow:auto;
}

#headlineright{
width:49%;
height:350px;
float:right;
overflow:auto;
}

#headline2 {
width:95%;
/*height:350px;
overflow:auto;*/
height:350px;
overflow:hidden;
background-color:#fff;
margin:0 0 20px 0 ;
}
#headline2　#headlineleft{
width:49%;
height:350px;
float:left;
overflow:auto;
}

#headline2　#headlineright{
width:49%;
height:350px;
float:right;
overflow:auto;
}

#headline_b {
height:210px;
overflow:hidden;
background-color:#fff;
margin:0 0 20px 0;
}
#headline_b h5{
font-size:20px;
margin:0 0 0 20px;
}


#headline_b a {
  text-decoration: none;
  color: rgb(179,179,179); /* 注)基本リンク色 Gray70 */
  -webkit-transition: .3s ease-in-out;
  -moz-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
font-size:16px;
}

#headline_b a:hover {
  color: rgb(51,51,51);

}



#toprss {
margin:20px 0 0 40px  ;
}

#toprss p {
font-size: 18px;
}