@charset "utf-8";

/**
* Author: Vanillaice (Akira) - http://vanillaice000.blog.fc2.com/
* Website template name: Faint
* First edition: 2015.10.17
* 2015.12.4 - Google feed api 廃止に伴う新着サムネイル仕様変更
* 2016.1.8 - フッター構造変更, タイトルタグ微調整
* 2016.6.6 - ドロワー内下部余白調整, RSS新着サムネイル再整形, FC2新エディターリリースに伴う「見出し」「リスト」のリセット削除, 公式プラグイン整形, その他微調整多数 
* 2016.10.13 - 一部JS削除(軽量化), 関連記事サムネイル整形, その他調整多数
* 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: 2px;
  padding: 2.5em;
  position: relative;
  z-index: 1;
}

blockquote:before {
  content: "“";
  font-size: 700%;
  color: rgb(206,206,206);
  line-height: 1em;
  font-family: 'Times New Roman', 'Hiragino Kaku Gothic Pro W3', 'Meiryo', 'sans-serif';
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

blockquote:after {
  content: "”";
  font-size: 700%;
  color: rgb(206,206,206);
  line-height: 0em;
  font-family: 'Times New Roman', 'Hiragino Kaku Gothic Pro W3', 'Meiryo', 'sans-serif';
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}


/***------------------------------------------
      common
------------------------------------------***/

span.month01:before {
  content:"January";
}
span.month02:before {
  content:"February";
}
span.month03:before {
  content:"March";
}
span.month04:before {
  content:"April";
}
span.month05:before {
  content:"May";
}
span.month06:before {
  content:"June";
}
span.month07:before {
  content:"July";
}
span.month08:before {
  content:"August";
}
span.month09:before {
  content:"September";
}
span.month10:before {
  content:"October";
}
span.month11:before {
  content:"November";
}
span.month12:before {
  content:"December";
}


/***------------------------------------------
      link
------------------------------------------***/

a {
  color: rgb(53,86,116); /* 注)基本リンク色 */
  text-decoration: none;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}


/***------------------------------------------
      layout
------------------------------------------***/

body {
  background-color: white; /* 注)全体背景色 */
  color: rgb(51,51,51); /* 注)記事文字色 */
  font: 13px/1.7 'Quicksand', '游ゴシック', 'YuGothic', 'Hiragino Sans', 'ヒラギノ角ゴシック', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'メイリオ', 'Meiryo', 'sans-serif';
  -webkit-font-smoothing: antialiased; /* 注)文字が細すぎると感じる場合はこの一行削除 1/2 */
  -moz-osx-font-smoothing: grayscale; /* 注)文字が細すぎると感じる場合はこの一行削除 2/2 */
}

#wrapper {
  margin: 0 auto;
  width: 100%;
  min-width: 90%;
  position: relative;
}

#entire-container {
  display: none;
  margin: 0 auto;
  width: 100%;
  padding-bottom: 80px;
}

#primary {
  width: 100%;
}

#main {
  margin: 0 auto;
  width: 100%;
  padding-left: 250px;
}

@media screen and (max-width: 954px) {
  #main {
  padding-left: 0;
  }
}
@media screen and (max-width: 700px) {
  #main {
    margin: 0 auto;
  }
}

#permanent-main {
  margin: 0 auto;
  width: 100%;
  padding-left: 50%;
}

#secondary {
  width: 350px;
}

.mobile {
  display: inline-block;
  background: rgba(214,226,245,.3);
  cursor: pointer;
  padding: 15px;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1000003; 
}

.btn-adjust {
  top: 27px;
}

.icon-for-aside {
  display: block;
  color: rgb(53,86,116);
}

.icon-for-aside .fa-bars {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  color: rgb(53,86,116);
  line-height: 40px;
  text-align: center;
}

.icon-for-aside .fa-bars:before {
  line-height: 40px;
}


/***------------------------------------------
      header
------------------------------------------***/

#banner {
  width: 250px;
  height: 100%;
  background-color: rgb(237,242,249); /* サイドナビ背景色 */
  /* 注)左サイドナビ背景画像不要の方ここから削除 */
  background-image: url(https://blog-imgs-82-origin.fc2.com/v/a/n/vanillaice000/201509231033319e8.png),
                    url(https://blog-imgs-82-origin.fc2.com/v/a/n/vanillaice000/20150923103852b7f.png);
  background-position: left top,
                       right bottom;
  background-repeat: no-repeat;
  /* 注)左サイドナビ背景画像不要の方ここまで削除 */
  overflow-y: auto; 
  padding: 70px 35px 0; /* 注)ブログタイトルの上辺位置合わせは 70px の数値を変更 大きくすると下へ下がります */
  position: fixed;
  left: 0;
  top: 0;
  z-index: 50;
}

@media screen and (max-width: 954px) {
  #banner {
    margin: 0 auto;
    width: 100%;
    height: auto;
    padding: 50px 10px;
    position: static;
  }
}

.blog-title-container {
  display: inline-block;
  line-height: 1.3;
}

@media screen and (max-width: 954px) {
  .blog-title-container {
    display: block;
  }
}

.blog-name { /* 注)ブログタイトルフォント関連 */
  margin: 0 auto 20px;
  font-size: 20px; /* 注)ブログタイトルフォント大きさ */
  font-weight: bold;
  text-shadow: 2px 4px 3px rgba(0,0,0,.3);  text-align: left;
}

.blog-name a {
  color: rgb(51,51,51); /* 注)ブログタイトルフォント色 */
}

#sub-title {
  margin: 0 auto 30px;
  font-size: 12px;
  text-align: left;
}

.navigation-container {
  margin: 0 auto;
}

#about-me-image {
  margin: 0 auto 15px;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
}

.my-photo {
  width: 100%;
  height: 100%;
}

#about-me {
  margin: 0 auto 50px;
  text-align: left;
}

@media screen and (max-width: 954px) {
  .blog-name,
  #sub-title,
  #about-me {
    text-align: center;
  }
}

.site-navi {
  margin: 0 auto 20px;
}

.site-navi li {
  display: block;
  padding: 5px 0;
}

.underline-from-left {
  display: inline-block;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  overflow: hidden;
  position: relative;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
}
.underline-from-left:before {
  content: "";
  height: 2px;
  background: rgb(38,67,98);
  position: absolute;
  left: 0;
  right: 100%;
  bottom: 0;
  z-index: -1;
  -webkit-transition-property: right;
  transition-property: right;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.underline-from-left:hover:before, .underline-from-left:focus:before, .underline-from-left:active:before {
  right: 0;
}

/* site search */
#search-form {
  margin: 0 auto;
  max-width: 100%;
  text-align: center;
}

#search-form input[type="search"] { /* 注)サイト内検索不要の方は項目削除 */
  width: 100%;
  max-width: 200px;
  background: url(https://blog-imgs-80-origin.fc2.com/v/a/n/vanillaice000/search_ffffff_14.png) 10px center rgba(136,160,195,.3) no-repeat;
  border: none;
  border-radius: 4px;
  outline: none;
  padding: .2em;
  -webkit-appearance: none;
}

#search-form input[type="search"]:focus {
  background: white;
  color: black;
}

.sns-navi {
  margin: 0 auto;
}

.sns-navi li {
  display: inline-block;
  padding: 0 .5em .3em 0;
  font-size: 15px;
}

.sns-navi li a {
  display: inline-block;
  color: white;
  text-align: center;
}

.sns-navi span {
  width: 25px;
  height: 25px;
  background-color: rgba(38,67,98,.3);
  border-radius: 50%;
  line-height: 25px;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.sns-navi span:before {
  line-height: 25px;
}

.sns-navi span:hover {
  background-color: rgba(38,67,98,.8);
}

#permanent-banner {
  width: 50%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
}

.posted-image-parent {
  width: 100%;
  height: 100%;
  position: relative;
}

@media screen and (max-width: 954px) {
  .site-navi {
    text-align: center;
  }
  .site-navi li {
    display: inline-block;
    padding: 0 .5em;
  }
  .site-navi #search-form {
    margin: 0 auto 10px;
    display: block;
  }
  .sns-navi {
    text-align: center;
  }
}


/***------------------------------------------
      top page
------------------------------------------***/

#isotope {
  margin: 0 auto;
  width: 100%;
}

.element-item {
  width: 16.6%;
  height: auto;
  padding: 3px;
}

@media screen and (max-width: 1425px) {
  .element-item {
    width: 20%;
  }
}
@media screen and (max-width: 1450px) {
  .element-item {
    width: 25%;
  }
}
@media screen and (max-width: 1120px) {
  .element-item {
    width: 33.3%;
  }
}
@media screen and (max-width: 700px) {
  .element-item {
    width: 50%;
  }
}
@media screen and (max-width: 500px) {
  .element-item {
    width: 100%;
  }
}

.inner-wrapper {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.inner-image-parent {
  margin-left: -15%;
  width: 130%;
  position: relative;
}

.inner-image-parent:before {
  content: "";
  display: block;
  margin-left: -15%;
  padding-top: 100%;
}

.imgLiquidFill {
  padding: 20px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

.non-imgLiquid {
  width: 100%;
  min-height: 150px;
  border: 1px solid rgb(223,233,247);
  padding: 20px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.mask-wrap {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}  

.mask-table {
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(115,146,184,.7);
  opacity: 0;
  padding: 15px;
  text-align: center;
  -webkit-transition: all .3s ease-in-out; 
  transition: all .3s ease-in-out; 
}

.mask-cell {
  display: table-cell;
  width: 100%;
  height: 100%;
  background-color: rgb(191,204,223);
  padding: 8px;
  vertical-align: middle;
}

.published-date {
  font-size: 14px;
  padding-bottom: 10px;
}

.masonry-title {
  margin: 0 auto;
  font-size: 15px;
  font-weight: bolder;
}

.mask-cell h2 {
  margin: 0 auto;
  line-height: 1.3;
  font-size: 13px;
}

.pc-hide-specify {
  display: none;
}

@media screen and (max-width: 768px) {
  .pc-hide-specify {
    display: block;
    margin-left: 15%;
    width: 70%;
    background: rgba(255,255,255,.5);
    border-radius: 2px;
    padding: .3em;
  }
}

.context {
  line-height: 1.3;
  font-size: 14px;
}

.adjust {
  padding-bottom: 15px;
}

.inner-wrapper:hover .mask-table{
  opacity: 1;
}

.sns-navi .pc-hide {
  display: none;
}

.pc-hide {
  display: none;
}


/***------------------------------------------
      individual
------------------------------------------***/

.main-body {
  margin: 0 auto 50px;
  width: 100%;
  max-width: 900px;
  background-color: white;
  padding: 20px 0;
  position: relative;
}

.element-title {
  margin: 0 auto;
  border-bottom: 1px solid rgb(220,220,220);
  line-height: 1.3;
  padding: 10px 0;
  font-weight: bolder;
  font-size: 17px;
  text-align: left;
}

.element-category {
  text-align: right;
  line-height: 1.2;
  padding-top: 10px;
  font-size: 12px;
}

.element-datetime {
  padding-top: 5px;
  text-align: right;
}

.element-header {
  padding: 20px 30px;
}

@media screen and (max-width: 768px) {
  .element-header {
    padding: 20px 15px;
  }
}

.contents {
  padding: 20px 30px;
}

@media screen and (max-width: 768px) {
  .contents {
    padding: 20px;
  }
}

/* back to default */
.inner-contents ul {
  margin: 1em 0;
  padding-left: 40px;
  list-style-type: disc;
}

.inner-contents ol {
  margin: 1em 0;
  padding-left: 40px;
  list-style-type: decimal;
}

.inner-contents a:hover {
  text-decoration: underline;
}

.inner-info {
  margin: 30px auto 60px;
  width: 100%;
  height: 1px;
  background-color: rgb(240,240,240);
  position: relative;
}

.inner-info a {
  text-decoration: none;
}

.comment-and-others {
  text-align: right;
}

.sns-and-others {
  margin: auto;
  width: 130px;
  height: 25px;
  background-color: white;
  position: absolute;
  top: -13px;
  left: 0;
  right: 0;
  text-align: center;
}

.sns-and-others .fa {
  width: 25px;
  height: 25px;
  background: rgb(196,209,229);
  border: 1px solid rgb(196,209,229);  
  border-radius: 50%;
  color: white;
  line-height: 23px;
  text-align: center;
}

.sns-and-others .fa:before {
  line-height: 23px;
}

.sns-and-others .fa:hover {
  background-color: white;
  color: rgb(196,209,229);
}

.comment-and-others li,
.sns-and-others li {
  display: inline-block;
}

.left-space {
  margin-left: 8px;
}

.right-space {
  margin-right: 8px;
}

/* user tag */

.tags {
  margin-top: 40px;
}

.tags a {
  margin-top: 20px;
  border-radius: 4px;
  padding: 2px;
}


/***------------------------------------------
      related post, trackback list
------------------------------------------***/

.relate_dl,
.tb_dl {
  margin: 20px auto 0;
  padding: 10px;
  background-color: white;
  border-radius: 3px;
  box-shadow: inset 0 0 15px rgba(0,0,0,.2);
}

.relate_dt,
.tb_dt {
  font-weight: bold;
}

.date {
  padding-top: 10px;
}

.tb_li2 {
  text-align: right;
}

.inner-contents .relate_ul {
  margin: 0 0 0 1.5em;
  list-style-type: square;
  padding: 0;
}

/* with thumbnail */
#fc2relate_entry_thumbnail_area {
  margin: 90px auto 30px;
  padding: 10px;
  position: relative;
  z-index: 1;
}

#fc2relate_entry_thumbnail_area .relate_dt {
  display: none;
}

#fc2relate_entry_thumbnail_area .relate_dd {
  overflow: hidden;
}

#fc2relate_entry_thumbnail_area:before {
  content: "You may also like"; /* 注)関連記事 タイトル変更はここです */
  display: block;
  margin: auto;
  width: 100%;
  padding-top: 20px;
  position: absolute;
  top: -50px;
  z-index: 3;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}

#fc2relate_entry_thumbnail_area .relate_dd .relate_ul {
  list-style: none;
  overflow: hidden;
}

#fc2relate_entry_thumbnail_area .relate_dd .relate_ul li {
  width: 50%;
  height: 98px;
  float: left;
}

@media screen and (max-width: 1024px) {
  #fc2relate_entry_thumbnail_area .relate_dd .relate_ul li {
    width: 100%;
    float: none;
  }
}
@media screen and (max-width: 954px) {
  #fc2relate_entry_thumbnail_area .relate_dd .relate_ul li {
    width: 50%;
    height: 98px;
    float: left;
  }
}
@media screen and (max-width: 654px) {
  #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(237,242,249); /* 注)No image 関連記事サムネイル */
  border-radius: 1px;
  position: absolute;
  z-index: 2;
}

.related-overlay:after {
  content: "No image";
  display: block;
  width: 90px;
  height: 90px;
  color: rgba(51,51,51,.7);
  line-height: 90px;
  position: absolute;
  z-index: 3;
  font-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;
  }
}


/***------------------------------------------
      posted comment
------------------------------------------***/

.border-container {
  min-height: 46px;
  padding-left: 55px;
  position: relative;
  font-weight: 600;
}

.border-container:before {
  content: "\f007";
  display: inline-block;
  width: 46px;
  height: 46px;
  background-color: rgb(207,207,207); /* 注)訪問者アイコン背景色 (approx)Very Light Grey */
  border-radius: 50%;
  color: white;
  line-height: 46px;
  position: absolute;
  top: 0;
  left: 0;
  font-family: 'FontAwesome';
  font-size: 18px;
  text-align: center;
}

.nameAkira:before {
  content: "";
  background: url(https://blog-imgs-93-origin.fc2.com/v/a/n/vanillaice000/61A215E4-5F84-4A81-AB47-5898222A6D02_zpsj4dfxv0zs.jpg) center center /cover no-repeat;
}

.visitor-name {
  font-size: 14px;
}

.comment-title {
  margin-bottom: 5px;
}

.comment-body {
  padding: 10px 0;
}

.comment-info {
  margin-top: 10px;
  text-align: right;
}


/***------------------------------------------
      comment form
------------------------------------------***/

#comment_form {
  width: 100%;
  max-width: 600px;
  margin: 20px auto 0;
  text-decoration: none;
}

#comment_form label {
  display: block;
  font-size: 12px;
  padding-bottom: 5px;
}

#comment_form input {
  display: block;
  margin-bottom: 10px;
  width: 100%;
  border: 1px solid silver; /* 注)コメントフォーム各項目ボーダー色 */
  padding: 12px;
  background-color: white;
}

#comment_form input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px white inset;
}

#comment {
  width: 100%;
  min-height: 200px;
  background-color: white;
  border: 1px solid silver; /* 注)コメントフォームテキストエリアボーダー色 */
  padding: 12px;
}

#comment_form input:focus, #comment:focus {
  border: 1px solid rgb(127,112,170); /* 注)コメントフォーム各項目フォーカス時ボーダー色(Bossanova) */
}

/* checkbox */
#no-p {
  margin-bottom: 15px;
}

#no-p input:focus {
  outline: none;
}

#no-p input[type=checkbox] {
  display: inline-block;
  margin-right: 6px;
}
#no-p input[type=checkbox] + label {
  position: relative;
  left: 0;
  display: inline-block;
  margin-right: 12px;
  line-height: 1.5px;
  cursor: pointer;
}
 
@media (min-width: 1px) {
  #no-p input[type=checkbox] {
    display: none;
    margin: 0;
  }

  #no-p input[type=checkbox] + label {
    padding: 2px 0 0 24px;
  }

  #no-p input[type=checkbox] + label:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    width: 18px;
    height: 18px;
    margin-top: -9px;
    background-color: white;
  }

  #no-p input[type=checkbox] + label:before {
    border: 1.5px solid rgb(51,51,51);
  }

  #no-p input[type=checkbox]:checked + label:after {
    content: "";
    position: absolute;
    top: 50%;
    display: block;
  }

  #no-p input[type=radio]:checked + label:after {
    top: 2px;
    left: 5px;
    width: 8px;
    height: 8px;
    margin-top: -4px; 
    background: rgb(193,208,227); /* 注)内緒コメントチェック色(Mandy) 1/3 */
    border-radius: 8px;
  }

  #no-p input[type=checkbox]:checked + label:after {
    left: 3px;
    width: 16px;
    height: 8px;
    margin-top: -8px;
    border-left: 3px solid rgb(193,208,227); /* 注)内緒コメントチェック色(Mandy) 2/3 */
    border-bottom: 3px solid rgb(193,208,227); /* 注)内緒コメントチェック色(Mandy) 3/3 */
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
}

/* send and delete button */
#sendbtn,
#delbtn {
  height: 35px;
  font-size: 14px;
  font-family: 'Quicksand';
  letter-spacing: .2em;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  outline: none;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  border: none;
  border-radius: 2px;
  color: white;
}

#sendbtn {
  width: 49%;
  margin-right: 1%;
  background-color: rgb(193,208,227); /* 注)コメント投稿ボタン背景色(Bossanova+不透明度.5) */
}

#delbtn {
  width: 49%;
  margin-left: 1%;
  background-color: rgb(193,208,227); /* 注)コメント削除ボタン背景色(Mandy+不透明度.5) */
}

#sendbtn:hover,
#delbtn:hover {
  background-color: rgb(53,86,116); /* 注)コメント投稿ボタンホバー時背景色(Mandy) */
}


/***------------------------------------------
      trackback
------------------------------------------***/

.op, #for-trackback-word {
  margin: 0 auto 10px;
  display: block;
  width: 100%;
  max-width: 600px;
}

.op {
  border: 1px solid silver; /* 注)トラックバックボーダー色(Bossanova) */
  padding: 12px;
}

.op:focus {
  border: 1px solid rgb(127,112,170); /* 注)トラックバックフォーカス時ボーダー色(Bossanova) */
}


/***------------------------------------------
      titlelist(index), search
------------------------------------------***/

.another-title {
  margin: 0 auto;
  font-size: 16px;
  text-align: center;
}

.list-title {
  margin: 0 auto;
  line-height: 1.5;
  font-weight: bolder;
  font-size: 14px; /* 注)全記事リスト記事タイトルフォント大きさ */
}

.list-title a {
  text-decoration: none;
}

.list-entry {
  padding: 5px 0;
}

.list-entry-date, .list-entry-category {
  text-align: right;
}

.list-entry-category {
  font-size: 12px; /* 注)全記事リストカテゴリフォント大きさ */
}

.titlelist-num {
  list-style: none;
  text-align: right;
}

.titlelist-num li {
  display: inline-block;
  margin-left: 1em;
}

/* only for search page */
.list-entry .list-a {
  margin-bottom: 10px;
  margin-left: 10px;
  width: 72px;
  height: 72px;
  float: right;
}

.thumbnails {
  display: inline-block;
  width: 72px;
  height: 72px;
  overflow: hidden;
  position: relative;
}

.search-noimage {
  width: 100%;
  height: 100%;
  background-color: rgb(237,242,249); /* 注)No image 検索結果 */
}

.search-noimage:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.thumbnails .no-image-text {
  margin: auto;
  width: 100%;
  height: 1.5em;
  color: rgba(51,51,51,.7);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  font-size: 11px; /* 注)検索結果ページNo imageフォント大きさ */
  text-align: center;
}

/* the number of comment/ trackback */
.number-of-cmtb {
  text-align: right;
}

.number-of-cmtb li {
  display: inline-block;
  margin-left: 1em;
}


/***------------------------------------------
      pager
------------------------------------------***/

.pager {
  margin: 70px auto 100px;
  width: 100%;
  max-width: 900px;
  font-family: 'Times New Roman';
  font-size: 14px;
}

.simple-pagination {
  margin: 0;
  overflow: hidden;
  position: relative;
}

.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;
  text-align: center;
  background: transparent;
  border-radius: 50%;
}

.light-theme a:hover {
  background-color: rgb(53,86,116); /* 注)トップページ送りホバー時背景色 */
  color: white;
}

.light-theme .prev,
.light-theme .next {
  border: none !important;
  font-weight: bolder;
  font-family: 'Josefin Sans', 'sans-serif';
  background-color: rgb(193,208,227);/* 注)トップページ送りprev/ next背景色 */
  color: white;
  border-radius: 50%;
}

.light-theme .current {
  background-color: rgb(193,208,227);/* 注)トップページ送りアクティブ背景色 */
  color: white;
}

.light-theme .ellipse {
  color: rgb(51,51,51);
}

/* entry */
.posted-pager {
  display: table;
  table-layout: fixed;
  margin: 70px auto 100px;
  width: 98%;
  max-width: 900px;
  font-size: 12px;
}

.page-left-cell,
.page-center-cell,
.page-right-cell {
  display: table-cell;
  vertical-align: middle;
}

.page-center-cell {
  text-align: center;
}

.prev-a {
  display: block;
  width: 100%;
  height: 100%;
  padding-left: 40px;
  position: relative;
  text-align: left;
}

.prev-a:before {
  content: "\f104";
  margin: auto;
  width: 30px;
  height: 30px;
  background-color: rgb(193,208,227); /* 注)個別記事prevページ送り背景色 */
  border-radius: 50%;
  color: white;
  line-height: 30px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  font-family: 'FontAwesome';
  text-align: center;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.page-center-cell {
  width: 50px;
  height: auto;
  text-align: center;
}

.center-a {
  width: 100%;
  height: 100%;
}

.center-a .fa {
  width: 30px;
  height: 30px;
  background-color: rgb(193,208,227); /* 注)個別記事homeページ送り背景色 */
  border-radius: 50%;
  color: white;
  line-height: 30px;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.center-a .fa:before {
  line-height: 30px;
}

.next-a {
  display: block;
  width: 100%;
  height: 100%;
  padding-right: 40px;
  position: relative;
  text-align: right;
}

.next-a:before {
  content: "\f105";
  margin: auto;
  width: 30px;
  height: 30px;
  background-color: rgb(193,208,227); /* 注)個別記事nextページ送り背景色 */
  border-radius: 50%;
  color: white;
  line-height: 30px;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  font-family: 'FontAwesome';
  text-align: center;
  -webkit-transition: .3s ease-in-out;
  -moz-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.prev-a:hover:before,
.center-a:hover .fa,
.next-a:hover:before {
  background-color: rgb(53,86,116); /* 注)個別記事ページ送りホバー時背景色 */
}

/* title list */
.titlelist-pager {
  display: table;
  table-layout: fixed;
  margin: 70px auto 100px;
  width: 100%;
  max-width: 300px;
}

.t-prev-a,
.t-center-a,
.t-next-a {
  display: inline-block;
  width: 100%;
  height: 100%;
  text-align: center;
}

.t-prev-a .fa,
.t-center-a .fa,
.t-next-a .fa {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-color: rgb(193,208,227);
  border-radius: 50%;
  color: white;
  line-height: 30px;
  text-align: center;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.t-prev-a .fa:before,
.t-center-a .fa:before,
.t-next-a .fa:before {
  line-height: 30px;
}

.t-prev-a:hover .fa,
.t-center-a:hover .fa,
.t-next-a:hover .fa {
  background-color: rgb(53,86,116); /* 注)全記事リストページ送りホバー時背景色 */
}


/***------------------------------------------
      side menu
------------------------------------------***/

.side_bar {
  margin-bottom: 30px;
  border-radius: 4px;
  padding: 20px 30px;
  font-size: 13px;
}

.side_bar h4 {
  margin: 0 auto 20px;
  width: 100%;
  padding: .5em;
  font-size: 15px;
  text-align: center;
}

.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: rgb(238,242,250);
  font-size: 14px;
}

#sidebar-wrapper {
  position: relative;
  height: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 100px;
}


/***------------------------------------------
      official plug-in
------------------------------------------***/

/* calendar */
.calender {
  margin: 0 auto;
  table-layout: fixed;
  width: 270px;
  text-align: center;
  font-size: 12px;
  border-spacing: 0;
  border-collapse: collapse;
}

.calender caption {
  margin-bottom: 10px;
  width: 100%;
}

.calender caption a {
  display: inline-block;
  width: 20%;
}

.sun {
  color: rgb(161,12,0);
}

.calender td {
  vertical-align: top;
  height: 40px;
  padding: 2px 2px 0 0;
  text-align: right;
  border: 1px solid rgb(51,51,51);
}

.calender td a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}

.calender td a:after {
  content: "\f00c";
  display: inline-block;
  font-family: 'FontAwesome';
  position: absolute;
  width: 35px;
  right: 0;
  top: 15px;
  text-align: center;
}

/* profile */
 .plugin-myimage {
  text-align: center !important;
  margin-bottom: 10px;
}

/* mail form */
.side_bar form {
  display: block;
  margin: 0 auto;
  max-width: 260px;
}

.side_bar input:not([type="submit"]),
.side_bar textarea,
.side_bar select {
  display: inline-block;
  margin-left: 1%;
  width: 98% !important;
  background-color: white;
  border: 1px solid rgb(207,207,207);
  border-radius: 2px;
  outline: none;
  padding: .5em;
}

.side_bar input[type="submit"] {
  display: inline-block;
  margin-left: 1%;
  width: 98% !important;
  background-color: rgb(53,86,116);
  border: none;
  color: white;
  cursor: pointer;
}

/* search */
.plugin-search {
  margin: 0 auto;
  width: 98%;
}

.plugin-search input {
  margin-bottom: 8px;
}

/* tag */
.plugin-tag a {
  display: inline-block;
  margin: 2px 2px 2px 0;
  border: 1px solid rgb(100,100,100); /* 注)プラグインタグ ボーダー色 (approx)Lavender */
  padding: .3em 1em;
}

.plugin-tag a:hover {
  background-color: rgb(53,86,116); /* 注)プラグインタグ ホバー時背景色 (approx)Lavender */
  color: white;
  text-decoration: none;
}


/***------------------------------------------
      footer
------------------------------------------***/

#pagetop {
  display: none;
  position: fixed;
  z-index: 9999;
  bottom: 140px;
  right: 60px;
  font-size: 12px;
  width: 40px;
  height: 40px;
  border: 1px solid rgb(237,242,249);
  background: rgba(237,242,249,.4);
  color: rgb(94,157,31);
  border-radius: 4px;
}

#pagebottom {
  display: none;
  position: fixed;
  z-index: 9999;
  bottom: 90px;
  right: 60px;
  font-size: 12px;
  width: 40px;
  height: 40px;
  border: 1px solid rgb(237,242,249);
  background: rgba(237,242,249,.4);
  color: rgb(94,157,31);
  border-radius: 4px;
}

#pagetop a,
#pagebottom a {
  display: inline-block;
  width: 100%;
  height: 100%;
  line-height: 38px;
}

@media screen and (max-width: 768px) {
  #pagetop,
  #pagebottom {
    right: 10px;
  }
}

.new {
  color: red;
  font-size: 11px;
  margin-left: 1em;
}

.end {
  margin: 0 auto;
  width: 100%;
  max-width: 900px;
  padding-top: 1em;
  padding-bottom: 1em;
  padding-left: 252px;
  padding-right: 2px;
  text-align: center;
  line-height: 1.2;
  display: none;
}

@media screen and (max-width: 954px) {
  #main, .end {
  padding-left: 0;
  }
}

.foot, #copyright {
  text-align: center;
  font-size: 11px;
}

#ad1, #ad2 {
  font-size: 11px;
}


/***------------------------------------------
      personal settings
------------------------------------------***/

/* shadow for image */
.shadow-attachment {
  box-shadow: 0 1px 4px rgba(0,0,0,.4);
}

.emoji {
  vertical-align: middle;
}