@charset "utf-8";

/**
* Author: Vanillaice (Akira) - http://vanillaice000.blog.fc2.com/
* Website skin name: GirlOnWire
* The first edition: 2015.9.21
* 2015.12.4 - Google feed api 廃止に伴う仕様変更
* 2016.1.9 - フッター構造変更, タイトルタグ微調整
* 2016.6.6 - ドロワー内下部余白調整, RSS新着サムネイル再整形, FC2新エディターリリースに伴う「見出し」「リスト」のリセット削除, 公式プラグイン整形, その他微調整多数 
* 2016.9.9 - リストマーカーの位置を調整
* 2016.10.14 - ページ遷移エフェクト変更・軽量化, 関連記事サムネイル整形, その他微調整
* 2017.1.13 - テンプレデフォルト新着サムネイルをGoogle APIからFC2独自変数に変更
* Latest update: 2017.1.25 - SNSシェアリンクをエンコード
**/

/***------------------------------------------
      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: 102%;
  vertical-align: baseline;
  background: transparent;
}

ul, ol {
  list-style-type: none;
}

strong, b {
  font-weight: bold;
}

i {
  font-style: italic;
}

address, small, time {
  display: block;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, main {
  display: block;
}

body {
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  word-wrap: break-word;
}

blockquote, q {
  quotes: none;
}

q:before,
q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  vertical-align: bottom;
  background: transparent;
  outline: none;
}

table {
  word-break: break-all;
}

img {
  vertical-align: bottom;
  font-size: 0;
  line-height: 0;
  max-width: 100%;
  height: auto;
}

iframe, embed {
  max-width: 100%;
}

textarea {
  max-width: 100%;
}

input[type="text"], 
input[type="password"],  
input[type="search"], 
textarea {
  outline: none;
  -webkit-appearance: none;
  border-radius: 0;
  font-size: inherit;
}

select {
  outline: none;
  border-radius: 0;
  font-size: inherit;
}

input[type="submit"] {
  outline: none;
  -webkit-appearance: button;
  border-radius: 0;
  font-size: inherit;
}

pre {
  word-wrap: break-word;
  white-space: pre-wrap;
  font-family: 'Menlo', 'consolas', 'Courier';
}

* {
  box-sizing: border-box;
}

*:focus {
  outline: none;
}

/* fc2 */
.fc2_footer {
  margin: 20px 0;
}

#fc2_text_ad {
  font-size: 12px;
}

#change_mobile {
  display: none;
}


/***------------------------------------------
      clearfix
------------------------------------------***/

.cf:before,
.cf:after {
  content: "";
  display: table;
}

.cf:after {
  clear: both;
}


/***------------------------------------------
      blockquote
------------------------------------------***/

blockquote {
  margin: 0 auto;
  width: 98%;
  height: auto;
  background: rgba(255,255,255,.4);
  border: 1px solid rgb(206,206,206);
  border-radius: 1px;
  padding: 2.5em;
  position: relative;
  z-index: 1;
}

blockquote:before {
  content: "“";
  font-size: 700%;
  color: rgb(206,206,206);
  line-height: 1em;
  font-family: 'Times New Roman', 'Hiragino Kaku Gothic Pro W3', 'Meiryo', 'sans-serif';
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

blockquote:after {
  content: "”";
  font-size: 700%;
  color: rgb(206,206,206);
  line-height: 0em;
  font-family: 'Times New Roman', 'Hiragino Kaku Gothic Pro W3', 'Meiryo', 'sans-serif';
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}


/***------------------------------------------
      common
------------------------------------------***/

span.month01:before {
  content: "January";
}
span.month02:before {
  content: "February";
}
span.month03:before {
  content: "March";
}
span.month04:before {
  content: "April";
}
span.month05:before {
  content: "May";
}
span.month06:before {
  content: "June";
}
span.month07:before {
  content: "July";
}
span.month08:before {
  content: "August";
}
span.month09:before {
  content: "September";
}
span.month10:before {
  content: "October";
}
span.month11:before {
  content: "November";
}
span.month12:before {
  content: "December";
}


/***------------------------------------------
      link
------------------------------------------***/

a {
  text-decoration: none;
  color: rgb(65,74,33); /* 注)記事内のリンク色はこちら */
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}


/***------------------------------------------
      layout
------------------------------------------***/

body { /* 注)基本フォント関連 */
  background-color: white;
  color: rgb(0,0,0);
  font: 13px/1.7 '游ゴシック', 'YuGothic', 'Hiragino Sans', 'ヒラギノ角ゴシック', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'メイリオ', 'Meiryo', 'sans-serif';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-animation: fadeIn 1.5s;
  animation: fadeIn 1.5s;
}

#wrapper {
  margin: 0 auto;
  background-image: url(https://blog-imgs-77.fc2.com/v/a/n/vanillaice000/backwewo.jpg); /* 注)ブログ全体背景 削除すると白背景に */
  width: 100%;
  min-width: 80%;
}

#float-container {
  width: 80%;
  margin: 0 auto;
  max-width: 1200px;
  padding: 50px 0;
}

@media screen and (max-width: 1300px) {
  #float-container {
    width: 90%;
  }
}
@media screen and (max-width: 1024px) {
  #float-container {
    width: 95%;
  }
}
@media screen and (max-width: 880px) {
  #float-container {
    width: 98%;
  }
}

#primary {
  margin-right : -300px;
  width: 100%;
  float : left;
}

@media screen and (max-width: 768px) {
  #primary {
    margin: 0 auto;
    float: none;
    max-width: 650px;
  }
}

#main {
  margin-right: 350px;
}

@media screen and (max-width: 880px) {
  #main {
    margin-right: 320px;
  }
}
@media screen and (max-width: 768px) {
  #main {
    margin: 0 auto;
  }
}

#secondary {
  width: 300px;
  float: left;
  line-height: 1.8;
  font-size: 12px;
}

@media screen and (max-width: 768px) {
  #secondary {
    margin: 0 auto;
    width: 100%;
    float: none;
  }
}

.mobile {
  display: none;
  padding: 5px 8px 8px 8px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000010;
}

.fa-bars {
  width: 40px;
  height: 40px;
  color: rgb(65,74,33); /* 注)サイドメニュードロワー ハンバーガーボタンの色(スマホのみ) */
  line-height: 40px;
  text-align: center;
}

.fa-bars:before {
  line-height: 40px;
}


/* fadeIn */
@-webkit-keyframes fadeIn {
  0% {
   opacity: 0;
  }
  50% {
   opacity: 0;
  }
  100% {
   opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
   opacity: 0;
  }
  50% {
   opacity: 0;
  }
  100% {
   opacity: 1;
  }
}


/***------------------------------------------
      header
------------------------------------------***/

#banner, 
#another-banner {
  margin: 0 auto;
  background: url(http://ado.main.jp/bimeg/girl.jpg) center center/cover no-repeat; /* 注)バナー画像変更はここ */
  width: 100%;
  height: 460px;
  text-align: center;
}

#blog-name-container {
  margin: 0 auto;
  display: table;
  table-layout: fixed;
  width: 100%;
  padding: 80px 5px;
  line-height: 1.3;
}

#blog-name-container-cell {
  width: 100%;
  display: table-cell;
  text-align: center;
}

#blog-title {
  display: inline-block;
  margin: 0 auto;
  width: auto;
  max-width: 800px;
  padding: 0 40px;
  font: bold 35px/1.3 'Poiret One', '游明朝', 'YuMincho', 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', 'serif';
  text-shadow: 2px 4px 3px rgba(0,0,0,.2);
}

@media screen and (max-width: 768px) {
  #blog-title { /* 注)ブログタイトルフォントスマホサイズ */
    font-size: 25px;
  }
}
@media screen and (max-width: 414px) {
  #blog-title { /* 注)ブログタイトルフォントスマホサイズ */
    font-size: 22px;
  }
}

#blog-title a { /* 注)ブログタイトルフォント関連 */
  color: #ffffff;
}

/* zoomIn */
.animated {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}
@keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale3d(.3,.3,.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  animation-name: zoomIn;
}

#sub-title { /* 注)サブタイトルフォント関連 */
  margin: 0 auto;
  width: 100%;
  max-width: 850px;
  color: white;
  padding-top: 15px;
  font-size: 14px;
}

@media screen and (max-width: 768px) {
  #sub-title { /* 注)サブタイトルフォントスマホサイズ */
    font-size: 13px;
  }
}

/* global navigation */
#navigation-container {
  padding: 10px 2px 70px;
}

#navigation-container ul {
  font-family: 'Poiret One', cursive;
  font-size: 14px;
  font-weight: bolder;
  text-align: center;
}

@media screen and (max-width: 414px) {
  #navigation-container ul {
    font-size: 13px;
  }
}

#navigation-container ul li {
  display: inline-block;
}

#navigation-container ul li a {
  display: inline-block;
  width: 100%;
  height: 100%;
  color: white;
  padding: 0 2em;
  vertical-align: middle;
}

@media screen and (max-width: 414px) {
#navigation-container ul li a {
    padding: 0 1em;
  }
}

#navigation-container ul li a:hover {
  background-color: rgb(65,74,33);
}

.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;
}


/***------------------------------------------
      carousel slider
------------------------------------------***/

.owl-carousel {
  margin: 0 auto;
  max-width: 1300px;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  -webkit-animation: slideInDown 1.5s;
  animation: slideInDown 1.5s;
}

.owl-carousel:hover {
  background-color: rgba(0,0,0,.2);
}

.disabled {
  display: none;
}

.item {
  position: relative;
  padding: 20px 10px;
}

.item-table {
  display: table;
  table-layout: fixed;
  width: 100%;
}

.item-cell-left {
  display: table-cell;
  width: 50%;
}

.item-cell-right {
  display: table-cell;
  width: 50%;
  vertical-align: middle;
  padding-left: 5px;
  color: white;
}

.owl-nav {
  text-align: center;
}

.owl-prev,
.owl-next {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 50px;
  z-index: 200;
  font-family: 'Poiret One', 'cursive';
  color: white;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.owl-prev:hover,
.owl-next:hover {
  background-color: rgba(65,74,33,.4); /* 注)カルーセルprev, nextボタンホバー時背景色 */
}

.owl-prev {
  left: 0;
}

.owl-next {
  right: 0;
}

.owl-prev:before {
  content: "\f104";
  display: block;
  margin: auto;
  width: 50px;
  height: 40px;
  line-height: 1;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: .3;
  font-family: 'FontAwesome';
  font-size: 40px;
  text-align: center;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.owl-next:before {
  content: "\f105";
  display: block;
  margin: auto;
  width: 50px;
  height: 40px;
  line-height: 1;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  opacity: .3;
  font-family: 'FontAwesome';
  font-size: 40px;
  text-align: center;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.owl-prev:hover:before,
.owl-next:hover:before {
  opacity: 1;
}

.owl-nav .disabled {
  opacity:.5;
  cursor:default;
}

.inner-image-parent {
  width: 100%;
  position: relative;
}

.inner-image-parent:before {
  padding-top: 100%;
  display: block;
  content: "";
}

@media screen and (max-width: 414px) {
  .inner-image-parent:before {
    padding-top: 60%;
    display: block;
    content: "";
  }
}

.imgLiquidFill {
  position: absolute;
  box-shadow: 0 1px 4px rgba(0,0,0,.4);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.item-title {
  max-height: 7.5em;
  line-height: 1.5em;
  overflow: hidden;
  font-weight: bolder;
}

.item-datetime {
  font-family: 'Poiret One', cursive;
  font-size: 12px;
}

/* animation */
@-webkit-keyframes slideInDown {
  0% {
   opacity: 0;
   -webkit-transform: translateY(-100px);
  }
  50% {
   opacity: 0;
   -webkit-transform: translateY(-100px);
  }
  100% {
   opacity: 1;
   -webkit-transform: translateY(0);
  }
}
@keyframes slideInDown {
  0% {
   opacity: 0;
   transform: translateY(-100px);
  }
  50% {
   opacity: 0;
   transform: translateY(-100px);
  }
  100% {
   opacity: 1;
   transform: translateY(0);
  }
}


/***------------------------------------------
      entry
------------------------------------------***/

.entry-main-body {
  margin: 0 auto 30px;
  background-color: white;
}

.main-body {
  margin: 0 auto 30px;
  background-color: white;
  padding: 20px 30px;
}

@media screen and (max-width: 414px) {
  .main-body {
    padding: 20px 15px;
  }
}

.element-header {
  padding: 15px 15px;
  font-family: 'Poiret One', '游ゴシック', 'YuGothic', 'Hiragino Sans', 'ヒラギノ角ゴシック', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'メイリオ', 'Meiryo';
}

.element-inner {
  background-color: rgb(248,242,250);
  border-radius: 4px;
  padding: 15px 15px;
}

.element-category {
  text-align: left;
}

.element-category a {
  display: inline-block;
  background-color: rgb(65,74,33);
  border-radius: 2px;
  color: white;
  line-height: 1.1;
  padding: 8px 12px;
  vertical-align: middle;
  font-size: 10px;
}

.element-title {
  margin: 0 auto;
  line-height: 1.3;
  padding: 12px 0 7px;
  font-size: 17px;
  font-weight: normal;
}

.element-title a {
  color: rgb(0,0,0);
}

.element-title a:hover {
  color: rgb(65,74,33);
}

.element-datetime {
  font-family: 'Poiret One', 'cursive';
}

.contents {
  padding: 20px 0;
}

.inner-contents {
  padding: 0 30px;
}

@media screen and (max-width: 414px) {
  .inner-contents {
    padding: 0 15px;
  }
}

/* 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;
}

.read_more, .read_more2 {
  margin: 30px 0;
  text-align: center;
}

.read-more-open-a,
.read-more-close-a {
  display: inline-block;
  border: 1px solid rgb(65,74,33);
  border-radius: 2px;
  color: rgb(158,86,154);
  padding: .6em 2em;
}

.contents .read-more-open-a:hover,
.contents .read-more-close-a:hover {
  background-color: rgb(65,74,33);
  color: white;
  cursor: crosshair;
  text-decoration: none;
}

.read_more_span {
  font-family: 'Poiret One', cursive;
}

.read_jump {
  margin: 30px auto;
  text-align: left;
}

.tags {
  margin-top: 40px;
  padding: 0 30px;
  font-family: 'Poiret One', '游ゴシック', 'YuGothic', 'Hiragino Sans', 'ヒラギノ角ゴシック', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'メイリオ', 'Meiryo', 'sans-serif';
}

@media screen and (max-width: 414px) {
  .tags {
    padding: 0 15px;
  }
}

.tags a {
  display: inline-block;
  margin: 0 2px 4px 0;
  background-color: rgba(179,154,100,.1);
  border-radius: 2px;
  padding: .3em .7em;
}

.tags a:hover {
  background-color: rgb(65,74,33);
  color: white;
}

.inner-contents {
  margin-bottom: 20px;
}

.inner-info {
  padding: 30px 30px 15px;
  text-align: right;
}

@media screen and (max-width: 414px) {
  .inner-info {
    padding: 30px 15px 15px;
  }
}

.inner-info a {
  text-decoration: none;
}

.comment-and-others {
  display: inline-block;
  list-style: none;
}

.sns-and-others {
  display: inline-block;
  list-style: none;
  padding-left: 1em;
  text-align: right;
}

.comment-and-others li {
  display: inline-block;
  margin-left: 1em;
}

.sns-and-others li {
  display: inline-block;
  margin-left: 4px;
  text-align: center;
}

.sns-and-others li a {
  display: block;
  width: 25px;
  height: 25px;
  border-radius: 2px;
  color: white;
  line-height: 25px;
}

.sns-and-others li a {
  background-color: rgb(65,74,33);
}

.element-read-more {
  margin: 20px 0;
  text-align: center;
}

.element-read-more a {
  border: 1px solid rgb(191,145,104);
  font-family: 'Poiret One', cursive;
  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);
}

.element-footer {
  text-align: right;
}

.element-footer a {
  font-family: 'Poiret One', cursive;
  color: rgb(0,0,0);
  padding: 10px 0;
}


/***------------------------------------------
      related post, trackback list
------------------------------------------***/

.relate_dl,
.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);
}

.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-family: 'Poiret One', 'cursive';
  font-size: 16px;
  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: 1200px) {
  #fc2relate_entry_thumbnail_area .relate_dd .relate_ul li {
    width: 100%;
    float: none;
  }
}

#fc2relate_entry_thumbnail_area .relate_entry_title {
  padding-right: 1em;
  word-break: break-all;
}

.related-overlay {
  position: relative;
}

.related-overlay:before {
  content: "";
  width: 90px;
  height: 90px;
  background: url(http://ado.main.jp/bimeg/yu.jpg) center center /cover no-repeat; /* 注)No image 関連記事サムネイル */
  border-radius: 1px;
  position: absolute;
  z-index: 2;
}

.related-overlay:after {
  content: "No image";
  display: block;
  width: 90px;
  height: 90px;
  background-color: rgba(255,255,255,.7);
  color: rgba(51,51,51,.7);
  line-height: 90px;
  position: absolute;
  z-index: 3;
  font-family: 'Poiret One', 'cursive';
  font-size: 12px;
  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
------------------------------------------***/

.another-title {
  margin: 0 auto;
  font: 16px/1.3 'Poiret One', 'YuGothic', 'Hiragino Sans', 'ヒラギノ角ゴシック', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'メイリオ', 'Meiryo', 'sans-serif';
  text-align: center;
}

.block-sizing {
  padding: 20px 0;
}

.border-container {
  min-height: 46px;
  padding-left: 55px;
  position: relative;
  font-weight: 600;
}

.border-container:before {
  content: "\f007";
  width: 46px;
  height: 46px;
  display: inline-block;
  background-color: rgb(207,207,207); /* 注)訪問者アイコン背景色 */
  border-radius: 50%;
  color: white;
  line-height: 46px;
  position: absolute;
  top: 0;
  left: 0;
  font-family: 'FontAwesome';
  font-size: 18px;
  text-align: center;
}

.visitor-name {
  font-size: 14px;
}

.comment-title {
  margin-bottom: 5px;
}

.comment-body {
  padding: 10px 0;
}

.visitor-fotter-info {
  margin-top: 10px;
  text-align: right;
}


/***------------------------------------------
      comment form
------------------------------------------***/

#comment_form {
  margin: 40px auto 0;
  width: 100%;
  max-width: 600px;
  vertical-align: middle;
  text-decoration: none;
}

#comment_form label {
  display: block;
  padding-bottom: 5px;
  font-family: 'Poiret One', '游ゴシック', 'YuGothic', 'Hiragino Sans', 'ヒラギノ角ゴシック', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'メイリオ', 'Meiryo';
  font-size: 12px; /* 注)コメント投稿フォームラベル フォント大きさ */
}

#comment_form input {
  margin-bottom: 10px;
  width: 100%;
  background-color: white;
  border: 1px solid rgb(220,220,220); /* 注)コメントフォーム各項目ボーダー色 */
  padding: 12px;
}

#comment_form input:focus,
#comment:focus {
  border: 1px solid rgb(179,179,179); /* 注)コメントフォーム各項目(含 テキストエリア)フォーカス時ボーダー色 */
}

#comment {
  margin-bottom: 10px;
  width: 100%;
  min-height: 200px;
  background-color: white;
  border: 1px solid rgb(220,220,220); /* 注コメントフォームテキストエリアボーダー色 */
  line-height: 1.5;
  padding: 12px;
}

#comment_form input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px white inset;
}

/* checkbox */
#no-p input:focus {
  outline: none;
}

#no-p input[type=checkbox] {
  display: inline-block;
  margin-right: 6px;
}
#no-p input[type=checkbox] + label {
  display: inline-block;
  margin-right: 12px;
  cursor: pointer;
  line-height: 1.5px;
  position: relative;
  left: 0;
}
 
@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: "";
    display: block;
    margin-top: -10px;
    width: 18px;
    height: 18px;
    background-color: white;
    position: absolute;
    top: 50%;
    left: 0;
  }

  #no-p input[type=checkbox] + label:before {
    border: 1px solid rgb(220,220,220); /* 注)secretコメントチェックボックスボーダー色 */
    border-radius: 2px;
  }

  #no-p input[type=checkbox]:checked + label:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
  }

  #no-p input[type=radio]:checked + label:after {
    margin-top: -4px;
    width: 8px;
    height: 8px;
    background: rgb(51,51,51); /* 注)secretコメントチェックマーク色 (1/3) */
    border-radius: 8px;
    top: 2px;
    left: 5px;
  }

  #no-p input[type=checkbox]:checked + label:after {
    margin-top: -8px;
    width: 16px;
    height: 8px;
    border-bottom: 3px solid rgb(51,51,51); /* 注)secretコメントチェックマーク色 (2/3) */
    border-left: 3px solid rgb(51,51,51); /* 注)secretコメントチェックマーク色 (3/3) */
    left: 3px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
}

/* send and delete button */
#sendbtn,
#delbtn {
  margin-top: 20px;
  margin-right: 20px;
  width: 156px;
  height: 30px;
  background-color: rgb(180,193,61); /* 注)send, deleteボタン背景色 */
  border: none;
  border-radius: 2px;
  box-shadow: 2px 2px 4px rgba(0,0,0,.2);
  color: white;
  cursor: pointer;
  padding: 4px 0;
  font-family: 'Poiret One', 'cursive';
  font-size: 14px; /* 注)コメントsend/ deleteボタンフォント大きさ */
  text-align: center;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

#sendbtn:hover,
#delbtn:hover {
  background-color: rgb(158,86,154); /* 注)send, deleteボタンホバー時背景色 */
}

.comment-info {
  text-align: right;
}


/***------------------------------------------
      trackback
------------------------------------------***/

.op,
#for-trackback-word {
  display: block;
  width: 100%;
  max-width: 600px;
}

.op {
  margin: 30px auto 10px;
  border: 1px solid rgb(220,220,220); /* 注)トラックバックボーダー色 */
  border-radius: 0;
  padding: .5em;
  outline: none;
  font-size: 13px; /* 注)・トラックバックフォント大きさ */
}

#for-trackback-word {
  margin: 0 auto;
}

.op:focus {
  border: 1px solid rgb(179,179,179); /* 注)トラックバックフォーカス時ボーダー色 */
}


/***------------------------------------------
      pager
------------------------------------------***/

/* general */
.pager {
  margin: 0 auto 50px;
  width: 100%;
}

.simple-pagination {
  margin: 0;
  overflow: hidden;
  text-align: center;
}

.simple-pagination ul {
  display: inline-block;
  margin: 0;
  list-style: none;
  position: relative;
  padding: 0;
}

.simple-pagination li {
  display: inline-block;
  margin: 3px;
  border-radius: 50%;
  list-style: none;
}

.simple-pagination .active {
  box-shadow: 1px 0 0 0 rgb(229,229,229), 
              0 1px 0 0 rgb(229,229,229), 
              1px 1px 0 0 rgb(229,229,229),
              1px 0 0 0 rgb(229,229,229) inset, 
              0 1px 0 0 rgb(229,229,229) inset;
}

.light-theme a,
.light-theme span {
  display: inline-block;
  width: 33px;
  height: 33px;
  background: transparent;
  border-radius: 50%;
  color: rgb(51,51,51);
  line-height: 33px;
  vertical-align: middle;
  font-size: 12px; /* 注)汎用ページ送りフォント大きさ */
  text-align: center;
}

.light-theme a:hover {
  background-color: rgb(65,74,33); /* 注)汎用ページ送りマウスホバー時背景色 */
  color: white;
  opacity: 1;
}

.prev,
.next {
  border: none !important;
  font-weight: bolder;
}

.light-theme .current {
  background: rgba(255,255,255,.4); /* 注)汎用ページ送り現在ページ背景色 */
  box-shadow: 0 1px 0 rgba(255,255,255,8),
              0 0 2px rgba(0,0,0,.2)inset;
  color: rgb(51,51,51);
}

.light-theme .ellipse {
  color: rgb(51,51,51);
  font-weight: bold;
}

.light-theme .prev,
.light-theme .next {
  background-color: rgb(65,74,33); /* 注)汎用ページ送りprev/ next背景色 */
  box-shadow: none;
  color: white;
  font-family: 'Poiret One', 'cursive';
}

/* article */
.posted-pager,
.posted-pager-bottom {
  margin: 0 auto 50px;
  display: table;
  table-layout: fixed;
  width: 98%;
  font-family: 'Poiret One', '游ゴシック', 'YuGothic', 'Hiragino Sans', 'ヒラギノ角ゴシック', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'メイリオ', 'Meiryo', 'cursive';
  font-size: 12px; /* 注)個別記事ページ送りフォント大きさ */
}

.page-left-cell,
.page-center-cell,
.page-right-cell {
  display: table-cell;
  vertical-align: middle;
}

.page-center-cell {
  text-align: center;
}

.page-right-cell {
  text-align: right;
}

.prev-a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  padding-left: 40px;
  text-align: left;
}

.prev-a:before {
  content: "\f104";
  margin: auto;
  width: 33px;
  height: 33px;
  background-color: rgb(65,74,33); /* 注)個別記事prevページ送り背景色 */
  border-radius: 50px;
  color: white;
  line-height: 33px;
  position: absolute;
  font-family: 'FontAwesome';
  left: 0;
  top: 0;
  bottom: 0;
  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: 33px;
  height: 33px;
  background-color: rgb(65,74,33); /* 注)個別記事homeページ送り背景色 */
  border-radius: 50px;
  color: white;
  line-height: 34px;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.center-a .fa:before {
  line-height: 33px;
}

.next-a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  text-align: right;
  padding-right: 40px;
}

.next-a:before {
  content: "\f105";
  margin: auto;
  width: 33px;
  height: 33px;
  background-color: rgb(65,74,33); /* 注)個別記事nextページ送り背景色 */
  border-radius: 50%;
  color: white;
  line-height: 33px;
  position: absolute;
  font-family: 'FontAwesome';
  right: 0;
  top: 0;
  bottom: 0;
  text-align: center;
  -webkit-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(65,74,33); /* 注)個別記事ページ送りホバー時背景色 */
}

/* title list */
.titlelist-pager {
  display: table;
  table-layout: fixed;
  margin: 0 auto 50px;
  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 span,
.t-center-a span,
.t-next-a span {
  display: inline-block;
  width: 33px;
  height: 33px;
  line-height: 33px;
  background-color: rgb(65,74,33); /* 注)全記事リストページ送りprev/ next背景色 */
  border-radius: 50%;
  color: white;
  -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: 33px;
}

.t-prev-a:hover span,
.t-center-a:hover span,
.t-next-a:hover span {
  background-color: rgb(65,74,33); /* 注)全記事リストページ送りホバー時背景色 */
}

.t-prev-a span,
.t-next-a span {
  font-weight: bolder;
}

/* bottom pager adjust */
.pager-bottom {
  margin: 70px auto;
}


/***------------------------------------------
      index (title list), search page
------------------------------------------***/

.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; /* 注)全記事リストカテゴリフォント大きさ */
}

/* only for search page */
.list-entry .list-a {
  float: right;
  margin-left: 10px;
  margin-bottom: 10px;
  width: 72px;
  height: 72px;
}

.thumbnails {
  display: inline-block;
  width: 72px;
  height: 72px;
  overflow: hidden;
  position: relative;
}

.search-noimage {
  width: 100%;
  height: 100%;
  background: url(http://ado.main.jp/bimeg/yu.jpg) center center /cover no-repeat; /* 注)No image画像 検索結果 */
  position: absolute;
  top: 0;
  left: 0;
}

.no-image-text {
  width: 100%;
  height: 100%;
  background-color: rgba(255,255,255,.7);
  color: rgb(51,51,51);
  line-height: 72px;
  position: absolute;
  top: 0;
  left: 0;
  font-family: 'Poiret One', 'cursive';
  font-size: 12px;
  text-align: center;
}


/***------------------------------------------
      rss thumbnail
------------------------------------------***/

#feed-container {
  margin: 0 auto;
  width: 100%;
  word-break: break-all;
}

.rss-container {
  margin: 0 auto 15px;
  display: table;
  table-layout: fixed;
  width: 100%;
}

#feedContainer .rss-container:last-child {
  margin-bottom: 0;
}

.rss-a {
  display: table-cell;
  width: 100px;
  vertical-align: top;
}

.rss-parent {
  width: 100px;
  height: 100px;
  background: url(http://ado.main.jp/bimeg/yu.jpg) center center /cover no-repeat; /* 注)No image画像 テンプレデフォルト新着サムネイル */
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
}

.rss-parent:before {
  content: "No image";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(255,255,255,.7);
  color: rgb(51,51,51);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  font: 12px/100px 'Poiret One', 'cursive';
  text-align: center;
}

.rss-image {
  width: 100px;
  height: 100px;
  overflow: hidden;
  position: relative;
  z-index: 5;
}

.rss-right {
  display: table-cell;
  padding-left: 15px;
  vertical-align: middle;
  text-align: left;
}

.rss-title {
  line-height: 1.5;
  font-size: 13px;
}

.rss-date {
  font-size: 12px;
}

/* the number of comment/ trackback */
.number-of-cmtb {
  text-align: right;
}

.number-of-cmtb li {
  display: inline-block;
  margin-left: 1em;
}


/***------------------------------------------
      side menu
------------------------------------------***/

.side-menu {
  margin-bottom: 30px;
  background-color: white;
  padding: 15px 30px;
}

/* sns */
.side-menu ul {
  margin-left: 1.4em;
  list-style-type: disc;
}

#side-sns-container-ul {
  margin: 0 auto;
  list-style: none;
  text-align: center;
}

#side-sns-container-ul li {
  display: inline-block;
  margin: 3px;
}

#side-sns-container-ul li a {
  display: block;
  width: 35px;
  height: 35px;
  background-color: rgb(65,74,33);
  border-radius: 50%;
  color: white;
  line-height: 35px;
}

#side-sns-container-ul li a:hover {
  background-color: rgb(65,74,33);
  color: white;
}

/* site search */
#search-form {
  margin: 20px auto 0;
  padding-top: 10px;
  text-align: center;
}

#search-form input[type="search"] { 
  width: 100%;
  max-width: 320px;
  background: url(//blog-imgs-80.fc2.com/v/a/n/vanillaice000/search_ffffff_14.png) 10px center rgba(158,86,154,.1) no-repeat;
  border: 1px solid rgba(65,74,33,.2);
  outline: none;
  padding: .2em;
  -webkit-appearance: none;
}

#search-form input[type="search"]:focus {
  background: white;
  color: rgb(51,51,51);
}

.side-menu h4 {
  margin: 0 auto 15px;
  position: relative;
  font-size: 14px;
  text-align: center;
}

.side-menu h4:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  border-top: solid 1px rgb(65,74,33);
  position: absolute;
  top: 50%;
  z-index: 1;
}

.centering-title {
  display: inline-block;
  margin: 0 auto;
  background: white;
  padding: 8px 12px;
  position: relative;
  z-index: 5;
  font-family: 'Poiret One', '游ゴシック', 'YuGothic', 'Hiragino Sans', 'ヒラギノ角ゴシック', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'メイリオ', 'Meiryo';
}

.side-menu a {
  color: rgb(100,100,100);
}

.side-menu a:hover {
  text-decoration: underline;
}

.plugin-myimage {
  margin-bottom: 15px;
  text-align: center !important;
}

.plugin-myimage img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
}

/* only smartphone */
#sidenav {
  margin: 0 auto;
  width: 100%;
  background-color: white;
  font-size: 14px;
}

#sidenav > aside {
  height: 100%;
  overflow: auto;
  padding: 30px 0 100px; /* 注)ドロワー下部余白設定 100px */
  position: relative;
  -webkit-overflow-scrolling: touch;
}


/***------------------------------------------
      official plug-in
------------------------------------------***/

/* calendar */
.calender {
  margin: 0 auto;
  width: 250px;
  border-spacing: 3px 6px;
  table-layout: fixed;
  font-size: 12px;
  text-align: center;
}

.calender caption {
  margin-bottom: 10px;
}

#sun {
  color: rgb(161,12,0);
}

.calender td {
  height: 30px;
  line-height: 30px;
  padding: 0;
}

.calender td a {
  display: block;
  margin: 0 auto;
  width: 30px;
  height: 30px;
  border-bottom: 2px solid rgb(65,74,33);
  line-height: 30px;
}

.calender td a:hover {
  background-color: rgb(65,74,33); /* 注)プラグインカレンダー リンクホバー時背景色 */
  border: none;
  border-radius: 50%;
  color: white;
  text-decoration: none;
}

/* profile */
 .plugin-myimage {
  text-align: center !important;
  margin-bottom: 10px;
}

/* mail form */
.sidebar-style form {
  display: block;
  margin: 0 auto;
  max-width: 260px;
}

.sidebar-style input:not([type="submit"]),
.sidebar-style textarea,
.sidebar-style 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;
}

.sidebar-style input[type="submit"] {
  display: inline-block;
  margin-left: 1%;
  width: 98% !important;
  background-color: rgb(65,74,33);
  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(238,238,240); /* 注)プラグインタグ ボーダー色 */
  padding: .3em 1em;
}

.plugin-tag a:hover {
  background-color: rgb(65,74,33); /* 注)プラグインタグ ホバー時背景色 */
  border-color: rgb(180,193,61);
  color: white;
  text-decoration: none;
}


/***------------------------------------------
      footer
------------------------------------------***/

#pagetop {
  display: none;
  width: 40px;
  height: 40px;
  background: rgba(255,255,255,.4);
  border: 1px solid rgba(65,74,33,.5);
  border-radius: 2px;
  color: rgb(94,157,31);
  position: fixed;
  z-index: 9999;
  bottom: 140px;
  right: 60px;
  font-size: 12px;
}

#pagemiddle,
#pagemiddle-sp {
  display: none;
  width: 0;
  height: 0;
  font-size: 0;
}

#pagebottom {
  display: none;
  width: 40px;
  height: 40px;
  background: rgba(255,255,255,.4);
  border: 1px solid rgba(65,74,33,.5);
  border-radius: 2px;
  color: rgb(94,157,31);
  position: fixed;
  z-index: 9999;
  bottom: 90px;
  right: 60px;
  font-size: 12px;
}

#pagetop a,
#pagebottom a {
  display: inline-block;
  width: 100%;
  height: 100%;
  line-height: 40px;
}

@media screen and (max-width: 768px) {
  #pagetop {
    bottom: 190px;
    right: 10px;
  }
  #pagebottom {
    right: 10px;
  }
  #pagemiddle {
    display: none;
    width: 40px;
    height: 40px;
    background: rgba(255,255,255,.4);
    border: 1px solid rgba(65,74,33,.5);
    border-radius: 2px;
    color: rgb(94,157,31);
    position: fixed;
    z-index: 9999;
    bottom: 140px;
    right: 10px;
    font-family: 'Poiret One', 'cursive';
    font-size: 12px;
  }
  #pagemiddle a {
    display: inline-block;
    width: 100%;
    height: 100%;
    line-height: 40px;
  }
}

.new {
  color: red;
  font-size: 11px;
  margin-left: 1em;
}

.end {
  width: 100%;
  padding: 1em 0;
  text-align: center;
  line-height: 1.2;
  background-color: rgb(65,74,33);
}

.foot, #copyright {
  text-align: center;
  font-family: 'Poiret One', cursive;
  color: white;
  font-size: 11px;
}

#ad1, #ad2 {
  font-size: 11px;
}


/***------------------------------------------
      personal settings
------------------------------------------***/

.shadow-attachment {
  box-shadow: 0 1px 4px rgba(0,0,0,.4); /* 注)imgに class="shadow-attachment" で画像にドロップシャドウ */
}

.emoji {
  vertical-align: middle; /* 注)絵文字の垂直位置合わせ「中央」 */
}