@charset "utf-8";

/**
* Author: Vanillaice (Akira) - http://vanillaice000.blog.fc2.com/
* Website skin name: Ivory
* 2015.6.6 - modified bold and italic tag
             added the number on each comment
* 2015.6.4 - iOS Safari white-out bug fix
                          added text shadow on blog title, added max width property in content box and so on
* 2015.8.27 - Javascript軽量化, その他微調整
* 2015.9.9 - 公式化に伴うOGP削除
* 2015.11.9 - ページ送りが表示されない不具合修正
* 2016.1.13 - フッター構造変更, タイトルタグ微調整
* 2016.3.9 - シャドウ, コメントフォーム等 細部微調整
* Latest update: 2016.4.12 - CSSソース一部文字化け修正
*/


/***------------------------------------------
      reset
------------------------------------------***/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i, 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;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  vertical-align: bottom;
  background: transparent;
  outline: none;
}

table {
  word-break: break-all;
}

img {
  vertical-align: bottom;
  font-size: 0;
  line-height: 0;
  max-width: 100%;
  height: auto;
}

iframe, embed {
  max-width: 100%;
}

textarea {
  max-width: 100%;
}

input[type="text"], 
input[type="password"], 
input[type="submit"], 
input[type="search"], 
textarea, 
select {
  outline: none;
  -webkit-appearance: none;
  border-radius: 0;
}

pre {
  word-wrap: break-word;
  white-space: pre-wrap;
  font-family: 'Menlo', 'consolas', 'Courier';
}

h1, h2, h3, h4, h5, h6 {
  font-size: 1em;
  font-weight: normal;
  margin: 0;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

*: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;
}

blockquote p {
  text-align: center;
}


/***------------------------------------------
      link
------------------------------------------***/

a {
  color: rgb(168,144,151); /* 注)基本リンク色 */
  text-decoration: none;
  -webkit-transition: .3s ease-in-out;
  -moz-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  -ms-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}


/***------------------------------------------
      common
------------------------------------------***/

html, body {
  height: 100%;
}

body {
  width: 100%;
  font-size: 14px; /* 注)基本フォントサイズ */
  font-family: 'Avenir', 'Century Gothic', '游ゴシック', 'YuGothic', 'Hiragino Sans', 'ヒラギノ角ゴシック', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'メイリオ', 'Meiryo';
  text-align: left;
  color: rgb(51,51,51); /* 注)基本文字色 */
  line-height: 1.7;
  -webkit-text-size-adjust: 100%;
  background-color: rgb(250,246,234); /* 注)全体背景色 */
}

/* layout */
#wrapper {
  width: 100%;
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto;
}

#main_container {
  margin: 0 auto;
  width: 100%;
  padding: 20px 350px 20px 50px;
}

#main {
  margin: 0 auto;
  max-width: 800px;
}


/***------------------------------------------
      header
------------------------------------------***/

#blog_head {
  margin: 0 auto;
  width: 100%;
  padding: 30px 350px 20px 50px;
  background: none;
}

#blog-name-container {
  margin: 0 auto;
  width: 100%;
  max-width: 800px;
}

h1, h2, h3 {
  font-weight: normal;
}

#blog_title_h {
  margin-bottom: 15px;
}

#blog_title {
  font-family: 'Ubuntu Condensed', '游ゴシック', 'YuGothic', 'Hiragino Sans', 'ヒラギノ角ゴシック', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'メイリオ', 'Meiryo';
  font-size: 35px;
  text-shadow: 2px 4px 3px rgba(0,0,0,0.2);
  border-top: 1px solid rgba(0,0,0,.1);
  border-bottom: 1px solid rgba(0,0,0,.1);
  padding: 5px 0;
  box-shadow: 0 1px 0 rgb(255,255,255);
}

#subtitle {
  font-size: 16px;
  color: rgb(0,0,0);
  text-align: left;
}

#blog_title:hover {
  opacity: .4;
}

#top_titlelist {
  display: table;
  margin: 0 0 0 auto;
}

#top_titlelist a {
  color: rgb(255,255,255);
  text-decoration: none;
  text-align: center;
  position: relative;
  z-index: 10;
  display: table-cell;
  width: 50px;
  height: 50px;
  line-height: 50px;
}

#top_titlelist a::before {
  content: "";
  background: rgba(132,154,188,.4);
  display: table-cell;
  position: absolute;
  width: 50px;
  height: 50px;
  z-index: -1;
  border-radius: 50%;
  box-shadow: 0 0 0 0 rgb(255,255,255),
              0 0 0 0 rgb(132,154,188);
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -o-transition: all .2s ease;
  -ms-transition: all .2s ease;
  transition: all .2s ease;
}

#top_titlelist a:hover::before {
  -webkit-transform: scale(0.6);
  -moztransform: scale(0.6);
  -o-transform: scale(0.6);
  -ms-transform: scale(0.6);
  transform: scale(0.6);
  box-shadow: 0 0 0 25px rgb(255,255,255),
              0 0 0 27px rgb(132,154,188);
  opacity: 1.0;
}


/***------------------------------------------
      top page
------------------------------------------***/

.main_body {
 width: 100%;
 max-width: 850px;
 margin: 0 auto 30px;
}

.effect {
  background-color: rgb(255,255,255);
  position: relative;
  padding: 30px 50px;
}

.effect:before, .effect:after {
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 15px;
  left: 10px;
  width: 50%;
  top: 80%;
  max-width:300px;
  background: rgb(119,119,119);
  -webkit-box-shadow: 0 15px 10px rgb(119,119,119);
  -moz-box-shadow: 0 15px 10px rgb(119,119,119);
  -o-box-shadow: 0 15px 10px rgb(119,119,119);
  -ms-box-shadow: 0 15px 10px rgb(119,119,119);
  box-shadow: 0 15px 10px rgb(119,119,119);
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
}

.effect:after {
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
  right: 10px;
  left: auto;
}

.entry_header, .entry_header a, .entry_header_no, .entry_header_no a {
  font-size: 20px;
  color: rgb(0,0,0);
  line-height: 1.2;
}

time {
  text-align: left;
  float: left;
}

.entry_info {
  text-align: right;
  float: right;
}

.left-space {
  display: inline;
  padding-left: 1.3em;
}

.entry_body, .entry_body2 {
  padding: 15px 20px 20px;
}

.include_img {
  min-height: 200px;
}

.entry_image {
  position: absolute;
  width: 200px;
  height: 200px;
  left: 40px;
  border-radius: 50%;
  border: 5px solid rgb(237,237,239);
  box-shadow: 3px 3px 3px rgba(119,119,119,.3);
  overflow: hidden;
}

.entry_image img {
  width: auto;
  max-width: 200%;
  height: 120%;
  margin-top: -10%;
  margin-left: -30%;
}

.entry_image a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  color: white;
}

.entry_image a:before {
  content: "Read More";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  line-height: 200px;
  font-size: 18px;
  font-family: 'Ubuntu Condensed', 'sans-serif';
  text-align: center;
  background: rgba(0,0,0,.4);
  border-radius: 50%;
  -webkit-transition: .3s ease-in-out;
  -moz-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  -ms-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  opacity: 0;
}

.entry_image a:hover:before {
  opacity: 1;
}

.entry_description {
  margin-left: 230px;
}

.entry_description:first-letter {
  font-size: 3em;
  line-height: 1;
  float: left;
  margin: 0 .2em 0 0;
  padding: .1em 0;
  color: rgb(179,158,224);
  text-shadow: 2px 8px 6px rgba(0,0,0,0.2),
               0px -5px 16px rgba(255,255,255,0.3);
}

.no_description:first-letter {
  font-size: 3em;
  line-height: 1;
  float: left;
  margin: 0 .2em 0 0;
  padding: .1em 0;
  color: rgb(132,154,188);
  text-shadow: 2px 8px 6px rgba(0,0,0,0.2),
               0px -5px 16px rgba(255,255,255,0.3);
}

.non_img {
  min-height: 100px;
}

.entry_more {
  position: absolute;
  right: 40px;
  bottom: 20px;
  font-size: 18px;
  font-family: 'Ubuntu Condensed', '游ゴシック', 'YuGothic', 'Hiragino Sans', 'ヒラギノ角ゴシック', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'メイリオ', 'Meiryo';

  color: rgb(0,0,0);
  text-align: left;
}


/***------------------------------------------
      individual
------------------------------------------***/

.box {
  width: 100%;
  height: auto;
  background: rgb(255,255,255);
  margin: 0 auto;
}

.no_effect {
  padding: 30px 50px 10px;
  background-color: rgb(255,255,255);
  position: relative;
}

.no_effect:after {
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 15px;
  right: 20px;
  left: auto;
  width: 50%;
  top: 95%;
  max-width: 300px;
  background-color: rgb(119,119,119);
  -webkit-box-shadow: 0 15px 10px rgb(119,119,119);
  -moz-box-shadow: 0 15px 10px rgb(119,119,119);
  -o-box-shadow: 0 15px 10px rgb(119,119,119);
  -ms-box-shadow: 0 15px 10px rgb(119,119,119);
  box-shadow: 0 15px 10px rgb(119,119,119);
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
}

#pin {
  position: absolute;
  top: -20px;
  left: -5px;
  background: url(https://blog-imgs-88-origin.fc2.com/v/a/n/vanillaice000/pinitinit.png) center center no-repeat; /* ƒsƒ“‰æ‘œ‚ð•ÏX‚·‚é•û ƒTƒCƒY(“Á‚É‰¡)‚ð“¯‚¶‚à‚Ì‚É‚µ‚È‚¢‚ÆƒXƒ}ƒz•\Ž¦‚Å‹ƒ‚«‚Ü‚· ˆÊ’u’²®‚ª‚í‚©‚é•û‚Í‚±‚ÌŒÀ‚è‚Å‚Í‚ ‚è‚Ü‚¹‚ñ */
  width: 126px;
  height: 51px;
}

.entry_head {
  padding: 5px 0;
}

.tags a {
  background: rgba(174,192,134,.1);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  padding: 2px;
}

/* related and trackback */
.relate_dl, .tb_dl {
  margin: 50px auto 10px;
  text-align: right;
  padding: 10px 20px;
  background: rgba(132,154,188,.1);
  border-radius: 15px;
}

.relate_li a, .tb_li a {
  color: rgb(168,144,151);
}

.relate_li a:hover, .tb_li a:hover {
  opacity: 1;
  text-decoration: underline;
}

.inner_info {
  text-align: right;
}

h3 {
  font-size: 19px;
  color: rgb(0,0,0);
}

.sub_header {
  display: inline;
  border-top: 1px solid rgba(0,0,0,0.1);
  border-bottom: 1px solid rgba(0,0,0,0.1);
  padding: 5px 0;
  box-shadow: 0 1px 0 rgba(255,255,255,1);
  font-family: 'Ubuntu Condensed', '游ゴシック', 'YuGothic', 'Hiragino Sans', 'ヒラギノ角ゴシック', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'メイリオ', 'Meiryo';
  text-shadow: 2px 4px 3px rgba(0,0,0,0.2);
}

#titlelist_h3, #searchlist_h3 {
  margin-bottom: 15px;
  display: inline-block;
}

/***------------------------------------------
      comment
------------------------------------------***/

.cm_box {
  background-color: rgb(255,255,255);
  margin: 20px auto;
  padding: 15px 40px;
}

.c_title {
  padding: 0 0 6px;
  border-bottom: dotted 1px rgb(132,154,188);
  font-size: 14px;
}

.c_body {
  padding: 10px 0;
}

.info {
  text-align: right;
}

/* post comments */
#comment_form {
  margin: 20px auto;
  width: 100%;
  max-width: 600px;
  text-decoration: none;
  vertical-align: middle;
}

#comment_form p {
  margin-bottom: 15px;
  position: relative;
  border-radius: 2px;
}

#comment_form label {
  display: inline-block;
  font-size: 12px;
}

#comment_form input {
  width: 100%;
  border: 1px solid rgb(220,220,220);
  padding: 12px;
  background-color: white;
  border-radius: 4px;
}

#comment_form input:focus {
  border: 1px solid rgb(168,144,151);
}


#url:-webkit-autofill, #mail:-webkit-autofill, #password:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px white inset;
}

#comment {
  width: 100%;
  min-height: 200px;
  background-color: white;
  border: 1px solid rgb(220,220,220);
  padding: 12px;
  border-radius: 4px;
}

#url:focus, #mail:focus, #password:focus {
  -webkit-box-shadow: 0 0 0 1000px white inset;
}

#comment:focus {
  border: 1.5px solid rgb(168,144,151);
  background-color: white;
}

/* checkbox */
#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: -11px;
    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(168,144,151);
    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(168,144,151);
    border-bottom: 3px solid rgb(168,144,151);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
}

#sendbtn {
  color: rgb(255,255,255);
  font-family: 'Ubuntu Condensed', '游ゴシック', 'YuGothic', 'Hiragino Sans', 'ヒラギノ角ゴシック', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'メイリオ', 'Meiryo';
  text-align: center;
  color: rgb(255, 255, 255);
  font-size: 15px;
  width: 156px;
  height: 30px;
  margin-right: 20px;
  margin-top: 20px;
  border: none;
  background: rgba(132,154,188,.4);
  box-shadow: 4px 4px 8px rgba(0,0,0,.2);
  border-radius: 5px;
  padding: 2px 0;
  cursor: pointer;
}

#delbtn {
  color: rgb(255,255,255);
  font-family: 'Ubuntu Condensed', '游ゴシック', 'YuGothic', 'Hiragino Sans', 'ヒラギノ角ゴシック', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'メイリオ', 'Meiryo';
  text-align: center;
  color: rgb(255, 255, 255);
  font-size: 15px;
  width: 156px;
  height: 30px;
  margin-right: 20px;
  margin-top: 20px;
  border: none;
  background: rgba(170,60,75,.4);
  box-shadow: 4px 4px 8px rgba(0,0,0,.2);
  border-radius: 5px;
  padding: 2px 0;
  cursor: pointer;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px rgb(255,255,255) inset;
}

#tb_container {
  text-align: left;
  padding: 10px 20px;
  background: rgba(132,154,188,.1);
  border-radius: 15px;
  margin: 0 0 20px;
}

#tb_container a {
  font-size: 14px;
  color: rgb(116,165,212);
}

#tb_input {
  width: 70%;
}

.searchterms {
  font-family: 'Ubuntu Condensed', '游ゴシック', 'YuGothic', 'Hiragino Sans', 'ヒラギノ角ゴシック', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'メイリオ', 'Meiryo';
  font-size: 18px;
}


/***------------------------------------------
      trackback
------------------------------------------***/

.op, #for-trackback-word {
  display: block;
  width: 100%;
  max-width: 600px;
}

.op {
  margin: 20px auto 10px;
  border: 1px solid rgb(220,220,220);
  border-radius: 4px;
  outline: none;
  padding: 12px;
}

#for-trackback-word {
  margin: 0 auto 40px;
}

.op:focus {
  border: 1px solid rgb(168,144,151);
}


/***------------------------------------------
      rss thumbnail
------------------------------------------***/

#feedContainer {
  margin: 0 auto 50px;
  width: 100%;
  display: table;
  word-break: break-all;
}

.rss-container {
  display: table;
  table-layout: fixed;
  border-bottom: 1px solid rgb(238,238,238);
  padding: 15px 0;
}

#feedContainer .rss-container:last-child {
  border-bottom: none;
}

.image-table-cell {
  display: table-cell;
  vertical-align: top;
}

.for-img {
  width: 100px;
  height: 100px;
  overflow: hidden;
}

.for-img img {
  max-height: 170px;
  max-width: 180px;
  margin-left: -25px
}

.for-img .defaultimage {
  width: 100px;
  height: 100px;
  margin: 0;
}

.for-h-and-text {
  display: table-cell;
  vertical-align: top;
  padding-left: 20px;
  overflow: hidden;
}


/***------------------------------------------
      side menu
------------------------------------------***/

#sidebar {
  width: 300px;
  height: 100%;
  padding: 50px 0 70px;
  position: fixed;
  top: 0;
  right: 0;
  background-image: url(https://blog-imgs-71-origin.fc2.com/v/a/n/vanillaice000/il_fullxfull.jpg); /* 注)サイドバー背景 */
  background-position: center center no-repeat;
  background-size: cover;
  z-index: 888;
}

.plg_name {
  text-align: center;
  padding: 10px 0;
}

.side_bar {
  margin: 0 auto;
  color: rgb(255,255,255); /* 注)サイドバー文字色 */
  padding: 0 20px;
}

.side_bar dt {
  display: block;
  text-align: center;
  cursor: pointer;
}

.side_bar dd {
  text-align: left;
  display: none;
  height: auto;
  padding: 20px 0;
}

.separate ul li a {
  color: rgb(255,255,255); /* 注)サイドバーリンク色 */
}

.separate div, .separate div a, .separate p, .separate p a {
  color: rgb(255,255,255);
}

.plg_name {
  background-color: transparent;
}

.plg_name:hover {
  background: rgba(255,255,255,.2);
}

.scroll {
  position: relative;
  overflow: hidden;
  width: 300px;
  height: auto;
  max-height: 100%;
}

#side_footer {
  position: fixed;
  width: 300px;
  right: -20px;
  bottom: 15px;
  display: table;
  border-collapse: separate;
  border-spacing: 20px 0;
  }

.side_btn1 {
  color: rgb(255,255,255);
  text-decoration: none;
  text-align: center;
  position: relative;
  z-index: 10;
  display: table-cell;
  width: 50px;
  height: 50px;
  line-height: 50px;
}

.side_btn1::before {
  content: '';
  background: rgba(174,192,134,.4);
  display: table-cell;
  position: absolute;
  width: 50px;
  height: 50px;
  z-index: -1;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  box-shadow: 0 0 0 0 rgb(255,255,255), 0 0 0 0 rgb(174,192,134);
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -o-transition: all .2s ease;
  -ms-transition: all .2s ease;
  transition: all .2s ease;
}

.side_btn1:hover::before {
  -webkit-transform: scale(0.6);
  -moz-transform: scale(0.6);
  -o-transform: scale(0.6);
  -ms-transform: scale(0.6);
  transform: scale(0.6);
  -webkit-transform: scale(0.6);
  -moz-transform: scale(0.6);
  -o-transform: scale(0.6);
  -ms-transform: scale(0.6);
  transform: scale(0.6);
  box-shadow: 0 0 0 25px rgb(255,255,255), 0 0 0 27px rgb(174,192,134);
  opacity: 1.0;
}

.side_btn2 {
  color: rgb(255,255,255);
  text-decoration: none;
  text-align: center;
  position: relative;
  z-index: 10;
  display: table-cell;
  width: 50px;
  height: 50px;
  line-height: 50px;
}

.side_btn2::before {
  content: '';
  background: rgba(168,144,151,.4);
  display: table-cell;
  position: absolute;
  width: 50px;
  height: 50px;
  z-index: -1;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  box-shadow: 0 0 0 0 rgb(255,255,255), 0 0 0 0 rgb(168,144,151);
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -o-transition: all .2s ease;
  -ms-transition: all .2s ease;
  transition: all .2s ease;
}

.side_btn2:hover::before {
  -webkit-transform: scale(0.6);
  -moz-transform: scale(0.6);
  -o-transform: scale(0.6);
  -ms-transform: scale(0.6);
  transform: scale(0.6);
  box-shadow: 0 0 0 25px rgb(255,255,255), 0 0 0 27px rgb(168,144,151);
  opacity: 1.0;
}

.side_btn3 {
  color: rgb(255,255,255);
  text-decoration: none;
  text-align: center;
  position: relative;
  z-index: 10;
  display: table-cell;
  width: 50px;
  height: 50px;
  line-height: 50px;
}

.side_btn3::before {
  content: '';
  background: rgba(132,154,188,.4);
  display: table-cell;
  position: absolute;
  width: 50px;
  height: 50px;
  z-index: -1;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 0 rgb(255,255,255), 0 0 0 0 rgb(132,154,188);
  -moz-box-shadow: 0 0 0 0 rgb(255,255,255), 0 0 0 0 rgb(132,154,188);
  -o-box-shadow: 0 0 0 0 rgb(255,255,255), 0 0 0 0 rgb(132,154,188);
  -ms-box-shadow: 0 0 0 0 rgb(255,255,255), 0 0 0 0 rgb(132,154,188);
  box-shadow: 0 0 0 0 rgb(255,255,255), 0 0 0 0 rgb(132,154,188);
  -webkit-transition: all .2s ease;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -o-transition: all .2s ease;
  -ms-transition: all .2s ease;
}

.side_btn3:hover::before {
  -webkit-transform: scale(0.6);
  -moz-transform: scale(0.6);
  -o-transform: scale(0.6);
  -ms-transform: scale(0.6);
  transform: scale(0.6);
  -webkit-box-shadow: 0 0 0 25px rgb(255,255,255), 0 0 0 27px rgb(132,154,188);
  -moz-box-shadow: 0 0 0 25px rgb(255,255,255), 0 0 0 27px rgb(132,154,188);
  -o-box-shadow: 0 0 0 25px rgb(255,255,255), 0 0 0 27px rgb(132,154,188);
  -ms-box-shadow: 0 0 0 25px rgb(255,255,255), 0 0 0 27px rgb(132,154,188);
  box-shadow: 0 0 0 25px rgb(255,255,255), 0 0 0 27px rgb(132,154,188);
  opacity: 1.0;
}


/***------------------------------------------
      pager
------------------------------------------***/

#pagenation {
  margin: 50px 0;
}

.simple-pagination {
  position: relative;
  overflow: hidden;
  margin: 0;
}

.simple-pagination ul {
  display: block;
  list-style: none;
  position: relative;
  padding: 0;
  margin: 0;
  text-align: center;
}

.simple-pagination li {
  display: inline-block;
  list-style: none;
  margin: 2px;
}

.light-theme a, .light-theme span {
  display: inline-block;
  vertical-align: baseline;
  color: rgb(102,102,102);
  font-size:14px;
  font-weight: normal;
  text-align: center;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 3px;
  box-shadow: 0 1px 2px rgba(0,0,0,0.2);
  background: rgb(239,239,239); /* Old browsers */
  background: -moz-linear-gradient(top, rgb(255,255,255) 0%, rgb(239,239,239) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(255,255,255)), color-stop(100%,rgb(239,239,239))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgb(255,255,255) 0%,rgb(239,239,239) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgb(255,255,255) 0%,rgb(239,239,239) 100%); /* Opera11.10+ */
  background: -ms-linear-gradient(top, rgb(255,255,255) 0%,rgb(239,239,239) 100%); /* IE10+ */
}

.light-theme a:hover {
  text-decoration: none;
  background: transparent;
}

.light-theme .current {
  background: rgba(179,158,224,.4);
  color: rgb(0,0,0);
  box-shadow: 0 1px 0 rgba(255,255,255,1), 0 0 2px rgba(0,0,0,.3) inset;
  width: 30px;
  height: 30px;
  line-height: 30px;
  cursor: default;
}

.light-theme .prev, .light-theme .next {
  width: auto;
  padding: 0 .3em;
}

/* entry */
.posted-pager {
  margin: 50px auto;
  display: table;
  table-layout: fixed;
  width: 98%;
}

.page-left-cell, .page-center-cell, .page-right-cell {
  display: table-cell;
  vertical-align: middle;
}

.prev-a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  padding-left: 50px;
  text-align: left;
  color: rgb(51,51,51);
}

.prev-a:before {
  content: "Prev";
  position: absolute;
  width: auto;
  padding: 0 .3em;
  height: 30px;
  line-height: 30px;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  color: rgb(102,102,102);
  font-size:14px;
  font-weight: normal;
  text-align: center;
  border-radius: 3px;
  box-shadow: 0 1px 2px rgba(0,0,0,0.2);
  background: rgb(239,239,239); /* Old browsers */
  background: -moz-linear-gradient(top, rgb(255,255,255) 0%, rgb(239,239,239) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(255,255,255)), color-stop(100%,rgb(239,239,239))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgb(255,255,255) 0%,rgb(239,239,239) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgb(255,255,255) 0%,rgb(239,239,239) 100%); /* Opera11.10+ */
  background: -ms-linear-gradient(top, rgb(255,255,255) 0%,rgb(239,239,239) 100%); /* IE10+ */
  -webkit-transition: .3s ease-in-out;
  -moz-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  -ms-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%;
  color: white;
}

.center-a .fa {
  display: inline-block;
  vertical-align: baseline;
  color: rgb(102,102,102);
  font-size:14px;
  font-weight: normal;
  text-align: center;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 3px;
  box-shadow: 0 1px 2px rgba(0,0,0,0.2);
  background: rgb(239,239,239); /* Old browsers */
  background: -moz-linear-gradient(top, rgb(255,255,255) 0%, rgb(239,239,239) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(255,255,255)), color-stop(100%,rgb(239,239,239))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgb(255,255,255) 0%,rgb(239,239,239) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgb(255,255,255) 0%,rgb(239,239,239) 100%); /* Opera11.10+ */
  background: -ms-linear-gradient(top, rgb(255,255,255) 0%,rgb(239,239,239) 100%); /* IE10+ */
  -webkit-transition: .3s ease-in-out;
  -moz-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  -ms-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.center-a .fa:before {
  line-height: 30px;
}

.center-a:hover .fa {
  text-decoration: none;
  background: transparent;
}

.next-a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  text-align: right;
  padding-right: 50px;
  color: rgb(51,51,51);
}

.next-a:before {
  content: "Next";
  position: absolute;
  width: auto;
  padding: 0 .3em;
  height: 30px;
  line-height: 30px;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  color: rgb(102,102,102);
  font-size:14px;
  font-weight: normal;
  text-align: center;
  border-radius: 3px;
  box-shadow: 0 1px 2px rgba(0,0,0,0.2);
  background: rgb(239,239,239); /* Old browsers */
  background: -moz-linear-gradient(top, rgb(255,255,255) 0%, rgb(239,239,239) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(255,255,255)), color-stop(100%,rgb(239,239,239))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgb(255,255,255) 0%,rgb(239,239,239) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgb(255,255,255) 0%,rgb(239,239,239) 100%); /* Opera11.10+ */
  background: -ms-linear-gradient(top, rgb(255,255,255) 0%,rgb(239,239,239) 100%); /* IE10+ */
  -webkit-transition: .3s ease-in-out;
  -moz-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  -ms-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.prev-a:hover:before, .next-a:hover:before {
  background: rgba(179,158,224,.4);
}

/* title list */
.titlelist-pager {
  margin: 50px auto;
  display: table;
  table-layout: fixed;
  width: 100%;
  max-width: 300px;
}

.t-prev-a, .t-center-a, .t-next-a {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
}

.t-center-a {
  text-align: center;
}

.t-next-a {
  text-align: right;
}

.t-prev-a .move, .t-next-a .move {
  display: inline-block;
  width: auto;
  height: 30px;
  padding: 0 .3em;
  line-height: 30px;
  color: rgb(102,102,102);
  font-size: 14px;
  font-weight: normal;
  text-align: center;
  border-radius: 3px;
  box-shadow: 0 1px 2px rgba(0,0,0,0.2);
  background: rgb(239,239,239);
  background: -moz-linear-gradient(top, rgb(255,255,255) 0%, rgb(239,239,239) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(255,255,255)), color-stop(100%,rgb(239,239,239)));
  background: -webkit-linear-gradient(top, rgb(255,255,255) 0%,rgb(239,239,239) 100%);
  background: -o-linear-gradient(top, rgb(255,255,255) 0%,rgb(239,239,239) 100%);
  background: -ms-linear-gradient(top, rgb(255,255,255) 0%,rgb(239,239,239) 100%);
  -webkit-transition: .3s ease-in-out;
  -moz-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  -ms-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.t-center-a .fa {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  color: rgb(102,102,102);
  font-size: 14px;
  font-weight: normal;
  text-align: center;
  border-radius: 3px;
  box-shadow: 0 1px 2px rgba(0,0,0,0.2);
  background: rgb(239,239,239);
  background: -moz-linear-gradient(top, rgb(255,255,255) 0%, rgb(239,239,239) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(255,255,255)), color-stop(100%,rgb(239,239,239)));
  background: -webkit-linear-gradient(top, rgb(255,255,255) 0%,rgb(239,239,239) 100%);
  background: -o-linear-gradient(top, rgb(255,255,255) 0%,rgb(239,239,239) 100%);
  background: -ms-linear-gradient(top, rgb(255,255,255) 0%,rgb(239,239,239) 100%);
  -webkit-transition: .3s ease-in-out;
  -moz-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  -ms-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.t-prev-a .fa:before {
  line-height: 30px;
}

.t-prev-a:hover .move, .t-next-a:hover .move {
  background: rgba(179,158,224,.4);
}

.t-center-a:hover .fa {
  text-decoration: none;
  background: transparent;
}


/***------------------------------------------
      title list
------------------------------------------***/

.contents {
  border-bottom: dotted 1px rgb(132,154,188);
  padding: 10px 0;
}

.ttl a, .search_ttl {
  font-size: 15px;
}

.list_ety {
  padding: 0 10px;
}

.date {
  text-align: right;
}

.cate_list {
  background-color: rgba(168,144,151,.4);
  border-radius: 7px;
  color: rgb(255,255,255);
  padding: 0 .5em;
}

#title-list .contents:last-child {
  border: none;
}


/***------------------------------------------
      plugin etc.
------------------------------------------***/

.plugin-search {
  color: rgb(0,0,0) !important;
}

.avtivated {
  opacity: .4;
  pointer-events: none;
}

.plugin-myimage {
  margin-bottom: 15px;
  text-align: center !important;
}

/* official calendar */
.calender {
  margin: 0 auto;
  table-layout: fixed;
  max-width: 100%;
  text-align: center;
  font-size: 12px;
  border-spacing: 5px 4px;
}

.calender caption {
  margin-bottom: 10px;
}

.sun {
  color: rgb(161,12,0);
}

.calender td {
  width: 30px;
  height: 30px;
  line-height: 30px;
  padding: 0;
}

.calender td a {
  display: block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  background: rgba(179,158,224,.4);
  border-radius: 50%;
}

/* official tag */
.plugin-tag a {
  display: inline-block;
  padding: .2em;
  border: 1px solid white;
  margin: 2px;
}


/***------------------------------------------
      footer
------------------------------------------***/

.end {
  text-align: center;
  padding-top: 120px;
  margin: 0 350px 0 50px;
}

address, small {
  font-family: 'Ubuntu Condensed', '游ゴシック', 'YuGothic', 'Hiragino Sans', 'ヒラギノ角ゴシック', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'メイリオ', 'Meiryo';

  color: rgb(0, 0, 0);
  font-size: 13px;
}

#my_handle a {
  color: rgb(132,154,188);
}


#pagetop {
  width: 50px;
  height: 50px;
  display: table;
  text-align: center;
  background: none center center no-repeat rgba(179,158,224,.4);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  position: fixed;
  bottom: 40px;
  right: 325px;
}

#go_top {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}

.new {
  color: red;
  font-size: 11px;
}


/***------------------------------------------
      less than 900
------------------------------------------***/

@media screen and (max-width:900px) {

  #blog_head {
    width: 100%;
    padding: 30px 10px;
    background: url(https://blog-imgs-71-origin.fc2.com/v/a/n/vanillaice000/il_fullxfull.jpg) center center no-repeat; /* 注)ヘッダー背景 */
  }
  
  #blog_title {
    -webkit-box-shadow: 0 1px 0 rgba(208,199,168,1);
    -moz-box-shadow: 0 1px 0 rgba(208,199,168,1);
    -o-box-shadow: 0 1px 0 rgba(208,199,168,1);
    -ms-box-shadow: 0 1px 0 rgba(208,199,168,1);
    box-shadow: 0 1px 0 rgba(208,199,168,1);
    color: rgb(255,255,255);
  }
  
  #top_titlelist {
    display: table;
    margin-right: 10px;
  }
  
  #main_container {
    width: 95%;
    padding: 20px 0;
    margin: 0 auto;
  }
  
  .main_body  {
    margin-bottom: 10px;
  }
  
  .effect {
    padding: 20px 10px;
    margin-bottom: 20px;
  }
  
  h2.entry_header, .entry_header a, .entry_header_no, .entry_header_no a {
    font-size: 17px;
    color: rgb(0,0,0);
  }
  
  h2.entry_header, .entry_header a {
    font-size: 17px;
    color: rgb(0,0,0);
    width: 30%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-top: 20px;
  }
  
  .entry_body, .entry_body2 {
    padding: 15px 10px 20px;
  }
  
  .entry_image {
    position: absolute;
    top: -60px;
    left: 50%;
    margin-left: -70px;
  }
  
  .entry_image {
    width: 140px;
    height: 140px;
  }

  .entry_image a:before {
    content: "Read More";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    line-height: 140px;
    font-size: 16px;
    font-family: 'Ubuntu Condensed', 'sans-serif';
    text-align: center;
    background: rgba(0,0,0,.4);
    border-radius: 50%;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    opacity: 0;
  }
  
  .entry_description {
    margin: 0 auto;
  }
  
  .entry_more {
    position: absolute;
    right: 10px;
    bottom: 10px;
  }
  
  .non_img, .include_img {
    min-height: 60px;
  }
  
  .no_effect {
    padding: 30px 10px 10px;
  }
  
  #sidebar {
    width: 95%;
    height: 100%;
    padding: 0;
    position: static;
    background: none;
    margin: 0 auto;
  }
  
  .side_bar {
    color: rgb(0,0,0);
    border-bottom: 1px solid rgba(0,0,0,0.1);
    -webkit-box-shadow: 0 1px 0 rgba(255,255,255,1);
    -moz-box-shadow: 0 1px 0 rgba(255,255,255,1);
    -o-box-shadow: 0 1px 0 rgba(255,255,255,1);
    -ms-box-shadow: 0 1px 0 rgba(255,255,255,1);
    box-shadow: 0 1px 0 rgba(255,255,255,1);
    }
  
  .side_bar dd {
    padding: 20px 10px;
    background-color: rgb(255,255,255);
    border-radius: 15px;
  }
  
  .separate ul li a {
    color: rgb(0,0,0);
  }
  
  .separate div, .separate div a, .separate p, .separate p a {
    color: rgb(0,0,0);
  }
  
  dt.plg_name {
    font-weight: bold;
  }
  
  .scroll {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  
  #side_footer {
    position: static;
    width: 300px;
    margin: 50px auto 0;
    display: table;
    border-collapse: separate;
    border-spacing: 20px 0;
    padding-left: 18px;
  }
  
  .end {
    margin: 0 auto;
  }
  
  .pnpage {
    margin-top: 30px;
  }
  
  #pagenation {
    width: 98%;
  }
  
  #pagetop {
    position: fixed;
    bottom: 20%;
    right: 20px;
  }

  .plugin-tag a {
    border: 1px solid rgb(51,51,51);
  }
  
}


/***------------------------------------------
      less than 830
------------------------------------------***/

@media screen and (max-width:830px) {

  .p_left, .p_center, .p_right {
    display: block;
    vertical-align: middle;
    text-align: center;
    margin: 10px auto;
  }
  
  .cate_list_span {
    display: block;
  }
  
}


/***------------------------------------------
      less than 415
------------------------------------------***/

@media screen and (max-width:415px) {

  h1 {
    font-size: 24px;
    color: rgb(0,0,0);
  }
  
  h2.entry_header, .entry_header a, .entry_header_no, .entry_header_no a {
    font-size: 18px;
  }
  
  .cm_box {
    padding: 15px 10px 10px;
  }
  
  span.f_i {
    display: block;
  }
  
  #name, #subject, #edit_name {
    width: 100%;
  }
  
  #mail, #url, #comment {
    width: 100%;
  }
  
  #sbm_btn, #del_btn {
    display: inline-block;
    width: 40%;
    margin-right: 5%;
    margin-left: 5%;
  }
  
  #tb_input {
    width: 100%;
  }
  
}