<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/**
* Author: Vanillaice (Akira) - http://vanillaice000.blog.fc2.com/
* Website skin name: Corridor
* The first edition: 2016.9.12
* 2016.10.5 - JS削除(軽量化), その他微調整
* 2016.10.26 - Google Chrome 54.0でマウスホバー時に画像が明滅する件を修正
* 2017.1.13 - テンプレデフォルト新着サムネイルをGoogle APIからFC2独自変数に変更
* Latest update: 2-17.1.25 - SNSシェアリンクをエンコード
*/

/***------------------------------------------
      reset
------------------------------------------***/

html, body, div, span, object, iframe,
p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i, p,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
caption,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ul, ol {
  list-style-type: none;
}

strong, b {
  font-weight: bold;
}

i {
  font-style: italic;
}

address, small, time {
  display: block;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, main {
  display: block;
}

body {
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  word-wrap: break-word;
}

blockquote, q {
  quotes: none;
}

q:before,
q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  vertical-align: bottom;
  background: transparent;
  outline: none;
}

table {
  word-break: break-all;
}

img {
  vertical-align: bottom;
  font-size: 0;
  line-height: 0;
  max-width: 100%;
  height: auto;
}

iframe, embed {
  max-width: 100%;
}

textarea {
  max-width: 100%;
}

input[type="text"], 
input[type="password"],  
input[type="search"], 
textarea {
  outline: none;
  -webkit-appearance: none;
  border-radius: 0;
  font-size: inherit;
}

select {
  outline: none;
  border-radius: 0;
  font-size: inherit;
}

input[type="submit"] {
  outline: none;
  -webkit-appearance: button;
  border-radius: 0;
  font-size: inherit;
}

pre {
  word-wrap: break-word;
  white-space: pre-wrap;
  font-family: 'Menlo', 'consolas', 'Courier';
}

* {
  box-sizing: border-box;
}

*:focus {
  outline: none;
}

/* fc2 */
.fc2_footer {
  margin: 20px 0;
}

#fc2_text_ad {
  font-size: 12px;
}

#change_mobile {
  display: none;
}


/***------------------------------------------
      clearfix
------------------------------------------***/

.cf:before,
.cf:after {
  content: "";
  display: table;
}

.cf:after {
  clear: both;
}


/***------------------------------------------
      blockquote
------------------------------------------***/

blockquote {
  margin: 0 auto;
  width: 98%;
  height: auto;
  background: rgba(255,255,255,.4);
  border: 1px solid rgb(206,206,206);
  border-radius: 1px;
  padding: 2.5em;
  position: relative;
  z-index: 1;
}

blockquote:before {
  content: "“";
  font-size: 700%;
  color: rgb(206,206,206);
  line-height: 1em;
  font-family: 'Times New Roman', 'Hiragino Kaku Gothic Pro W3', 'Meiryo', 'sans-serif';
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

blockquote:after {
  content: "”";
  font-size: 700%;
  color: rgb(206,206,206);
  line-height: 0em;
  font-family: 'Times New Roman', 'Hiragino Kaku Gothic Pro W3', 'Meiryo', 'sans-serif';
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}


/***------------------------------------------
      common
------------------------------------------***/

span.month01:before {
  content: "January";
}
span.month02:before {
  content: "February";
}
span.month03:before {
  content: "March";
}
span.month04:before {
  content: "April";
}
span.month05:before {
  content: "May";
}
span.month06:before {
  content: "June";
}
span.month07:before {
  content: "July";
}
span.month08:before {
  content: "August";
}
span.month09:before {
  content: "September";
}
span.month10:before {
  content: "October";
}
span.month11:before {
  content: "November";
}
span.month12:before {
  content: "December";
}

.new {
  margin-left: 1em;
  color: red;
  font-size: 11px;
}


/***------------------------------------------
      link
------------------------------------------***/

a {
  text-decoration: none;
  color: rgb(150,150,150); /* 注)基本リンク色 (approx)Pink Swan */
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

a:hover {
  color: rgb(51,51,51);
}


/***------------------------------------------
      layout
------------------------------------------***/

body {
  background-color: rgb(250,250,250); /* 注)全体背景色 (approx)Snow */
  color: rgb(51,51,51); /* 注)テキスト基本色 Night Rider */
  font: 13px/1.7 'Crimson Text', '游ゴシック', 'YuGothic', 'Hiragino Sans', 'ヒラギノ角ゴシック', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'メイリオ', 'Meiryo', 'sans-serif'; /* 注)記事本文フォント */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#wrapper {
  margin: 0 auto;
  width: 100%;
  min-width: 90%;
}

#main-container {
  margin: 0 auto;
  width: 90%;
  max-width: 1400px;
  padding-bottom: 60px;
}

#primary {
  margin-right : -300px;
  width: 100%;
  float : left;
  padding-bottom: 80px;
  -webkit-animation: slideInUp 1.5s;
  animation: slideInUp 1.5s;
}

/* primary breakpoint */
@media screen and (max-width: 1024px) {
  #primary {
    margin: 0 auto;
    float: none;
  }
}

#main {
  margin-right: 330px;
}

@media screen and (max-width: 1024px) {
  #main {
    margin: 0 auto;
  }
}

#secondary {
  width: 300px;
  float: left;
  -webkit-animation: slideInUp 1.8s;
  animation: slideInUp 1.8s;
}

/* secondary breakpoint */
@media screen and (max-width: 1024px) {
  #secondary {
    margin: 0 auto;
    width: 100%;
    float: none;
    text-align: center;
  }
}

#aside-container {
  padding: 0;
}

@media screen and (max-width: 1024px) {

  #aside-container {
    padding-top: 60px;
  }
}

#tertiary {
  margin: 0 auto;
  width: 100%;
  color: rgb(51,51,51);
  text-align: center;
}

.aside-footer-container {
  padding: 40px 0 60px;
}


/***------------------------------------------
      header
------------------------------------------***/

#header-banner {
  background: url(//blog-imgs-93.fc2.com/v/a/n/vanillaice000/blueflower92r234.png) left top no-repeat; /* 注)ヘッダー画像不要の方削除 1/3 */
  background-size: auto 100%; /* 注)ヘッダー画像不要の方削除 2/3 */
  padding-bottom: 70px;
}

/* 注)ヘッダー画像不要の方ここから削除 3/3 */
/* header-image breakpoint */
@media screen and (max-width: 1024px) {
  #header-banner {
    background-size: auto 80%;
  }
}
@media screen and (max-width: 768px) {
  #header-banner {
    background-size: auto 60%;
  }
}
/* ここまで削除 */

#blog-name-container {
  margin: 0 auto;
  width: 90%;
  max-width: 1400px;
  padding: 58px 8px 50px;
  text-align: center;
}

#welcome {
  padding-bottom: 10px;
  font: 20px/1.2 'Mr De Haviland', 'serif';
}

/* 注)ブログタイトルフォント関連 */
#blog-title {
  margin: 0 auto;
  width: 100%;
  font: 24px/1.2 'Crimson Text', '游明朝', 'YuMincho', 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', 'serif'; /* 注)ブログタイトルフォント */
  -webkit-animation: slideInDown 1.5s;
  animation: slideInDown 1.5s;
}

#blog-title a {
  display: inline-block;
  color: rgb(51,51,51);
}

#blog-title a:hover {
  text-shadow: 2px 4px 3px rgba(0,0,0,.3);
}

/* 注)ブログタイトル下ブログ説明文 */
#site-description {
  padding-top: 20px;
  font-size: 13px;
}

/* blog title 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);
  }
}
@keyframes slideInDown {
  0% {
   opacity: 0;
   transform: translateY(-100px);
  }
  50% {
   opacity: 0;
   transform: translateY(-100px);
  }
  100% {
   opacity: 1;
   transform: translateY(0);
  }
}

/* main contents and side menu animation */
@-webkit-keyframes slideInUp {
  0% {
   opacity: 0;
   -webkit-transform: translateY(30px);
  }
  50% {
   opacity: 0;
   -webkit-transform: translateY(30px);
  }
  100% {
   opacity: 1;
   -webkit-transform: translateY(0);
  }
}
@keyframes slideInUp {
  0% {
   opacity: 0;
   transform: translateY(30px);
  }
  50% {
   opacity: 0;
   transform: translateY(30px);
  }
  100% {
   opacity: 1;
   transform: translateY(0);
  }
}
@-webkit-keyframes fadeIn {
  0% {
   opacity: 0;
  }
  50% {
   opacity: 0;
  }
  100% {
   opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
   opacity: 0;
  }
  50% {
   opacity: 0;
  }
  100% {
   opacity: 1;
  }
}


/***------------------------------------------
      global navigation
------------------------------------------***/

.navi-menu {
  margin: 0 auto;
  width: 100%;
  -webkit-animation: fadeIn 1.5s;
  animation: fadeIn 1.5s;
}

.navi-menu2 {
  width: 100%;
  height: 40px;
  background: none;
  opacity: 0;
  overflow: hidden;
  position: fixed;
  top: -100px;
  z-index: 100004;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.sticky {
  background-color: rgba(220,227,233,.8); /* 注)上からスライドするナビゲーション背景色 (approx)Pattens Blue+不透明度0.8 */
  opacity: 1;
  top: 0;
}

.ordinary-navi {
  margin: 0 auto 20px;
  width: 90%;
  max-width: 1400px;
  height: 40px;
  padding: 0 26px;
  position: relative;
  z-index: 100004;
}

.ordinary-navi:before,
.ordinary-navi:after {
  content: "";
  display: block;
  border: 20px solid rgb(200,207,213); /* 注)リボン切れ端の色 (approx)Link Water */
  position: absolute;
  top: 14px;
  z-index: -1;
}

.ordinary-navi:before {
  left: 0;
  border-right-width: 20px;
  border-left-color: transparent;
  box-shadow: 1px 1px 1px rgba(0,0,0,.1);
}

.ordinary-navi:after {
  right: 0;
  border-left-width: 20px;
  border-right-color: transparent;
  box-shadow: -1px 1px 1px rgba(0,0,0,.1);
}

.dropmenu {
  box-shadow: 0 1px 1px rgba(0,0,0,.1);
  list-style: none;
  position: relative;
  font-size: 12px;
  text-align: center;
}

.navi-menu .dropmenu {
  background-color: rgb(220,227,233); /* 注)リボングローバルナビゲーション背景色 (approx)Pattens Blue */
}

.dropmenu li {
  display: inline-block;
  width: 15%;
  line-height: 40px;
}

.dropmenu li a {
  display: block;
  color: rgb(51,51,51);
}

.dropmenu:before,
.dropmenu:after {
  content: "";
  display: block;
  border-color: rgb(150,150,150) transparent transparent transparent;
  border-style: solid;
  position: absolute;
}

.dropmenu:before {
  border-width: 14px 0 0 14px;
  left: 0;
  bottom: -14px;
}

.dropmenu:after {
  border-width: 14px 14px 0 0;
  right: 0;
  bottom: -14px;
}

.navi-menu-adjust {
  top: 27px;
}

/* for only smartphone */
.mobile-toggle {
  display: none;
  width: 55px;
  height: 45px;
  padding: 16px 12px 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 10000010;
  font-size: 20px;
}

.mobile-toggle span {
  display: block;
  margin-bottom: 5px;
  width: 25px;
  height: 3px;
  background: rgb(180,187,193); /* 注)ドロワーハンバーガーボタンの色(スマホのみ) (approx)Heather */
  border-radius: 1000px;
}

/* search modal */
html.remodal-is-locked {
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
}

.remodal,
[data-remodal-id] {
  display: none;
}

.remodal-overlay {
  display: none;
  background: rgba(255,255,255,.95); /* 注)サイト内検索モーダル背景色 white 不透明度0.95 */
  position: fixed;
  top: -5000px;
  right: -5000px;
  bottom: -5000px;
  left: -5000px;
  z-index: 100005;
}

.remodal-wrapper {
  display: none;
  overflow: auto;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100005;
  text-align: center;
  -webkit-overflow-scrolling: touch;
}

.remodal-wrapper:after {
  content: "";
  display: inline-block;
  margin-left: -0.05em;
  height: 100%;
}

/* Fix iPad, iPhone glitches */
.remodal-overlay,
.remodal-wrapper {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.remodal {
  outline: none;
  position: relative;
  -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: 'Mr De Haviland', '游ゴシック', 'YuGothic', 'Hiragino Sans', 'ヒラギノ角ゴシック', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'メイリオ', 'Meiryo', 'serif';
  -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 {
  display: block;
  width: 100%;
  height: 60px;
  background: transparent;
  border: 0;
  color: rgb(179,179,179); /* 注)サイト内検索モーダル Close文字色 (approx)Pink Swan */
  cursor: pointer;
  outline: 0;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: -50px;
  left: 0;
  font-family: 'Crimson Text', 'serif';
  font-size: 18px;
  text-align: center;
  text-decoration: none;
  -webkit-transition: color .5s;
  transition: color .5s;
}

.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 {
  border: 0;
  padding: 0;
}

.remodal-search-form input {
  display: block;
  margin: 0 auto;
  width: 98%;
  max-width: 800px;
  background: transparent;
  border: none;
  border-bottom: 1px solid rgb(51,51,51); /* 注)サイト内検索テキスト入力下部ボーダー色 Night Rider */
  outline: none;
  padding: .3em;
  font-size: 20px;
}

/* modal animation */
@-webkit-keyframes remodal-opening-keyframes {
  from {
    opacity: 0;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes remodal-opening-keyframes {
  from {
    opacity: 0;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@-webkit-keyframes remodal-closing-keyframes {
  from {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }
}
@keyframes remodal-closing-keyframes {
  from {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }
}
@-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;
  }
}

.dropmenu .pc-hide {
  display: none;
}


/***------------------------------------------
      top page(grid)
------------------------------------------***/

#grid-container {
  margin: 0 auto;
  width: 100%;
}

.element-item {
  width: 33.33%;
  float: left;
  padding: 0 5px 30px;
  position: relative;
}

.element-item:first-of-type,
.element-item:nth-of-type(2) {
  margin-bottom: 150px;
  width: 50%;
  padding: 0 15px 30px;
}

.img-parent {
  overflow: hidden;
  position: relative;
}

.img-parent:before {
  content: "";
  display: block;
  padding-top: 65%;
}

.imgLiquidFill {
  width: 100%;
  height: 100%;
  opacity: 1;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all .35s;
  transition: all .35s;
}

/* mask for no-image */
.no-image-mask {
  width: 100%;
  height: 100%;
  background-color: rgba(255,255,255,.7);
  position: absolute;
  top: 0;
  left: 0;
}

.no-image-mask p {
  display: table;
  width: 100%;
  height: 100%;
  text-align: center;
}

.no-image-mask p span {
  display: table-cell;
  color: rgba(51,51,51,.4);
  font-size: 20px;
  line-height: 1;
  vertical-align: middle;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

/* caption */
.caption {
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.upper,
.below {
  margin: 0;
  width: 100%;
  opacity: 0;
  position: absolute;
  left: 0;
}

.upper {
  padding: 0 30px;
  bottom: 50%;
  font-size: 20px;
  -webkit-transition: all .6s ease;
  transition: all .6s ease;
  -webkit-transform: translate3d(0,-100%,0);
  transform: translate3d(0,-100%,0);
}

.below {
  margin: auto;
  padding: 0 50px;
  top: 50%;
  font-size: 15px;
  -webkit-transition: all .6s ease;
  transition: all .6s ease;
  -webkit-transform: translate3d(0,100%,0);
  transform: translate3d(0,100%,0);
}

.img-parent a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.img-parent:hover .imgLiquidFill {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.img-parent:hover .no-image-mask p span {
  opacity: .1;
}

.img-parent:hover .caption {
  background-color: rgba(255,255,255,.7);
}

.img-parent:hover .upper,
.img-parent:hover .below {
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

.img-parent:hover .upper {
  opacity: .9;
}

.img-parent:hover .below {
  opacity: .6;
}

/** grid content **/
.element-title { /* 注)記事タイトル文字関連(トップページ・個別記事共通) */
  margin: 0 auto;
  line-height: 1.3;
  font-size: 15px;
  font-weight: bolder;
}

/* title */
.context .element-title {
  padding: 20px 0 10px;
}

.element-item:first-of-type .context,
.element-item:nth-of-type(2) .context {
  text-align: center;
}

.element-item:first-of-type .context .element-title,
.element-item:nth-of-type(2) .context .element-title {
  font-size: 17px;
}

/* time */
.entry-time {
  display: inline-block;
  padding-bottom: 5px;
  font: 16px/1.3 'Mr De Haviland', 'cursive';
}

/* comment number */
.element-comment-num {
  display: inline-block;
  margin-left: 1em;
  padding-bottom: 5px;
  font: 16px/1.3 'Mr De Haviland', 'cursive';
}

.element-item:first-of-type .entry-time,
.element-item:nth-of-type(2) .entry-time {
  text-align: center;
}

/* category */
.element-category {
  padding-bottom: 10px;
  font-size: 12px;
}

.element-item:first-of-type .element-category,
.element-item:nth-of-type(2) .element-category {
  text-align: center;
}

/* read more */
.read-more {
  padding-top: 5px;
  font-size: 14px;
  font-weight: bolder;
}

.element-item:first-of-type .read-more,
.element-item:nth-of-type(2) .read-more {
  margin: auto;
  padding-top: 0;
  position: absolute;
  right: 0;
  left: 0;
  bottom: -40px;
  font-size: 16px;
  font-weight: normal;
  text-align: center;
}

.element-title a {
  color: rgb(51,51,51);
}

.element-item:first-of-type .read-more a,
.element-item:nth-of-type(2) .read-more a {
  display: inline-block;
  width: 60%;
  background-color: rgb(220,227,233); /* 注)トップページ最初の2記事 read moreボタン背景色 (approx)Pattens Blue */
  color: rgb(51,51,51);
  padding: 6px 0;
}

/* description */
.element-item:first-of-type .topentry-description,
.element-item:nth-of-type(2) .topentry-description {
  font-size: 14px;
}

/** breakpoints */
@media screen and (max-width: 1320px) {
  .element-item {
    width: 50%;
  }
  .element-item:first-of-type,
  .element-item:nth-of-type(2) {
    padding: 0 5px 30px;
  }
}
@media screen and (max-width: 1024px) {
  .element-item {
    width: 33.33%;
  }
  .element-item:first-of-type,
  .element-item:nth-of-type(2) {
    padding: 0 15px 30px;
  }
}
@media screen and (max-width: 950px) {
  .element-item {
    margin: 0 auto;
    width: 50%;
  }
  .element-item:first-of-type,
  .element-item:nth-of-type(2) {
    padding: 0 5px 30px;
  }
}
@media screen and (max-width: 700px) {
  #main-container,
  #blog-name-container,
  .ordinary-navi {
    width: 100%;
  }
  .element-item,
  .element-item:first-of-type,
  .element-item:nth-of-type(2) {
    width: 100%;
    max-width: 600px;
    float: none;
    padding: 0 15px 30px;
  }
}


/***------------------------------------------
      individual article
------------------------------------------***/

.main-body {
  margin: 0 12px 60px;
  background-color: white;
  box-shadow: 4px 4px 13px -1px rgba(0,0,0,.1);
  overflow: hidden;
  padding: 20px 40px;
  position: relative;
}

@media screen and (max-width: 640px) {
  .main-body {
    padding: 20px;
  }
}

.entry-title {
  margin: 0 auto;
  padding: 10px 0;
  font-size: 17px;
}

.entry-info ul {
  display: inline-block;
  list-style: none;
  }

.entry-info ul li {
  display: inline-block;
  padding-right: 1em;
}

.contents {
  padding: 20px 0;
}

/* back to default */
.inner-contents ul {
  margin: 1em 0;
  padding-left: 40px;
  list-style-type: disc;
}

.inner-contents ol {
  margin: 1em 0;
  padding-left: 40px;
  list-style-type: decimal;
}

.inner-contents a:hover {
  text-decoration: underline;
}

.height-adjust {
  padding-top: 60px;
  margin-top: -40px;
}

.category-name {
  padding: 40px 0 10px;
}

.category-name a {
  padding: 0 2px;
}

/* tag on article */
.tags a {
  display: inline-block;
  margin: 0 3px 4px 0;
  border: 1px solid rgb(207,207,207); /* 個別記事下tagボーダー色 (approx)Very Light Grey */
  padding: 4px 10px;
}

.tags a:hover {
  background-color: rgb(220,227,233); /* 個別記事下tagホバー時背景色 (approx)Pattens Blue*/
  border: 1px solid rgb(220,227,233); /* 個別記事下tagホバー時ボーダー色 (approx)Pattens Blue*/
  text-decoration: none;
}


/***------------------------------------------
      SNS (article, footer)
------------------------------------------***/

#footer-sns {
  text-align: right;
}

#sns-navigation {
  min-height: 87px;
  background: url(//blog-imgs-93.fc2.com/v/a/n/vanillaice000/blueflowerside.png) center bottom no-repeat; /* 注)フッター上SNSリンク背景画像不要の方削除 1/2 */
  background-size: 320px auto; /* 注)フッター上SNSリンク背景画像不要の方削除 2/2 */
  list-style: none;
  padding: 30px 0 50px;
  text-align: center;
}

#footer-sns li {
  display: inline-block;
  margin: 0 0 4px 8px;
}

#sns-navigation li {
  display: inline-block;
  margin: 5px;
}

#footer-sns li a,
#sns-navigation li a {
  display: block;
  border-radius: 50%;
  color: rgb(51,51,51);
  text-align: center;
}

#footer-sns li a {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

#sns-navigation li a {
  width: 40px;
  height: 40px;
  background-color: rgb(220,227,233); /* 注)フッター上SNSボタン背景色 (approx)Pattens Blue */
  line-height: 40px;
}

#footer-sns li a .fa,
#footer-sns li a .fa:before {
  line-height: 30px;
}

#sns-navigation li a .fa,
#sns-navigation li a .fa:before {
  line-height: 40px;
}

#footer-sns li a:hover,
#sns-navigation li a:hover {
  color: white;
}

/* SNS brand color */
#footer-sns li .c-facebook:hover,
#sns-navigation li .c-facebook:hover {
  background-color: rgb(59,89,152);
}

#footer-sns li .c-twitter:hover,
#sns-navigation li .c-twitter:hover {
  background-color: rgb(73,171,242);
}

#footer-sns li .c-instagram:hover,
#sns-navigation li .c-instagram:hover {
  background-color: rgb(81,127,164);
}

#footer-sns li .c-pinterest:hover,
#sns-navigation li .c-pinterest:hover {
  background-color: rgb(206,15,25);
}

#footer-sns li .c-google-plus:hover,
#sns-navigation li .c-google-plus:hover {
  background-color: rgb(221,75,57);
}

#sns-navigation li .c-youtube:hover {
  background-color: rgb(204,24,30);
}

#footer-sns li .c-pencil:hover {
  background-color: rgb(220,227,233);
  color: rgb(51,51,51);
}


/***------------------------------------------
      posted comment
------------------------------------------***/

.another-title {
  margin: 0 auto;
  font: 24px/1.3 'Mr De Haviland', '游明朝', 'YuMincho', 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', 'serif';
}

.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: 20px 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 */
  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 */
  line-height: 1.5;
  padding: 12px;
}

#comment_form input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px white inset;
}

#community {
  padding-top: 40px;
  margin-top: -40px;
}

/* 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-color: rgba(220,227,233,.8); /* 注)send, deleteボタン背景色 (approx)Pattens Blue+不透明度0.8 */
  border: none;
  border-radius: 2px;
  box-shadow: 2px 2px 4px rgba(0,0,0,.2);
  cursor: pointer;
  padding: 4px 0;
  font-family: 'Crimson Text', '游ゴシック', 'YuGothic', 'Hiragino Sans', 'ヒラギノ角ゴシック', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'メイリオ', 'Meiryo', 'sans-serif';
  font-size: 14px; /* 注)コメントsend/ deleteボタンフォント大きさ */
  text-align: center;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

#sendbtn:hover,
#delbtn:hover {
  background-color: rgb(220,227,233); /* 注)send, deleteボタンホバー時背景色 (approx)Pattens Blue */
}

.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
------------------------------------------***/

/* with thumbnail */
#fc2relate_entry_thumbnail_area {
  margin: 120px auto 30px;
  position: relative;
  z-index: 1;
}

#fc2relate_entry_thumbnail_area .relate_dt {
  display: none;
}

#fc2relate_entry_thumbnail_area .relate_dd {
  overflow: hidden;
}

#fc2relate_entry_thumbnail_area:before {
  content: "You may also like"; /* 注)関連記事 タイトル変更はここです */
  display: block;
  margin: auto;
  width: 100%;
  border-top: 1px solid silver;
  padding-top: 20px;
  position: absolute;
  top: -70px;
  z-index: 3;
  font: 24px/1.3 'Mr De Haviland', '游明朝', 'YuMincho', 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', 'serif';
}

#fc2relate_entry_thumbnail_area .relate_dd .relate_ul {
  overflow: hidden;
}

#fc2relate_entry_thumbnail_area .relate_dd .relate_ul li {
  width: 33.33%;
  height: 98px;
  float: left;
}

@media screen and (max-width: 1320px) {
  #fc2relate_entry_thumbnail_area .relate_dd .relate_ul li {
    width: 50%;
  }
}

@media screen and (max-width: 567px) {
  #fc2relate_entry_thumbnail_area .relate_dd .relate_ul li {
    width: 100%;
    float: none;
  }
}

#fc2relate_entry_thumbnail_area .relate_entry_title {
  padding-right: 1em;
  word-break: break-all;
}

#fc2relate_entry_thumbnail_area .relate_dd .relate_ul .relate_entry_thumbnail img {
  border-radius: 50%;
}

#fc2relate_entry_thumbnail_area .relate_dd .relate_ul .relate_entry_thumbnail .relate_entry_thumbnail_noimg {
  border-radius: 50%;
  position: relative;
  z-index: 1;
}

.related-overlay {
  border-radius: 50%;
  position: relative;
}

.related-overlay:before {
  content: "";
  width: 90px;
  height: 90px;
  background: url(//blog-imgs-93.fc2.com/v/a/n/vanillaice000/corridornoimage.jpg) center center /cover no-repeat; /* 注)No image画像 関連記事リスト */
  border-radius: 50%;
  position: absolute;
  z-index: 2;
}

.related-overlay:after {
  content: "No image";
  display: block;
  width: 90px;
  height: 90px;
  background-color: rgba(255,255,255,.7);
  color: rgba(51,51,51,.6);
  line-height: 90px;
  position: absolute;
  z-index: 3;
  text-align: center;
}

@media screen and (max-width: 479px) {
  #fc2relate_entry_thumbnail_area .relate_entry_thumbnail {
    width: 90px !important;
    height: 90px !important;
  }
  #fc2relate_entry_thumbnail_area .relate_dd .relate_ul .relate_entry_thumbnail img {
    width: 90px !important;
    height: 90px !important;
  }
}

/* without thumbnail */
.fc2relate_entry_thumbnail_off,
.tb_dl {
  margin-top: 30px;
  background: rgb(248,248,248); /* 注)関連記事・トラックバック一覧背景色 (approx)Whisper */
  border-radius: 4px;
  padding: 20px;
}

.fc2relate_entry_thumbnail_off .relate_dt,
.tb_dt {
  font-weight: bolder;
  padding-bottom: 5px;
}

.date {
  padding-top: 10px;
}

.fc2relate_entry_thumbnail_off .relate_ul,
.tb_ul {
  margin: 0;
  list-style: none;
  padding: 0;
}

.tb_li {
  margin-top: -40px;
  padding-top: 40px;
}


/***------------------------------------------
      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; /* 注)全記事リストカテゴリフォント大きさ */
}

.titlelist-num {
  list-style: none;
  text-align: right;
}

.titlelist-num li {
  display: inline-block;
  margin-left: 1em;
}

/* 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(//blog-imgs-93.fc2.com/v/a/n/vanillaice000/corridornoimage.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 {
  margin: auto;
  width: 100%;
  height: 1.5em;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  font-size: 12px; /* 注)検索結果ページNo imageフォント大きさ */
  text-align: center;
}

.normal-font {
  font-family: 'Crimson Text', '游ゴシック', 'YuGothic', 'Hiragino Sans', 'ヒラギノ角ゴシック', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'メイリオ', 'Meiryo', 'sans-serif';
  font-size: 15px;
}


/***------------------------------------------
      side menu(secondary)
------------------------------------------***/

.side-menu {
  display: inline-block;
  margin: 0 auto;
  width: 300px;
  line-height: 1.8;
  padding: 0 20px 40px;
  vertical-align: top;
  font-size: 12px; /* 注)サイドメニューフォント大きさ */
}

@media screen and (max-width: 602px) {
  .side-menu {
    width: 100%;
    max-width: 450px;
  }
}

.sidebar-style {
  text-align: left;
}

/* 注)右サイドメニュー プラグインタイトル文字関連 */
.side-menu h4 {
  margin: 0 auto 20px;
  border-bottom: 2px solid rgb(220,227,233); /* 注)サイドメニュータイトル下ボーダー色 (approx)Pattens Blue */
  line-height: 1.3;
  padding: 0 .2em .4em;
  font: 16px/1.3 'Mr De Haviland', '游明朝', 'YuMincho', 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', 'serif';
  text-align: center;
}

.side-menu a:hover {
  color: rgb(51,51,51);
}

.side-menu ul {
  margin-left: 1.4em;
  list-style-type: disc;
}

/* only smartphone */
#sidenav {
  margin: 0 auto;
  width: 100%;
  background-color: rgb(250,250,250); /* 注)スマホドロワーメニュー背景色 White Smoke */
  font-size: 14px;
}

#sidenav &gt; aside {
  height: 100%;
  overflow: auto;
  padding: 40px 0 100px;
  position: relative;
  -webkit-overflow-scrolling: touch;
}


/***------------------------------------------
      official plug-in
------------------------------------------***/

/* calendar */
.calender {
  margin: 0 auto;
  width: 260px;
  border-spacing: 3px 6px;
  table-layout: fixed;
  font-size: 12px;
  text-align: center;
}

.calender caption {
  margin-bottom: 10px;
}

#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;
  background-color: rgb(220,227,233); /* 注)カレンダーリンク背景色 (approx)Pattens Blue */
  border-radius: 50%;
  color: rgb(51,51,51);
  line-height: 28px;
}

/* 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;
}

.sidebar-style input[type="submit"] {
  margin-left: 1%;
  background-color: rgb(220,227,233);
  border: none;
}

/* search */
.plugin-search {
  margin: 0 auto;
  width: 98%;
}

.plugin-search input {
  margin-bottom: 8px;
}

/* tag */
.plugin-tag a {
  display: inline-block;
  margin: 0 1.5px 4px 0;
  border: 1px solid rgb(207,207,207); /* 個別記事下tagボーダー色 (approx)Very Light Grey */
  padding: 4px 10px;
}

.plugin-tag a:hover {
  background-color: rgb(220,227,233); /* 個別記事下tagホバー時背景色 (approx)Pattens Blue */
  border: 1px solid rgb(220,227,233);
  text-decoration: none;
}


/***------------------------------------------
      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: 3px;
  border-radius: 50%;
  box-shadow: 1px 0 0 0 rgba(220,227,233,.4),
              0 1px 0 0 rgba(220,227,233,.4),
              1px 1px 0 0 rgba(220,227,233,.4),
              1px 0 0 0 rgba(220,227,233,.4) inset,
              0 1px 0 0 rgba(220,227,233,.4) inset;
  float: left;
  list-style: none;
}

.light-theme a,
.light-theme span {
  display: inline-block;
  width: 35px;
  height: 35px;
  background: transparent;
  border-radius: 50%;
  color: rgb(51,51,51);
  line-height: 34px;
  vertical-align: middle;
  font-size: 12px; /* 注)汎用ページ送りフォント大きさ */
  text-align: center;
}

.light-theme a:hover {
  background-color: rgb(220,227,233); /* 注)汎用ページ送りマウスホバー時背景色 (approx)Pattens Blue */
}

.prev,
.next {
  border: none !important;
  font-weight: bolder;
}

.light-theme .current {
  background: rgba(220,227,233,.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(220,227,233); /* 注)汎用ページ送りprev/ next背景色 (approx)Pattens Blue */
  box-shadow: none;
}

/* 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%;
  color: rgb(51,51,51);
  padding-left: 40px;
  position: relative;
  text-align: left;
}

.prev-a:before {
  content: "\f104";
  margin: auto;
  width: 35px;
  height: 35px;
  background-color: rgba(220,227,233,.4); /* 注)個別記事ページ送りprev背景色 (approx)Pattens Blue+不透明度0.4 */
  border: 1px solid rgba(220,227,233,.4); /* 注)汎用ページ送りprevボーダー色 (approx)Pattens Blue+不透明度0.4 */
  border-radius: 50%;
  line-height: 35px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  font-family: 'FontAwesome';
  text-align: center;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.page-center-cell {
  width: 50px;
  height: auto;
  text-align: center;
}

.center-a {
  width: 100%;
  height: 100%;
  color: rgb(51,51,51);
}

.center-a .fa {
  width: 35px;
  height: 35px;
  background-color: rgba(220,227,233,.4); /* 注)汎用ページ送りhome背景色 (approx)Pattens Blue+不透明度0.4 */
  border: 1px solid rgba(220,227,233,.4); /* 注)汎用ページ送りhomeボーダー色 (approx)Pattens Blue+不透明度0.4 */
  border-radius: 50%;
  line-height: 34px;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.center-a .fa:before {
  line-height: 35px;
}

.next-a {
  display: block;
  width: 100%;
  height: 100%;
  color: rgb(51,51,51);
  padding-right: 40px;
  position: relative;
  text-align: right;
}

.next-a:before {
  content: "\f105";
  margin: auto;
  width: 35px;
  height: 35px;
  background-color: rgba(220,227,233,.4); /* 注)汎用ページ送りnext背景色 (approx)Pattens Blue+不透明度0.4 */
  border: 1px solid rgba(220,227,233,.4); /* 注)汎用ページ送りnextボーダー色 (approx)Pattens Blue+不透明度0.4 */
  border-radius: 50%;
  line-height: 35px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  font-family: 'FontAwesome';
  text-align: center;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.prev-a:hover:before,
.center-a:hover .fa,
.next-a:hover:before {
  background-color: rgb(220,227,233); /* 注)個別記事ページ送りホバー時背景色 (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;
  transition: opacity .7s ease;
}

.side-pager-left {
  left: -157px;
}

.side-pager-right {
  right: -157px;
}

.page-div-right,
.page-div-left {
  display: block;
  margin: 0;
  width: 180px;
  height: 80px;
}

.side-pager-right a,
.side-pager-left a {
  display: block;
  width: 100%;
  height: 100%;
  color: rgb(51,51,51);
  word-break: break-all;
  -webkit-transition: none;
  transition: none;
}

.page-table {
  display: table;
  width: 100%;
  height: 100%;
}

.circle-cell {
  display: table-cell;
  width: 80px;
  height: 80px;
  vertical-align: top;
}

.circle {
  display: block;
  width: 80px;
  height: 80px;
  background-color: rgba(220,227,233,.8); /* 注)個別記事ページサイドページ送りnext, prev背景色 (approx)Pattens Blue+不透明度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(220,227,233,.4); /* 注)全記事リストページ送りprev/ next背景色 (approx)Pattens Blue+不透明度0.4 */
  border-radius: 50%;
  color: rgb(51,51,51);
  line-height: 35px;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.t-prev-a .fa:before,
.t-center-a .fa:before,
.t-next-a .fa:before {
  line-height: 35px;
}

.t-prev-a:hover .fa,
.t-center-a:hover .fa,
.t-next-a:hover .fa {
  background-color: rgb(220,227,233); /* 注)全記事リストページ送りホバー時背景色 (approx)Pattens Blue */
}


/***------------------------------------------
      rss thumbnail and related thumbnail
------------------------------------------***/

#feed-container,
#relatedContainer {
  margin: 0 auto;
  width: 100%;
  overflow: hidden;
  word-break: break-all;
}

/* latest */
.rss-container {
  float: left;
  overflow: hidden;
  position: relative;
}

.rss-container {
  width: 16.66%;
}

.rss-container:before {
  content: "";
  display: block;
  padding-top: 55%;
}

@media screen and (max-width: 1280px) {
  .rss-container {
    width: 33.33%;
  }
}
@media screen and (max-width: 640px) {
  .rss-container {
    width: 50%;
  }
}

.rss-image-wrap {
  background: url(//blog-imgs-93.fc2.com/v/a/n/vanillaice000/corridornoimage.jpg) center center /cover no-repeat;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.rss-image {
  width: 100%;
  height: 100%;
}

.time-stamp {
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.4);
  position: absolute;
  top: 0;
  left: 0;
}

.rss-title {
  margin: auto;
  max-height: 3em;
  color: white;
  line-height: 1.5;
  overflow: hidden;
  padding: 0 1em;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  font-size: 13px;
  text-align: center;
}

.related-no-image-overlay {
  width: 100%;
  height: 100%;
  background: url(//blog-imgs-93.fc2.com/v/a/n/vanillaice000/corridornoimage.jpg) center center /cover no-repeat; /* 注)No image画像 RSS新着・関連記事サムネイル */
  position: relative;
}


/***------------------------------------------
      footer
------------------------------------------***/

#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;
  right: 60px;
  bottom: 90px;
  z-index: 100003;
}

#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;
}

@media screen and (max-width: 1024px) {
  #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;
  }
}

.end {
  width: 100%;
  overflow: hidden;
  padding: 30px 0 0;
  text-align: center;
}

#footer-items {
  padding: 0 5px 20px;
}

.foot,
#copyright {
  font-size: 12px;
}

#ad1,
#ad2 {
  color: rgb(150,150,150);
  font-size: 11px;
}


/***------------------------------------------
      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;
  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;
  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;
  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;
  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(220,227,233) !important;
}

#darkbox {
  z-index: 100005 !important;
}

/* colorbox overlay */
#cboxOverlay,
#cboxWrapper,
#colorbox {
  z-index: 100005 !important;
}</pre></body></html>