@charset "utf-8";

/**
* Author: Vanillaice (Akira) - http://vanillaice000.blog.fc2.com/
* Website skin name: BetweenNeo
* The first edition: 2016.2.2
* 2016.3.4 - Javascript一部変更;
* 2016.6.1 - URLパラメータ調整
* 2016.9.9 - リストマーカーの位置を調整
* 2016.10.10 - 一部JS削除(軽量化), トップページ要約記事並び最大4件から3件に調整, トップページでタイトル表示１行縛りを解除,
              トップページ文字大きさ変更でレイアウト崩れが発生しないよう調整, 関連記事サムネイル整形, その他微調整
* 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;
}


/***------------------------------------------
      link
------------------------------------------***/

a {
  color: rgb(172,172,172); /* 注)基本リンク色 */
  text-decoration: none;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}

.new {
  font-size: 11px;
  color: rgb(255,0,0);
}


/***------------------------------------------
      layout
------------------------------------------***/

html,
body {
  height: 100%;
}

/* 注)基本フォント関連 */
body {
  background-color: black; /* 注)ページ遷移中の背景色 スライド画像の色合いと相談して決めてください #ffffffなどの16進数可 */
  font: 15px/1.7 'Lora', '游ゴシック', 'YuGothic', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo';
  color: rgb(51,51,51);
  -webkit-font-smoothing: antialiased; /* 注)文字が細すぎると感じる方はこの一行削除 1/2 */
  -moz-osx-font-smoothing: grayscale; /* 注)文字が細すぎると感じる方はこの一行削除 2/2 */
}

/* layout */
#wrapper {
  margin: 0 auto;
  width: 100%;
  min-width: 90%;
}

#index-wrapper {
  margin: 0 auto;
  width: 100%;
  height: 100%;
  position: relative;
}

#float-container {
  width: 90%;
  margin: 0 auto;
  max-width: 1300px;
  padding: 60px 0 100px;
}

@media screen and (max-width: 1400px) {
  #float-container {
    width: 95%;
  }
}
@media screen and (max-width: 1340px) {
  #float-container {
    width: 90%;
  }
}
@media screen and (max-width: 1250px) {
  #float-container {
    width: 95%;
  }
}
@media screen and (max-width: 1124px) {
  #float-container {
    width: 90%;
  }
}
@media screen and (max-width: 1024px) {
  #float-container {
    width: 95%;
  }
}
@media screen and (max-width: 900px) {
  #float-container {
    width: 90%;
  }
}
@media screen and (max-width: 830px) {
  #float-container {
    margin: 0 auto;
    width: 98%;
    max-width: 600px;
  }
}

#primary-column {
  margin-right: -250px;
  width: 100%;
  float: left;
}

@media screen and (max-width: 830px) {
  #primary-column {
    margin: 0 auto;
    float: none;
  }
}

#main {
  margin-right: 270px;
}

@media screen and (max-width: 830px) {
  #main {
    margin: 0 auto;
  }
}

#secondary-column {
  width: 250px;
  float: left;
}

@media screen and (max-width: 830px) {
  #secondary-column {
    margin: 0 auto;
    width: 100%;
    float: none;
  }
}


/***------------------------------------------
      header for enter page エンターページ
------------------------------------------***/

.index-header {
  width: 100%;
  height: 100%;
  font-family: 'Lora', '游ゴシック', 'YuGothic', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo';
}

#banner-table {
  margin: 0 auto;
  display: table;
  table-layout: fixed;
  width: 100%;
  max-width: 800px;
  height: 100%;
  padding: 0 8px;
}

#banner-cell {
  width: 100%;
  display: table-cell;
  vertical-align: middle;
}

#blog-title {
  text-align: right;
}

/* 注)ブログタイトルフォント */
#blog-title a {
  font-size: 20px;
  color: white;
  line-height: 1.3;
}

/* 注)ブログサブタイトルフォント */
#base {
  text-align: right;
  color: white;
  line-height: 1.3;
}

.agenda {
  text-align: right;
  padding-top: 60px; /* 注)ここがブログサブタイトルと直下の各ナビゲーションとの距離 */
}

.agenda-li {
  font-size: 12px;
  text-align: right;
  padding: 15px 0; /* 注)ナビゲーションテキスト間上下の距離は25pxの数字を変更して調整(小さくすると狭くなります) */
}

.agenda-li a {
  display: inline-block;
  color: white;
}

.agenda-li a > div {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}

.agenda-li a > div span {
  width: 100%;
  height: 100%;
  display: block;
  opacity: 1;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transition: all .4s ease-out;
  transition: all .4s ease-out;
}

.agenda-li a > div span:nth-of-type(2) {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  -webkit-transform: rotateX(-90deg) translateZ(30px);
  transform: rotateX(-90deg) translateZ(30px);
}

.agenda-li a:hover > div span:first-of-type,
.plg_name:hover > span:first-of-type {
  -webkit-transform: rotateX(90deg);
  transform: rotateX(90deg);
  opacity: 0;
}

.agenda-li a:hover > div span:nth-of-type(2),
.plg_name:hover > span:nth-of-type(2) {
  opacity: 1;
  -webkit-transform: rotateX(0) translateZ(0);
  transform: rotateX(0) translateZ(0);
}

@media screen and (max-width: 830px) {
  .plg_name > span {
    width: 100%;
    height: 100%;
    display: block;
    opacity: 1;
    -webkit-transform-style: flat;
    transform-style: flat;
    -webkit-transform-origin: 50% 50% 0;
    -ms-transform-origin: 50% 50% 0;
    transform-origin: 50% 50% 0;
    -webkit-transition: all 0s ease;
    transition: all 0s ease;
  }
  .plg_name > span:nth-of-type(2) {
    display: none;
  }
  .plg_name:hover > span:first-of-type {
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
    opacity: 1;
  }
}


/***------------------------------------------
      header for other pages
------------------------------------------***/

.other-header {
  width: 100%;
  height: 40px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10001;
  text-align: right;
  background: rgba(0,0,0,.7);
  padding: 0 20px;
}

.position-adjust {
  top: 27px;
}

#head-navigation {
  display: inline-block;
  line-height: 40px;
}

#head-navigation .sp-hide {
  display: inline-block;
  color: white;
}

#head-navigation .pc-hide {
  display: none;
}

@media screen and (max-width: 830px) {
  #head-navigation .sp-hide {
    display: none;
  }
  #head-navigation .pc-hide {
    display: inline-block;
    color: white;
  }
  .pc-hide {
    display: inline;
  }
}

.left-space {
  margin-left: 1em;
}

#top-entry a:nth-child(n+2) {
  display: none;
}

#index-end {
  position: absolute;
  margin: 0 auto;
  bottom: 3px;
  right: 0;
  left: 0;
  text-align: center;
  line-height: 1.1;
}


/***------------------------------------------
      masonry トップページグリッド
------------------------------------------***/

#divition-container {
  margin: 0 auto;
  padding: 100px 8px 0;
}

.division-name {
  font-family: 'Great Vibes', '游ゴシック', 'YuGothic', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo';
  font-size: 14px;
  text-align: center;
  color: white;
  padding-bottom: 10px;
}

.classifiers {
  font-size: 15px;
  color: silver;
  text-align: center;
}

.classifiers:before, .classifiers:after {
  content: "";
  height: 2px;
  background: silver;
  display: inline-block;
  width: 30px;
  margin: 4px 12px;
}

@media screen and (max-width: 830px) {
  .classifiers {
    font-size: 17px;
  }
  .classifiers:before, .classifiers:after {
    margin: 5px 15px;
  }
}

#grid-container {
  margin: 0 auto;
  width: 100%;
}

.element-item {
  width: 33.33%;
  height: auto;
  float: left;
  padding: 0 8px 16px;
  position: relative;
}

@media screen and (max-width: 1124px) {
  .element-item {
    width: 50%;
  }
}
@media screen and (max-width: 900px) {
  .element-item {
    width: 100%;
    float: none;
  }
}

.element-contents {
  width: 100%;
  height: 100%;
  background-color: rgba(255,255,255,0.6);
}

.element-contents-aspect-wrapper {
  width: 100%;
  position: relative;
}

.element-contents-aspect-wrapper:before {
  padding-top: 70%;
  display: block;
  content: "";
}

.imgLiquidFill {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.hide-text {
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,.8);
  padding: 20px;
  text-align: center;
  display: table;
  table-layout: fixed;
  opacity: 0;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}

.hide-text-cell {
  display: table-cell;
  vertical-align: middle;
}

.see-more {
  font-size: 16px;
}

.showing-anchor:hover .hide-text {
  opacity: 1;
}

.element-contents-text-container {
  padding: 20px 30px;
}

.element-contents-title { /* 注)記事タイトル全般 (エンターページ) */
  font-size: 15px;
  text-align: center; /* 注)記事タイトルの位置合わせ left, right に変更可 */
  line-height: 1.3;
  margin-bottom: 10px;
}

.element-contents-title a {
  color: rgb(0,0,0);
}

.element-contents-title a:hover {
  color: rgb(148,86,125);
}

.a-hover:hover {
  color: rgb(148,86,125);
}

.element-contents-overflow-text {
  padding-top: 20px;
  padding-bottom: 60px;
  visibility: hidden;
}

.element-contents-info {
  line-height: 1.2;
  color: silver;
}

.element-contents-info li {
  display: inline-block;
}

.element-contents-info li a,
.element-contents-info li span {
  vertical-align: middle;
}

.read-more-btn {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  width: 100%;
  padding: 0 30px 10px;
  text-align: center;
}

.read-more-btn a {
  display: inline-block;
  background-color: silver;
  width: 100%;
  color: white;
  padding: .5em 0;
}

.read-more-btn a:hover {
  background-color: rgb(0,0,0);
}


/***------------------------------------------
      individual posts 個別記事
------------------------------------------***/

.main_body {
  margin: 0 auto 50px;
  background-color: rgba(255,255,255,0.6); /* 注)記事背景色 */
  padding: 20px 30px;
}

@media screen and (max-width: 830px) {
  .main_body {
    padding: 20px;
  }
}

.adding-border {
  padding: 5px 0;
  border-top: 1px solid rgb(234,234,234);
  border-bottom: 1px solid rgb(234,234,234);
}

.sp-block-and-break {
  display: inline-block;
  margin-left: 1em;
}

.inner-contents {
  font-family: '游ゴシック', 'YuGothic', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo';
  padding: 20px 0;
}

/* back to default */
.inner-contents ul {
  margin: 1em 0;
  padding-left: 40px;
  list-style-type: disc;
}

.inner-contents ol {
  margin: 1em 0;
  padding-left: 40px;
  list-style-type: decimal;
}

.inner-contents a:hover {
  text-decoration: underline;
  color: rgb(148,86,125);
}

.posted-contents-title { /* 注)記事タイトル全般 (個別) */
  font-size: 18px;
  text-align: left; /* 注)記事タイトルの位置合わせ left, right に変更可 */
  line-height: 1.3;
  margin-bottom: 10px;
  text-shadow: 2px 4px 3px rgba(0,0,0,.2);
}

.contents {
  padding: 20px 0;
  margin-bottom: 10px;
}

.contents a {
  color: rgb(36,78,159); /* 注)記事内リンク色(青) */
}

.contents a:hover {
  text-decoration: underline;
}

.posted-contents-info {
  text-align: right;
}

.posted-contents-info a {
  display: inline-block;
  color: silver;
}

.posted-contents-info .fa {
  width: 28px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  border-radius: 50%;
}

.fa:before {
  padding: 0;
  line-height: 28px;
}

.fa-facebook {
  background-color: rgb(36,78,159);
}

.fa-twitter {
  background-color: rgb(254,215,137);
}

.fa-pencil {
  background-color: rgb(148,86,125);
}

.fa-arrow-left, .fa-arrow-right {
  background-color: rgb(120,120,120);
}


/***------------------------------------------
      related, tags, comment, trackback
------------------------------------------***/

/***------------------------------------------
      related post, trackback list
------------------------------------------***/

.relate_dl,
.tb_dl {
  margin-top: 20px;
  background: rgb(240,240,240); /* 注)関連記事・トラックバック一覧背景色 (approx)White Smoke */
  border-radius: 4px;
  padding: 20px;
  font-size: 13px;
}

.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 {
  background-color: rgb(240,240,240);
  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: 17px/1.3 'Lora', '游ゴシック', 'YuGothic', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo';
  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: 1190px) {
  #fc2relate_entry_thumbnail_area .relate_dd .relate_ul li {
    width: 100%;
    float: none;
  }
}

#fc2relate_entry_thumbnail_area .relate_entry_title {
  padding-right: 1em;
  word-break: break-all;
}

.related-overlay {
  position: relative;
}

.related-overlay:before {
  content: "";
  width: 90px;
  height: 90px;
  background-color: rgb(51,51,51); /* 注)No image 関連記事サムネイル */
  border-radius: 1px;
  position: absolute;
  z-index: 2;
}

.related-overlay:after {
  content: "No image";
  display: block;
  width: 90px;
  height: 90px;
  color: white;
  line-height: 90px;
  position: absolute;
  z-index: 3;
  font-family: 'Lora', '游ゴシック', 'YuGothic', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo';
  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;
  }
}

.tags {
  margin-top: 20px;
  font-family: 'Lora', '游ゴシック', 'YuGothic', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo';
  color: silver;
}

.tags a {
  margin-top: 20px;
  padding: 2px;
}

.op {
  width: 100%;
  margin-top: 15px;
}

#community, #leave-a-comment, #track {
  font-size: 13px;
}

.top-adjust20 {
  padding-top: 60px;
  margin-top: -40px;
}

.change-font {
font-family: '游ゴシック', 'YuGothic', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo';
}

.urlname-and-postedday {
  text-align: right;
}

.visitor-comment-title {
  font-size: 14px;
}

.visitor-info {
  padding-bottom: 15px;
  font-weight: bold;
}

.visitor-info span {
  border-bottom: 2px solid silver;
}

.comment-title {
  margin-bottom: 8px;
}

.body-of-the-comment {
  margin-bottom: 15px;
}

.comment-info {
  text-align: right;
}

.comment-info a {
  vertical-align: middle;
}

#comment_form {
  width: 100%;
  max-width: 600px;
  margin: 20px auto;
  text-decoration: none;
  vertical-align: middle;
  padding:20px;
}

@media screen and (max-width: 830px) {
  #comment_form {
    padding: 10px 0;
  }
}

#name, #subject, #mail, #url, #pass {
  width: 100%;
  border: 1px solid rgb(221,221,221);
  background: rgb(241,241,241);
  border-radius: 4px;
  color: rgb(51,51,51);
  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;
}

#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-color: silver;
  width: 49%;
  margin-right: 1%;
}

#delbtn {
  background-color: silver;
  width: 49%;
  margin-left: 1%;
}

#sendbtn:hover, #delbtn:hover {
  color: white;
  background-color: black;
}

#url:-webkit-autofill, #pass:-webkit-autofill, #mail:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px rgb(241,241,241) inset;
}

.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);
}

.tb_dt {
  font-weight: bold;
}

.tb_ul {
  padding: 10px 0;
}

.op {
  max-width: 600px;
  width: 100%;
}

.op, #for-trackback-word {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 600px;
}

.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);
}

.tb_dt {
  font-weight: bold;
}

.tb_ul {
  padding: 10px 0;
}


/***------------------------------------------
      title list, search etc.
------------------------------------------***/

.list-contents {
  margin-bottom: 20px;
}

.titlelist-title, .searchlist-title {
  margin-bottom: 10px;
}

.titlelist-title a, .searchlist-title a {
  font-size: 14px;
  color: rgb(0,0,0);
  font-weight: bold;
}

.titlelist-title a:hover, .searchlist-title a:hover, .list-date a:hover {
  text-decoration: underline;
}

.list-description {
  margin-bottom: 10px;
}

.list-date {
  margin-top: 10px;
  text-align: right;
  padding-bottom: .2em;
  border-bottom: 1px dotted silver;
}

.list-contents:last-child .list-date {
  border-bottom: none;
  padding-bottom: 0;
} 

.list-date a, .list-date span {
  vertical-align: middle;
}

#search-terms {
  padding-bottom: 15px;
}


/***------------------------------------------
      side menu
------------------------------------------***/

#sidebar {
  color: white;
}

.side_bar a {
  color: white;
}

.side_bar a:hover {
  text-decoration: underline;
}

#sidebar ul {
  margin-left: 1.5em;
  list-style-type: disc;
}

#plug-in-sns {
  width: 100%;
  text-align: center;
}

#plug-in-sns a {
  display: inline-block;
  padding: 0 6px;
  color: black;
}

#plug-in-sns .fa {
  width: 40px;
  height: 40px;
  background-color: rgb(148,86,125);
  color: white;
  border-radius: 50%;
  line-height: 40px;
  text-align: center;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

#plug-in-sns .fa:before {
  line-height: 40px;
  padding: 0;
}

#plug-in-sns a:hover .fa {
  background-color: black;
  color: white;
}

.side_bar {
  padding: 15px 20px;
}

.plg_name {
  margin: 0 auto;
  text-align: right;
  font-size: 14px;
  position: relative;
}

.plg_name > span {
  width: 100%;
  height: 100%;
  display: block;
  opacity: 1;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transition: all .4s ease-out;
  transition: all .4s ease-out;
}

.plg_name > span:nth-of-type(2) {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  -webkit-transform: rotateX(-90deg) translateZ(30px);
  transform: rotateX(-90deg) translateZ(30px);
}

.plg_name:hover > span:first-of-type,
.plg_name:hover > span:first-of-type {
  -webkit-transform: rotateX(90deg);
  transform: rotateX(90deg);
  opacity: 0;
}

.plg_name:hover > span:nth-of-type(2),
.plg_name:hover > span:nth-of-type(2) {
  opacity: 1;
  -webkit-transform: rotateX(0) translateZ(0);
  transform: rotateX(0) translateZ(0);
}

.separate {
  padding: 15px 0 30px;
}

.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: rgb(50,50,50);
  font-size: 14px;
}

.sidenav-wrapper {
  position: relative;
  height: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 30px 0;
}


/***------------------------------------------
      calendar
------------------------------------------***/

#plg_name {
  margin: 0 auto;
  text-align: center;
  font-size: 14px;
}

.calender {
  margin: 0 auto 15px;
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  max-width: 330px;
  text-align: center;
  font-size: 12px;
}

.calender caption {
  width: 100%;
  margin-bottom: 10px;
  text-align: center;
}

#prevMonth {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  width: 30%;
}

.calender-month-style {
  display: inline-block;
  vertical-align: middle;
  width: 30%;
  font-size: 20px;
  font-weight: bolder;
  color: rgb(148,86,125);
}

#nextMonth {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  width: 30%;
}

.sun {
  color: rgb(159,39,33);
}

.calender td {
  padding: .5em 0;
  width: 25px;
  height: 25px;
}

.calender td a {
  width: 25px;
  height: 25px;
  line-height: 25px;
  display: inline-block;
  background-color: silver;
  vertical-align: middle;
  color: black;
}

.calender td a:hover {
  border: none;
  border-radius: 50%;
  text-decoration: none;
}


/***------------------------------------------
      site search 注)サイト内検索不要の方削除
------------------------------------------***/

#search-form { 
  margin: 0 auto 15px;
  width: 100%;
  max-width: 300px;
  height: 25px;
  text-align: center;
  position: relative;
}

#searchinput { 
  width: 100%;
  height: 25px;
  padding-left: 1em;
  border-radius: 2px;
  border: none;
  -webkit-appearance: none;
  background: rgba(255,255,255,.5);
}

#searchinput:focus {
  background: white;
}

#searchbutton {
  width: 25px;
  height: 25px;
  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: silver; /* 注)検索ボタンの色 */
  -webkit-transition: .3s ease-in-out;
  -moz-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

#searchbutton:before {
  content: '\f002';
  color: white;
  display: block;
  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;
  text-align: center;
  position: relative;
}

#for-tag-form select {
  width: 100%;
  height: 25px;
  padding-left: 1em;
  border-radius: 2px;
  border: none;
  -webkit-appearance: none;
  background: rgba(255,255,255,.5);
}

#for-tag-form select:focus {
  background: white;
}

#for-tag-form button[type="submit"] {
  width: 25px;
  height: 25px;
  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: silver;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

#for-tag-form button[type="submit"]:before {
  content: '\f02b';
  color: white;
  display: block;
  float: left;
  font: normal 15px/1 FontAwesome;
}

#for-tag-form button[type="submit"]:hover {
  background-color: black;
}

@media screen and (max-width: 768px) {
  input[type="text"],
  input[type="password"],
  input[type="search"],
  textarea,
  select {
    font-size: 16px;
  }
}


/***------------------------------------------
      pager
------------------------------------------***/

.pager {
  width: 100%;
  margin: 0 auto 100px;
  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: white;
  text-align: center;
  font-size: 12px;
  background: transparent;
  border-radius: 50%;
}

.light-theme a:hover {
  color: rgb(255,255,255);
  background-color: rgba(129,134,155,.4);
}

.prev, .next {
  border: none !important;
  font-weight: bolder;
}

.light-theme .current {
  background: rgba(255,255,255,.6);
  color: rgb(64,64,64);
  box-shadow: 0 1px 0 rgba(255,255,255,8), 0 0 2px rgba(0,0,0,.3) inset;
}

.light-theme .ellipse {
  color: rgb(255,255,255,);
}

.posted-pager-bottom {
  margin: 0 auto 100px;
  width: 97%;
  display: table;
  table-layout: fixed;
  text-align: center;
  padding-top: 80px;
  height: 30px;
}

.center-home-bottom {
  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;
}

.center-home-bottom a {
  color: white;
  text-align: center;
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 12px;
}

.left-page-bottom {
  text-align: left;
  vertical-align: middle;
}

.right-page-bottom {
  text-align: right;
  vertical-align: middle;
}

.left-page-bottom a, .right-page-bottom a {
  color: white;
}

#titlelist-pager-bottom {
  width: 100%;
  margin: 0 auto 100px;
  padding-top: 80px;
  text-align: center;
}

#titlelist-left-page, #titlelist-center-home, #titlelist-right-page {
  display: inline-block;
}

#titlelist-left-page a, #titlelist-center-home a, #titlelist-right-page a {
  margin: 2px;
  display: inline-block;
  width: 30px;
  height: 30px;
  vertical-align: middle;
  line-height: 30px;
  color: white;
  text-align: center;
  font-size: 12px;
  background: transparent;
  border-radius: 50%;
}

#titlelist-left-page a:hover, #titlelist-center-home a:hover, #titlelist-right-page a:hover {
  color: rgb(255,255,255);
  background-color: rgba(129,134,155,.4);
}


/***------------------------------------------
      footer
------------------------------------------***/

.end {
  text-align: center;
  margin: 0 auto;
  line-height: 1.1;
  padding: 1em;
}

#pagetop {
  display: none;
  position: fixed;
  z-index: 9999;
  bottom: 140px;
  right: 60px;
  font-size: 12px;
  width: 40px;
  height: 40px;
  border: 1px solid rgba(54,55,69,.5);
  background: rgba(255,255,255,.4);
  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(54,55,69,.5);
  background: rgba(255,255,255,.4);
  border-radius: 4px;
}

#pagetop a,
#pagebottom a {
  display: inline-block;
  width: 100%;
  height: 100%;
  line-height: 40px;
  color: rgb(54,55,69);
}

@media screen and (max-width: 830px) {
  #pagetop {
    bottom: 190px;
    right: 10px;
  }
  #pagebottom {
    right: 10px;
  }
  #pagemiddle {
    display: none;
    position: fixed;
    z-index: 9999;
    bottom: 140px;
    right: 10px;
    font-size: 12px;
    width: 40px;
    height: 40px;
    border: 1px solid rgba(54,55,69,.5);
    background: rgba(255,255,255,.4);
    border-radius: 4px;
  }
  #pagemiddle a {
    display: inline-block;
    width: 100%;
    height: 100%;
    line-height: 40px;
    color: rgb(54,55,69);
  }
}

.foot, #copyright {
  text-align: center;
  color: white;
  font-size: 11px;
}

#designer {
  color: silver;
  font-style: italic;
}

#ad1, #ad2 {
  font-size: 11px;
}

@media screen and (max-width: 830px) {
  .element-contents-info .sp-block-and-break,
  .list-date .sp-block-and-break {
    display: block;
    margin-left: 0;
  }
}


/***------------------------------------------
      personal settings
------------------------------------------***/

/* 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%;
}

/* vertical align for emoji */
.emoji {
  vertical-align: middle;
}

/* shadow for image */
.shadow-attachment {
  box-shadow: 0 1px 4px rgba(0,0,0,.4);
}

/* black 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: .3s ease-in-out;
  transition: .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: .3s ease-in-out;
  transition: .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: .3s ease-in-out;
  -moz-transition: .3s ease-in-out;
  transition: .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: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.zoom-in-round:hover:before, .zoom-in-round:hover:after {
  opacity: 1;
}