@charset "utf-8";

/**
* Author: Vanillaice (Akira) - http://vanillaice000.blog.fc2.com/
* Website template name: Fields
* The first edition: 2016.1.10
* 2016.6.30 - ブログタイトルが短いときにラベンダー画像が見切れる問題を修正, サムネイル No image画像変更を容易にしました,
                             主要公式プラグインの整形を行いました
* 2016.9.9 - リストマーカーの位置を調整
* 2016.10.10 - スライダー表示軽量化, 関連記事サムネイル整形, その他微調整
* 2017.1.13 - テンプレデフォルト新着サムネイルを削除
* 2017.1.17 - 画像拡大スクリプトを追加(独自クラス)
* 2017.1.25 - SNSシェアリンクをエンコード
* Latest update: 2017.9.22 - SSL化に伴うURL正規化
*/


/***------------------------------------------
      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 {
  text-decoration: none;
  color: rgb(125,71,151); /* 注)記事内のリンク色はこちら */
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}


/***------------------------------------------
      layout
------------------------------------------***/

html, body {
  height: 100%;
}

body { /* 注)基本フォント関連 */
  background-color: rgb(249,249,249);
  color: rgb(51,51,51);
  position: relative;
  font: 13px/1.7 'Avenir', 'Century Gothic', '游ゴシック', 'YuGothic', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo'; /* 注)記事フォント */
}

#wrapper {
  margin: 0 auto;
  width: 100%;
  min-width: 90%;
}

#whole-container {
  margin: 0 auto;
  width: 90%;
  max-width: 1500px;
  padding: 0 0 100px;
}

@media screen and (max-width: 1200px) {
  #whole-container {
    width: 95%;
  }
}
@media screen and (max-width: 1050px) {
  #whole-container {
    width: 100%;
    max-width: 650px;
  }
}

#whole-main {
  margin-right : -230px;
  width: 100%;
  float: left;
}

@media screen and (max-width: 1050px) {
  #whole-main {
    margin: 0 auto;
    width: 100%;
    max-width: 650px;
    float: none;
  }
}

#whole-central-contents {
  margin-right: 250px;
}

@media screen and (max-width: 1050px) {
  #whole-central-contents {
    margin: 0 auto;
    width: 100%;
    max-width: 650px;
    float: none;
  }
}

#float-containder {
  width: 100%;
}

#main {
  width: 100%;
  float: right;
}

@media screen and (max-width: 1050px) {
  #main {
    margin: 0 auto;
    width: 100%;
    max-width: 650px;
    float: none;
  }
}

#central-contents {
  margin-left: 250px;
  border-radius: 4px;
}

@media screen and (max-width: 1050px) {
  #central-contents {
    margin: 0 auto;
    width: 100%;
    max-width: 650px;
  }
}

#primary-column {
  margin-right: -230px;
  width: 230px;
  float: left;
}

@media screen and (max-width: 1050px) {
  #primary-column {
    margin: 80px auto 0;
    width: 100%;
    max-width: 650px;
    float: none;
    padding: 0 30px;
  }
}

#secondary-column {
  width: 230px;
  float: left;
}

@media screen and (max-width: 1050px) {
  #secondary-column {
    margin: 0 auto;
    width: 100%;
    max-width: 650px;
    float: none;
    padding: 0 30px;
  }
}


/***------------------------------------------
      header
------------------------------------------***/

#banner {
  width: 100%;
  height: auto;
  margin: 0 auto;
  text-align: center;
}

#blog-name-container {
  display: table;
  table-layout: fixed;
  width: 100%;
  padding: 125px 5px 50px;
  line-height: 1.3;
  margin: 0 auto;
}

#blog-name-container-cell {
  display: table-cell;
  width: 100%;
  line-height: 1.3;
  text-align: center;
}

.blog-title {
  margin: 0 auto;
  width: 100%;
  min-width: 272px;
  max-width: 800px;
  padding: 0 40px 44px;
  font-size: 25px;
  font-weight: normal;
  text-shadow: 2px 4px 3px rgba(0,0,0,0.2);
}

.blog-title a { /* 注)ブログタイトルフォント関連 */
  color: black;
}

.sub-title { /* 注)サブタイトルフォント関連 */
  margin: 0 auto;
  width: 100%;
  max-width: 850px;
  padding-top: 15px;
  font-size: 14px;
}


/***------------------------------------------
      navigation
------------------------------------------***/

.navigation-container {
  width: 100%;
  background-color: black;
  padding: 10px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10001;
}

.navigation-container-adjust {
  top: 27px;
}

.navigation-container ul {
  text-align: right;
}

.navigation-container ul li {
  display: inline-block;
}

.navigation-container ul li a {
  display: inline-block;
  width: 100%;
  height: 100%;
  color: white;
  padding: 0 2em;
  vertical-align: middle;
  font-size: 14px;
}

.navigation-container ul li a:hover {
  background-color: white;
  color: black;
}

.both-border {
  border-right: 1px solid silver;
  border-left: 1px solid silver;
}

.right-border {
  border-right: 1px solid silver;
}

.navigation-container ul .pc-hide {
  display: none;
}

@media screen and (max-width: 768px) {
  .navigation-container ul {
    text-align: center;
  }
  .navigation-container ul .sp-hide {
    display: none;
  }
  .navigation-container ul .pc-hide {
    display: inline-block;
  }
}


/***------------------------------------------
      sns
------------------------------------------***/

#sns-container{
  margin: 0 auto 50px;
  width: 100%;
  max-width: 600px;
}

#sns-container ul, .sns-and-others {
  text-align: center;
}

#sns-container li, .sns-and-others li {
  display: inline-block;
  margin: 7px;
}

#sns-container li a, .sns-and-others li a {
  display: block;
  width: 32px;
  color: black;
  line-height: 24px;
  padding: 4px 0;
  position: relative;
  font-size: 16px;
  text-align: center;
}

#sns-container li a:before,
#sns-container li a:after,
.sns-and-others li a:before,
.sns-and-others li a:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

#sns-container li a:before, .sns-and-others li a:before {
  z-index: 100;
}

#sns-container li a:after, .sns-and-others li a:after {
  background: white;
  border: 1px solid rgba(0,0,0,.1);
  z-index: -1;
  -webkit-transition: all .25s linear;
  transition: all .25s linear;
}

.sns-and-others {
  position: relative;
  z-index: 30;
}

.sns-and-others .fa {
  position: relative;
  z-index: 100;
}

.sns-and-others li a:after {
  z-index: 1;
}

#sns-container li a:hover:after, .sns-and-others li a:hover:after {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

#sns-container li a:hover:after, .sns-and-others li a:hover:after {
  background-color: black;
}

#sns-container li a:hover, .sns-and-others li a:hover {
  color: white;
}


/***------------------------------------------
      slider 不要の方削除
------------------------------------------***/

#slider-aspect-parent {
  margin: 0 auto 50px;
  width: 100%;
  max-width: 1000px; /* 注)スライダーの最大横幅はここで調整 */
  position: relative;
  -webkit-animation: fadeIn 1s;
  animation: fadeIn 1s;
}

#slider-aspect-parent:before {
  display: block;
  padding-top: 45%; /* 注)スライダー横幅に対して縦幅の%指定 100%で正方形 */
  content: "";
}

#slider-aspect-child {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.swiper-container {
  width: 100%;
  height: 100%;
  border-radius: 4px;
}

.imgLiquidFill {
  width: 100%;
  height: 100%;
  padding: 20% 0;
  position: relative;
}

.image-caption-wrapper {
  margin: auto;
  width: 60%;
  height: 50%;
  background: rgba(0,0,0,.6); /* 注)スライダーキャプション背景色と不透明度 */
  padding: 10px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

@media screen and (max-width: 480px) {
  .image-caption-wrapper {
    display: none;
  }
}

.image-caption-wrapper:hover {
  background: rgba(158,86,154,.6); /* 注)スライダーキャプションマウスホバー時背景色と不透明度 */
}

.image-caption-link {
  color: white; /* 注)スライダーキャプション文字色 */
}

.image-caption-table{
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 100%;
  text-align: center;
}

.image-caption-cell {
  display: table-cell;
  vertical-align: middle;
}

.topentry-title {
  white-space: nowrap;
  font-size: 18px;
  -webkit-text-overflow: ellipsis;
  -moz-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
}

.swiper-pagination-bullet-active {
  background: silver !important;
}

.swiper-button-white {
  opacity: .5;
}

.swiper-button-white:hover {
  opacity: 1;
}

/* fadeIn */
@-webkit-keyframes fadeIn {
  0% {
   opacity: 0;
  }
  50% {
   opacity: 0;
  }
  100% {
   opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
   opacity: 0;
  }
  50% {
   opacity: 0;
  }
  100% {
   opacity: 1;
  }
}


/***------------------------------------------
      entry
------------------------------------------***/

.element-inner li {
  display: inline-block;
  margin-right: 1em;
}

.main-body {
  margin: 0 auto;
  width: 100%;
  background-color: white;
  border: 1px solid rgb(240,240,240);
  padding-bottom: 30px;
}

.element-header {
  padding: 15px 15px;
}

.element-inner {
  background-color: rgb(240,240,240);
  border-radius: 4px;
  padding: 15px 15px;
}

.element-category {
  text-align: left;
}

.element-title {
  margin: 0 auto;
  line-height: 1.3;
  padding: 10px 0;
  font-size: 17px;
  font-weight: normal;
  text-align: left;
  text-shadow: 2px 4px 3px rgba(0,0,0,.2);
}

.element-title a {
  color: rgb(0,0,0);
}

.element-title a:hover {
  color: rgb(125,71,151);
}

.element-datetime {
  padding-bottom: 10px;
  text-align: left;
}

.contents {
  padding: 20px 30px 0;
  position: relative;
  font-size: 14px;
}

.for-thumbnail-padding {
  min-height: 112px;
  border-bottom: 1px solid rgb(240,240,240);
  padding-right: 110px;
}

.for-thumbnail-padding:last-child {
  border-bottom: none;
}

.thumbnails {
  position: absolute;
  right: 30px;
  top: 20px;
}

.no-image-overlay-wrapper {
  width: 72px;
  height: 72px;
  background: url(https://blog-imgs-100.fc2.com/v/a/n/vanillaice000/Fieldsnoimageth.jpg) center center /cover no-repeat;
  position: relative;
}

.no-image-overlay {
  background-color: rgba(255,255,255,.4);
  color: rgb(51,51,51);
  line-height: 72px;
  font-size: 12px;
  text-align: center;
}

.contents a:hover {
  text-decoration: underline;
}

.read_more, .read_more2 {
  margin: 30px 0;
  text-align: center;
}

.read-more-open-a, .read-more-close-a {
  display: inline-block;
  border: 1px solid black;
  border-radius: 2px;
  color: black;
  padding: 1em 2em;
  font-size: 13px;
}

.contents .read-more-open-a:hover,
.contents .read-more-close-a:hover {
  background-color: black;
  color: white;
  cursor: crosshair;
  text-decoration: none;
}

.read_more_span {
}

.read_jump {
  margin: 30px auto;
  text-align: left;
}

.tags {
  margin-top: 40px;
}

.tags a {
  margin-top: 20px;
  background: rgb(249,249,249);
  border-radius: 4px;
  padding: 2px;
}

.inner-contents {
  margin-bottom: 20px;
}

/* 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-info {
  width: 100%;
  padding: 10px;
}

.inner-info a {
  text-decoration: none;
}

.element-read-more {
  margin: 20px 0;
  text-align: center;
}

.element-read-more a {
  border: 1px solid rgb(191,145,104);
  color: rgb(0,0,0);
  padding: .6em 1em;
  font-size: 12px;
}

.element-read-more a:hover {
  background-color: rgb(191,145,104);
  color: rgb(255,255,255);
}

.sns-and-others li {
  display: inline-block;
  margin-left: .5em;
}

#tb-input-box {
  margin: 0 auto;
  width: 100%;
  max-width: 600px;
}

.op {
  display: block;
  width: 100%;
}

.tb_dt {
  font-weight: bold;
}

.tb_ul {
  padding: 10px 0;
}

.tb_form {
  margin: 40px auto 0;
  width: 100%;
}


/***------------------------------------------
      related post, trackback list
------------------------------------------***/

.relate_dl,
.tb_dl {
  margin: 20px auto 0;
  background-color: rgb(252,252,248);
  border-radius: 3px;
  box-shadow: inset 0 0 15px rgba(0,0,0,.2);
  padding: 10px;
}

.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-weight: bold;
  text-align: center;
}

#fc2relate_entry_thumbnail_area .relate_dd .relate_ul {
  list-style: none;
  overflow: hidden;
}

#fc2relate_entry_thumbnail_area .relate_dd .relate_ul li {
  width: 33.33%;
  height: 98px;
  float: left;
}

@media screen and (max-width: 1540px) {
  #fc2relate_entry_thumbnail_area .relate_dd .relate_ul li {
    width: 50%;
  }
}
@media screen and (max-width: 1255px) {
  #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: url(https://blog-imgs-93.fc2.com/v/a/n/vanillaice000/fielfsno-imagepic.jpg) center center /cover no-repeat; /* 注)No image 関連記事サムネイル */
  border-radius: 1px;
  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,.7);
  line-height: 90px;
  position: absolute;
  z-index: 3;
  font-size: 11px;
  text-align: center;
}

@media screen and (max-width: 479px) {
  #fc2relate_entry_thumbnail_area .relate_entry_thumbnail {
    width: 90px !important;
    height: 90px !important;
  }
  #fc2relate_entry_thumbnail_area .relate_dd .relate_ul .relate_entry_thumbnail img {
    width: 90px !important;
    height: 90px !important;
  }
}


/***------------------------------------------
      comment, trackback
------------------------------------------***/

.another-title {
  margin: 0 auto;
  color: black;
  padding: 20px 0;
  font-size: 14px;
  text-align: center;
}

/* 注)comment, index等タイトルのラベンダー画像不要の方ここから削除 */
.title-bg-1 {
  min-height: 115px;
  background: url(https://blog-imgs-83.fc2.com/v/a/n/vanillaice000/lavender9928.png) center bottom no-repeat;
}
/* 注)ここまで削除 */

.collapse-title {
  cursor: crosshair;
}

.wing-bg {
  background: url(https://blog-imgs-83.fc2.com/v/a/n/vanillaice000/visitor_201511180106168d6.png) left center no-repeat;
  min-height: 39px;
  padding-left: 70px;
}

.url-name {
  font-size: 15px;
}

.posted-day {
  margin-left: 1em;
}

.visitor-comment-body {
  padding-top: 15px;
}

.comment-info {
  border-bottom: 1px solid rgb(238,238,238);
  padding: 20px 20px 15px;
  text-align: right;
}

.comment-info a {
  font-size: 15px;
}

#comment_form, #edit_form {
  margin: 20px auto;
  width: 100%;
  max-width: 600px;
  padding:20px;
  vertical-align: middle;
  text-decoration: none;
}

#name, #subject, #mail, #url, #pass, #edit_name {
  margin-bottom:20px;
  width: 100%;
  background: rgb(241,241,241);
  border: 1px solid rgb(221,221,221);
  border-radius: 4px;
  box-shadow: rgba(255,255,255,.4) 0 1px 0, inset rgba(0,0,0,.7) 0 0 0;
  color: rgb(158,86,154);
  padding:8px;
}

#pass {
  width: 100%;
  max-width: 200px;
}

#name:focus, #subject:focus, #mail:focus, #url:focus, #edit_name:focus {
  background-color: white;
  color: rgb(51,51,51);
}

#comment {
  width: 100%;
  background: transparent;
  border: 1px solid rgb(221,221,221);
  border-radius: 8px;
  padding: .5em;
}

.btn {
  margin-top: 15px;
}

input[type="submit"] {
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
}

#sendbtn, #delbtn {
  height: 35px;
  border: none;
  border-radius: 4px;
  box-shadow: 2px 2px 3px rgba(0,0,0,0.1);
  color: white;
  cursor: pointer;
  outline: none;
  vertical-align: middle;
  font-size: 14px;
  text-decoration: none;
}

#sendbtn {
  margin-right: 1%;
  width: 49%;
  background: black;
}

#delbtn {
  margin-left: 1%;
  width: 49%;
  background: silver;
}

#sendbtn:hover, #delbtn:hover {
  background: rgb(125,71,151);
}

#url:-webkit-autofill, #pass:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px rgb(241,241,241) inset;
}

.collapsingContainer > .contents2:first-child {
  margin-top: 40px;
}

.collapsingContainer > .contents2:last-child {
  padding-bottom: 40px;
}

.tb_dl {
  margin: 20px auto 0;
  background-color: rgb(252,252,248);
  border-radius: 3px;
  box-shadow: inset 0 0 15px rgba(0,0,0,.2);
  padding: 10px;
}

.bottom-adjust20 {
  padding-bottom: 20px;
}

.height-adjust {
  margin-top: -43px;
  padding-top: 63px;
}

#comment_form {
  margin-top: -43px;
  padding-top: 63px;
}


/***------------------------------------------
      title list, search
------------------------------------------***/

.titlelist-title, .search-title {
  font-size: 14px;
}

.titlelist-and-search-date {
  padding-bottom: 10px;
}


/***------------------------------------------
      pager
------------------------------------------***/

.pager {
  margin: 0 auto;
  width: 100%;
  background-color: rgb(249,249,249);
  padding-top: 80px;
}

.simple-pagination {
  margin: 0;
  overflow: hidden;
  position: relative;
}

.simple-pagination ul {
  display: block;
  margin: 0;
  list-style: none;
  padding: 0;
  position: relative;
  text-align: center;
}

.simple-pagination li {
  display: inline-block;
  list-style: none;
  padding: 2px;
}

.light-theme a, .light-theme span {
  display: inline-block;
  width: 30px;
  height: 30px;
  background: transparent;
  border: 1px solid rgb(238,238,238);
  border-radius: 2px;
  color: rgb(158,86,154);
  line-height: 30px;
  vertical-align: middle;
  font-size: 12px;
  text-align: center;
}

.light-theme a:hover {
  background-color: black;
  border: 1px solid black;
  color: white;
}

.prev, .next {
  border: none !important;
  font-weight: bolder;
}

.light-theme .current {
  background-color: black;
  border: 1px solid black;
  box-shadow: none !important;
  color: white;
}

.light-theme .ellipse {
  color: rgb(158,86,154);
  font-weight: bold;
}

.posted-pager, .posted-pager-bottom {
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 50px;
  border: 1px solid silver;
  border-radius: 4px;
  padding: 0 5px;
  text-align: center;
}

.posted-pager-bottom {
  margin: 0 auto 80px;
  width: 100%;
}

.left-page, .right-page {
  display: table-cell;
  color: rgb(179,154,100);
  font-size: 12px;
}

.center-home {
  display: table-cell;
  vertical-align: middle;
}

.left-page-bottom, .right-page-bottom {
  display: table-cell;
  white-space: nowrap;
  -webkit-text-overflow: ellipsis;
  -moz-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
}

.left-page, .left-page-bottom {
  vertical-align: middle;
  text-align: left;
}

.center-home a {
  height: 30px;
  color: rgb(158,86,154);
  font-size: 12px;
  text-align: center;
}

.right-page, .right-page-bottom {
  vertical-align: middle;
  text-align: right;
}

.left-page a, .right-page a {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-color: transparent;
  color: rgb(158,86,154);
  padding-top: 3px;
  text-align: center;
}


/***------------------------------------------
      calendar
------------------------------------------***/

.plugin-calender {
  margin: 0 auto 15px;
}

.calender-month-style {
  color: rgb(158,86,154);
  vertical-align: middle;
  font-size: 20px;
  font-weight: bolder;
}

caption .fa {
  font-size: 20px;
}

.calender {
  margin: 0 auto;
  table-layout: fixed;
  width: 100%;
  max-width: 330px;
  font-size: 12px;
  text-align: center;
}

.calender caption {
  margin-bottom: 10px;
}

#prevMonth {
  margin-right: 2em;
  vertical-align: middle;
}

#nextMonth {
  margin-left: 2em;
  vertical-align: middle;
}

.sun {
  color: RGB(205,125,125);
}

.calender td {
  height: 36px;
  vertical-align: middle;
}

.calender td a {
  display: inline-block;
  width: 25px;
  height: 25px;
  border: 1px solid rgb(125,71,151);
  border-radius: 4px;
  color: black;
  line-height: 25px;
  vertical-align: middle;
}

.calender td a:hover {
  background-color: rgb(125,71,151);
  color: white;
  text-decoration: none;
}


/***------------------------------------------
      site search
------------------------------------------***/

#search-form { 
  margin: 10px auto 0;
  width: 100%;
  max-width: 300px;
  height: 34px;
  position: relative;
  text-align: center;
}

#searchinput { 
  width: 100%;
  height: 30px;
  background: rgba(255,255,255,.5);
  border: 1px solid silver;
  border-radius: 2px;
  padding-left: 1em;
  -webkit-appearance: none;
}

#searchinput:focus {
  background: white;
}

#searchbutton {
  display: block;
  width: 30px;
  height: 30px;
  background-color: rgb(125,71,151); /* 注)検索ボタンの色 */
  border: none;
  border-radius: 2px;
  cursor: pointer;
  outline: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  -webkit-appearance: none;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

#searchbutton:before {
  content: '\f002';
  display: block;
  margin-left: 3px;
  color: white;
  float: left;
  font: normal 15px/1 'FontAwesome';
}

#searchbutton:hover {
  background-color: black; /* 注)検索ボタンマウスオーバー時の色 */
}

/* tag-search */
#for-tag-form {
  margin: 0 auto;
  width: 100%;
  max-width: 300px;
  height: 30px;
  position: relative;
  text-align: center;
}

#for-tag-form select {
  width: 100%;
  height: 30px;
  background-color: rgba(255,255,255,.5);
  border: 1px solid silver;
  border-radius: 2px;
  padding-left: 1em;
  -webkit-appearance: none;
}

#for-tag-form select:focus {
  background: white;
}

#for-tag-form button[type="submit"] {
  display: block;
  width: 30px;
  height: 30px;
  background-color: rgb(125,71,151);
  border: none;
  border-radius: 2px;
  cursor: pointer;
  outline: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  -webkit-appearance: none;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

#for-tag-form button[type="submit"]:before {
  content: '\f02b';
  display: block;
  margin-left: 3px;
  color: white;
  float: left;
  font: normal 15px/1 'FontAwesome';
}

#for-tag-form button[type="submit"]:hover {
  background-color: black;
}


/***------------------------------------------
      side menu
------------------------------------------***/

.sidebar ul {
  margin-left: 1.5em;
  list-style-type: disc;
}

#side-sns-container {
  width: 100%;
  padding: 20px 0;
}

#side-sns-container ul {
  text-align: center;
}

#side-sns-container ul li {
  display: inline-block;
  list-style-type: none;
}

#side-sns-container ul li a {
  display: inline-block;
  color: black;
  padding: 0 6px;
}

#side-sns-container .fa {
  width: 40px;
  height: 40px;
  border: 1px solid rgb(158,86,154);
  border-radius: 50%;
  color: rgb(158,86,154);
  line-height: 40px;
  text-align: center;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

#side-sns-container .fa:before {
  line-height: 40px;
  padding: 0;
}

#side-sns-container ul li a:hover .fa {
  background-color: rgb(158,86,154);
  color: white;
}

.side_bar, #newest {
  padding: 0 0 15px;
  margin-bottom: 30px;
}

.bg-trans-attachment {
  background: transparent;
}

.coloring-box {
  background-color: black;
}

.coloring-box-inner {
  margin: 0 auto;
  width: 30%;
  height: 4px;
  background-color: rgb(125,71,151);
}

.side_bar h3 {
  margin: 0 auto 15px;
  font-size: 15px;
  text-align: center;
}

.centering-title {
  margin: 0 auto;
  display: inline-block;
  padding: 8px 12px;
  position: relative;
  z-index: 5;
}

.side_bar a {
  color: rgb(50,50,50);
}

.side_bar a:hover {
  text-decoration: underline;
}

.plugin-myimage {
  margin-bottom: 15px;
  text-align: center !important;
}

.plugin-myimage img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
}

#sidenav {
  margin: 0 auto;
  width: 100%;
  background-color: white;
  font-size: 14px;
}

.sidenav-wrapper {
  height: 100%;
  overflow: auto;
  padding: 30px 0;
  position: relative;
  -webkit-overflow-scrolling: touch;
}


/***------------------------------------------
      official plug-in
------------------------------------------***/

/* profile */
 .plugin-myimage {
  margin-bottom: 10px;
  text-align: center !important;
}

/* mail form */
.side_bar form {
  display: block;
  margin: 0 auto;
  width: 98%;
  max-width: 260px;
}

.side_bar input:not([type="submit"]),
.side_bar textarea,
.side_bar select {
  display: inline-block;
  margin-left: 1%;
  width: 98% !important;
  background-color: white;
  border: none;
  border-radius: 2px;
  color: rgb(51,51,51);
  outline: none;
  padding: .5em;
}

.side_bar input[type="submit"] {
  margin-left: 1%;
  background-color: rgb(125,71,151);
  border: none;
  color: white;
}

/* search */
.plugin-search {
  margin: 0 auto;
  width: 98%;
}

.plugin-search input {
  margin-bottom: 8px;
}

/* tag */
.plugin-tag a {
  margin: 0 3px 6px;
  display: inline-block;
  border: 1px solid rgba(125,71,151,.3);
  padding: 4px 10px;
}

.plugin-tag a:hover {
  background-color: rgb(125,71,151);
  border-color: rgb(125,71,151);
  color: white;
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  input[type="text"], 
  input[type="password"], 
  input[type="search"],
  textarea, select {
    font-size: 16px;
  }
}


/***------------------------------------------
      footer
------------------------------------------***/

#pagetop {
  display: none;
  width: 40px;
  height: 40px;
  background: rgba(255,255,255,.4);
  border: 1px solid rgba(125,71,151,.4);
  border-radius: 4px;
  color: rgb(94,157,31);
  position: fixed;
  z-index: 9999;
  bottom: 140px;
  right: 60px;
  font-size: 12px;
}

#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(125,71,151,.4);
  border-radius: 4px;
  color: rgb(94,157,31);
  position: fixed;
  z-index: 9999;
  bottom: 90px;
  right: 60px;
  font-size: 12px;
}

#pagetop a,
#pagebottom a {
  display: inline-block;
  width: 100%;
  height: 100%;
  line-height: 40px;
}

@media screen and (max-width: 1050px) {
  #pagetop {
    right: 8px;
    bottom: 240px;
  }
  #pagebottom {
    right: 8px;
    bottom: 140px;
  }
  #pagemiddle {
    display: none;
    width: 40px;
    height: 40px;
    background: rgba(255,255,255,.2);
    border: 1px solid rgba(125,71,151,.4);
    border-radius: 50%;
    color: rgb(94,157,31);
    position: fixed;
    z-index: 9999;
    bottom: 190px;
    right: 8px;
    font-size: 11px;
  }
  #pagemiddle a {
    display: inline-block;
    width: 100%;
    height: 100%;
    line-height: 40px;
  }
}

.new {
  margin-left: 1em;
  color: red;
  font-size: 11px;
}

.end {
  margin: 0 auto;
  width: 100%;
  background-color: black;
  line-height: 1.2;
  padding: 1em 0;
  text-align: center;
}

.foot, #copyright {
  color: white;
  font-size: 11px;
  text-align: center;
}

#ad1, #ad2 {
  font-size: 11px;
}


/***------------------------------------------
      personal settings
------------------------------------------***/

/* 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 emoji */
.emoji {
  vertical-align: middle;
}

/* shadow for image */
.shadow-attachment {
  box-shadow: 0 1px 4px rgba(0,0,0,.4);
}

.box {
  display: inline-block;
  padding: .1em .5em;
}

/* mask 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;
}

/* for darkbox */
#darkbox_next:hover, #darkbox_prev:hover {
  border-color: rgb(158,86,154) !important;
}

#cboxOverlay, #cboxWrapper, #colorbox {
  z-index: 100005 !important;
}