@charset "utf-8";

/**
* Author: Vanillaice (Akira) - http://vanillaice000.blog.fc2.com/
* 2015.3.25
* 2015.4.13 - W3C HTML5 Valid
* Latest update: 2015.9.9 - 画像軽量化, OGP削除, その他微調整
*/


/***-----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%;
  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%;
}

ol, ul {
  list-style: none;
}

li {
  list-style-type: 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 {
  border-collapse: collapse;
  border-spacing: 0;
}

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: consolas;
}

div, section, article {
  word-wrap: break-word;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}


/***-----clearfix
--------------------------------------------***/

.cf:before, .cf:after {
  content: "";
  display: table;
}
.cf:after{
  clear: both;
}
/* For IE 6/7 (trigger hasLayout) */
.clearfix{
  zoom: 1;
}


/* ========= ここまで削除
============================================================ */


/***----- hack
------------------------------------------***/

#sh_fc2blogheadbar {
  min-width: 0 !important;
  overflow: hidden !important;
}


/***-----blockquote
--------------------------------------------***/

blockquote {
  width: 80%;
  height: auto;
  margin: 0 auto;
  background: rgba(179,158,224,.1);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -o-border-radius: 15px;
  -ms-border-radius: 15px;
  border-radius: 15px;
  padding: 1em 1em 2.5em;
  position: relative;
}

blockquote:before {
  content: "“";
  font-size: 400%;
  line-height: 1em;
  font-family: 'Times New Roman', 'Hiragino Kaku Gothic Pro W3', meiryo, sans-serif;
  position: absolute;
  left: 0;
  top: 0;
}

blockquote:after {
  content: "”";
  font-size: 400%;
  line-height: 0em;
  font-family: 'Times New Roman', 'Hiragino Kaku Gothic Pro W3', meiryo, sans-serif;
  position: absolute;
  right: 0;
  bottom: 0;
}

blockquote p {
  text-align: center;
}


/***-----link
--------------------------------------------***/

a {
  color: rgb(150,82,20); /* 基本リンク色はここです */
  text-decoration: none;
  -webkit-transition: 1.0s ease-in-out;
  -moz-transition: 1.0s ease-in-out;
  -o-transition: 1.0s ease-in-out;
  -ms-transition: 1.0s ease-in-out;
  transition: 1.0s ease-in-out;
}

a:hover {
  opacity: .4;
}


/***-----common
--------------------------------------------***/

html, body {
  height: 100%;
}

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";
}

img {
  vertical-align: bottom;
  font-size: 0;
  line-height: 0;
  max-width: 100%;
  height: auto;
}

body {
  width: 100%;
  font-size: 13px; /* 記事の文字サイズはここです */
  font-family: 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
  text-align: left;
  color: rgb(51,51,51); /* 記事の文字色 #ffffff などの16進数でも可 */
  line-height: 1.7;
  -webkit-text-size-adjust: 100%;
  background-color: RGB(255,255,255);
}

#wrapper {
  width: 100%;
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto;
}

#container {
  width: 1024px;
  margin: 0 auto;
}

iframe {
  max-width: 100%;
}


/***-----header
--------------------------------------------***/

.stripe {
  height: 250px;
  width: 100%;
  float: left;
  margin: 10px;
  -webkit-background-size: 100% 60px;
  -moz-background-size: 100% 60px;
  background-size: 100% 60px;
  -moz-box-shadow: 1px 1px 8px gray;
  -webkit-box-shadow: 1px 1px 8px gray;
  box-shadow: 1px 1px 8px gray;
}

.vertical {
  background-color: rgb(255,153,0); /* ここがストライプの色です 濃い方の色を決めてください 薄い方は自動グラデーションです */
  background-image: -webkit-gradient(linear,0 0,100% 0, color-stop(.5,rgba(255,255,255,.2)), color-stop(.5,transparent), to(transparent));
  background-image: -moz-linear-gradient(0deg,rgba(255,255,255,.2) 50%,transparent 50%,transparent);
  background-image: -o-linear-gradient(0deg,rgba(255,255,255,.2) 50%,transparent 50%,transparent);
  background-image: linear-gradient(0deg,rgba(255,255,255,.2) 50%,transparent 50%,transparent);
}

#banner {
  width: 100%;
  margin-bottom: 40px;
  min-width: 1024px;  
  height: 630px;
  overflow: hidden;
  position: relative;
}

#banner2 {
  width: 100%;
  margin-bottom: 40px;
  min-width: 1024px;
  height: 270px;
  overflow: hidden;
  position: relative;
}

#blog_name {
  padding: 40px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 40;
  width: 90%;
}

#blog_title {
  font-family: 'Cherry Swash', cursive; /* ここがブログ名のフォントです */
  font-size: 40px; /* ブログ名文字サイズ */
  color: rgb(0,0,0); /* ブログ名文字色 */
  text-shadow: 2px 4px 3px rgba(0,0,0,0.3);
}

#sub {
  font-family: 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
  font-size: 15px;
}

.polaroid {
  margin: 0 auto;
  text-align: left;
  position: absolute;
  left: -100%;
  right: -100%;
  bottom: 55px;
  margin: 0 auto;
  width: 825px;
  height: 233px;
  overflow: hidden;
}

#inner_box {
  width: 825px;
  height: 233px;
  position: relative;
}

.image_box {
  width: 300px;
  height: 300px;
  overflow: hidden;
}

.image_box img {
  min-width: 300px;
  height: auto;
  min-height: 300px;
}

#inner_box div:first-child {
  position: absolute;
  left: 5px;
  bottom: 0;
  -moz-transform: rotate(4deg);
  -webkit-transform: rotate(4deg);
  -o-transform: rotate(4deg);
  -ms-transform: rotate(4deg);
  transform: rotate(4deg);
}

#inner_box div:nth-child(2) {
  position: absolute;
  left: 260px;
  bottom: -25px;
}

#inner_box div:nth-child(3) {
  position: absolute;
  right: 0;
  bottom: 0;
  -moz-transform: rotate(-1deg);
  -webkit-transform: rotate(-1deg);
  -o-transform: rotate(-1deg);
  -ms-transform: rotate(-1deg);
  transform: rotate(-1deg);
}

#inner_box div:nth-child(n+4) {
  display: none;
}

.pinch {
  position: absolute;
  top: 0;
  left: -100%;
  right: -100%;
  margin: 0 auto;
  background-image: url(http://blog-imgs-82.fc2.com/v/a/n/vanillaice000/botanicalpinch.png);
  width: 825px;
  height: 624px;
}

.dayday {
  max-width: 825px;
  height: 41px;
  position: absolute;
  right: -100%;
  left: -100%;
  bottom: 35px;
  margin: 0 auto;
}

.day_box {
  display: block;
  font-family: 'Ruthie', cursive;
  color: rgb(0,0,0);
  position: relative;
}

.day_box li:first-child {
  position: absolute;
  top: -26px;
  left: 0;
  text-align: center;
  width: 275px;
  -moz-transform: rotate(4deg);
  -webkit-transform: rotate(4deg);
  -o-transform: rotate(4deg);
  -ms-transform: rotate(4deg);
  transform: rotate(4deg);
}

.day_box li:nth-child(2) {
  position: absolute;
  top: 10px;
  left: 280px;
  text-align: center;
  width: 275px;
}

.day_box li:nth-child(3) {
  position: absolute;
  top: -15px;
  right: 0;
  text-align: center;
  width: 275px;
  -moz-transform: rotate(-3deg);
  -webkit-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
}

.day_box li:nth-child(n+4) {
  display: none;
}

.day_box li a {
  width: 275px;
  font-size: 30px;
  display: inline-block;
}

.hd1 {
  padding: 0 10px 10px;
}


/***-----h, fonts
--------------------------------------------***/

h1, h2 {
  font-weight: normal;
}


/***-----main column (記事幅 582px)
--------------------------------------------***/

#primary {
  width: 624px;
  float: left;
}


/***-----top page
--------------------------------------------***/

.main_body {
  padding: 20px 30px;
  margin-bottom: 40px;
  position: relative;
}

.main_body:nth-child(odd) {
  background: url(http://blog-imgs-82.fc2.com/v/a/n/vanillaice000/botanicalgreencorner.png) right bottom no-repeat;
  text-align: left;
}

.main_body:nth-child(even) {
  background: url(http://blog-imgs-82.fc2.com/v/a/n/vanillaice000/botanicalgreencorner2.png) left bottom no-repeat;
  text-align: right;
}

.e_time {
  display: inline;
  font-family: 'Cherry Swash', cursive;
  color: rgb(0,0,0);
  font-size: 15px;
}

.topentry-ttl {
  display: block;
  font-family: 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
  font-size: 20px;
}

.topentry-ttl a {
  color: rgb(150,82,20); /* 記事の見出しの色(リンク時) 個別記事では記事文字色に倣います */
}

.entry-ttl, .search-ttl {
  display: block;
  font-family: 'Cherry Swash', cursive;
  font-size: 18px;
}

.entry_description {
  margin-bottom: 20px;
}

.entry_more {
  font-size: 18px;
  font-family: 'Cherry Swash', cursive;
  background-color: rgb(150,82,20); /* Read More背景色 */
  color: rgb(255,255,255); /* Read More文字色 */
  padding: .2em .4em;
  display: inline;
  -webkit-box-shadow: 3px 3px 6px rgba(0,0,0,.4);
  -moz-box-shadow: 3px 3px 6px rgba(0,0,0,.4);
  -o-box-shadow: 3px 3px 6px rgba(0,0,0,.4);
  -ms-box-shadow: 3px 3px 6px rgba(0,0,0,.4);
  box-shadow: 3px 3px 6px rgba(0,0,0,.4);
}

.entry_info {
  display: block;
  padding: 10px 10px 0;
}

.entry_info2 {
  display: block;
  padding: 10px 10px;
  text-align: right;
  background-color: rgb(255,153,0); /* 個別記事フッター背景色 */
}

.floating {
  display: inline;
  padding: 0 .4em;
}

.footer_info:nth-child(even) {
  text-align: right;
}

.entry_info2>.floating a {
  color: rgb(255,255,255); /* 記事フッターリンク文字色 */
}

/***-----individual post
--------------------------------------------***/

.main_body2 {
  padding: 10px 0 0;
  margin-bottom: 40px;
  border: dotted 1px rgb(0,0,0);
}

.relate_dl, .tb_dl {
  margin: 20px 0 0;
  width: 100%;
  box-shadow: inset 0 0 15px rgba(0,0,0,.2);
  padding: 1.2em;
  background: rgba(255,173,51,.2); /* 関連記事・トラバ背景色 */
}

.relate_dt, .tb_dt {
  font-weight: bold;
  padding-bottom: .3em;
}

.tb_li2 {
  padding-bottom: .3em;
}

.tag {
  margin-top: 20px;
}

.tag a {
  background: rgb(252,236,211);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  padding: 2px;
}

.hd2 {
  background: url(http://blog-imgs-82.fc2.com/v/a/n/vanillaice000/20150909033244362.png) right bottom no-repeat;
  min-height: 77px;
  padding: 0 10px;
}

.entry_body {
  padding: 30px 20px;
}

/***-----side bar (横幅 240px)
--------------------------------------------***/

#secondary {
  width: 360px;
  padding-right: 80px;
  float: right;
}

.side_main_body {
  width: 280px;
  height: auto;
  position: relative;
  border: dotted 1px rgb(0,0,0);
}

.plg_name {
  text-align: center;
}

.side_wrap {
  padding-bottom: 20px;
}

.side_bar dt {
  padding: 5px 0;
  background-color: rgb(255,153,0); /* サイドバー各タイトル部分背景色はここです */
}

.side_bar dd {
  padding: 20px;
}

#greeny {
  background: url(http://blog-imgs-82.fc2.com/v/a/n/vanillaice000/20150909033400a2e.png) center center no-repeat;
  width: 156px;
  height: 448px;
  position: absolute;
  right: -80px;
  bottom: -30px;
}


/***-----pager
--------------------------------------------***/

.pager {
  width: 100%;
  margin: 0 auto 70px;
}

#pagenation {
  margin: 60px auto;
  position: relative;
}

.pnpage {
  width: 100%;
  display: table;
  table-layout: fixed;
  text-align: center;
  margin-bottom: 30px;
}

.p_left, .p_center, .p_right {
  display: table-cell;
  vertical-align: middle;
  white-space: nowrap;
  -webkit-text-overflow: ellipsis;
  -moz-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
}

.p_left {
  text-align: right;
}

.p_right {
  text-align: left;
}

.p_left a, .p_center a, .p_right a {
  font-size: 14px;
}

.p_center {
  width: 60px;
}

.pnpage2 {
  margin: 0 auto 70px;
  display: table;
  table-layout: fixed;
  width: 90%;
}

#leftangle {
  font-size: 25px;
  width: 50%;
  display: table-cell;
  text-align: left;
}

#rightangle {
  font-size: 25px;
  width: 50%;
  display: table-cell;
  text-align: right;
}


/***-----comments, trackback and others
--------------------------------------------***/

.cm_box {
  background-color: rgb(255,255,255);
  margin: 20px auto;
  padding: 15px 40px;
}


.c_title {
  padding: 0 0 10px;
  font-size: 14px;
}

.apple {
  width: 30px;
  height: 40px;
}

.c_body {
  padding: 10px 0;
}

.info {
  text-align: right;
  padding-top: 10px;
}

.contents:last-child {
  border: none;
}

.form {
  margin: 20px 0;
}

#name, #subject, #edit[name] {
  width: 50%;
}

#mail, #url, #subject {
  width: 70%;
}

.tb_form {
  margin: 20px 0;
}

#comment {
  background: url(http://blog-imgs-71.fc2.com/v/a/n/vanillaice000/leaf1.png) right center no-repeat rgb(254,238,213); /* コメント投稿本文の背景色 rgb(*,*,*)の部分 */
}

#sbm_btn {
  color: rgb(255,255,255); /* submitボタン文字色 */
  font-family: 'Cherry Swash', cursive;
  text-align: center;
  font-size: 15px;
  width: 156px;
  height: 30px;
  margin-right: 20px;
  margin-top: 20px;
  border: none;
  background: rgb(255,153,0); /* Submitボタン背景色 */
  -webkit-box-shadow: 4px 4px 8px rgba(0, 0, 0, .4);
  -moz-box-shadow: 4px 4px 8px rgba(0, 0, 0, .4);
  -o-box-shadow: 4px 4px 8px rgba(0, 0, 0, .4);
  -ms-box-shadow: 4px 4px 8px rgba(0, 0, 0, .4);
  box-shadow: 4px 4px 8px rgba(0, 0, 0, .4);
  padding: 2px 0;
  cursor: pointer;
}

#del_btn {
  color: rgb(255,255,255); /* deleteボタン文字色 */
  font-family: 'Cherry Swash', cursive;
  text-align: center;
  font-size: 15px;
  width: 156px;
  height: 30px;
  margin-right: 20px;
  margin-top: 20px;
  border: none;
  background: rgb(255,173,51); /* deleteボタン背景色 */
  -webkit-box-shadow: 4px 4px 8px rgba(0, 0, 0, .4);
  -moz-box-shadow: 4px 4px 8px rgba(0, 0, 0, .4);
  -o-box-shadow: 4px 4px 8px rgba(0, 0, 0, .4);
  -ms-box-shadow: 4px 4px 8px rgba(0, 0, 0, .4);
  box-shadow: 4px 4px 8px rgba(0, 0, 0, .4);
  padding: 2px 0;
  cursor: pointer;
}

#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%;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px rgb(254,238,213) inset; /* コメント投稿パスワードなどの背景色 */
}

.plugin-myimage {
  text-align: center !important;
}


/***-----title list
--------------------------------------------***/

.contents {
  padding: 10px;
  min-height: 110px;
  border-bottom: dotted 1px rgb(0,0,0);
}

.ttl a, .search_ttl {
  font-family: 'times new roman', 'Hiragino Kaku Gothic ProN', meiryo;
  font-size: 15px;
}

.list_ety {
  padding: 0 10px;
}

.ttlt, .search_ttl {
  font-size: 15px;
}

.date {
  text-align: right;
  border-bottom: dotted 1px rgb(0,0,0);
  padding-bottom: 10px;
}

.cate_list {
  background-color: rgb(255,173,51);
  border-radius: 7px;
  color: rgb(255,255,255);
  padding: 0 .5em;
  margin-left: 1em;
}


/***-----footer
--------------------------------------------***/

#end {
  text-align: center;
  padding-top: 120px;
  width: 100%;
  min-width: 1024px;
  overflow-x: hidden;
}

#btn_table {
  display: table;
  table-layout: fixed;
  border-spacing: 40px;
  text-align: center;
  width: 310px;
  margin: 50px auto 10px;
}

.fotter_btn {
  background-color: rgb(150,82,20); /* フッターに並ぶボタンの色はここです */
  width: 50px;
  height: 50px;
  display: table-cell;
  vertical-align: middle;
  font-size: 30px;
  color: rgb(255,255,255);
  -webkit-box-shadow: 4px 4px 8px rgba(0, 0, 0, .4);
  -moz-box-shadow: 4px 4px 8px rgba(0, 0, 0, .4);
  -o-box-shadow: 4px 4px 8px rgba(0, 0, 0, .4);
  -ms-box-shadow: 4px 4px 8px rgba(0, 0, 0, .4);
  box-shadow: 4px 4px 8px rgba(0, 0, 0, .4);
}

address, small {
  font-family: 'Cherry Swash', cursive;
  color: rgb(0, 0, 0);
  font-size: 13px;
}

#pagetop {
  display: block;
  list-style: none;
  margin: 0 0 0 0;
  width: 50px;
  position: fixed;
  bottom: 60px;
  right: 60px;
  z-index: 999;
  overflow: hidden;
}

#pagetop li {
  width: 50px;
  height: 50px;
  display: table;
  text-align: center;
  background: none center center no-repeat rgb(150,82,20); /* トップ・ボトムボタンの色はここです */
  margin: 0 0 10px 0;
}

#go_top, #go_bottom {
  display: table-cell;
  vertical-align: middle;
  font-size: 30px;
  width: 100%;
  color: rgb(255,255,255);
  -webkit-box-shadow: 0px 6px 3px -3px rgba(0,0,0,0.4);
  -moz-box-shadow: 0px 6px 3px -3px rgba(0,0,0,0.4);
  -o-box-shadow: 0px 6px 3px -3px rgba(0,0,0,0.4);
  -ms-box-shadow: 0px 6px 3px -3px rgba(0,0,0,0.4);
  box-shadow: 0px 6px 3px -3px rgba(0,0,0,0.4);
}

a.active {
  pointer-events : none;
  opacity: .4;
}

.new {
  color: red;
}

.current {
  background: rgb(150,82,20) !important; /* ページ送りの背景色はここです !importantは外さないでください */
}