@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;
}

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: '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: silver;
  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;
}

blockquote p {
  text-align: center;
}


/***----- link
------------------------------------------***/

a {
  text-decoration: none;
  color: rgb(125,71,151); /* 注)記事内のリンク色はこちら */
  -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;
}


/***----- 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(249,249,249);
  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 44px;
  background: url(https://blog-imgs-83.fc2.com/v/a/n/vanillaice000/lavender23432.png) center bottom no-repeat; /* 注)ブログタイトル下ラベンダー画像不要の方この一行削除 */
  font-weight: normal;
}

.blog-title a { /* 注)ブログタイトルフォント関連 */
  font-size: 25px;
  color: black;
  text-shadow: 2px 4px 3px rgba(0,0,0,0.2);
}

.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: black;
  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;
}


/***----- 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: 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;
  visibility: hidden; /* 注)スライダーフェイドインエフェクト削除した方はこの一行を必ず削除 */
}

#slider-aspect-parent:before {
  padding-top: 45%; /* 注)スライダー横幅に対して縦幅の%指定 100%で正方形 */
  display: block;
  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%;
  padding: 10px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0,0,0,.6); /* 注)スライダーキャプション背景色と不透明度 */
  -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;
}

.image-caption-wrapper:hover {
  background: rgba(158,86,154,.6); /* 注)スライダーキャプションマウスホバー時背景色と不透明度 */
}

.image-caption-link {
  color: white; /* 注)スライダーキャプション文字色 */
}

.image-caption-table{
  display: table;
  width: 100%;
  height: 100%;
  table-layout: fixed;
  text-align: center;
}

.image-caption-cell {
  display: table-cell;
  vertical-align: middle;
}

.topentry-title {
  font-size: 18px;
  white-space: nowrap;
  -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;
}

/***----- posts
------------------------------------------***/

.element-inner li {
  display: inline-block;
  margin-right: 1em;
}

.main-body {
  width: 100%;
  background-color: white;
  border: 1px solid rgb(240,240,240);
  padding-bottom: 30px;
  margin: 0 auto;
}

.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: 17px;
  font-weight: normal;
  text-align: left;
  line-height: 1.2;
  padding: 10px 0;
}

.element-title a {
  color: rgb(0,0,0);
  text-shadow: 2px 4px 3px rgba(0,0,0,0.2);
}

.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 30px 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;
}

.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;
}

/* 注)comment, index等タイトルのラベンダー画像不要の方ここから削除 */
.title-bg-1 {
  background: url(https://blog-imgs-83.fc2.com/v/a/n/vanillaice000/lavender9928.png) center bottom no-repeat;
  min-height: 115px;
}
/* 注)ここまで削除 */

.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 {
  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(158,86,154);
  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: black;
  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: black;
  border: 1px solid black;
}

.light-theme .ellipse {
  font-weight: bold;
  color: rgb(158,86,154);
}

.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(158,86,154);
  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(158,86,154);
  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(125,71,151); /* 注)検索ボタンの色 */
  -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: black; /* 注)検索ボタンマウスオーバー時の色 */
}

/* 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(125,71,151);
  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: black;
}


/***----- 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 {
  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;
  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;
}

.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: black;
}

.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;
}


