/**
* Author: Vanillaice (Akira) - http://vanillaice000.blog.fc2.com/
* Website skin name: AnotherDay_mauve
* The first edition: 2015.5.12
* 2015.5.16 サブタイトルが左に寄ってしまう件を修正
                 2015.6.4 iOS Safari ブラウザバックでホワイトアウトする問題を修正
                 2015.8.26 head内情報の記述ミスを修正 その他微調整
* 2015.9.9 - 公式化に伴うOGP削除
* 2016.1.10 - フッター構造変更, タイトルタグ微調整
* 2016.9.9 - リストマーカーの位置を調整, 主要プラグイン整形, 最優先フォントを游ゴシック体に変更
* 2016.10.25 - 全体レイアウト調整, 関連記事サムネイル整形, その他調整多数
* 2017.1.25 - SNSシェアリンクをエンコード
* Latest update: 2017.9.22 - SSL化に伴う混在コンテンツ排除
*/


/***------------------------------------------
      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";
}


/***------------------------------------------
      link
------------------------------------------***/

a {
  color: rgb(168,138,157);
  text-decoration: none;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

a:hover {
  color: rgb(51,51,51);
}


/***------------------------------------------
      layout
------------------------------------------***/

html,
body {
  height: 100%;
}

body {
  background-color: rgb(227,198,192);
  color: rgb(38,38,38);
  font: 13px/1.7 '游ゴシック', 'YuGothic', 'Hiragino Sans', 'ヒラギノ角ゴシック', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'メイリオ', 'Meiryo', 'sans-serif';
}

body:before {
  content: "";
  display: block;
  background: url(https://blog-imgs-71-origin.fc2.com/v/a/n/vanillaice000/bokeh_pp.jpg) right top /cover no-repeat;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
}

#wrapper {
  margin: 0 auto;
  width: 100%;
  min-width: 80%;
  -webkit-animation: fadeIn 1.2s;
  animation: fadeIn 1.2s;
}

#float-container {
  max-width: 1120px;
  width: 80%;
  margin: 0 auto;
}

@media screen and (max-width: 1300px) {
  #float-container {
    width: 90%;
  }
}
@media screen and (max-width: 1024px) {
  #float-container {
    width: 95%;
  }
}
@media screen and (max-width: 960px) {
  #float-container {
    width: 98%;
  }
}

#primary {
  margin-right : -280px;
  width: 100%;
  float : left;
  padding-bottom: 50px;
}

@media screen and (max-width: 854px) {
  #primary {
    margin: 0 auto;
    max-width: 650px;
    float: none;
  }
}

#main {
  margin-right: 310px;
}

@media screen and (max-width: 854px) {
  #main, #secondary {
    margin: 0 auto;
  }
}

#secondary {
  width: 280px;
  float: left;
  line-height: 1.8;
  padding-bottom: 50px;
  font-size: 12px;
  text-align: center;
}

@media screen and (max-width: 854px) {
  #secondary {
    margin: 0 auto;
    width: 100%;
    float: none;
  }
}

/* animation */
@-webkit-keyframes fadeIn {
  0% {
   opacity: 0;
  }
  50% {
   opacity: 0;
  }
  100% {
   opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
   opacity: 0;
  }
  50% {
   opacity: 0;
  }
  100% {
   opacity: 1;
  }
}


/***------------------------------------------
      bread crumbs
------------------------------------------***/

.breadcrumbs {
  margin: 0 auto;
  width: 100%;
  background: rgba(238,238,238,.7);
  border-width: 1px;
  border-style: solid;
  border-color: rgb(245,245,245) rgb(229,229,229) rgb(204,204,204);
  border-radius: 5px;
  box-shadow: 0 0 2px rgba(0,0,0,.2);
  overflow: hidden;
  font-size: 11px;
  text-align: right;
}

.breadcrumbs li {
  display: inline-block;
}

.breadcrumbs li:first-child a {
  border-radius: 5px 0 0 5px;
  padding-left: 1em;
}

.breadcrumbs a {
  display: inline-block;
  background-color: rgb(221,221,221);
  background-image: linear-gradient(to right, rgba(245,245,245,.6), rgba(221,221,221,.6));
  color: rgb(68,68,68);
  padding: .7em 1em .7em 2em;
  position: relative;
  text-shadow: 0 1px 0 rgba(255,255,255,.5);
  -webkit-transition: none;
  transition: none;
}

.breadcrumbs a:hover {
  background: rgb(255,255,255);
  opacity: 1;
}

.breadcrumbs a::after,
.breadcrumbs a::before {
  content: "";
  margin-top: -1.5em;
  border-top: 1.5em solid transparent;
  border-bottom: 1.5em solid transparent;
  border-left: 1em solid;
  position: absolute;
  top: 50%;
  right: -1em;
}

.breadcrumbs a::after {
  border-left-color: rgb(221,221,221);
  z-index: 2;
}

.breadcrumbs a::before {
  border-left-color: rgb(204,204,204);
  right: -1.1em;
  z-index: 1;
}

.breadcrumbs a:hover::after {
  border-left-color: rgb(255,255,255);
}

.breadcrumbs .current,
.breadcrumbs .current:hover {
  font-weight: bold;
  background: none;
}


/***------------------------------------------
      header
------------------------------------------***/

#banner {
  width: 100%;
  margin: 0 auto;
  padding: 60px 0;
  text-align: center;
}

#blog-title {
  display: inline-block;
  margin: 0 auto;
  width: auto;
  max-width: 800px;
  padding: 0 1em;
  position: relative;
  font: 35px/1.3 'Allura', '游明朝', 'YuMincho', 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', 'serif';
  text-shadow: 2px 4px 3px rgba(0,0,0,.2);
}

@media screen and (max-width: 854px) {
  #blog-title {
    font-size: 28px;
  }
}
@media screen and (max-width: 414px) {
  #blog-title {
    font-size: 25px;
  }
}

#blog-title::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: rgb(255,255,255);
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

#blog-title:hover::after {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

#blog-title a {
  color: rgb(51,51,51);
}

#site-description {
  margin: 0 auto;
  width: 100%;
  max-width: 850px;
  padding: 10px 10px 0;
  position: relative;
  font-size: 14px;
}


/***------------------------------------------
      global navigation
------------------------------------------***/

#sns-navigation {
  margin-bottom: 40px;
  padding: 0 8px;
  font-family: 'Allura', '游ゴシック', 'YuGothic', 'Hiragino Sans', 'ヒラギノ角ゴシック', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'メイリオ', 'Meiryo', 'sans-serif';
  font-size: 17px;
  text-align: center;
}

#sns-ul {
  display: inline-block;
  width: auto;
  max-width: 1120px;
  padding: 10px 0;
  border-top: 1px solid rgb(255,255,255);
  border-bottom: 1px solid rgb(255,255,255);
  text-align: center;
}

#sns-ul li {
  display: inline-block;
  padding: 0 2em;
}

#sns-ul li a {
  color: white;
}

#sns-ul li a:hover {
  color: rgb(51,51,51);
}

#sns-ul .pc-hide {
  display: none;
}

/* 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(233,196,206,.9); /* 注)サイト内検索モーダル背景色 */
  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: '游ゴシック', '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(51,51,51); /* 注)サイト内検索モーダル Close文字色 (approx)Pink Swan */
  cursor: pointer;
  outline: 0;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: -50px;
  left: 0;
  font-family: 'Allura', 'cursive';
  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;
}

.remodal-search-form input::-webkit-input-placeholder {
  color: white;
}
.remodal-search-form input::-moz-input-placeholder {
  color: white;
}
.remodal-search-form input:-ms-input-placeholder {
  color: white;
}
.remodal-search-form input:placeholder-shown {
  color: white;
}

/* 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;
  }
}


/***------------------------------------------
      circle gallery
------------------------------------------***/

.row {
  margin: 0 auto 60px;
  text-align: center;
  max-width: 1120px;
}

.bottom_to_top{
  width: 200px;
  height: 200px;
  border-radius: 50%;
  position: relative;
  -webkit-transition: all .35s ease-in-out;
  transition: all .35s ease-in-out;
}

.bottom_to_top a {
  color: rgb(51,51,51);
}

.bottom_to_top a:hover {
  text-decoration: none;
  opacity: 1;
}

.imgLiquidFill {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  opacity: 1;
  position: relative;
  -webkit-transition: all .35s ease-in-out;
  transition: all .35s ease-in-out;
}

.imgLiquidFill:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  box-shadow: inset 0 0 0 16px rgba(255,255,255,.6),
              0 1px 2px rgba(0,0,0,.3);
  position: absolute;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all .35s ease-in-out;
  transition: all .35s ease-in-out;
}

.circle-info {
  width: 200px;
  height: 200px;
  background-color: rgba(221,159,175,.6);
  border-radius: 50%;
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: all .35s ease-in-out;
  transition: all .35s ease-in-out;
}

.circle-info div {
  margin: 0 30px 10px;
  height: 90px;
  color: rgb(255,255,255);
  letter-spacing: 1px;
  overflow: hidden;
  padding: 40px 0 0 0;
  position: relative;
  font-size: 15px;
  font-weight: normal;
  text-transform: uppercase;
  text-shadow: 0 0 1px white,
               0 1px 2px rgba(0,0,0,.3);
}

.circle-info p {
  margin: 0 30px;
  height: 50px;
  border-top: 1px solid rgba(255,255,255,.5);
  color: rgb(255,255,255);
  overflow: hidden;
  padding: 10px 5px;
  font-size: 12px;
  font-style: italic;
}

.bottom_to_top a:hover .imgLiquidFill {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.bottom_to_top a:hover .circle-info {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.circle-column {
 display: inline-block;
 margin: 10px;
 vertical-align: top;
}


/***------------------------------------------
      top page
------------------------------------------***/

.element-item {
  margin: 0 auto 40px;
  background-color: rgba(255,255,255,.7);
  border-radius: 4px;
  box-shadow: 3px 3px 6px rgba(0,0,0,.2);
  padding: 15px 30px;
}

.element-title {
  margin: 0 auto;
  line-height: 1.3;
  font-size: 15px;
  font-weight: bolder;
  text-shadow: 2px 4px 3px rgba(0,0,0,.2);
}

.element-title .fa-camera {
  margin-left: 1em;
}

.information_ul {
  padding-top: 10px;
  font-family: 'Allura', 'cursive';
  font-size: 16px;
}

.information_ul li {
  display: inline-block;
  margin-right: 1em;
}

.information_ul li:last-of-type {
  margin-right: 0;
}

.description {
  padding: 10px 0;
}

.read-more {
  text-align: right;
}

.read-more a {
  display: inline-block;
  background-color: rgba(181,85,119,.8);
  border-radius: 4px;
  color: white;
  padding: .2em .5em;
  font-family: 'Allura', 'cursive';
}


/***------------------------------------------
      individual article
------------------------------------------***/

.main-body {
  margin: 0 auto 40px;
}

#individual {
  background-color: rgba(255,255,255,.7);
  border-radius: 4px;
  box-shadow: 3px 3px 6px rgba(0,0,0,.2);
  padding: 20px 30px;
}

@media screen and (max-width: 854px) {
  #individual {
    padding: 20px 15px;
  }
}

#entry-title {
  margin: 0 auto;
  font-size: 15px;
  text-shadow: 2px 4px 3px rgba(0,0,0,.2);
}

#entry-header time {
  font-family: 'Allura', 'cursive';
  font-size: 16px;
}

.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;
}

/* user tag */
.tags {
  padding-top: 40px;
}

.tags a {
  display: inline-block;
  margin: 0 2px 2px 0;
  background-color: rgba(181,85,119,.1);
  color: rgb(51,51,51);
  padding: .1em .3em;
  vertical-align: middle;
}

.tags a:hover {
  background-color: rgb(181,85,119);
  color: white;
}

/* footer */
#entry-footer {
  text-align: right;
}

#entry-footer-sns-ul,
#entry-footer-info-ul {
  display: inline-block;
}

#entry-footer-sns-ul li {
  display: inline-block;
  margin: 0 3px 3px 0;
  text-align: center;
}

#entry-footer-sns-ul li a {
  display: block;
  width: 24px;
  height: 24px;
  background-color: rgb(181,85,119);
  border-radius: 50%;
  color: white;
  line-height: 24px;
  position: relative;
}

#entry-footer-info-ul li {
  display: inline-block;
  margin-left: 1em;
  vertical-align: middle;
  font-family: 'Allura', 'cursive';
  font-size: 16px;
}

/* SNS brand color */
#entry-footer-sns-ul li .c-facebook:hover {
  background-color: rgb(59,89,152);
}

#entry-footer-sns-ul li .c-twitter:hover {
  background-color: rgb(73,171,242);
}

#entry-footer-sns-ul li .c-instagram:hover {
  background-color: rgb(81,127,164);
}

#entry-footer-sns-ul li .c-pinterest:hover {
  background-color: rgb(206,15,25);
}

#entry-footer-sns-ul li .c-google-plus:hover {
  background-color: rgb(221,75,57);
}

#entry-footer-sns-ul li.c-pencil:hover {
  background-color: rgb(220,227,233);
  color: rgb(51,51,51);
}


/***------------------------------------------
      related post, trackback list
------------------------------------------***/

.relate_dl,
.tb_dl {
  margin: 20px auto 0;
  padding: 10px;
  border-radius: 3px;
  box-shadow: inset 0 0 15px rgba(0,0,0,.2);
}

.tb_dl {
  background-color: rgba(255,255,255,.7);
}

.relate_dt,
.tb_dt {
  font-weight: bold;
}

.date {
  padding-top: 10px;
}

.tb_li2 {
  text-align: right;
}

#inner-contents .relate_ul {
  margin: 0 0 0 1.5em;
  list-style-type: square;
  padding: 0;
}

/* with thumbnail */
#fc2relate_entry_thumbnail_area {
  margin: 90px auto 30px;
  padding: 10px;
  position: relative;
  z-index: 1;
}

#fc2relate_entry_thumbnail_area .relate_dt {
  display: none;
}

#fc2relate_entry_thumbnail_area .relate_dd {
  overflow: hidden;
}

#fc2relate_entry_thumbnail_area:before {
  content: "You may also like"; /* 注)関連記事 タイトル変更はここです */
  display: block;
  margin: auto;
  width: 100%;
  padding-top: 20px;
  position: absolute;
  top: -50px;
  z-index: 3;
  font-family: 'Allura', 'cursive';
  font-size: 16px;
  text-align: center;
}

#fc2relate_entry_thumbnail_area .relate_dd .relate_ul {
  list-style: none;
  overflow: hidden;
}

#fc2relate_entry_thumbnail_area .relate_dd .relate_ul li {
  width: 50%;
  height: 98px;
  float: left;
}

@media screen and (max-width: 1200px) {
  #fc2relate_entry_thumbnail_area .relate_dd .relate_ul li {
    width: 100%;
    float: none;
  }
}

#fc2relate_entry_thumbnail_area .relate_entry_title {
  padding-right: 1em;
  word-break: break-all;
}

.related-overlay {
  position: relative;
}

.related-overlay:before {
  content: "";
  width: 90px;
  height: 90px;
  background-color: rgb(224,179,182); /* 注)No image 関連記事サムネイル */
  border-radius: 1px;
  position: absolute;
  z-index: 2;
}

.related-overlay:after {
  content: "No image";
  display: block;
  width: 90px;
  height: 90px;
  color: rgba(51,51,51,.7);
  line-height: 90px;
  position: absolute;
  z-index: 3;
  font-family: 'Allura', 'cursive';
  font-size: 12px;
  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;
  }
}


/***------------------------------------------
      posted comment
------------------------------------------***/

.another-title {
  margin: 0 auto 40px;
  width: 70%;
  border-top: 1px solid rgb(255,255,255);
  border-bottom: 1px solid rgb(255,255,255);
  color: white;
  padding: .2em 0;
  text-align: center;
  font: normal 17px/1.3 'Allura', 'cursive';
}

.another-contents {
  margin: 0 auto 20px;
  background-color: rgba(255,255,255,.7);
  border-radius: 4px;
  box-shadow: 3px 3px 6px rgba(0,0,0,.2);
  padding: 20px 30px 10px;
}

@media screen and (max-width: 854px) {
  .another-contents {
    padding: 20px 15px 10px;
  }
}

.visitor-name,
.comment-title {
  font-weight: bolder;
}

.comment-body {
  padding: 10px 0;
}

.comment-info {
  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-family: 'Allura', 'cursive';
  font-size: 16px; /* 注)コメント投稿フォームフォント大きさ */
}

#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 */
  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(181,85,119,.3); /* 注)send, deleteボタン背景色*/
  border: none;
  border-radius: 2px;
  box-shadow: 2px 2px 4px rgba(0,0,0,.2);
  cursor: pointer;
  padding: 4px 0;
  font-family: 'Allura', '游ゴシック', '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(181,85,119); /* 注)send, deleteボタンホバー時背景色 */
  color: white;
}


/***------------------------------------------
      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 */
}


/***------------------------------------------
      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;
}

.number-of-cmtb {
  text-align: right;
}

.number-of-cmtb 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;
  color: rgb(51,51,51);
  float: right;
}

.thumbnails {
  display: inline-block;
  width: 72px;
  height: 72px;
  overflow: hidden;
  position: relative;
}

.search-noimage {
  width: 100%;
  height: 100%;
  background-color: rgb(224,179,182); /* 注)No image画像 検索結果 */
}

.thumbnails .no-image-text {
  margin: auto;
  width: 100%;
  height: 1.5em;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  font-family: 'Allura', 'cursive';
  font-size: 12px; /* 注)検索結果ページNo imageフォント大きさ */
  text-align: center;
}


/***------------------------------------------
      pager
------------------------------------------***/

/* general */
.pager {
  margin: 0 auto 50px;
  width: 100%;
  font-family: 'Allura', 'cursive';
}

.simple-pagination {
  margin: 0;
  overflow: hidden;
  text-align: center;
}

.simple-pagination ul {
  display: inline-block;
  margin: 0;
  list-style: none;
  position: relative;
  padding: 0;
}

.simple-pagination li {
  display: inline-block;
  margin: 3px;
  border-radius: 50%;
  list-style: none;
}

.simple-pagination .active {
  box-shadow: 1px 0 0 0 rgb(229,229,229), 
              0 1px 0 0 rgb(229,229,229), 
              1px 1px 0 0 rgb(229,229,229),
              1px 0 0 0 rgb(229,229,229) inset, 
              0 1px 0 0 rgb(229,229,229) inset;
}

.light-theme a,
.light-theme span {
  display: inline-block;
  width: 33px;
  height: 33px;
  background: transparent;
  border-radius: 50%;
  color: rgb(51,51,51);
  line-height: 33px;
  vertical-align: middle;
  font-size: 12px; /* 注)汎用ページ送りフォント大きさ */
  text-align: center;
}

.light-theme a:hover {
  background-color: rgb(181,85,119); /* 注)汎用ページ送りマウスホバー時背景色 */
  color: white;
  opacity: 1;
}

.prev,
.next {
  background-color: rgb(181,85,119);
  border: none !important;
  font-weight: bolder;
}

.light-theme .current {
  background: rgba(255,255,255,.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(181,85,119); /* 注)汎用ページ送りprev/ next背景色 */
  box-shadow: none;
  color: white;
}

/* article */
.posted-pager,
.posted-pager-bottom {
  margin: 0 auto 50px;
  display: table;
  table-layout: fixed;
  width: 98%;
  font-family: 'Allura', 'cursive';
  font-size: 12px; /* 注)個別記事ページ送りフォント大きさ */
}

.page-left-cell,
.page-center-cell,
.page-right-cell {
  display: table-cell;
  vertical-align: middle;
}

.page-center-cell {
  text-align: center;
}

.page-right-cell {
  text-align: right;
}

.prev-a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  padding-left: 40px;
  text-align: left;
}

.prev-a:before {
  content: "\f104";
  margin: auto;
  width: 33px;
  height: 33px;
  background-color: rgba(181,85,119,.7); /* 注)個別記事prevページ送り背景色 */
  border-radius: 50px;
  color: white;
  line-height: 33px;
  position: absolute;
  font-family: 'FontAwesome';
  left: 0;
  top: 0;
  bottom: 0;
  text-align: center;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.page-center-cell {
  width: 50px;
  height: auto;
  text-align: center;
}

.center-a {
  width: 100%;
  height: 100%;
}

.center-a .fa {
  width: 33px;
  height: 33px;
  background-color: rgba(181,85,119,.7); /* 注)個別記事homeページ送り背景色 */
  border-radius: 50px;
  color: white;
  line-height: 34px;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.center-a .fa:before {
  line-height: 33px;
}

.next-a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  text-align: right;
  padding-right: 40px;
}

.next-a:before {
  content: "\f105";
  margin: auto;
  width: 33px;
  height: 33px;
  background-color: rgba(181,85,119,.7); /* 注)個別記事nextページ送り背景色 */
  border-radius: 50%;
  color: white;
  line-height: 33px;
  position: absolute;
  font-family: 'FontAwesome';
  right: 0;
  top: 0;
  bottom: 0;
  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(181,85,119); /* 注)個別記事ページ送りホバー時背景色 */
}

/* 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 span,
.t-center-a span,
.t-next-a span {
  display: inline-block;
  width: 33px;
  height: 33px;
  line-height: 33px;
  background-color: rgba(181,85,119,.7); /* 注)全記事リストページ送りprev/ next背景色 */
  border-radius: 50%;
  color: white;
  -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: 33px;
}

.t-prev-a:hover span,
.t-center-a:hover span,
.t-next-a:hover span {
  background-color: rgb(181,85,119); /* 注)全記事リストページ送りホバー時背景色 */
}

.t-prev-a span,
.t-next-a span {
  font-weight: bolder;
}

/* bottom pager adjust */
.pager-bottom {
  margin: 70px auto;
}


/***------------------------------------------
      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: 618px) {
  .side-menu {
    width: 100%;
    max-width: 450px;
  }
}

.sidebar-style {
  text-align: left;
}

/* 注)右サイドメニュー プラグインタイトル文字関連 */
.side-menu h4 {
  margin: 0 auto 20px;
  border-top: 1px solid white;
  border-bottom: 1px solid white;
  padding: .5em 0 .3em;
  font: 16px/1.3 'Allura', '游ゴシック', 'YuGothic', 'Hiragino Sans', 'ヒラギノ角ゴシック', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'メイリオ', 'Meiryo', 'sans-serif';
  text-align: center;
}

.side-menu a:hover {
  color: rgb(51,51,51);
}

.side-menu ul {
  margin-left: 1.4em;
  list-style-type: disc;
}


/***------------------------------------------
      official plug-in
------------------------------------------***/

/* calendar */
.calender {
  margin: 0 auto;
  width: 260px;
  border-spacing: 3px 6px;
  table-layout: fixed;
  font-family: 'Allura', 'cursive';
  font-size: 12px;
  text-align: center;
}

.calender caption {
  margin-bottom: 10px;
}

.calender caption a {
  display: inline-block;
  width: 20%;
}

.sun {
  color: rgb(161,12,0);
}

.calender td {
  height: 30px;
  line-height: 30px;
  padding: 0;
}

.calender td a {
  display: block;
  margin: 0 auto;
  width: 30px;
  height: 30px;
  background-color: rgba(255,255,255,.6); /* 注)カレンダーリンク背景色 (approx)Pattens Blue */
  border-radius: 50%;
  color: rgb(51,51,51);
}

.calender td a:hover {
  background-color: rgba(221,159,175,.6);
  color: white;
}

/* profile */
 .plugin-myimage {
  margin-bottom: 10px;
  text-align: center !important;
}

/* mail form */
.sidebar-style form {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 260px;
}

.sidebar-style input:not([type="submit"]),
.sidebar-style textarea,
.sidebar-style select {
  display: inline-block;
  width: 100% !important;
  background-color: white;
  border: 1px solid rgb(207,207,207);
  border-radius: 2px;
  outline: none;
  padding: .5em;
}

.sidebar-style input[type="submit"] {
  background-color: rgba(221,159,175,.6);
  border: none;
  color: white;
  cursor: pointer;
}

/* search */
.plugin-search {
  margin: 0 auto;
  width: 100%;
}

.plugin-search input {
  margin-bottom: 8px;
}

/* tag */
.plugin-tag a {
  display: inline-block;
  margin: 0 1.5px 4px 0;
  border: 1px solid rgb(220,220,220); /* 個別記事下tagボーダー色 (approx)Very Light Grey */
  padding: 4px 10px;
}

.plugin-tag a:hover {
  background-color: rgba(221,159,175,.6); /* 個別記事下tagホバー時背景色 (approx)Pattens Blue */
  border: 1px solid rgba(221,159,175,.6);
  color: white;
  text-decoration: none;
}


/***------------------------------------------
      footer
------------------------------------------***/

#pagetop {
  display: none;
  position: fixed;
  z-index: 9999;
  bottom: 140px;
  right: 60px;
  font-family: 'Allura', 'cursive';
  font-size: 14px;
  width: 47px;
  height: 47px;
  border-radius: 50%;
  background: rgba(221,159,175,.6);
}

#pagemiddle {
  display: none;
  width: 0;
  height: 0;
  font-size: 0;
}

#pagebottom {
  display: none;
  position: fixed;
  z-index: 9999;
  bottom: 90px;
  right: 60px;
  font-family: 'Allura', 'cursive';
  font-size: 14px;
  width: 47px;
  height: 47px;
  border-radius: 50%;
  background: rgba(221,159,175,.6);
}

#pagetop a,
#pagebottom a {
  display: inline-block;
  width: 100%;
  height: 100%;
  line-height: 47px;
  color: white;
}

@media screen and (max-width: 854px) {
  #pagetop {
    bottom: 40px;
    right: 5px;
  }
  #pagetop {
    bottom: 190px;
    right: 8px;
  }
  #pagebottom {
    right: 8px;
  }
  #pagemiddle {
    display: none;
    position: fixed;
    z-index: 9999;
    bottom: 140px;
    right: 8px;
    font-family: 'Allura', 'cursive';
    font-size: 14px;
    width: 47px;
    height: 47px;
    border-radius: 50%;
    background: rgba(221,159,175,.6);
  }
  #pagemiddle a {
    display: inline-block;
    width: 100%;
    height: 100%;
    line-height: 47px;
    color: white;
  }
}

.new {
  color: red;
  font-size: 11px;
  margin-left: 1em;
}

.end {
  width: 100%;
  padding: 10px 15px;
  text-align: center;
  line-height: 1.2;
  background: rgba(255,255,255,.5);
}

.foot,
#copyright {
  text-align: center;
  font-family: 'Allura', 'cursive';
  font-size: 12px;
  color: rgb(51,51,51);
}

#ad1,
#ad2 {
  font-size: 11px;
}


/***------------------------------------------
      personal settings
------------------------------------------***/

/* shadow for image */
.shadow-attachment {
  box-shadow: 0 1px 4px rgba(0,0,0,.4);
}

.emoji {
  vertical-align: middle;
}