@charset "utf-8";

/**
* Author: Vanillaice (Akira) - http://vanillaice000.blog.fc2.com/
* Website skin name: All-about-us
* The first edition: 2016.2.12
* 2016.9.9 - リストマーカーの位置を調整
* Latest update: 2016.9.14 - 記事下タグ周りのアウトライン修正
*/

/***------------------------------------------
      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;
}







/***------------------------------------------
      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(150,150,150); /* 注)基本リンク色 (approx)Pink Swan */
  -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";
}
span.youbiSun:before {
  content: "Sunday";
}
span.youbiMon:before {
  content: "Monday";
}
span.youbiTue:before {
  content: "Tuesday";
}
span.youbiWed:before {
  content: "Wednesday";
}
span.youbiThu:before {
  content: "Thursday";
}
span.youbiFri:before {
  content: "Friday";
}
span.youbiSat:before {
  content: "Saturday";
}


/***------------------------------------------
      layout
------------------------------------------***/

body { /* 注)記事内基本フォント関連 */
  background-color: white;
  color: rgb(51,51,51); /* 注)テキスト基本色 Night Rider */
  font: 16px/1.7 'Roboto', '游ゴシック', 'YuGothic', 'Hiragino Sans', 'ヒラギノ角ゴシック', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'メイリオ', 'Meiryo';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#wrapper {
  margin: 0 auto;
  width: 100%;
  min-width: 90%;
  position: relative;
}

#main-container {
  margin: 0 auto;
  width: 90%;
  max-width: 1400px;
  padding: 80px 0;
}

#primary {
  margin-right : -300px;
  width: 100%;
  float : left;
  padding-bottom: 80px;
  position: relative;
  z-index:1;
}

#main {
  margin-right: 330px;
}

#secondary {
  width: 300px;
  float: left;
}

#aside-container {
  position: relative;
  z-index: 2;
}


/***------------------------------------------
      header
------------------------------------------***/

/* 注)泡エフェクト不要の方ここから削除 */

/* 注)泡エフェクト不要の方ここまで削除 */

#header-banner {
  position: relative;
  background: url(https://blog-imgs-100-origin.fc2.com/o/k/i/okitakusst/20161224183944cd5.jpg) left center /cover no-repeat; /* 注)スライド最初の一枚 */
}

#header-banner:before {
  content: "";
  background-color: rgba(0,0,0,.3);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

#blog-name-container {
  margin: 0 auto;
  width: 90%;
  max-width: 1400px;
  color: white;
  padding: 10px 10px 80px;
  position: relative;
  z-index: 3;
  -webkit-transition: all .6s ease;
  -moz-transition: all .6s ease;
  transition: all .6s ease;
}

#welcome {
  color: rgb(240,240,240);
  line-height: 1.2;
  font-family: 'Alex Brush';
  font-size: 50px;
  -webkit-animation: slideInDown 1.5s;
  -moz-animation: slideInDown 1.5s;
  -o-animation: slideInDown 1.5s;
  animation: slideInDown 1.5s;
  animation-delay: .5s;
}

/* 注)ブログタイトルフォント関連 */
#blog-title {
  margin: 0 auto;
  width: 100%;
  line-height: 1.2;
  padding: 30px 0;
  font: bolder 40px/1.2 'Playfair Display', '游明朝', 'YuMincho', 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', 'serif';  text-align: center;
  -webkit-animation: slideInUp 1.5s;
  -moz-animation: slideInUp 1.5s;
  -o-animation: slideInUp 1.5s;
  animation: slideInUp 1.5s;
}

#blog-title a {
  display: inline-block;
  color: white; /* 注)ブログタイトルリンク色 */
  text-shadow: 8px 8px 1px rgba(51,51,51,.1);
}

/* welcome animation */
@-webkit-keyframes slideInDown {
  0% {
   opacity: 0;
   -webkit-transform: translateY(-100px);
  }
  50% {
   opacity: 0;
   -webkit-transform: translateY(-100px);
  }
  100% {
   opacity: 1;
   -webkit-transform: translateY(0);
  }
}
@-moz-keyframes slideInDown {
  0% {
   opacity: 0;
   -moz-transform: translateY(-100px);
  }
  50% {
   opacity: 0;
   -moz-transform: translateY(-100px);
  }
  100% {
   opacity: 1;
   -moz-transform: translateY(0);
  }
}
@-o-keyframes slideInDown {
  0% {
   opacity: 0;
   -o-transform: translateY(-100px);
  }
  50% {
   opacity: 0;
   -o-transform: translateY(-100px);
  }
  100% {
   opacity: 1;
   -o-transform: translateY(0);
  }
}
@keyframes slideInDown {
  0% {
   opacity: 0;
   transform: translateY(-100px);
  }
  50% {
   opacity: 0;
   transform: translateY(-100px);
  }
  100% {
   opacity: 1;
   transform: translateY(0);
  }
}

@-webkit-keyframes slideInUp {
  0% {
   opacity: 0;
   -webkit-transform: translateY(30px);
  }
  50% {
   opacity: 0;
   -webkit-transform: translateY(30px);
  }
  100% {
   opacity: 1;
   -webkit-transform: translateY(0);
  }
}
@-moz-keyframes slideInUp {
  0% {
   opacity: 0;
   -moz-transform: translateY(30px);
  }
  50% {
   opacity: 0;
   -moz-transform: translateY(30px);
  }
  100% {
   opacity: 1;
   -moz-transform: translateY(0);
  }
}
@-o-keyframes slideInUp {
  0% {
   opacity: 0;
   -o-transform: translateY(30px);
  }
  50% {
   opacity: 0;
   -o-transform: translateY(30px);
  }
  100% {
   opacity: 1;
   -o-transform: translateY(0);
  }
}
@keyframes slideInUp {
  0% {
   opacity: 0;
   transform: translateY(30px);
  }
  50% {
   opacity: 0;
   transform: translateY(30px);
  }
  100% {
   opacity: 1;
   transform: translateY(0);
  }
}


/***------------------------------------------
      global navigation
------------------------------------------***/

.navi-menu {
  margin: 0 auto;
  width: 100%;
  height: 45px;
  background-color: transparent;
}

.navi-menu2 {
  display: block;
  width: 100%;
  height: 45px;
  background: none;
  opacity: 0;
  overflow: hidden;
  position: fixed;
  top: -100px;
  z-index: 100004;
  -webkit-transition:  all .3s;
  -moz-transition:  all .3s;
  -o-transition:  all .3s;
  transition:  all .3s;
}

.sticky {
  background-color: rgba(0,0,0,.8);
  opacity: 1;
  top: 0;
}

.position-adjust {
  top: 27px;
}

.mobile-toggle2 {
  display: none;
  width: 58px;
  height: 45px;
  padding: 11px 15px 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 10000010;
  font-size: 20px;
}

.mobile-toggle2 span {
  display: block;
  margin-bottom: 5px;
  width: 28px;
  height: 3px;
  background: rgb(209,161,98); /* 注)ドロワーハンバーガーボタンの色(スマホのみ) (approx)Apache */
  border-radius: 1000px;
}

.ordinary-navi {
  margin: 0 auto;
  width: 100%;
}

.dropmenu {
  margin: 0 auto;
  width: 100%;
  max-width: 850px;
  list-style: none;
  font-size: 12px;
  text-align: center;
}

.dropmenu > li {
  display: inline-block;
  margin: 0;
  width: 20%;
  padding: 0;
  position: relative;
  text-align: center;
}

.dropmenu .pc-hide {
  display: none;
}

.dropmenu > li > a {
  display: block;
  margin: 0;
  height: 100%;
  color: white; /* 注)ナビゲーションリンク色 */
  padding: 1em 0;
  font-weight: bolder;
  text-decoration: none;
}

/* Sweep To Top */
.sweep-to-top {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0,0,0,0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
}
.sweep-to-top:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,.5); /* 注)ナビゲーションリンクエフェクト背景色 Black+不透明度0.5 */
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.sweep-to-top:hover, .sweep-to-top:focus, .sweep-to-top:active {
  color: white;
}
.sweep-to-top:hover:before, .sweep-to-top:focus:before, .sweep-to-top:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

.dropmenu > li > ul > li {
  width: 100%;
}

/* 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文字色 (approx)Pink Swan */
  font-family: 'Playfair Display';
}

.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;
  }
}

/* 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 */
@-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: 100%;
  padding: 0 20px 40px;
  position: relative;
}

.inner-image-parent {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.inner-image-parent:before {
  content: "";
  display: block;
  padding-top: 55%;
}

.inner-image-parent a {
  color: white;
}

.imgLiquidFill {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.element-outline { /* 各グリッド記事に背景色を付ける場合はここに background-color: カラーコード; の項目を追加 */
  width: 100%;
  height: 100%;
}

.inner-wrapper {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.no-image-text {
  margin: auto;
  width: 100%;
  height: 1.5em;
  color: rgba(51,51,51,.4);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  font-size: 24px;
  line-height: 1.5em;
  font-family: 'Playfair Display';
  text-align: center;
}

.grid-overlay {
  background-color: rgba(0,0,0,.3);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.ymd {
  display: table;
  table-layout: fixed;
  width: 100%;
  padding: 50px;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(0,20px,0);
  transform: translate3d(0,20px,0);
}

.time-border {
  display: table-cell;
  width: 150px;
  padding-right: 50px;
  vertical-align: top;
  text-align: center;
}

.topentry-day {
  width: 100px;
  height: 100px;
  border: 3px solid white;
  line-height: 97px;
  font-size: 40px;
  text-align: center;
}

.time-stamp-wrap {
  display: table-cell;
  padding-top: 10px;
  vertical-align: top;
  text-align: left;
}

.topentry-month-and-year {
  font-size: 40px;
}

.topentry_hms {
  font-size: 18px;
}

.left-margin {
  margin-left: 20px;
}

.view-more {
  margin: auto;
  width: 200px;
  border: 3px solid white;
  color: white;
  opacity: 0;
  padding: 10px;
  position: absolute;
  right: 0;
  left: 0;
  bottom: 40px;
  font-size: 18px;
  text-align: center;
  text-transform: uppercase;
  -webkit-transform: translate3d(0,100%,0);
  transform: translate3d(0,100%,0);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
}

.inner-image-parent:hover .ymd {
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

.inner-image-parent:hover:hover .view-more {
  opacity: 1;
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

.context {
  display: table;
  table-layout: fixed;
  width: 100%;
}

.context-left-cell, .context-right-cell {
  display: table-cell;
}

.context-left-cell {
  width: 150px;
  padding: 30px 0;
  vertical-align: middle;
}

.context-right-cell {
  padding: 30px 0 0 30px;
  vertical-align: top;
}

.entry-title { /* 注)記事タイトル文字関連 */
  margin: 0;
  padding-bottom: 10px;
  font: bolder 24px/1.3 'Playball', '游ゴシック', 'YuGothic', 'Hiragino Sans', 'ヒラギノ角ゴシック', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'メイリオ', 'Meiryo';
}

.entry-pad {
  padding: 10px 0;
}

.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;
}

/* SNS share */
.inner-footer-sns {
  border-right: 2px solid rgb(240,240,240); /* 注)トップページ要約記事下SNSアイコン横ボーダー色 (approx)White Smoke */
  list-style: none;
  font-size: 14px;
}

.inner-footer-sns li {
  padding: 5px 0;

}

.inner-footer-sns li a {
  display: block;
  width: 100%;
  color: rgb(100,100,100);
}

.inner-footer-sns .fa {
  margin-right: 1.5em;
}

.inner-footer-sns li .c-facebook:hover,
.permanent-inner-footer-sns li .c-facebook:hover {
  color: rgb(59,89,152);
}

.inner-footer-sns li .c-twitter:hover,
.permanent-inner-footer-sns li .c-twitter:hover {
  color: rgb(73,171,242);
}

.inner-footer-sns li .c-pinterest:hover,
.permanent-inner-footer-sns li .c-pinterest:hover {
  color: rgb(206,15,25);
}

.inner-footer-sns li .c-google-plus:hover,
.permanent-inner-footer-sns li .c-google-plus:hover {
  color: rgb(221,75,57);
}

.inner-footer-sns li .c-leave-a-comment:hover,
.inner-footer-sns li .c-send-a-trackback:hover,
.permanent-inner-footer-sns li .c-pencil:hover {
  color: rgb(173,152,149);
}

.inner-footer-sns li .c-leave-a-comment,
.inner-footer-sns li .c-send-a-trackback {
  display: inline-block;
  position: relative;
}

.abs-span {
  display: inline-block;
  position: absolute;
  top: -.5em;
  left: 1.3em;
  font-size: 12px;
}


/***------------------------------------------
      individual article
------------------------------------------***/

.main-body {
  margin-bottom: 60px;
  padding: 0 30px;
}

.entry-header {
  overflow: hidden;
}

.permanent-topentry-day-and-month {
  margin-right: 20px;
  margin-bottom: 10px;
  width: 80px;
  height: 80px;
  border: 3px solid rgb(240,240,240); /* 注)個別記事日付けボーダー色 (approx)White Smoke */
  float: left;
  font-size: 40px;
  text-align: center;
}

.permanent-topentry-day {
  line-height: 1;
  padding-top: 8px;
  font-size: 40px;
}

.permanent-topentry-month {
  font-size: 12px;
}

.small-font {
  font-size: 12px;
}

.entry-info ul, .entry-info ul li {
  display: inline-block;
  }

.entry-info ul li {
  margin-right: 1em;
}

.contents {
  padding: 20px 0;
}

.height-adjust {
  padding-top: 65px;
  margin-top: -45px;
}

.inner-contents a:hover {
  text-decoration: underline;
}

.category-name {
  padding: 30px 0 10px;
}

.category-name a {
  padding: 0 2px;
}

/* tag on article */
.tags {
  padding-bottom: 20px;
}

.tags a {
  margin-top: 20px;
  padding: 0 2px;
}

/* SNS share */
.permanent-inner-footer-sns {
  border: 3px solid rgb(240,240,240); /* 注)個別記事下SNSボーダー色 (approx)White Smoke */
  list-style: none;
  padding: 10px 0;
}

.permanent-inner-footer-sns li {
  display: inline-block;
  width: 20%;
  font-size: 16px;
  text-align: center;
}

.permanent-inner-footer-sns li a {
  display: block;
}


/***------------------------------------------
      posted comment
------------------------------------------***/

.another-title {
  margin: 0 auto 20px;
  font-family: 'Playfair Display', '游ゴシック', 'YuGothic', 'Hiragino Sans', 'ヒラギノ角ゴシック', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'メイリオ', 'Meiryo';
  font-size: 18px;
  text-align: center;
}

.border-container {
  min-height: 46px;
  padding-left: 55px;
  position: relative;
  font-weight: 600;
}

.border-container:before {
  content: "\f007";
  width: 46px;
  height: 46px;
  display: inline-block;
  background-color: rgb(207,207,207); /* 注)訪問者アイコン背景色 (approx)Very Light Grey */
  border-radius: 50%;
  color: white;
  line-height: 46px;
  position: absolute;
  top: 0;
  left: 0;
  font-family: 'FontAwesome';
  font-size: 18px;
  text-align: center;
}

.visitor-name {
  font-size: 14px;
}

.comment-title {
  margin-bottom: 5px;
}

.comment-body {
  padding: 10px 0;
}

.visitor-fotter-info {
  margin-top: 10px;
  text-align: right;
}


/***------------------------------------------
      comment form
------------------------------------------***/

#comment_form {
  margin: 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: white;
  border: 1px solid rgb(220,220,220); /* 注)コメントフォーム各項目ボーダー色 Gainsboro */
  border-radius: 4px;
  padding: 12px;
}

#comment_form input:focus, #comment:focus {
  border: 1px solid rgb(179,179,179); /* 注)コメントフォーム各項目(含 テキストエリア)フォーカス時ボーダー色 (approx)Pink Swan */
}

#comment {
  margin-bottom: 10px;
  width: 100%;
  min-height: 200px;
  background-color: white;
  border: 1px solid rgb(220,220,220); /* 注コメントフォームテキストエリアボーダー色 Gainsboro */
  border-radius: 4px;
  line-height: 1.5;
  padding: 12px;
}

#comment_form input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px white inset;
}

#community, #trackback {
  padding-top: 45px;
  margin-top: -45px;
  position: relative;
}

/* checkbox */
#no-p input:focus {
  outline: none;
}

#no-p input[type=checkbox] {
  display: inline-block;
  margin-right: 6px;
}
#no-p input[type=checkbox] + label {
  display: inline-block;
  margin-right: 12px;
  cursor: pointer;
  line-height: 1.5px;
  position: relative;
  left: 0;
}
 
@media (min-width: 1px) {
  #no-p input[type=checkbox] {
    display: none;
    margin: 0;
  }

  #no-p input[type=checkbox] + label {
    padding: 2px 0 0 24px;
  }

  #no-p input[type=checkbox] + label:before {
    content: "";
    display: block;
    margin-top: -10px;
    width: 18px;
    height: 18px;
    background-color: white;
    position: absolute;
    top: 50%;
    left: 0;
  }

  #no-p input[type=checkbox] + label:before {
    border: 1px solid rgb(220,220,220); /* 注)secretコメントチェックボックスボーダー色 Gainsboro */
    border-radius: 2px;
  }

  #no-p input[type=checkbox]:checked + label:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
  }

  #no-p input[type=radio]:checked + label:after {
    margin-top: -4px;
    width: 8px;
    height: 8px;
    background: rgb(51,51,51); /* 注)secretコメントチェックマーク色 Night Rider(1/3) */
    border-radius: 8px;
    top: 2px;
    left: 5px;
  }

  #no-p input[type=checkbox]:checked + label:after {
    margin-top: -8px;
    width: 16px;
    height: 8px;
    border-bottom: 3px solid rgb(51,51,51); /* 注)secretコメントチェックマーク色 Night Rider(2/3) */
    border-left: 3px solid rgb(51,51,51); /* 注)secretコメントチェックマーク色 Night Rider(3/3) */
    left: 3px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
}

/* send and delete button */
#sendbtn, #delbtn {
  margin-top: 20px;
  margin-right: 20px;
  width: 156px;
  height: 30px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.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));
  border: none;
  border-radius: 5px;
  box-shadow: 4px 4px 8px rgba(0,0,0,.2);
  color: rgb(179,179,179); /* 注)send, deleteボタン文字色 (approx)Pink Swan */
  cursor: pointer;
  padding: 2px 0;
  font-size: 14px; /* 注)コメントsend/ deleteボタンフォント大きさ */
  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;
}

#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;
  padding: .5em;
  outline: none;
  font-size: 13px; /* 注)・トラックバックフォント大きさ */
}

#for-trackback-word {
  margin: 0 auto;
}

.op:focus {
  border: 1px solid rgb(179,179,179); /* 注)トラックバックフォーカス時ボーダー色 (approx)Pink Swan */
}


/***------------------------------------------
      related post, trackback list
------------------------------------------***/

.relate_dl, .tb_dl {
  margin-top: 30px;
  background: rgb(248,248,248); /* 注)関連記事・トラックバック一覧背景色 (approx)Whisper */
  border-radius: 4px;
  padding: 10px;
}

.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 {
  margin-bottom: 10px;
  margin-left: 10px;
  width: 72px;
  height: 72px;
  float: right;
}

.thumbnails {
  display: inline-block;
  width: 72px;
  height: 72px;
  overflow: hidden;
  position: relative;
}

.search-noimage {
  width: 100%;
  height: 100%;
  background: url(https://blog-imgs-93-origin.fc2.com/v/a/n/vanillaice000/southnoimage.jpg) center center /cover no-repeat; /* 注)No image画像 検索結果 */
}

.search-noimage:before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(255,255,255,.8); /* 注)検索結果ページNo image上マスク背景色 white 不透明度0.8 */
  position: absolute;
  top: 0;
  left: 0;
}

.thumbnails .no-image-text {
  font-size: 12px; /* 注)検索結果ページNo imageフォント大きさ */
}

/***------------------------------------------
      rss thumbnail
------------------------------------------***/

#feedContainer {
  margin: 0 auto;
  width: 100%;
  overflow: hidden;
  word-break: break-all;
}

.rss-container {
  width: 12.5%;
  float: left;
  overflow: hidden;
  position: relative;
}

.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 {
  width: auto;
  max-width: initial;
  height: 120%;
  position: relative;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}

.time-stamp {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.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;
  color: white;
  vertical-align: middle;
  text-align: center;
}

#rss-thumbnail-list a:hover .time-table {
  opacity: 1;
}

.no-image-overlay {
  width: 100%;
  height: 100%;
  background: url(https://blog-imgs-93-origin.fc2.com/v/a/n/vanillaice000/allaboutusnoimage2.jpg) center center /cover no-repeat; /* 注)No image画像 RSS新着サムネイル */
  position: relative;
}

.no-image-overlay:before {
  content: "";
  background: rgba(0,0,0,.4); /* 注)RSS新着No image背景色 Black+不透明度0.7 */
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
}

.rss-no-image {
  margin: auto;
  width: 100%;
  height: 1.5em;
  color: rgba(255,255,255,.4); /* 注)RSS新着No imageテキスト文字色 Night White+不透明度0.4 */
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 3;
  font: 12px/1.5em 'Playfair Display';
  text-align: center;
}

.rss-date {
  font-size: 12px;
}


/***------------------------------------------
      side menu(secondary)
------------------------------------------***/

.side-menu {
  display: inline-block;
  margin: 0 auto;
  width: 330px;
  line-height: 1.8;
  padding: 0 15px 30px;
  vertical-align: top;
  font-size: 14px; /* 注)サイドメニューフォント大きさ */
}

.side-menu ul {
  list-style-type: disc;
}

.side-menu ul li {
  margin-left: 1.5em;
}

/* about me */
#about-image-container {
  width: 100%;
  height: auto;
  position: relative;
}

#about-image-container img {
  width: 100%;
  height: auto;
}

#about-me-image {
  margin: auto;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -60px;
}

#about-image-container:after {
  content: "";
  margin: auto;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  box-shadow: inset 0 0 0 12px rgba(255,255,255,.2),
              0 1px 2px rgba(0,0,0,.3);
  position: absolute;
  right: 0;
  bottom: -60px;
  left: 0;
}

.about-context {
  margin-top: 80px;
}

.sidebar-style {
  text-align: left;
}

.side-menu h4 {
  border: 7px solid rgb(240,240,240); /* 注)サイドメニュープラグインタイトルボーダー色 (approx)White Smoke */
  padding: .3em .3em;
  font: 16px/1.3 'Playfair Display', '游ゴシック', 'YuGothic', 'Hiragino Sans', 'ヒラギノ角ゴシック', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'メイリオ', 'Meiryo';
  text-align: center;
}

/* only smartphone */
#sidenav {
  margin: 0 auto;
  width: 100%;
  background-color: rgb(245,245,245); /* 注)スマホドロワーメニュー背景色 White Smoke */
  font-size: 14px;
}

#sidenav > aside {
  height: 100%;
  overflow: auto;
  padding: 0 0 100px;
  position: relative;
  -webkit-overflow-scrolling: touch;
}


/***------------------------------------------
      official plug-in
------------------------------------------***/

/* calendar */
.calender {
  margin: 0 auto;
  width: 260px;
  border-spacing: 3px 6px;
  table-layout: fixed;
  font-size: 12px;
  text-align: center;
}

.calender caption {
  margin-bottom: 10px;
}

#prevMonth {
  display: inline-block;
  width: 30%;
  vertical-align: middle;
  text-align: center;
}

.calender-month-style {
  display: inline-block;
  width: 30%;
  vertical-align: middle;
  font-size: 15px;
  text-transform: uppercase;
}

#nextMonth {
  display: inline-block;
  width: 30%;
  vertical-align: middle;
  text-align: center;
}

.sun {
  color: rgb(161,12,0);
}

.calender td {
  height: 30px;
  line-height: 30px;
  padding: 0;
}

.calender td a {
  display: block;
  margin: 0 auto;
  width: 30px;
  height: 30px;
  border: 1px solid rgb(212,217,220); /* 注)カレンダーリンクボーダー色 (approx)Pattens Blue */
  border-radius: 50%;
  color: rgb(51,51,51);
  line-height: 28px;
}

.calender td a:hover {
  background: rgb(212,217,220); /* 注)カレンダーリンクホバー時背景色 (approx)Pattens Blue */
}

/* profile */
 .plugin-myimage {
  margin-bottom: 10px;
  text-align: center !important;
}

/* mail form */
.sidebar-style form {
  display: block;
  margin: 0 auto;
  width: 98%;
  max-width: 260px;
}

.sidebar-style input:not([type="submit"]),
.sidebar-style textarea,
.sidebar-style select {
  display: inline-block;
  margin-left: 1%;
  width: 98% !important;
  background-color: white;
  border: 1px solid rgb(207,207,207);
  border-radius: 2px;
  outline: none;
  padding: .5em;
}

/* search */
.plugin-search {
  margin: 0 auto;
  width: 98%;
}

.plugin-search input {
  margin-bottom: 8px;
}

/* tag */
.plugin-tag a {
  display: inline-block;
  margin: 2px;
  border: 1px solid rgb(220,220,220); /* 公式タグボーダー色 Gainsboro */
  padding: .3em .2em .2em;
}


/***------------------------------------------
      pager
------------------------------------------***/

/* general */
.pager {
  margin: 70px auto 50px;
  width: 100%;
}

.simple-pagination {
  margin: 0;
  overflow: hidden;
  position: relative;
  text-align: center;
}

.simple-pagination ul {
  display: inline-block;
  margin: 0;
  list-style: none;
  position: relative;
  padding: 0;
}

.simple-pagination li {
  display: block;
  margin-bottom: 2px;
  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;
  font-size: 12px; /* 注)汎用ページ送りフォント大きさ */
  text-align: center;
}

.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 {
  color: rgb(51,51,51);
  font-weight: bold;
}

.light-theme .prev, .light-theme .next {
  background-color: rgb(212,217,220); /* 注)汎用ページ送りprev/ next時背景色 (approx)Pattens Blue */
  box-shadow: none;
  color: rgb(51,51,51);
}

/* 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: rgba(212,217,220,.4); /* 注)個別記事prevページ送り背景色 (approx)Pattens Blue+不透明度0.4 */
  color: rgb(51,51,51);
  line-height: 35px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  font-family: 'FontAwesome';
  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;
  background-color: rgba(212,217,220,.4); /* 注)個別記事homeページ送り背景色 (approx)Pattens Blue+不透明度0.4 */
  color: rgb(51,51,51);
  line-height: 35px;
  -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;
  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: rgba(212,217,220,.4); /* 注)個別記事nextページ送り背景色 (approx)Pattens Blue+不透明度0.4 */
  color: rgb(51,51,51);
  line-height: 35px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  font-family: 'FontAwesome';
  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 {
  width: 180px;
  height: 80px;
  opacity: 0;
  position: fixed;
  top: 40%;
  z-index: 100003;
  font-size: 12px; /* 注)サイドページ送りフォント大きさ */
  -webkit-transition: opacity .7s ease;
  -moz-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;
  -moz-transition: none;
  -o-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(0,0,0,.2); /* 注)個別記事ページサイドページ送りnext, prev背景色 Black+不透明度0.8 */
  border-radius: 50%;
  line-height: 80px;
  position: relative;
  z-index: 100003;
  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: rgba(212,217,220,.4); /* 注)全記事リストページ送りprev/ next背景色 (approx)Pattens Blue+不透明度0.4 */
  color: rgb(51,51,51);
  line-height: 35px;
  -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;
  width: 40px;
  height: 40px;
  background: rgba(255,255,255,.4);
  border: 1px solid rgba(179,171,180,.5);
  border-radius: 50%;
  color: rgb(94,157,31);
  position: fixed;
  right: 60px;
  bottom: 140px;
  z-index: 100003;
}

#pagemiddle {
  display: none;
  width: 0;
  height: 0;
  font-size: 0;
}

#pagebottom {
  display: none;
  width: 40px;
  height: 40px;
  background: rgba(255,255,255,.4);
  border: 1px solid rgba(179,171,180,.5);
  border-radius: 50%;
  color: rgb(94,157,31);
  position: fixed;
  z-index: 100003;
  right: 60px;
  bottom: 90px;
}

#pagemiddle-sp {
  display: none;
  width: 40px;
  height: 40px;
  background: rgba(255,255,255,.4);
  border: 1px solid rgba(179,171,180,.5);
  border-radius: 50%;
  color: rgb(94,157,31);
  position: fixed;
  z-index: 100003;
  right: 60px;
  bottom: 165px;
  font-size: 11px;
}

#pagetop a, #pagebottom a, #pagemiddle-sp a {
  display: inline-block;
  width: 100%;
  height: 100%;
  line-height: 40px;
}

.new {
  color: red;
  font-size: 11px;
}

.end {
  width: 100%;
  background-color: rgb(49,49,49);
  color: white;
  text-align: center;
}

/* sns on footer */
#footer-sns {
  margin: 0 auto;
  width: 100%;
  background-color: rgb(49,49,49);
  text-align: center;
}

#sns-ul {
  margin: 0 auto;
  width: 95%;
  max-width: 1400px;
  border-bottom: 1px solid rgb(74,74,74);
  list-style: none;
  padding: 30px 0;
}

#sns-ul li {
  margin: 3px 7px;
  display: inline-block;
}

#sns-ul a {
  display: block;
  width: 35px;
  height: 35px;
  background-color: rgba(255,255,255,.8); /* 注)フッターSNS背景色 White+不透明度0.8 */
  border-radius: 50%;
  color: rgb(51,51,51); /* 注)フッターSNSテキスト色 Night Rider */
  line-height: 35px;
}

#sns-ul a:hover {
  color: white;
}

/* brand color */
#sns-ul .footer-c-facebook:hover {
  background-color: rgb(59,89,152);
}

#sns-ul .footer-c-twitter:hover {
  background-color: rgb(73,171,242);
}

#sns-ul .footer-c-instagram:hover {
  background-color: rgb(81,127,164);
}

#sns-ul .footer-c-pinterest:hover {
  background-color: rgb(206,15,25);
}

#sns-ul .footer-c-google-plus:hover {
  background-color: rgb(221,75,57);
}

#sns-ul .footer-c-youtube:hover {
  background-color: rgb(204,24,30);
}

#footer-object {
  color: rgb(150,150,150);
  line-height: 1.3;
  padding: 50px 0;
}

.foot, #copyright {
  font-size: 12px;
  text-align: center;
}

#designer {
  color: white;
}

#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 940
------------------------------------------***/

@media screen and (max-width: 940px) {

  #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 {
    right: 8px;
    bottom: 190px;
  }

  #pagebottom, #pagemiddle-sp {
    right: 8px;
  }

  #pagemiddle {
    display: none;
    width: 40px;
    height: 40px;
    background: rgba(255,255,255,.4);
    border: 1px solid rgba(179,171,180,.5);
    border-radius: 50%;
    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;
  }

}


/***------------------------------------------
      less than 1300
------------------------------------------***/

@media screen and (max-width: 1300px) {

  .ymd {
    padding: 25px;
  }

  .time-border {
    width: 130px;
  }

  .topentry-day {
    width: 90px;
    height: 90px;
    line-height: 87px;
    font-size: 30px;
  }

  .topentry-month-and-year {
    font-size: 30px;
  }

  .view-more {
    bottom: 25px;
    width: 180px;
    font-size: 18px;
  }

}


/***------------------------------------------
      less than 940
------------------------------------------***/

@media screen and (max-width: 940px) {

  #primary {
    width: 90%;
  }

}


/***------------------------------------------
      less than 768
------------------------------------------***/

@media screen and (max-width: 768px) {

  #primary {
    width: 95%;
  }

  .blog-name-container {
    width: 100%;
  }

  #welcome {
    font-size: 35px;
  }

}


/***------------------------------------------
      less than 640
------------------------------------------***/

@media screen and (max-width: 640px) {

  .main-body {
    padding: 0 15px;
  }

  .element-item {
    margin: 0 auto;
    width: 100%;
    max-width: 600px;
    float: none;
  }

  .ymd {
    padding: 20px;
  }

  .time-border {
    width: 90px;
  }

  .topentry-day {
    width: 70px;
    height: 70px;
    line-height: 67px;
    font-size: 24px;
  }

  .topentry-month-and-year {
    font-size: 24px;
  }

  .view-more {
    width: 160px;
    bottom: 20px;
    font-size: 15px;
  }

}


/***------------------------------------------
      less than 603
------------------------------------------***/

@media screen and (max-width: 603px) {

  .side-menu {
    width: 100%;
    max-width: 350px;
  }

}


/***------------------------------------------
      less than 568
------------------------------------------***/

@media screen and (max-width: 568px) {

  .ymd {
    padding: 20px;
  }

  .time-border {
    width: 70px;
  }

  .topentry-day {
    width: 50px;
    height: 50px;
    line-height: 47px;
    font-size: 20px;
  }

  .topentry-month-and-year {
    font-size: 20px;
  }

  .view-more {
    width: 160px;
    bottom: 20px;
    font-size: 14px;
  }
  
  .context {
    display: block;
  }

  .context-left-cell {
    display: block;
    width: 100%;
    padding: 20px 0;
  }

  .inner-footer-sns {
    border-right: none;
    border-bottom: 2px solid rgb(240,240,240);
  }

  .inner-footer-sns li {
    display: inline-block;
  }

  .hide568 {
    display: none;
  }

  .context-right-cell {
    display: block;
    width: 100%;
    padding: 0;
  }

  .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 {
  width: 100%;
  position: relative;
}

.box-for-video:before {
  content:"";
  display: block;
  overflow: hidden;
  padding-top: 56.25%; /* 注)動画縦横比設定 デフォルト: 縦幅が横に対して56.25% 正方形は100%指定 */
}

.box-for-video iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

/* for image */
.zoom-in {
  display: inline-block;
  position: relative;
  z-index: 1;
}

.zoom-in:before {
  content: "";
  background: rgba(0,0,0,.6);
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  -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";
  margin-top: -17px;
  color: white;
  opacity: 0;
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 3;
  font-family: FontAwesome;
  font-size: 20px;
  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;
}

.zoom-in:hover:before, .zoom-in:hover:after {
  opacity: 1;
}

.zoom-in-round {
  display: inline-block;
  position: relative;
  z-index: 1;
}

.zoom-in-round:before {
  content: "";
  background: rgba(0,0,0,.6);
  border-radius: 50%;
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  -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";
  margin-top: -17px;
  color: white;
  opacity: 0;
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 3;
  font-family: 'FontAwesome';
  font-size: 20px;
  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;
}

.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;
}