@charset "utf-8";

/**
* Author: Vanillaice (Akira) - http://vanillaice000.blog.fc2.com/
* Website template name: World_of_mine
* First edition: 2015.9.30
* 2015.12.4 - Google feed api 廃止に伴う仕様変更
* Latest update: 2016.1.8 - フッター構造変更, タイトルタグ微調整
*/


/***-----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,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
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%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: baseline;
  background: transparent;
}

strong, b {
  font-weight: bold;
}

i {
  font-style: italic;
}

address, small {
  display: block;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, main, time {
  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;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  tap-highlight-color: rgba(0,0,0,0);
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  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;
  font-size: 14px;
}

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;
}

/* fc2 */
.fc2_footer {
  margin: 20px 0;
}


/* ==== 「スマートフォン版で表示」を出したい場合ここから削除
============================================================ */

#change_mobile {
  display: none;
}

/* ========= ここまで削除
============================================================ */


/***----- clearfix
------------------------------------------***/

.cf:before, .cf:after {
  content: "";
  display: table;
}

.cf:after {
  clear: both;
}


/***----- blockquote
------------------------------------------***/

blockquote {
  width: 90%;
  height: auto;
  margin: 0 auto;
  background: rgb(236,237,244);
  border: 1px solid rgb(216,217,224);
  border-radius: 5px;
  padding: 1em;
  position: relative;
  z-index: 1;
}

blockquote:before {
  content: "“";
  font-size: 800%;
  line-height: 1em;
  position: absolute;
  left: 0;
  top: 0;
  color: rgb(216,217,224);
  z-index: -1;
}

blockquote:after {
  content: "”";
  font-size: 800%;
  line-height: 0em;
  position: absolute;
  right: 0;
  bottom: 0;
  color: rgb(216,217,224);
  z-index: -1;
}

blockquote p {
  text-align: center;
}


/***----- link
------------------------------------------***/

a {
  text-decoration: none;
  color: rgb(193,188,189); /* 注)基本リンク色 */
  -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;
}


/***----- 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";
}

body {
  background-color: rgb(240,241,246); /* 注)全体背景色 */
  font-size: 14px; /* 注)記事フォントサイズ */
  color: rgb(51,51,51); /* 注)記事文字色 */
  line-height: 1.7; /* 注)記事行間(変更時pxやemなどの単位はつけないでください */
  font-family: Marcellus, 'Hiragino Sans', 'ヒラギノ角ゴシック', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', '游ゴシック', 'Yu Gothic', 'メイリオ', Meiryo; /* 注)記事フォント */
}

#wrapper {
  margin: 0 auto;
  width: 100%;
  min-width: 80%;
}

#main-container {
  margin: 0 auto;
  width: 100%;
  background-color: rgb(240,241,246); /* 注)メインコンテンツ背景色(デフォルト グレー) */
  border-top: 10px solid black; /* 注)メインコンテンツ上ボーダー(デフォルト黒) */
  position: relative;
  z-index: 3;
}

#primary {
  margin: -250px auto 0;
  width: 80%;
  max-width: 1500px;
  background-color: rgb(240,241,246); /* 注)全体背景色 */
}

#main {
  width: 100%;
}

#secondary {
  margin: 0 auto;
  width: 100%;
  background-image: url(http://blog-imgs-82-origin.fc2.com/v/a/n/vanillaice000/dark_embroidery.png); /* 注)サイドメニュー背景画像 */
  padding: 60px 0 40px;
  border-top: 10px solid black;
}


/***----- header
------------------------------------------***/

#banner, #permanent-banner {
  margin: 0 auto;
  width: 100%;
}

#banner {
  height: 700px;
}

#permanent-banner {
  height: 450px;
}

#fixed-header-bg, #fixed-permanent-header-bg {
  margin: 0 auto;
  width: 100%;
  background: url(http://blog-imgs-91-origin.fc2.com/i/c/h/ichimoro/rakugaki20160624.jpg) right top no-repeat; /* 注)バナー画像 */
  background-size: cover;
  position: fixed;
  left: 0;
  top: 0;
  z-index: -1;
}

#fixed-header-bg {
  height: 700px;
}

#fixed-permanent-header-bg {
  height: 450px;
}

.blog-title-container {
  margin: 0 auto;
  display: table;
  width: 100%;
  height: 66px;
  padding: 0 20px;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100001;
  background-color: black; /* 注)上部固定ナビ背景色 */
  border-bottom: 1px solid rgba(255,255,255,.2);
}

.blog-name { /* 注)ブログタイトルフォント関連 */
  display: table-cell;
  vertical-align: middle;
  text-align: left;
  line-height: 1.2;
  padding-right: .2em;
}

.blog-name a {
  font-size: 18px; /* 注)ブログタイトルフォント大きさ */
  color: rgb(193,188,189); /* 注)ブログタイトルフォント色 */
  font-weight: bold;
  text-shadow: 2px 4px 3px rgba(255,255,255,0.3);
}

.navigation-container {
  display: table-cell;
  vertical-align: middle;
  text-align: right;
}

.site-navi {
  display: inline-block;
  text-align: right;
}

.site-navi li {
  display: inline;
  font-size: 14px;
  padding-left: 1em;
}

.site-navi li a {
  color: rgb(193,188,189); 
}

.pc-hide {
  display: none;
}

#modal-wrapper {
  display: none;
}

html.remodal-is-locked {
  overflow: hidden;
}

.remodal,
[data-remodal-id] {
  display: none;
}

.remodal-overlay {
  position: fixed;
  z-index: 9999;
  top: -5000px;
  right: -5000px;
  bottom: -5000px;
  left: -5000px;
  display: none;
}

.remodal-wrapper {
  position: fixed;
  z-index: 10000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  overflow: auto;
  text-align: center;
}

.remodal-wrapper:after {
  display: inline-block;
  height: 100%;
  margin-left: -0.05em;
  content: "";
}

/* Fix iPad, iPhone glitches */

.remodal-overlay,
.remodal-wrapper {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: rgba(0,0,0,.6);
}

.remodal {
  background-color: transparent;
  display: none;
  width: 300px;
  height: auto;
  position: absolute;
  left: 50%;
  margin-left: -150px;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

.remodal-for-navi {
  top: 150px;
  padding: 30px;
  text-align: center;
}

#hide-navi a {
  display: inline-block;
  padding: 0 .5em;
  color: black;
}

#hide-navi .fa {
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  background-color: rgb(193,188,189);
}

#hide-navi .fa:before {
  line-height: 40px;
}

.remodal-is-initialized {
  display: inline-block;
}

.remodal-close {
  margin: 30px 0 100px;
  text-align: center;
}

#close-span {
  display: inline-block;
  padding: .3em .5em;
  font-size: 15px;
  color: black;
  background-color: rgb(193,188,189);
  border-radius: 3px;
}

#bottom-black-border {
  margin: 0 auto;
  width: 100%;
  height: 10px;
  background: black; /* 注)バナー下ボーダー色 */
}

.original-header {
  width: 100%;
  padding: 30px 8px 20px;
  border-top: 10px solid black; /* 注)ヘッダー ボーダー色 */
  background-color: rgb(193,188,189); /* 注)メインコンテンツ上ヘッダー 背景色(デフォルト グレー) */
  text-align: center;
}

.top-page {
  line-height: 1.2;
  font-size: 25px; /* 注)ヘッダー TOP PAGE 文字大きさ */
  padding-bottom: 10px;
  color: black;
  text-shadow: -1px -1px 1px rgba(0,0,0,.4),
               1px 1px 1px rgba(255,255,255,.5);
}

#sub-title {
  margin: 0 auto 30px;
  text-align: left;
  line-height: 1.3;
  font-size: 12px; /* 注)ヘッダー サブタイトル 文字大きさ */
}

.underline-from-left {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  overflow: hidden;
}
.underline-from-left:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 100%;
  bottom: 0;
  background: white;
  height: 2px;
  -webkit-transition-property: right;
  transition-property: right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.underline-from-left:hover:before, .underline-from-left:focus:before, .underline-from-left:active:before {
  right: 0;
}


/***----- top page
------------------------------------------***/

.iso-container {
  width: 100%;
  padding: 5px;
}

#isotope {
  margin: 0 auto;
  width: 100%;
}

.element-item {
  width: 25%;
  height: auto;
  padding: 10px;
  opacity: 0;
}

.inner-wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
  background-color: white; /* 注)トップページ メイソンリー背景色 */
}

.inner-image-parent {
  width: 100%;
  position: relative;
}

.inner-image-parent:before {
  padding-top: 60%;
  display: block;
  content: "";
}

.imgLiquidFill {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.hover-read-more {
  display: inline-block;
  padding: .3em;
  font-size: 14px;
  color: white;
  background: rgba(0,0,0,.6);
  position: absolute;
  top: -50px;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.inner-image-parent:hover .hover-read-more {
  top: 0;
  opacity: 1;
}

.context {
  padding: 20px;
}

.element-category {
  text-align: center;
  line-height: 1.2;
  padding-top: 10px;
  font-size: 12px;
}

.element-title {
  font-size: 17px;
  font-weight: bolder;
  text-align: center;
  line-height: 1.2;
  padding: 10px 0;
}

.element-datetime {
  text-align: right;
  padding-top: 5px;
}


/***----- posts 個別記事
------------------------------------------***/

.main-body {
  margin: 0 auto 40px;
  width: 100%;
  background-color: white; /* 注)記事背景色 */
  position: relative;
}

.element-header {
  padding: 20px 30px;
}

.comment-and-others {
  text-align: right;
}

.contents {
  padding: 20px 30px 0;
}

.contents a:hover {
  text-decoration: underline;
}

.bottom-adjust20 {
  padding-bottom: 20px;
}

.tags {
  margin-top: 20px;
}

.tags a {
  margin-top: 20px;
  border-radius: 4px;
  padding: 2px;
}

.inner-contents {
  margin-bottom: 30px;
}

.inner-info {
  margin: 50px auto 60px;
  width: 100%;
  height: 1px;
  background-color: rgb(240,240,240);
  position: relative;
}

.inner-info a {
  text-decoration: none;
}

.sns-and-others {
  margin: auto;
  width: 150px;
  height: 34px;
  text-align: center;
  position: absolute;
  top: -17px;
  left: 0;
  right: 0;
}

.sns-and-others .fa {
  width: 34px;
  height: 34px;
  border: 1px solid rgb(180,174,175);  
  border-radius: 50%;
  background: rgb(180,174,175);
  color: white;
  text-align: center;
  line-height: 32px;
  -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;
}

.sns-and-others .fa:before {
  line-height: 32px;
}

.sns-and-others .fa:hover {
  color: rgb(180,174,175);
  background-color: white;
}

.comment-and-others li, .sns-and-others li {
  display: inline-block;
}

.left-space {
  margin-left: 8px;
}

.right-space {
  margin-right: 8px;
}

.relate_dl {
  margin: 20px auto 0;
  padding: 10px;
  background-color: white;
  border-radius: 3px;
  box-shadow: inset 0 0 15px rgba(0,0,0,.2);
}

.relate_dt {
  font-weight: bold;
  padding: 3px;
}

.relate_ul li {
  list-style-type: disc;
  list-style-position: inside;
}


/***----- comment, trackback
------------------------------------------***/

.another-title {
  font-size: 14px;
  text-align: center;
  color: black;
  padding: 20px 0;
}

.collapse-title {
  cursor: crosshair;
}

.comment-posted-time-container {
  display: table;
  text-align: left;
  width: 100%;
  margin-bottom: 15px;
}

.comment-posted-time {
  display: table;
  table-layout: fixed;
  text-align: left;
  width: 100px;
}

.comment-posted-time time {
  margin: 0 auto 0 0;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: rgb(193,188,189); /* 注)コメント日時の背景色 */
}

.comment-name-and-title {
  display: table-cell;
  text-align: left;
  vertical-align: middle;
  padding-left: 20px;
  width: 100%;
}

.comment-info {
  text-align: right;
  padding: 20px 20px 15px;
  border-bottom: 1px solid rgb(238,238,238);
}

.c_body {
  font-family: Helvetica, Arial, 'Hiragino Sans', 'ヒラギノ角ゴシック', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', '游ゴシック', 'Yu Gothic', 'メイリオ', Meiryo; /* 注)コメント欄フォント */
}

#comment_form {
  width: 100%;
  max-width: 600px;
  margin: 20px auto;
  text-decoration: none;
  vertical-align: middle;
  padding:20px;
}

#name, #subject, #mail, #url, #pass {
  width: 100%;
  border: 1px solid rgb(208,204,204);
  background: rgb(231,229,229);
  border-radius: 4px;
  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, #url:focus {
  background-color: white;
}

#comment {
  width: 100%;
  border-radius: 8px;
  padding: .5em;
  background: transparent;
  border: 1px solid rgb(221,221,221);
}

.btn {
  margin-top: 15px;
}

input[type="submit"] {
  outline: none;
  -webkit-appearance: none;
  border-radius: 0;
}

#sendbtn, #delbtn {
  color: black;
  height: 35px;
  font-size: 14px;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  outline: none;
  border-radius: 4px;
  border: none;
  box-shadow: 2px 2px 3px rgba(0,0,0,0.1);
}

#sendbtn {
  background-color: rgb(208,204,204);
  width: 49%;
  margin-right: 1%;
}

#delbtn {
  background-color: rgb(208,204,204);
  width: 49%;
  margin-left: 1%;
}

#sendbtn:hover, #delbtn:hover {
  color: white;
  background: rgb(217,161,171);
}

#url:-webkit-autofill, #pass:-webkit-autofill, #mail:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px rgb(231,229,229) 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);
}

.tb_dt {
  font-weight: bold;
}

.tb_ul {
  padding: 10px 0;
}

.op, #for-trackback-word {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 600px;
}


/***----- title list, search
------------------------------------------***/

.titlelist-title, .search-title {
  font-size: 14px;
}

.titlelist-and-search-date {
  padding-bottom: 10px;
}


/***----- pager
------------------------------------------***/

.pager {
  width: 97%;
  margin: 50px auto 0;
  padding-bottom: 110px;
}

.simple-pagination {
  position: relative;
  overflow: hidden;
  margin: 0;
  font-family: Marcellus; /* 注)ページ送りフォント */
}

.simple-pagination ul {
  display: block;
  list-style: none;
  position: relative;
  padding: 0;
  margin: 0;
  text-align: center;
}

.simple-pagination li {
  display: inline-block;
  list-style: none;
  padding: 2px;
  display: inline-block;
}

.light-theme a, .light-theme span {
  display: inline-block;
  width: 33px;
  height: 33px;
  vertical-align: middle;
  line-height: 33px;
  color: rgb(193,188,189);
  text-align: center;
  font-size: 12px;
  background: transparent;
}

.light-theme a:hover {
  color: rgb(50,50,50);
  background-color: rgb(193,188,189);
}

.light-theme .prev, .light-theme .next {
  font-weight: bolder;
  width: 33px;
  height: 33px;
  color: rgb(193,188,189);
}

.light-theme .ellipse {
  font-weight: bold;
  color: rgb(193,188,189);
}

.light-theme .prev {
  margin-right: .5em;
}

.light-theme .next {
  margin-left: .5em;
}

.light-theme .ellipse {
  font-weight: bold;
  color: rgb(193,188,189);
}

.light-theme .current {
  color: white;
  background-color: rgb(193,188,189);
}

.posted-pager, .posted-pager-bottom {
  display: table;
  table-layout: fixed;
  text-align: center;
  height: 33px;
}

.posted-pager {
  width: 70%;
  margin: 50px auto 0;
  padding-bottom: 110px;
}

.posted-pager-bottom {
  width: 97%;
  max-width: 700px;
  margin: 50px auto 0;
  padding-bottom: 110px;
}

.left-page, .right-page {
  display: table-cell;
  font-size: 12px;
  color: rgb(193,188,189);
}

.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(193,188,189);
  text-align: center;
  height: 33px;
  font-size: 12px;
}

.right-page, .right-page-bottom {
  text-align: right;
  vertical-align: middle;
}

.left-page a, .right-page a {
  color: rgb(193,188,189);
  display: inline-block;
  text-align: center;
  padding-top: 3px;
  background-color: transparent;
}

.left-page a:hover, .right-page a:hover {
  color: rgb(50,50,50);
}


/***----- calendar, site search
------------------------------------------***/

#as-plugin-calender {
  padding: 50px 17px 0;
  margin: 0 auto 15px;
}

.calender-month-style {
  font-size: 20px;
  font-weight: bolder;
  color: rgb(193,188,189);
  vertical-align: middle;
}

.calender {
  margin: 0 auto 20px;
  table-layout: fixed;
  width: 100%;
  max-width: 280px;
  text-align: center;
  font-size: 12px;
}

.calender caption {
  margin-bottom: 10px;
}

#prevMonth {
  margin-right: 2em;
  vertical-align: middle;
}

#nextMonth {
  margin-left: 2em;
  vertical-align: middle;
}

.calender th {
  padding-bottom: 4px;
}

.sun {
  color: rgb(205,125,125);
}

.calender td {
  min-width: 25px;
  vertical-align: middle;
  padding: .3em;
}

.calender td a {
  width: 25px;
  height: 25px;
  line-height: 25px;
  display: inline-block;
  vertical-align: middle;
  color: rgb(50,50,50);
  background-color: rgb(193,188,189);
}

.calender td a:hover {
  border: none;
  background-color: white;
  color: rgb(53,86,116);
  border-radius: 50%;
}

/* site search */
#search-form {
  margin: 0 auto;
  max-width: 100%;
  text-align: center;
}

#search-form input[type="search"] { /* 注)サイト内検索不要の方は項目削除 */
  width: 100%;
  max-width: 300px;
  outline: none;
  padding: .2em;
  -webkit-appearance: none;
  border: none;
  border-radius: 4px;
  background: url(http://blog-imgs-80-origin.fc2.com/v/a/n/vanillaice000/search_ffffff_14.png) 10px center rgba(255,255,255,.3) no-repeat;
}

#search-form input[type="search"]:focus {
  background: white;
  color: black;
}


/***----- side bar
------------------------------------------***/

.iso-side-container {
  margin: 0 auto;
  width: 80%;
  max-width: 1500px;  
}

#isotope-side {
  margin: 0 auto;
}

#sidebar li {
  list-style-type: disc;
  list-style-position: inside;
}

#newest {
  margin-bottom: 30px;
  padding: 20px 30px;
  border-radius: 4px;
}

.element-item-side {
  width: 300px;
}

.side_bar, #as-plugin-calender {
  display: inline-block;
  width: 300px;
  padding: 30px;
  vertical-align: top;
  text-align: left;
  color: white;
}

.side_bar h3, #as-plugin-calender h3 {
  margin: 0 auto 20px;
  width: 100%;
  padding: .7em .3em;
  background-color: rgb(193,188,189); /* 注)サイドメニュータイトル背景色 */
  text-align: center;
  color: rgb(50,50,50);
}

.side_bar a {
  color: white;
}

.side_bar a:hover {
  text-decoration: underline;
}

.plugin-myimage {
  margin-bottom: 15px;
  text-align: center !important;
}

.plugin-myimage img {
  width: 150px;
  height: 150px; /* 注)プロフ画像の縦横比が狂う方は150pxをautoに変更 */
  border-radius: 50%; /* 注)プロフ画像の縦横比が狂う方はこの一行削除 */
}


/***----- RSS thumbnail
------------------------------------------***/

#feedContainer {
  margin-top: 10px;
  width: 100%;
  display: table;
}

.rss-container {
  display: table;
  table-layout: fixed;
  border-bottom: 1px solid rgb(240,240,240);
  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-h-and-text {
  display: table-cell;
  vertical-align: top;
  padding-left: 20px;
  overflow: hidden;
}


/***----- footer
------------------------------------------***/

#pagetop {
  display: none;
  position: fixed;
  z-index: 9999;
  bottom: 190px;
  right: 60px;
  width: 40px;
  height: 40px;
  background: rgba(193,188,189,.4);
  border: 1px solid rgb(193,188,189);
}

#pagemiddle {
  display: none;
  position: fixed;
  z-index: 9999;
  bottom: 140px;
  right: 60px;
  width: 40px;
  height: 40px;
  background: rgba(193,188,189,.4);
  border: 1px solid rgb(193,188,189);
  font-size: 11px;
}

#pagebottom {
  display: none;
  position: fixed;
  z-index: 9999;
  bottom: 90px;
  right: 60px;
  width: 40px;
  height: 40px;
  background: rgba(193,188,189,.4);
  border: 1px solid rgb(193,188,189);
}

#pagetop a, #pagemiddle a, #pagebottom a {
  display: inline-block;
  width: 100%;
  height: 100%;
  line-height: 38px;
  color: black;
}

.new {
  color: red;
  font-size: 11px;
  margin-left: 1em;
}

.end {
  margin: 0 auto;
  width: 100%;
  text-align: center;
  line-height: 1.2;
  border-bottom: 10px solid #000;
  background-image: url(http://blog-imgs-82-origin.fc2.com/v/a/n/vanillaice000/dark_embroidery.png);
  padding-bottom: 40px;
}

#foot-wrapper {
  background-color: white;
  padding: 15px 2px;
}

.foot, #copyright {
  text-align: center;
  font-size: 11px;
}

#ad1, #ad2 {
  font-size: 11px;
}


/***----- media less than 1200
------------------------------------------***/

@media screen and (max-width: 1200px) {

.element-item {
  width: 33.3%;
}

.top-page {
  font-size: 23px; /* 注)ヘッダー TOP PAGE 文字大きさ */
}

.iso-side-container {
  width: 90%;
}

}


/***----- media less than 1024
------------------------------------------***/

@media screen and (max-width: 1024px) {

#primary {
  width: 90%;
}

.top-page {
  font-size: 22px; /* 注)ヘッダー TOP PAGE 文字大きさ */
}

}


/***----- media less than 920
------------------------------------------***/

@media screen and (max-width: 920px) {

.element-item {
  width: 50%;
}

.top-page {
  font-size: 20px; /* 注)ヘッダー TOP PAGE 文字大きさ */
}

}


/***----- media less than 768 include iPad mini
--------------------------------------------------***/

@media screen and (max-width: 768px) {

#fixed-header-bg, #fixed-permanent-header-bg {
  height: 320px;
}

#banner, #permanent-banner {
  height: 320px;
}

#primary {
  margin: -70px auto 0;
}

.blog-title-container {
  padding: 0 10px;
}

.blog-name a {
  font-size: 16px; /* 注)ブログタイトルフォント大きさ */
}

#modal-wrapper {
  display: table-cell;
  vertical-align: middle;
  text-align: right;
}

#pagetop, #pagemiddle, #pagebottom {
  right: 10px;
}

.element-header {
  padding: 20px 15px;
}

.top-page {
  font-size: 18px; /* 注)ヘッダー TOP PAGE 文字大きさ */
}

.contents {
  padding: 20px 15px 0;
}

.bottom-adjust20 {
  padding-bottom: 20px;
}

.comment-and-others li, .comment-info {
  font-size: 15px;
}

.sns-and-others li {
  font-size: 16px;
}

#newest {
  margin-bottom: 30px;
  padding: 20px 20px;
}

input[type="text"], 
input[type="password"], 
input[type="search"], 
textarea, 
select {
  font-size: 16px;
}

#comment_form {
  padding: 20px 15px;
}

.pc-hide {
  display: inline-block;
}

.sp-hide {
  display: none;
}

}


/***----- media less than 599
--------------------------------------------------***/

@media screen and (max-width: 599px) {

#primary, .iso-side-container {
  width: 95%;
}

.element-item {
  width: 100%;
}

.top-page {
  font-size: 16px; /* 注)ヘッダー TOP PAGE 文字大きさ */
}

.side_bar, #as-plugin-calender {
  padding: 30px 20px;
}

}


/***----- 注)個人設定
--------------------------------------------------***/

/* for video */
.box-for-video {
  position: relative;
  width: 100%;
}

.box-for-video:before {
  content:"";
  display: block;
  padding-top: 56.25%; /* 注)動画縦横比設定 デフォルト: 縦幅が横に対して56.25% 正方形は100%指定 */
  overflow: hidden;
}

.box-for-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* end */

.shadow-attachment {
  box-shadow: 0 1px 4px rgba(0,0,0,.4);
}

.emoji {
  vertical-align: middle;
}

.blog-title-container-adjust {
  top: 27px;
}

.fixed-header-bg-adjust {
  margin-top: 27px !important;
}