@charset "utf-8";

/**
* Author: Vanillaice (Akira) - http://vanillaice000.blog.fc2.com/
* Website template name: Fields
* The first edition: 2016.1.10
*/


/***-----reset
------------------------------------------***/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
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%;
  /* 注)フォントの細さが気になる方はここから削除 */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* 注)フォントの細さが気になる方はここから削除 */
  vertical-align: baseline;
  background: transparent;
}

strong, b {
  font-weight: bold;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: bolder;
}

i {
  font-style: italic;
}

address, small {
  display: block;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, main {
  display: block;
}

body {
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  tap-highlight-color: rgba(0,0,0,0);
  word-wrap: break-word;
}

ol, ul {
  list-style: none;
padding:10px;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  vertical-align: bottom;
  background: transparent;
  outline: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  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="submit"], 
input[type="search"], 
textarea, 
select {
  outline: none;
  -webkit-appearance: none;
  border-radius: 0;
  font-size: 13px;
}

pre {
  word-wrap: break-word;
  white-space: pre-wrap;
  font-family: Menlo, consolas, Courier;
}

div, section, article {
  word-wrap: break-word;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 1em;
  margin: 0;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

/* fc2 */
.fc2_footer {
  margin: 20px 0;
}


/* ==== 「スマートフォン版で表示」を出したい場合ここから削除
============================================================ */

#change_mobile {
  display: none;
}

/* ========= ここまで削除
============================================================ */


/***----- clearfix
------------------------------------------***/

.cf:before, .cf:after {
  content: "";
  display: table;
}

.cf:after{
  clear: both;
}


/***----- blockquote
------------------------------------------***/

blockquote {
  width: 95%;
  height: auto;
  margin: 0 auto;
  background: rgba(255,255,255,.4);
  border: 1px solid silver;
  border-radius: 5px;
  padding: 2.5em;
  position: relative;
  z-index: 1;
}

blockquote:before {
  content: "“";
  font-size: 700%;
  color: silver;
  line-height: 1em;
font-family: Avenir, 'Century Gothic', '游ゴシック', 'YuGothic', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo';
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

blockquote:after {
  content: "”";
  font-size: 700%;
  color: silver;
  line-height: 0em;
font-family: Avenir, 'Century Gothic', '游ゴシック', 'YuGothic', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo';
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}

blockquote p {
  text-align: center;
}


/***----- link
------------------------------------------***/

a {
  text-decoration: none;
  color: rgb(135,88,98); /* 注)記事内のリンク色はこちら */
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}


a:hover {
		color: rgb(95,158,160);
	}

a:visited {
		color: rgb(95,158,160);
	}


/***----- 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";
}

html, body {
  height: 100%;
}

body { /* 注)基本フォント関連 */
  background-color: rgb(242,242,242);
  position: relative;
  font-size: 13px;
  color: rgb(51,51,51);
  line-height: 1.7;
  font-family: Avenir, 'Century Gothic', '游ゴシック', 'YuGothic', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo'; /* 注)記事フォント */
}

#wrapper {
  width: 100%;
  min-width: 90%;
  margin: 0 auto;
}

#whole-container {
  margin: 0 auto;
  width: 90%;
  max-width: 1500px;
  padding: 0 0 100px;
}

#whole-main {
  float: left;
  width: 100%;
  margin-right : -230px;
}

#whole-central-contents {
  margin-right: 250px;
}

#float-containder {
  width: 100%;
}

#main {
  float: right;
  width: 100%;
}

#central-contents {
  margin-left: 250px;
  border-radius: 4px;
}

#primary-column {
  float: left;
  width: 230px;
  margin-right: -230px;
}

#secondary-column {
  float: left;
  width: 230px;
}


/***----- header
------------------------------------------***/

#banner {
  width: 100%;
  height: auto;
  margin: 0 auto;
  text-align: center;
}

#blog-name-container {
  width: 100%;
  max-width: 900px;
  display: table;
  padding: 125px 5px 50px;
  line-height: 1.2;
  margin: 0 auto;
}


#blog-name-container-cell {
  width: 100%;
  display: table-cell;
  text-align: center;
}

.blog-title {
  display: inline-block;
  line-height: 1.2;
  padding: 0 40px 5px;
  font-weight: normal;
}

.blog-title a { /* 注)ブログタイトルフォント関連 */
  font-size: 25px;
  color: black;
}

.sub-title { /* 注)サブタイトルフォント関連 */
  font-size: 14px;
  line-height: 1.3;
  padding-top: 15px;
}


/***----- navigation
------------------------------------------***/

.navigation-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 10px;
  background-color: rgb(115,109,113);
  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%;
  padding: 0 2em;
  color: white;
  font-size: 14px;
  vertical-align: middle;
}

.navigation-container ul li a:hover {
  background-color: white;
  color: black;
}

.both-border {
  border-left: 1px solid silver;
  border-right: 1px solid silver;
}

.right-border {
  border-right: 1px solid silver;
}

.navigation-container ul .pc-hide {
  display: none;
}

.footernav a  {
  color: white;
}

.footernav a:visited  {
  color: white;
}


/***----- sns invitation
------------------------------------------***/

#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;
  color: black;
  font-size: 16px;
  line-height: 24px;
  padding: 4px 0;
  position: relative;
  text-align: center;
  width: 32px;
}

#sns-container li a:before,
#sns-container li a:after,
.sns-and-others li a:before,
.sns-and-others li a:after {
  content: "";
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 100;
  -ms-transform: rotate(45deg);
  -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 0.25s linear;
  -moz-transition: all 0.25s linear;
  transition: all 0.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 {
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

#sns-container li a:hover:after, .sns-and-others li a:hover:after {
  background-color: rgb(115,109,113);
}

#sns-container li a:hover, .sns-and-others li a:hover {
  color: white;
}


/***------------------------------------------
      slider
------------------------------------------***/

/* 注)スライダー不要の方ここから削除 3/3 */
/* animation */
@-webkit-keyframes fadeIn{0%,50%{opacity:0}100%{opacity:1}}@keyframes fadeIn{0%,50%{opacity:0}100%{opacity:1}}

/* do NOT delete or change */
.swiper-slide,.swiper-wrapper{width:100%;height:100%;position:relative}.swiper-wrapper{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;z-index:1;-webkit-box-sizing:content-box;box-sizing:content-box;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;transition-property:transform;transition-property:transform,-webkit-transform}.swiper-slide{-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;transition-property:transform;transition-property:transform,-webkit-transform}.swiper-container-wp8-horizontal,.swiper-container-wp8-horizontal>.swiper-wrapper{-ms-touch-action:pan-y;touch-action:pan-y}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:27px;height:44px;margin-top:-22px;z-index:10;cursor:pointer;background-size:27px 44px;background-position:center;background-repeat:no-repeat}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-prev,.swiper-container-rtl .swiper-button-next{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");left:10px;right:auto}.swiper-button-next,.swiper-container-rtl .swiper-button-prev{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");right:10px;left:auto}.swiper-button-prev.swiper-button-white,.swiper-container-rtl .swiper-button-next.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")}.swiper-button-next.swiper-button-white,.swiper-container-rtl .swiper-button-prev.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")}.swiper-button-prev.swiper-button-black,.swiper-container-rtl .swiper-button-next.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")}.swiper-button-next.swiper-button-black,.swiper-container-rtl .swiper-button-prev.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")}.swiper-pagination{position:absolute;text-align:center;-webkit-transition:.3s opacity;-o-transition:.3s opacity;transition:.3s opacity;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-bullets{bottom:10px;left:0;width:100%}.swiper-pagination-bullet{width:8px;height:8px;display:inline-block;border-radius:100%;background:#000;opacity:.2}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet-active{opacity:1;background:#007aff}.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 4px}.swiper-container-fade .swiper-slide{pointer-events:none;-webkit-transition-property:opacity;-o-transition-property:opacity;transition-property:opacity}.swiper-container-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-coverflow .swiper-wrapper{-ms-perspective:1200px}

#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 {
  content: "";
  display: block;
  padding-top: 45%;/* 注)スライダー横幅に対して縦幅の%指定 100%で正方形 */
}

#slider-aspect-child {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.swiper-container {
  margin: auto;
  width: 100%;
  height: 100%;
  border-radius: 4px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.imgLiquidFill {
  width: 100%;
  height: 100%;
  position: relative;
}

.image-caption-link {
  color: white; /* 注)スライダーキャプション文字色 */
}

.image-caption-wrapper {
  display:-webkit-box;/* fallback old Android */
  display:-ms-flexbox;/* fallback ie10 */
  display: -webkit-flex;/* fallback old safari */
  display: flex;
  align-items: flex-start;
  align-items: center;
  justify-content: center;
  margin: auto;
  width: 60%;
  height: 50%;
  background: rgba(0,0,0,.6);/* 注)スライダーキャプション背景色と不透明度 */
  overflow: hidden;
  padding: 10px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  word-break: break-all;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.image-caption-cell {
  overflow: hidden;
  text-align: center;
}

.attach {
  width: 100%;
}

@media screen and (max-width: 480px) {
  .image-caption-link {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  .image-caption-wrapper {
    display: none;
  }
}

.image-caption-wrapper:hover {
  background: rgba(158,86,154,.6); /* 注)スライダーキャプションマウスホバー時背景色と不透明度 */
}

.topentry-title {
  white-space: nowrap;
  font-size: 1.8rem;
  -webkit-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;
}
/* 注)スライダー不要の方ここまで削除 3/3 */


/***----- posts
------------------------------------------***/

.element-inner li {
  display: inline-block;
  margin-right: 1em;
}

.element-inner ul {
  padding:0;
}

.main-body {
  width: 100%;
  background-color: white;
  border: 1px solid rgb(240,240,240);
  padding-bottom: 30px;
  margin: 0 auto;
  border-radius: 45px;
}

.element-header {
  padding: 15px 15px;
}

.element-inner {
  background-color: rgb(240,240,240);
  padding: 15px 15px;
  border-radius: 4px;
}

.element-category {
  text-align: left;
}

.element-title {
  font-size: 20px;
  font-weight: normal;
  text-align: left;
  line-height: 1.2;
  padding: 15px 0;
}

.element-title a {
  color: rgb(0,0,0);
}

.element-title a:hover {
  color: rgb(125,71,151);
}

.element-datetime {
  text-align: left;
  padding-bottom: 10px;
}

.contents {
  position: relative;
  font-size: 14px;
  padding: 20px 15px 0;
}

.for-thumbnail-padding {
  padding-right: 110px;
  border-bottom: 1px solid rgb(240,240,240);
  min-height: 112px;
}

.for-thumbnail-padding:last-child {
  border-bottom: none;
}

.thumbnails {
  position: absolute;
  right: 30px;
  top: 20px;
}

.contents a:hover {
  text-decoration: underline;
}

.contents img{
-ms-interpolation-mode: bicubic;
	padding: 10px 0px 10px 0px;
}

.contents p{
	margin: 20px 0px 20px 0px;
}

.contents hr {
border-top: #FFFFFF;
border-bottom: double #aa9375;
}

.read_more, .read_more2 {
  text-align: center;
  margin: 30px 0;
}

.read-more-open-a, .read-more-close-a {
  display: inline-block;
  font-size: 13px;
  padding: 1em 2em;
  border: 1px solid black;
  border-radius: 2px;
  color: black;
}

.contents .read-more-open-a:hover,
.contents .read-more-close-a:hover {
  background-color: black;
  cursor: crosshair;
  text-decoration: none;
  color: white;
}

.read_more_span {
}

.read_jump {
  margin: 30px auto;
  text-align: left;
}

.tags {
  margin-top: 20px;
}

.tags a {
  margin-top: 20px;
  background: rgb(249,249,249);
  border-radius: 4px;
  padding: 2px;
}

.inner-contents {
  margin-bottom: 20px;
}

.inner-info {
  padding: 10px;
  width: 100%;
}

.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);
  font-size: 12px;
  padding: .6em 1em;
  color: rgb(0,0,0);
}

.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;
}

.relate_dl {
  margin: 20px auto 0;
  padding: 10px;
  background-color: rgb(252,252,248);
  border-radius: 3px;
  box-shadow: inset 0 0 15px rgba(0,0,0,.2);
}

.relate_dt {
  font-weight: bold;
  padding: 3px;
}

#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%;
}




/***----- comment, trackback
------------------------------------------***/

.another-title {
  font-size: 14px;
  text-align: center;
  color: black;
  padding: 20px 0;
}

.collapse-title {
  cursor: crosshair;
}

.wing-bg {
  background: url(https://blog-imgs-83-origin.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 {
  text-align: right;
  padding: 20px 20px 15px;
  border-bottom: 1px solid rgb(238,238,238);
}

.comment-info a {
  font-size: 15px;
}

#comment_form, #edit_form {
  width: 100%;
  max-width: 600px;
  margin: 20px auto;
  text-decoration: none;
  vertical-align: middle;
  padding:20px;
}

#name, #subject, #mail, #url, #pass, #edit_name {
  width: 100%;
  border: 1px solid rgb(221,221,221);
  background: rgb(241,241,241);
  border-radius: 4px;
  color: rgb(158,86,154);
  box-shadow: rgba(255,255,255,.4) 0 1px 0, inset rgba(0,0,0,.7) 0 0 0;
  padding:8px;
  margin-bottom:20px;
}

#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%;
  border-radius: 8px;
  padding: .5em;
  background: transparent;
  border: 1px solid rgb(221,221,221);
}

.btn {
  margin-top: 15px;
}

input[type="submit"] {
  outline: none;
  -webkit-appearance: none;
  border-radius: 0;
}

#sendbtn, #delbtn {
  color: white;
  height: 35px;
  font-size: 14px;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  outline: none;
  border-radius: 4px;
  border: none;
  box-shadow: 2px 2px 3px rgba(0,0,0,0.1);
}

#sendbtn {
  background: black;
  width: 49%;
  margin-right: 1%;
}

#delbtn {
  background: silver;
  width: 49%;
  margin-left: 1%;
}

#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;
  padding: 10px;
  background-color: rgb(252,252,248);
  border-radius: 3px;
  box-shadow: inset 0 0 15px rgba(0,0,0,.2);
}

.bottom-adjust20 {
  padding-bottom: 20px;
}


/***----- title list, search
------------------------------------------***/

.titlelist-title, .search-title {
  font-size: 14px;
}

.titlelist-and-search-date {
  padding-bottom: 10px;
}


/***----- pager
------------------------------------------***/

.pager {
  width: 100%;
  margin: 0 auto;
  background-color: rgb(249,249,249);
  padding-top: 80px;
}

.simple-pagination {
  position: relative;
  overflow: hidden;
  margin: 0;
}

.simple-pagination ul {
  display: block;
  list-style: none;
  position: relative;
  padding: 0;
  margin: 0;
  text-align: center;
}

.simple-pagination li {
  display: inline-block;
  list-style: none;
  padding: 2px;
  display: inline-block;
}

.light-theme a, .light-theme span {
  display: inline-block;
  width: 30px;
  height: 30px;
  vertical-align: middle;
  line-height: 30px;
  color: rgb(135,88,98);
  text-align: center;
  font-size: 12px;
  background: transparent;
  border: 1px solid rgb(238,238,238);
  border-radius: 2px;
}

.light-theme a:hover {
  color: white;
  background-color: rgb(115,109,113);
  border: 1px solid black;
  color: white;
}

.prev, .next {
  border: none !important;
  font-weight: bolder;
}

.light-theme .current {
  color: white;
  box-shadow: none !important;
  background-color: rgb(115,109,113);
  border: 1px solid black;
}

.light-theme .ellipse {
  font-weight: bold;
  color: rgb(135,88,98);
}

.posted-pager, .posted-pager-bottom {
  display: table;
  table-layout: fixed;
  text-align: center;
  width: 100%;
  height: 50px;
  padding: 0 5px;
  border: 1px solid silver;
  border-radius: 4px;
}

.posted-pager-bottom {
  margin: 0 auto 80px;
  width: 100%;
}

.left-page, .right-page {
  display: table-cell;
  font-size: 12px;
  color: rgb(179,154,100);
}

.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 {
  text-align: left;
  vertical-align: middle;
}

.center-home a {
  color: rgb(135,88,98);
  text-align: center;
  height: 30px;
  font-size: 12px;
}

.right-page, .right-page-bottom {
  text-align: right;
  vertical-align: middle;
}

.left-page a, .right-page a {
  color: rgb(135,88,98);
  display: inline-block;
  text-align: center;
  padding-top: 3px;
  width: 30px;
  height: 30px;
  background-color: transparent;
}


/***----- calendar
------------------------------------------***/

.plugin-calender {
  margin: 0 auto 15px;
}

.calender-month-style {
  font-size: 20px;
  font-weight: bolder;
  color: rgb(158,86,154);
  vertical-align: middle;
}

caption .fa {
  font-size: 20px;
}

.calender {
  margin: 0 auto;
  table-layout: fixed;
  width: 100%;
  max-width: 330px;
  text-align: center;
  font-size: 12px;
}

.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 {
  vertical-align: middle;
  height: 36px;
  vertical-align: middle;
}

.calender td a {
  vertical-align: middle;
  width: 25px;
  height: 25px;
  line-height: 25px;
  display: inline-block;
  color: black;
  border: 1px solid rgb(125,71,151);
  border-radius: 4px;
}

.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;
  text-align: center;
  position: relative;
}

#searchinput { 
  width: 100%;
  height: 30px;
  padding-left: 1em;
  border: 1px solid silver;
  border-radius: 2px;
  -webkit-appearance: none;
  background: rgba(255,255,255,.5);
}

#searchinput:focus {
  background: white;
}

#searchbutton {
  width: 30px;
  height: 30px;
  border: none;
  cursor: pointer;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  outline: none;
  border-radius: 2px;
  -webkit-appearance: none;
  background-color: rgb(115,109,113); /* 注)検索ボタンの色 */
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

#searchbutton:before {
  content: '\f002';
  color: white;
  display: block;
  float: left;
  font: normal 15px/1 FontAwesome;
  margin-left: 3px;
}

#searchbutton:hover {
  background-color: rgb(115,109,113); /* 注)検索ボタンマウスオーバー時の色 */
}

/* tag-search */
#for-tag-form {
  margin: 0 auto;
  width: 100%;
  max-width: 300px;
  height: 30px;
  text-align: center;
  position: relative;
}

#for-tag-form select {
  width: 100%;
  height: 30px;
  padding-left: 1em;
  border: 1px solid silver;
  border-radius: 2px;
  -webkit-appearance: none;
  background: rgba(255,255,255,.5);
}

#for-tag-form select:focus {
  background: white;
}

#for-tag-form button[type="submit"] {
  width: 30px;
  height: 30px;
  border: none;
  cursor: pointer;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  outline: none;
  -webkit-appearance: none;
  background-color: rgb(135,88,98);
  border-radius: 2px;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

#for-tag-form button[type="submit"]:before {
  content: '\f02b';
  color: white;
  display: block;
  float: left;
  font: normal 15px/1 FontAwesome;
  margin-left: 3px;
}

#for-tag-form button[type="submit"]:hover {
  background-color: rgb(115,109,113);
}



/***----- side bar
------------------------------------------***/

.sidebar li {
  list-style-type: disc;
  list-style-position: inside;
}

#side-sns-container {
  width: 100%;
  padding: 20px 0;
}

#side-sns-container ul {
  text-align: center;
}

#side-sns-container ul li {
  list-style-type: none;
  display: inline-block;
}

#side-sns-container ul li a {
  display: inline-block;
  padding: 0 6px;
  color: black;
}

#side-sns-container .fa {
  width: 40px;
  height: 40px;
  border: 1px solid rgb(158,86,154);
  color: rgb(158,86,154);
  border-radius: 50%;
  line-height: 40px;
  text-align: center;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.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 {

}

.coloring-box-inner {
  margin: 0 auto;
  width: 30%;
  height: 4px;

}

.side_bar h3 {
  margin: 0 auto 15px;
  text-align: center;
  font-size: 15px;
}

.centering-title {
  padding: 0 20px;
  position: relative;
  z-index: 5;
  padding: 8px 12px;
  display: inline-block;
}

.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 {
  position: relative;
  height: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 30px 0;
}


/***----- RSS thumbnail
------------------------------------------***/

#feedContainer {
  margin-top: 10px;
  width: 100%;
  display: table;
  word-break: break-all;
}

.rss-container {
  display: table;
  table-layout: fixed;
  border-bottom: 1px solid rgb(238,238,238);
  padding: 15px 0;
}

#feedContainer .rss-container:last-child {
  border-bottom: none;
}

.image-table-cell {
  display: table-cell;
  vertical-align: top;
}

.for-img {
  width: 85px;
  height: 85px;
  overflow: hidden;
}

.for-img img {
  max-height: 170px;
  max-width: 180px;
  margin-left: -25px
}

.for-h-and-text {
  display: table-cell;
  vertical-align: top;
  padding-left: 20px;
  overflow: hidden;
}


/***----- footer
------------------------------------------***/

#pagetop {
  display: none;
  position: fixed;
  z-index: 9999;
  bottom: 140px;
  right: 60px;
  font-size: 12px;
  width: 40px;
  height: 40px;
  border: 1px solid rgba(125,71,151,.4);
  background: rgba(255,255,255,.4);
  color: rgb(94,157,31);
  border-radius: 4px;
}

#pagemiddle {
  display: none;
  width: 0;
  height: 0;
  font-size: 0;
}

#pagebottom {
  display: none;
  position: fixed;
  z-index: 9999;
  bottom: 90px;
  right: 60px;
  font-size: 12px;
  width: 40px;
  height: 40px;
  border: 1px solid rgba(125,71,151,.4);
  background: rgba(255,255,255,.4);
  color: rgb(94,157,31);
  border-radius: 4px;
}

#pagetop a, #pagebottom a {
  display: inline-block;
  width: 100%;
  height: 100%;
  line-height: 40px;
}

.red {
  color: red;
  font-size: 20px;
  margin-left: 0px;
}

.new {
  color: red;
  font-size: 11px;
  margin-left: 1em;
}

.end {
  margin: 0 auto;
  width: 100%;
  padding: 1em 0;
  text-align: center;
  line-height: 1.2;
  background-color: rgb(115,109,113);
}

.foot, #copyright {
  text-align: center;
  color: white;
  font-size: 11px;
}

#ad1, #ad2 {
  font-size: 11px;
}


/***----- media less than 1200
------------------------------------------***/

@media screen and (max-width: 1200px) {

#whole-container {
  width: 95%;
}

}


/***----- media less than 1050
------------------------------------------***/

@media screen and (max-width: 1050px) {

#whole-container, #whole-main, #main, #primary-column, #secondary-column,
#whole-central-contents, #central-contents {
  float: none;
  margin: 0 auto;
  width: 100%;
  max-width: 650px;
}

#primary-column {
  margin-top: 80px;
  padding: 0 30px;
}

#secondary-column {
  padding: 0 30px;
}

#pagetop {
  bottom: 240px;
  right: 8px;
}

#pagebottom {
  bottom: 140px;
  right: 8px;
}

#pagemiddle {
  display: none;
  position: fixed;
  z-index: 9999;
  bottom: 190px;
  right: 8px;
  font-size: 11px;
  width: 40px;
  height: 40px;
  border: 1px solid rgba(125,71,151,.4);
  border-radius: 50%;
  background: rgba(255,255,255,.2);
  color: rgb(94,157,31);
}

#pagemiddle a {
  display: inline-block;
  width: 100%;
  height: 100%;
  line-height: 40px;
}

}


/***----- media less than 768
------------------------------------------***/

@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;
}

input[type="text"], 
input[type="password"], 
input[type="search"],
textarea, select {
  font-size: 16px;
}

}


/***----- media less than 480
------------------------------------------***/

@media screen and (max-width: 480px) {

.image-caption-wrapper {
  display: none;
}

}


/***----- 注)個人設定
--------------------------------------------------***/

/* for video */
.box-for-video {
  position: relative;
  width: 100%;
}

.box-for-video:before {
  content:"";
  display: block;
  padding-top: 56.25%; /* 注)動画縦横比設定 デフォルト: 縦幅が横に対して56.25% 正方形は100%指定 */
  overflow: hidden;
}

.box-for-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* for 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 {
  position: relative;
  display: inline-block;
  z-index: 1;
}

.zoom-in:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  background: rgba(0,0,0,.6);
  opacity: 0;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out; 
}

.zoom-in:after {
  content: "\f065";
  font-family: FontAwesome;
  text-align: center;
  font-size: 20px;
  color: white;
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  margin-top: -17px;
  z-index: 3;
  opacity: 0;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.zoom-in:hover:before, .zoom-in:hover:after {
  opacity: 1;
}

.zoom-in-round {
  position: relative;
  display: inline-block;
  z-index: 1;
}

.zoom-in-round:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  background: rgba(0,0,0,.6);
  border-radius: 50%;
  opacity: 0;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out; 
}

.zoom-in-round:after {
  content: "\f065";
  font-family: FontAwesome;
  text-align: center;
  font-size: 20px;
  color: white;
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  margin-top: -17px;
  z-index: 3;
  opacity: 0;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.zoom-in-round:hover:before, .zoom-in-round:hover:after {
  opacity: 1;
}



.person {
  background-color: rgb(240,240,240);
	overflow: auto;
	height: 280px;
	width: 100%;
	padding-right : 2px;
	padding-left : 3px;
	margin : 3px;
	position: relative;
	line-height:170%;
	letter-spacing: 0.1em;
}

.book {
  background-color: rgb(240,240,240);
  border: 1px solid silver;
  border-radius: 5px;
	overflow: auto;
	height: 160px;
	width: 100%;
	padding-right : 0px;
	padding-left : 0px;
	margin-left : 3px;
	position: relative;
	line-height:180%;

}

.book img{
	margin-top: 10px;
	margin-bottom: 5px;

}
.osusume {
  background-color: rgb(240,240,240);
  border: 1px solid silver;
  border-radius: 5px;
	overflow: auto;
	height: 360px;
	width: 100%;
	padding-right : 8px;
	padding-left : 0px;
	margin-left : 3px;
	position: relative;
	line-height:180%;
	letter-spacing: 0.1em;
}

.osusume2 {
  background-color: rgb(240,240,240);
  border: 1px solid silver;
  border-radius: 5px;
	text-align : center;
	padding-top : 5px;
	padding-bottom : 5px;

	position: relative;
	line-height:170%;
}


.jinbutsu2 {
	margin-left : 5px;
	padding: 3px;
}

.jinbutsu {
	margin-top : 5px;
	margin-bottom : 5px;
	padding-right: 0px;
	color : #ffffff;
	font-weight : bold;
	line-height:170%;
}

.jinbutsu a {
	color : #3D382A;
	text-decoration : none;
	line-height : 2.0;
	font-weight : normal;
}

.jinbutsu a:hover {
	color : #8FAD9C;
	text-decoration : none;
	border-bottom : 1px dashed #660033;
	line-height : 2.0;
	font-weight : normal;
}

.jinbutsu a:visited {
	color : #3D382A;
	text-decoration : none;
	line-height : 2.0;
	font-weight : normal;
}

table.recommend {
	margin-bottom : 25px;
	border-bottom-color: #b09b8c;

}

table{
margin-left: auto;
margin-right: auto;
}


.inyou {
	font-size: 11px;
	text-align: right;
	}

.inyou a{
	font-size: 11px;
	text-align: right;
	}

.mokuji {
	padding-top: 0px;
	border-bottom: double #aa9375;
	}


.bigfont {
	font-size: 16px;
font-family: Avenir, 'Century Gothic', '游ゴシック', 'YuGothic', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo';
}

.category {
	text-align : right;
	padding-bottom : 10px;
}

.zakka {
	padding : 30px 50px 30px 50px;
	text-align : center;
}

.zakka2 {
	padding-top : 20px;
}
.zakka2 p {
	margin: 0;
	font-size: 10px;

}

.spyahoo img {
	padding: 0px;
	margin: -15px 0px 0px 0px;
}


.shop {
	overflow: auto;
	height: 305px;
	width: 120%;
	line-height:150%;
	letter-spacing: 0.1em;
	position: relative;
}

.sinkan {
	font-family:'Meiryo UI','メイリオ','ＭＳ Ｐゴシック',Verdana,'Osaka','ＭＳ Ｐゴシック';
	font-size: 12px;
	width: 100%;
	line-height:150%;
	letter-spacing: 0.1em;
	text-align : left;

}



.rank {
	margin-top: 20px;
	padding-right: 70px;
	float:right;
}


.newsbox {
	font-family:'Meiryo UI','メイリオ','ＭＳ Ｐゴシック',Verdana,'Osaka','ＭＳ Ｐゴシック';
	font-size: 12px;
	overflow: auto;
	height: 100px;
	width: 110%;
	line-height:150%;
	letter-spacing: 0.1em;
	position: relative;
}


.imgsizeL img {
	height: 240px;
	width: 240px;
}

.imgsizeL2 img {
	height: 200px;
	width: 300px;
}

.imgsizeM2 img {
	height: 125px;
	width: 152px;
}

.imgsizeC img {
	height: 75px;
	width: 58px;
}

.imgsizeD img {
	height: 80px;
	width: 55px;
}

.imgsizeDD img {
	height: 55px;
	width: 80px;
}
.zassi {
	width: 100%;
	height: 200px;
	margin-left: 5px;
	padding-left: 5px;
	text-align:left;
}

.hako {
	width: 100%;
	height: 360px;
	margin-left: 5px;
	padding-left: 5px;
	text-align:left;
}


.box-left {
  font-size: 13px;
	width:30%; /* floatにはwidthが必要です */
	float:left;
	padding: 0px;
	margin: 5px 0px 0px 0px;
	text-align: center;
}

.box-right {
  font-size: 13px;
	width:70%; /* floatにはwidthが必要です */
	float:left;
	padding: 0px 0px 5px 5px;
	margin: 5px 0px 0px 0px;
	letter-spacing: 0.1em;
	text-align:left;
}


.box-bottom {
  font-size: 13px;
	padding-top: -5px;
	margin: 5px 5px 8px 5px;
	}

.boxA {
  font-size: 12px;
	width:20%; /* floatにはwidthが必要です */
	float:left;
	padding-left: 5px;
	margin: 5px 0px 0px 0px;

}

.boxF {
  font-size: 13px;
	width:80%; /* floatにはwidthが必要です */
	float:left;
	padding: 0px 0px 5px 5px;
	margin: 5px 0px 0px 0px;
	letter-spacing: 0.1em;
	text-align:left;
}




.boxB {
	font-size: 11px;
	width:20%; /* floatにはwidthが必要です */
	float:left;
	padding-left: 5px;
	margin: 5px 0px 0px 13px;
	line-height: 170%;
}

.boxC {
	font-size: 11px;
	width:20%; /* floatにはwidthが必要です */
	float:left;
	padding-left: 4px;
	margin: 5px 0px 0px 13px;
	line-height: 170%;
}

.boxD {
	font-size: 11px;
	width:20%; /* floatにはwidthが必要です */
	float:left;
	padding-left: 5px;
	margin: 5px 0px 0px 13px;
	line-height: 170%;
}
.boxE {
	font-size: 11px;
	width:20%; /* floatにはwidthが必要です */
	float:left;
	padding-left: 5px;
	margin: 5px 0px 0px 13px;
	line-height: 170%;
}

.zassi2 {
	width: 510px;
	height: 180px;
	margin-bottom: 5px;
	text-align:left;
	background-color: #ececec;
}


.boxG {
  font-size: 12px;
	width:250px; /* floatにはwidthが必要です */
	float:left;
	padding: 0px 0px 5px 0px;
	margin: 5px 0px 0px 0px;
	line-height: 170%;
	letter-spacing: 0.1em;
	text-align:left;
}



.boxH {
  font-size: 12px;
	width:250px; /* floatにはwidthが必要です */
	float:left;
	padding: 0px 0px 5px 0px;
	margin: 5px 0px 0px 0px;
	line-height: 170%;
	letter-spacing: 0.1em;
	text-align:left;
}


.boxAA {
  font-size: 12px;
	width:45%; /* floatにはwidthが必要です */
	float:left;
	padding-left: 0px;
	margin: 5px 0px 0px -5px;
	text-align:center;
}


.boxBB {
  font-size: 12px;
	width:45%; /* floatにはwidthが必要です */
	float:left;
	padding-left: 5px;
	margin: 5px 0px 0px 13px;
	line-height: 170%;
}


.auction {
	width: 140px;
	text-align : left;
}

.shop2 {
	overflow: auto;
	height: 60px;
	width: 295px;
	position: relative;
	line-height:150%;
}


.whatsnew {
	font-size : x-small;
	overflow: auto;
	padding-left: 20px;
	height: 85px;
	position: relative;
	line-height:150%;
}

.motion {
	padding: 10px 0;
	text-align: center;
	}

.kiji {
	font-size: small;
	text-align: center;
	line-height: 180%;
	margin-top:15px;
	}

.menu2 {
	padding-left : 90px;
}

.kensaku {
	font-size: 12px;
	padding-left : 35px;
}

buy {
	text-indent:1em;
	padding : 8px;
}

.buy2 {
	color: #2F4F4F;
}

table.buy {
	padding-top : 10px;
	margin-bottom : 10px;
	width: 95%;
}

.highlight {
 background-color:e3f094;
display:inline;    /* 広告など表示乱れ対策，必要に応じて（私は未設定） */
 }



.img-left
      {
         float: left;
         margin-right: 1em;
      }
.img-right
      {
         float: right;
         margin-left: 1em;
      }
.floatclear
      {
         clear: both;
      }


.compact {
margin: 10px 0px 10px 10px;
padding: 0px 0px 0px 30px;
}

.compact dt{
float: left;
clear: left;
width: 95px;
}

.compact dd {
margin-left: 8em;
}


.sukima {


}
