@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新エディターリリースに伴う「見出し」「リスト」のリセット削除, 公式プラグイン整形, その他微調整多数 
* Latest update: 2016.9.9 - リストマーカーの位置を調整
**/

/***------------------------------------------
      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;
}

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: rgba(0,0,0,0);
  tap-highlight-color: rgba(0,0,0,0);
  word-wrap: break-word;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  vertical-align: bottom;
  background: transparent;
  outline: none;
}

table {
  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';
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  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 {
  width: 98%;
  height: auto;
  margin: 0 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;
}


/***------------------------------------------
      link
------------------------------------------***/

a {
  text-decoration: none;
  color: rgb(158,86,154); /* 注)記事内のリンク色はこちら */
  -webkit-transition: .3s ease-in-out;
  -moz-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}


/***------------------------------------------
      common
------------------------------------------***/

span.month01:before {
  content:"January";
}
span.month02:before {
  content:"February";
}
span.month03:before {
  content:"March";
}
span.month04:before {
  content:"April";
}
span.month05:before {
  content:"May";
}
span.month06:before {
  content:"June";
}
span.month07:before {
  content:"July";
}
span.month08:before {
  content:"August";
}
span.month09:before {
  content:"September";
}
span.month10:before {
  content:"October";
}
span.month11:before {
  content:"November";
}
span.month12:before {
  content:"December";
}


/***------------------------------------------
      layout
------------------------------------------***/

body { /* 注)基本フォント関連 */
  background-color: white;
  color: rgb(51,51,51);
  font: 13px/1.7 '游ゴシック', 'YuGothic', 'Hiragino Sans', 'ヒラギノ角ゴシック', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'メイリオ', 'Meiryo';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#wrapper {
  background-image: url(http://blog-imgs-77.fc2.com/v/a/n/vanillaice000/backwewo.jpg); /* 注)ブログ全体背景 削除すると白背景に */
  width: 100%;
  min-width: 80%;
  margin: 0 auto;
}

#float-container {
  width: 80%;
  margin: 0 auto;
  max-width: 1200px;
  padding: 50px 0;
}

#primary {
  float : left;
  width: 100%;
  margin-right : -300px;
}

#main {
  margin-right: 350px;
}

#secondary {
  float: left;
  width: 300px;
}

.mobile {
  display: none;
}

.icon-for-sp {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  padding: 5px 8px 8px 8px;
  z-index: 1000002;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  tap-highlight-color: rgba(0,0,0,0);
}

.icon-for-sp .fa-bars {
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: rgb(158,86,154);
  text-align: center;
  border-radius: 50%;
}

.icon-for-sp .fa-bars:before {
  line-height: 40px;
}


/* 注)ページ遷移エフェクト不要の方ここから削除 */
.animsition,.animsition-overlay{position:relative;opacity:0;-webkit-animation-fill-mode:both;animation-fill-mode:both}.animsition-loading{position:fixed;z-index:100;top:0;width:100%;height:100%;background:url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20viewBox%3D%220%200%2032%2032%22%20width%3D%2232%22%20height%3D%2232%22%20fill%3D%22%23ccc%22%3E%0A%20%20%3Cpath%20opacity%3D%22.25%22%20d%3D%22M16%200%20A16%2016%200%200%200%2016%2032%20A16%2016%200%200%200%2016%200%20M16%204%20A12%2012%200%200%201%2016%2028%20A12%2012%200%200%201%2016%204%22/%3E%0A%20%20%3Cpath%20d%3D%22M16%200%20A16%2016%200%200%201%2032%2016%20L28%2016%20A12%2012%200%200%200%2016%204z%22%3E%0A%20%20%20%20%3CanimateTransform%20attributeName%3D%22transform%22%20type%3D%22rotate%22%20from%3D%220%2016%2016%22%20to%3D%22360%2016%2016%22%20dur%3D%220.8s%22%20repeatCount%3D%22indefinite%22%20/%3E%0A%20%20%3C/path%3E%0A%3C/svg%3E%0A%0A)center center no-repeat;-webkit-animation-fill-mode:both;animation-fill-mode:both}.animsition-loading:after{font-size:16px;position:fixed;top:50%;width:100%;margin-top:20px;content:'Loading';text-align:center;color:#aaa}@-webkit-keyframes fade-in{0%{opacity:0}100%{opacity:1}}@keyframes fade-in{0%{opacity:0}100%{opacity:1}}.fade-in{-webkit-animation-name:fade-in;animation-name:fade-in}@-webkit-keyframes fade-out{0%{opacity:1}100%{opacity:0}}@keyframes fade-out{0%{opacity:1}100%{opacity:0}}.fade-out{-webkit-animation-name:fade-out;animation-name:fade-out}
/* 注)ページ遷移エフェクト不要の方ここまで削除 */


/***----- header
------------------------------------------***/

#banner, #another-banner {
  background: url(http://blog-imgs-91.fc2.com/g/o/j/gojimujirushi/DSC_3103.jpg) center center no-repeat; /* 注)バナー画像変更はここ */
  background-size: cover;
  width: 100%;
  height: auto;
  margin: 0 auto;
  text-align: center;
}

#blog-name-container {
  width: 100%;
  max-width: 900px;
  display: table;
  padding: 80px 5px;
  line-height: 1.2;
  margin: 0 auto;
}

#blog-name-container-cell {
  width: 100%;
  display: table-cell;
  text-align: center;
}

.blog-title {
  display: inline-block;
  margin: 0 auto;
  background: url(http://blog-imgs-77.fc2.com/v/a/n/vanillaice000/wingleft.png) left center no-repeat,
              url(http://blog-imgs-77.fc2.com/v/a/n/vanillaice000/wingright.png) right center no-repeat;
  padding: 0 40px 5px;
  font: bold 40px/1.2 'Poiret One', '游ゴシック', 'YuGothic', 'Hiragino Sans', 'ヒラギノ角ゴシック', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'メイリオ', 'Meiryo';
  text-shadow: 2px 4px 3px rgba(0,0,0,.2);
}

.blog-title a { /* 注)ブログタイトルフォント関連 */
  color: white;
}

.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 { /* 注)サブタイトルフォント関連 */
  color: white;
  line-height: 1.3;
  padding-top: 15px;
  font-size: 14px;
}

#navigation-container ul {
  list-style: none;
}

#navigation-container {
  width: 100%;
  padding: 10px 2px 70px;
}

#navigation-container ul li {
  display: inline-block;
}

#navigation-container ul li a {
  display: inline-block;
  width: 100%;
  height: 100%;
  color: white;
  padding: 0 2em;
  font-family: 'Poiret One', cursive;
  font-size: 14px;
  vertical-align: middle;
}

#navigation-container ul li a:hover {
  background-color: rgb(158,86,154);
}

.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;
}


/***----- header
------------------------------------------***/

.owl-carousel {
  max-width: 1300px;
  margin: 0 auto;
  -webkit-transition: .3s ease-in-out;
  -moz-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.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-next, .owl-prev {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 50px;
  z-index: 200;
  font-family: 'Poiret One', cursive;
  color: white;
  -webkit-transition: .3s ease-in-out;
  -moz-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.owl-next {
  right: 0;
  background: url(http://blog-imgs-77.fc2.com/v/a/n/vanillaice000/angle-right_ffffff_55.png) center center no-repeat;
  opacity: .3;
}

.owl-prev {
  left: 0;
  background: url(http://blog-imgs-77.fc2.com/v/a/n/vanillaice000/angle-left_ffffff_55.png) center center no-repeat;
  opacity: .3;
}

.owl-next:hover {
  background: url(http://blog-imgs-77.fc2.com/v/a/n/vanillaice000/angle-right_ffffff_55.png) center center no-repeat rgba(180,193,61,.4);
  opacity: 1;
}

.owl-prev:hover {
  background: url(http://blog-imgs-77.fc2.com/v/a/n/vanillaice000/angle-left_ffffff_55.png) center center no-repeat rgba(180,193,61,.4);
  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: "";
}

.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;
}


/***----- posts
------------------------------------------***/

.main-body {
  width: 100%;
  background-color: white;
  margin: 0 auto 30px;
}

.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;
}

.after-h {
  display: inline-block;
  background-color: rgb(158,86,154);
  border-radius: 4px;
  color: white;
  padding: 8px 12px;
  font-size: 10px;
}

.element-category a {
  line-height: 1.1;
  vertical-align: middle;
  font-size: 12px;
}

.element-title {
  margin: 0 auto;
  line-height: 1.2;
  padding: 10px 0;
  font-size: 17px;
  font-weight: normal;
  text-align: left;
}

.element-title a {
  color: rgb(0,0,0);
}

.element-title a:hover {
  color: rgb(180,193,61);
}

.element-datetime {
  padding-bottom: 10px;
  font-family: 'Poiret One', cursive;
  text-align: left;
}

.contents {
  padding: 20px 30px 0;
}

.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(158,86,154);
  border-radius: 4px;
  color: rgb(158,86,154);
  padding: 1em 2em;
}

.contents .read-more-open-a:hover,
.contents .read-more-close-a:hover {
  background-color: rgb(158,86,154);
  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: 20px;
  font-family: 'Poiret One', '游ゴシック', 'YuGothic', 'Hiragino Sans', 'ヒラギノ角ゴシック', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'メイリオ', 'Meiryo';
}

.tags a {
  margin-top: 20px;
  background: rgba(179,154,100,.2);
  border-radius: 4px;
  padding: 2px;
}

.normal-font {
  font-family: '游ゴシック', 'YuGothic', 'Hiragino Sans', 'ヒラギノ角ゴシック', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'メイリオ', 'Meiryo';
}

.inner-contents {
  margin-bottom: 20px;
}

.inner-info {
  padding: 10px 10px 10px 30px;
  width: 100%;
  text-align: right;
}

.inner-info a {
  text-decoration: none;
}

.comment-and-others {
  display: inline-block;
  list-style: none;
  text-align: right;
}

.sns-and-others {
  display: inline-block;
  list-style: none;
  padding-left: 1em;
  text-align: right;
}

.comment-and-others li, .sns-and-others li {
  display: inline-block;
}

.right-space {
  margin-right: 8px;
}

.josefin {
  font-family: 'Poiret One', cursive;
}

.minimal-font {
  font-size: 11px;
}

.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;
}

.relate_dl {
  margin: 20px auto 0;
  padding: 10px;
  background-color: rgb(252,252,248);
  border-radius: 3px;
  box-shadow: inset 0 0 15px rgba(0,0,0,.2);
}
.relate_dt {
  font-weight: bold;
  padding: 3px;
}

.relate_ul, .tb_ul {
  list-style: none;
}


/***----- comment, trackback
------------------------------------------***/

.another-title {
  margin: 0 auto;
  color: black;
  padding: 20px 0;
  font-family: 'Poiret One',  '游ゴシック', 'YuGothic', 'Hiragino Sans', 'ヒラギノ角ゴシック', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'メイリオ', 'Meiryo';
  font-size: 14px;
  text-align: center;
}

.collapse-title {
  cursor: crosshair;
}

.collapsing-container {
  padding: 0 10px;
}

.wing-bg {
  background: url(http://blog-imgs-82.fc2.com/v/a/n/vanillaice000/winggreen_A.png) left center no-repeat;
  min-height: 28px;
  padding-left: 60px;
}

.posted-day {
  margin-left: 1em;
  font-family: 'Poiret One', cursive;
}

.visitor-comment-body {
  padding-top: 15px;
}

.comment-info {
  text-align: right;
  padding: 20px 20px 15px;
  border-bottom: 1px solid rgb(238,238,238);
}

#comment_form, #edit_form {
  width: 100%;
  max-width: 600px;
  margin: 20px auto;
  font-family: 'Poiret One', cursive;
  text-decoration: none;
  vertical-align: middle;
  padding:20px;
}

#name, #subject, #mail, #url, #pass, #edit_name {
  width: 100%;
  border: 1px solid rgb(221,221,221);
  background: rgb(241,241,241);
  border-radius: 4px;
  color: rgb(158,86,154);
  box-shadow: rgba(255,255,255,.4) 0 1px 0, inset rgba(0,0,0,.7) 0 0 0;
  padding:8px;
  margin-bottom:20px;
}

#pass {
  width: 100%;
  max-width: 200px;
}

#name:focus, #subject:focus, #mail:focus, #url:focus, #edit_name:focus {
  background-color: white;
  color: rgb(51,51,51);
}

#comment {
  width: 100%;
  border-radius: 8px;
  padding: .5em;
  background: transparent;
  border: 1px solid rgb(221,221,221);
}

.btn {
  margin-top: 15px;
}

input[type="submit"] {
  outline: none;
  -webkit-appearance: none;
  border-radius: 0;
}

#sendbtn, #delbtn {
  color: black;
  font-family: 'Poiret One', cursive;
  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: rgba(180,193,61,.2);
  width: 49%;
  margin-right: 1%;
}

#delbtn {
  background: rgba(158,86,154,.2);
  width: 49%;
  margin-left: 1%;
}

#sendbtn:hover {
  color: white;
  background: rgba(180,193,61,.5);
}

#delbtn:hover {
  color: white;
  background: rgba(158,86,154,.5);
}

#url:-webkit-autofill, #pass:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px rgb(241,241,241) inset;
}

.collapsingContainer > .contents2:first-child {
  margin-top: 40px;
}

.collapsingContainer > .contents2:last-child {
  padding-bottom: 40px;
}

.tb_dl {
  margin: 20px auto 0;
  padding: 10px;
  background-color: rgb(252,252,248);
  border-radius: 3px;
  box-shadow: inset 0 0 15px rgba(0,0,0,.2);
}

.bottom-adjust20 {
  padding-bottom: 20px;
}

.tb_dt {
  font-weight: bold;
}

.tb_ul {
  padding: 10px 0;
}

.op {
  max-width: 600px;
  width: 100%;
}

#for-trackback-word {
  margin-bottom: 20px;
  display: inline-block;
}


/***----- title list, search
------------------------------------------***/

.titlelist-title, .search-title {
  font-size: 14px;
}

.titlelist-and-search-date {
  padding-bottom: 10px;
}


/***----- pager
------------------------------------------***/

.pager {
  width: 100%;
  margin: 0 auto 50px;
}

.simple-pagination ul {
  min-height: 30px !important;
}

.light-theme a, .light-theme span {
  font-family: 'Poiret One', cursive;
  color: rgb(158,86,154);
  text-align: center;
  font-size: 12px;
  width: 30px;
  height: 30px;
  background: transparent;
  padding-top: 3px;
  border: 1px solid rgb(238,238,238);
  border-radius: 50%;
}

.light-theme a:hover {
  color: white;
  background-color: rgb(158,86,154);
  border: 1px solid rgb(158,86,154);
}

.prev, .next {
  border: none !important;
  font-weight: bolder;
}

.light-theme .current {
  color: white;
  box-shadow: none !important;
  background-color: rgb(180,193,61);
  border: 1px solid rgb(180,193,61);
}

.light-theme .ellipse {
  font-weight: bold;
  color: rgb(158,86,154);
}

.posted-pager, .posted-pager-bottom {
  display: table;
  table-layout: fixed;
  text-align: center;
  font-family: 'Poiret One', cursive;
  height: 30px;
}

.posted-pager {
  width: 70%;
  margin: 0 auto 50px;
  font-family: 'Poiret One', cursive;
}

.posted-pager-bottom {
  margin: 50px auto;
  width: 97%;
}

.left-page, .right-page {
  display: table-cell;
  font-size: 12px;
  color: RGB(179,154,100);
}

.center-home {
  display: table-cell;
  vertical-align: middle;
}

.left-page-bottom, .right-page-bottom {
  display: table-cell;
  white-space: nowrap;
  -webkit-text-overflow: ellipsis;
  -moz-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
}

.left-page, .left-page-bottom {
  text-align: left;
  vertical-align: middle;
}

.center-home a {
  color: rgb(158,86,154);
  text-align: center;
  height: 30px;
  font-size: 12px;
}

.right-page, .right-page-bottom {
  text-align: right;
  vertical-align: middle;
}

.left-page a, .right-page a {
  font-family: 'Poiret One', cursive;
  color: rgb(158,86,154);
  display: inline-block;
  text-align: center;
  border: 1px solid rgb(238,238,238);
  border-radius: 50%;
  padding-top: 3px;
  width: 30px;
  height: 30px;
  background-color: transparent;
}

.left-page a:hover, .right-page a:hover {
  color: white;
  background-color: rgb(158,86,154);
  border: 1px solid rgb(158,86,154);
}

.normalfont {
  font-family: 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', メイリオ, Meiryo, sans-serif, '游ゴシック', 'Yu Gothic'; /* 注)記事フォント */
}

.bottom-adjust100 {
  margin-bottom: 100px;
}


/***----- calendar
------------------------------------------***/

#as-plugin-calender {
  padding: 15px 30px;
  margin: 0 auto 15px;
  background-color: white;
}

.calender-month-style {
  font-family: 'Poiret One', cursive;
  font-size: 20px;
  font-weight: bolder;
  color: rgb(158,86,154);
  vertical-align: middle;
}

.calender {
  margin: 0 auto;
  table-layout: fixed;
  width: 100%;
  max-width: 330px;
  font-family: 'Poiret One', cursive;
  font-size: 12px;
  text-align: center;
}

.calender caption {
  margin-bottom: 10px;
}

#prevMonth {
  margin-right: 2em;
  vertical-align: middle;
}

#nextMonth {
  margin-left: 2em;
  vertical-align: middle;
}

.sun {
  color: rgb(205,125,125);
}

.calender td {
  padding: .5em 0;
  width: 25px;
  height: 25px;
}

.calender td a {
  display: inline-block;
  width: 25px;
  height: 25px;
  border-bottom: 2px solid rgb(180,193,61);
  color: black;
  line-height: 23px;
  vertical-align: middle;
}

.calender td a:hover {
  background-color: rgb(180,193,61);
  border: none;
  border-radius: 50%;
  color: white;
}


/***----- site search
------------------------------------------***/

#search-form { /* 注)サイト内検索不要の方は項目削除 */
  margin: 0 auto 20px;
  max-width: 90%;
  padding-top: 10px;
  text-align: center;
}

#search-form input[type="search"] { /* 注)サイト内検索不要の方は項目削除 */
  width: 100%;
  max-width: 320px;
  outline: none;
  padding: .2em;
  -webkit-appearance: none;
  border: 1px solid rgba(158,86,154,.2);
  background: url(http://blog-imgs-80.fc2.com/v/a/n/vanillaice000/search_ffffff_14.png) 10px center rgba(158,86,154,.1) no-repeat;
}

#search-form input[type="search"]:focus {
  background: transparent;
  color: black;
}


/***------------------------------------------
      side menu
------------------------------------------***/

#sidebar ul {
  list-style-type: disc;
}

#sidebar ul li {
  margin-left: 1.4em;
}

#side-sns-container {
  width: 100%;
  padding: 20px 0;
}

#side-sns-container ul {
  text-align: center;
}

#side-sns-container ul li {
  display: inline-block;
  list-style-type: none;
}

#side-sns-container ul li a {
  display: inline-block;
  padding: 0 6px;
  color: black;
}

#side-sns-container .fa {
  width: 40px;
  height: 40px;
  border: 1px solid rgb(158,86,154);
  color: rgb(158,86,154);
  border-radius: 50%;
  line-height: 40px;
  text-align: center;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

#side-sns-container .fa:before {
  line-height: 40px;
  padding: 0;
}

#side-sns-container ul li a:hover .fa {
  background-color: rgb(158,86,154);
  color: white;
}

.side_bar, #newest {
  padding: 15px 30px;
  background-color: white;
  margin-bottom: 30px;
}

.bg-trans-attachment {
  background: transparent;
}

.side_bar h3 {
  margin: 0 auto 15px;
  position: relative;
  text-align: center;
}

.side_bar h3:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  border-top: solid 1px rgb(158,86,154);
  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_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%;
}

/* only smartphone */
#sidenav {
  margin: 0 auto;
  width: 100%;
  background-color: white;
  font-size: 14px;
}

.sidenav-wrapper {
  position: relative;
  height: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 30px 0 100px; /* 注)ドロワー下部余白設定 100px */
}


/***------------------------------------------
      official plug-in
------------------------------------------***/

/* profile */
 .plugin-myimage {
  text-align: center !important;
  margin-bottom: 10px;
}

/* mail form */
.side_bar form {
  margin: 0 auto;
  width: 98%;
  max-width: 260px;
  display: block;
}

.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;
}

/* search */
.plugin-search {
  margin: 0 auto;
  width: 98%;
}

.plugin-search input {
  margin-bottom: 8px;
}

/* tag */
.plugin-tag a {
  margin: 2px;
  display: inline-block;
  padding: .3em .2em .2em;
  border: 1px solid rgb(220,220,220); /* 公式タグボーダー色 Gainsboro */
}


/***------------------------------------------
      rss thumbnail
------------------------------------------***/

#feedContainer {
  margin: 10px auto 0;
  width: 100%;
  word-break: break-all;
  overflow: hidden;
}

.rss-container {
  margin: 0 auto 20px;
  display: table;
  table-layout: fixed;
  width: 100%;
}

.rss-left-cell {
  display: table-cell;
  vertical-align: top;
  width: 100px;
  height: 100px;
}

.rss-image {
  width: 100px;
  height: 100px;
  overflow: hidden;
}

.rss-image img {
  position: relative;
  top: 50%;
  left: 50%;
  height: 120%;
  width: auto;
  max-width: initial;
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}

.rss-right-cell {
  display: table-cell;
  vertical-align: top;
  padding-left: 20px;
}

.rss-title {
  margin: 0 auto;
  font-size: 14px;
}

.rss-description {
  padding: 10px 0;
  font-size: 13px;
}

.no-image-overlay {
  width: 100%;
  height: 100%;
  background: url(http://blog-imgs-93.fc2.com/v/a/n/vanillaice000/Girlonwirenoimage.jpg) center center /cover no-repeat; /* 注)No image画像 RSS新着サムネイル */
  position: relative;
}

.no-image-overlay:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  background: rgba(255,255,255,.8); /* 注)RSS新着No image背景色 white+不透明度0.7 */
}

.rss-no-image {
  width: 100%;
  height: 1.5em;
  color: rgb(51,51,51);
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 3;
  margin: auto;
  font: 12px/1.5 'Poiret One';
  text-shadow: 2px 4px 3px rgba(0,0,0,.2);;
  text-align: center;
}


/***------------------------------------------
      footer
------------------------------------------***/

#pagetop {
  display: none;
  position: fixed;
  z-index: 9999;
  bottom: 140px;
  right: 60px;
  font-size: 12px;
  width: 40px;
  height: 40px;
  border: 1px solid rgba(158,86,154,.5);
  background: rgba(255,255,255,.4);
  color: rgb(94,157,31);
  border-radius: 4px;
}

#pagemiddle, #pagemiddle-sp {
  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(158,86,154,.5);
  background: rgba(255,255,255,.4);
  color: rgb(94,157,31);
  border-radius: 4px;
}

#pagetop-sp {
  display: none;
  position: fixed;
  z-index: 9999;
  bottom: 140px;
  right: 10px;
  font-size: 12px;
  width: 40px;
  height: 40px;
  border: 1px solid rgba(158,86,154,.5);
  background: rgba(255,255,255,.4);
  color: rgb(94,157,31);
  border-radius: 4px;
}

#pagebottom-sp {
  display: none;
  position: fixed;
  z-index: 9999;
  bottom: 90px;
  right: 10px;
  font-size: 12px;
  width: 40px;
  height: 40px;
  border: 1px solid rgba(158,86,154,.5);
  background: rgba(255,255,255,.4);
  color: rgb(94,157,31);
  border-radius: 4px;
}

#pagetop a, #pagebottom a, #pagetop-sp a, #pagebottom-sp 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(51,51,51);
}

.foot, #copyright {
  text-align: center;
  font-family: 'Poiret One', cursive;
  color: white;
  font-size: 11px;
}

#ad1, #ad2 {
  font-size: 11px;
}


/***------------------------------------------
      less than 1120
------------------------------------------***/

@media screen and (max-width: 1120px) {

#float-container {
  width: 90%;
}

}


/***------------------------------------------
      less than 880
------------------------------------------***/

@media screen and (max-width: 880px) {

#float-container {
  width: 98%;
}

#main {
  margin-right: 320px;
}

}


/***------------------------------------------
      less than 768
------------------------------------------***/

@media screen and (max-width: 768px) {

#wrapper {
  width: 100%;
}

#primary, #secondary, #main {
  float: none;
  margin: 0 auto;
  width: 100%;
  max-width: 600px;
}

.blog-title { /* 注)ブログタイトルフォントスマホサイズ */
  font-size: 25px;
}

.sub-title { /* 注)サブタイトルフォントスマホサイズ */
  font-size: 13px;
}

#photo-blank {
  height: 300px;
}

#welcome-blank {
  font-size: 25px;
}

#navigation-container ul .pc-hide {
  display: inline-block;
}

#navigation-container ul .sp-hide,
#side-sns-container ul .sp-hide {
  display: none;
}

#navigation-container ul li a {
  padding: 0 1em;
  font-size: 13px;
}

#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(158,86,154,.5);
  background: rgba(255,255,255,.4);
  color: rgb(94,157,31);
  border-radius: 4px;
}

#pagemiddle a {
  display: inline-block;
  width: 100%;
  height: 100%;
  line-height: 40px;
  font-family: 'Poiret One', cursive;
}

.inner-info {
  padding: 10px 15px 10px 5px;
}

.comment-and-others li, .comment-info {
  font-size: 15px;
}

.sns-and-others li {
  font-size: 16px;
}

input[type="text"],
input[type="password"],
input[type="search"],
textarea,
select {
  font-size: 16px;
}

#comment_form {
  padding: 20px 10px;
}

}


/***------------------------------------------
      less than 600
------------------------------------------***/

@media screen and (max-width: 600px) {

#eye-catch-container {
  margin: 0 auto;
  width: 100%;
  display: block;
}

.eye-catch-image {
  width: 100%;
  display: block;
}

#top-head ul li a {
  padding: 0 .5em;
}

}


/***------------------------------------------
      less than 415
------------------------------------------***/

@media screen and (max-width: 415px) {

.inner-image-parent:before {
  padding-top: 60%;
  display: block;
  content: "";
}

.sub {
  font-size: 13px;
}

.contents {
  padding: 20px 20px 0;
}

}


/***------------------------------------------
      personal settings
------------------------------------------***/

.shadow-attachment {
  box-shadow: 0 1px 4px rgba(0,0,0,.4); /* 注)imgに class="shadow-attachment" で画像にドロップシャドウ */
}

.emoji {
  vertical-align: middle; /* 注)絵文字の垂直位置合わせ「中央」 */
}