@charset "utf-8";

/**
* Author: Vanillaice (Akira) - http://vanillaice000.blog.fc2.com/
* Website skin name: Sakura_daylight
* 2015.4.11
* 2015.8.26 ビューポート・SEO見直し修正, スマホ操作性改善, その他微調整
* 2015.9.10 - 公式化に伴うOGP削除
* 2015.11.22 - Windows10 IE11, Edge scrolling fixed image bug fix全画面
* Latest update: 2016.1.13 - フッター構造変更, タイトルタグ微調整
*/


/***-----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; /* 注)文字の細さが気になる方はこの一行削除 */
  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 {
  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;
}

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 {
  max-width: 100%;
}

textarea {
  max-width: 100%;
}

input[type="text"], 
input[type="password"], 
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;
}

* {
  -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;
}


/***----- clearfix
------------------------------------------***/

.cf:before, .cf:after {
  content: "";
  display: table;
}

.cf:after {
  clear: both;
}


/***----- blockquote
------------------------------------------***/

blockquote {
  width: 80%;
  height: auto;
  margin: 0 auto;
  background: rgba(255, 255, 255, .4);
  border: 1px solid rgb(63, 35, 29);
  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 {
  text-decoration: none;
  color: rgb(101, 6, 79);
  -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;
}

a:hover {
  opacity: .4;
}


/***----- hack
------------------------------------------***/

/* スマートフォン版で表示 のバーを出したい方はここから削除 */
#change_mobile {
  display:none;
}
/* スマートフォン版で表示 のバーを出したい方はここまで削除 */


/***----- common
------------------------------------------***/

body {
  font-size: 13px;
  color: rgb(0,0,0);
  line-height: 1.7;
  font-family: Meiryo, 'Hiragino Kaku Gothic Pro W3', Georgia, 'Times New Roman', Serif;
}

html, body {
  height: 100%;
}

#bg_hack {
  background: url(https://blog-imgs-71.fc2.com/v/a/n/vanillaice000/sakura2_zpswllntsou.jpg) center top no-repeat;
  position: fixed;
  background-size: cover;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

#wrapper {
  width: 100%;
  min-width: 80%;
  margin: 0 auto;
}

#container {
  width: 80%;
  margin: 0 auto;
  max-width: 1200px;
}


#primary {
  float : left;
  width: 100%;
  margin-right : -280px;
  padding-bottom: 50px;
}

main {
  margin-right: 360px;
}

#secondary {
  float: left;
  width: 280px;
  padding-bottom: 50px;
}

img {
  max-width: 100%;
}

.entry-ttl {
  padding: 0 0 10px;
  font-size: 14px;
  font-weight: bold;
}

.avoid-parts {
  padding-right: 90px;
}

pre {
  word-wrap: break-word;
  white-space: pre-wrap;
}

div {
  word-wrap: break-word;
}


/***----- header
------------------------------------------***/

header#banner {
  width: 100%;
  margin-bottom: 80px;
}

#menu {
  background: rgba(255, 255, 255, .5);
  width: 100%;
}

#menu ul li {
  float: right;
  font-family: 'Great Vibes', cursive, georgia;
  margin-right: 15px
}

#menu ul .pc-hide {
  display: none;
}

p.ttl {
  margin: 0 auto;
  max-width: 600px;
  font-family: 'Great Vibes', cursive, georgia;
  font-size: 35px;
  padding: 65px 0 10px;
  text-align: center;
}

p.ttl a {
  padding: 0 1em;
}

.sub {
  margin: 0 auto;
  max-width: 650px;
  padding: 0 8px;
  font-family: 'Great Vibes', cursive, georgia;
  font-size: 15px;
  color: rgb(101, 6, 79);
  text-align: center;
}

.entry_more {
  margin: 10px 0;
}

.readMore {
  padding: 0 .5em;
  background-color: rgba(101, 6, 79, .4);
  color: rgb(255,255,255);
  border-radius: 7px;
}


/***----- main column
------------------------------------------***/

.main_body {
  background: rgba(255, 255, 255, .4);
  margin-bottom: 50px;
  padding: 10px 20px 0;
  border-radius: 10px;
  position: relative;
  box-shadow: 6px 6px 6px rgba(0,0,0,0.1);
}

.contents {
  border-top: dotted 1px rgb(249, 193, 197);
  padding: 20px;
}

.ymd {
  background: url(https://blog-imgs-71.fc2.com/v/a/n/vanillaice000/sakurabokeh.png) center center no-repeat;
  width: 124px;
  height: 97px;
  position: absolute;
  z-index: 50;
  right: 0;
  top: -40px;
  text-align: center;
  line-height: 1.2em;
}

.ymd a {
  display: block;
  margin-top: 25px;
}

span.ymd_ym, .ymd_d {
  font-family: 'Great Vibes', cursive, georgia;
  font-size: 13px;
}

.tag {
  margin-top: 20px;
}

.tag a {
  margin-top: 20px;
  background-color: rgba(234, 223, 242, .4);
  padding: 2px;
  border-radius: 5px;
}

.info ul {
  border-top: dotted 1px rgb(249, 193, 197);
  text-align: right;
  padding: 5px 0;
}

.info li {
  display: inline;
}

.info li img, a {
  vertical-align: middle;
}

.fb, .tw {
  width: 30px;
  height: auto;
}

.relate_dl {
  margin-top: 20px;
  padding: 10px;
  border: solid 1px rgb(187, 124, 138);
  border-radius: 8px;
}

.relate_dt {
  font-weight: bold;
  padding: 3px;
}

.font_assign {
  font-family: 'Great Vibes', cursive, georgia;
  color: rgb(101, 6, 79);
  font-size: 16px;
  display: table-cell;
  vertical-align: middle;
}

.date {
  padding-bottom: 10px;
}


/***----- title list
------------------------------------------***/

.titlelist_pager {
  margin: 40px auto;
  width: 90%;
  height: 40px;
  position: relative;
}

#leftangle, #rightangle {
  font-size: 13px;
  line-height: 26px;
  width: 40px;
  height: 40px;
  background-color: rgb(234, 219, 224);
  border-radius: 50%;
  text-align: center;
  display: table;
  color: rgb(255,255,255);
  position: absolute;
  box-shadow: 3px 3px 6px rgba(0,0,0,.3);
  line-height: 13px;
}

#leftangle {
  left: 0;
  top: 0;
  line-height: 13px;
}

#rightangle {
  right: 0;
  top: 0;
  line-height: 13px;
}


/***----- comment
------------------------------------------***/

.form {
  max-width: 600px;
}

.c_title {
  font-weight: bold;
}

#name, #subject, #mail, #url, #pass, #comment {
  width: 100%;
  border-radius: 2px;
  padding: .2em .5em;
}

form {
  padding: 20px 0;
}

.btn input[type="submit"] {
  color: rgb(101, 6, 79);
  font-family: 'Great Vibes', cursive, georgia;
  text-align: center;
  font-size: 14px;
  width: 156px;
  height: 30px;
  margin-right: 20px;
  margin-top: 20px;
  border: none;
  background: rgba(193, 147, 179, .6);
  box-shadow: 4px 4px 8px rgba(0, 0, 0, .4);
  -webkit-box-shadow: 4px 4px 8px rgba(0, 0, 0, .4);
  -moz-box-shadow: 4px 4px 8px rgba(0, 0, 0, .4);
  border-radius: 5px;
  padding: 2px 0;
  cursor: pointer;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px rgba(234, 223, 242, .6) inset;
}

.tb_form {
  padding-bottom: 10px;
}


/***----- side bar
------------------------------------------***/
#aside-contents {
  margin: 0 auto;
  width: 100%;
  max-width: 600px;
}

#plg_cal {
  margin: 0 auto 20px;
  width: 100%;
  max-width: 500px;
}


/***----- calender
------------------------------------------***/

.calender {
  margin: 0 auto 15px;
  table-layout: fixed;
  width: 100%;
  max-width: 330px;
  text-align: center;
  font-size: 12px;
}

.calender caption, .calender td {
  font-family: 'Great Vibes', cursive, georgia;
  font-size: 15px;
}

.calender caption {
  width: 100%;
  margin-bottom: 10px;
  text-align: center;
}

#prevMonth {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  width: 30%;
}

.calender-month-style {
  display: inline-block;
  vertical-align: middle;
  width: 30%;
  font-size: 20px;
  font-weight: bolder;
}

#nextMonth {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  width: 30%;
}

.sun {
  color: rgb(159,39,33);
}

.calender td {
  padding: .5em 0;
  width: 25px;
  height: 25px;
}

.calender td a {
  width: 25px;
  height: 25px;
  line-height: 25px;
  display: inline-block;
  background-color: rgb(237,229,239);
  vertical-align: middle;
  border-radius: 50%;
}

.side_bar {
  border-bottom: dotted 1px rgb(249, 193, 197);
  padding-bottom: 10px;
  margin-bottom: 10px;
}


/***----- site search
------------------------------------------***/

#search-form input[type="search"] { /* 注)サイト内検索不要の方は項目削除 */
  outline: none;
  padding: .2em;
  -webkit-appearance: none;
  border: 1px solid rgba(255,255,255,.4);
  border-radius: 4px;
  background: url(https://blog-imgs-80.fc2.com/v/a/n/vanillaice000/search_ffffff_14.png) 10px center rgba(255,255,255,.6) no-repeat;
}

#search-form input[type="search"]:focus {
  background-color: white;
  color: black;
}

#search-form { /* 注)サイト内検索不要の方は項目削除 */
  margin: 0 auto 20px;
  max-width: 100%;
  padding: 10px 5px 0;
  text-align: center;
  border-bottom: dotted 1px rgb(249, 193, 197);
}


/***----- pager
------------------------------------------***/

.pager {
  margin-bottom: 50px;
}

.pnpage, .pnpage2 {
  text-align: center;
  margin: 0 auto 40px;
}

.pnpage a, pnpage2 a {
  display: inline-block;
  margin-bottom: 3px;
}

.pnpage a:hover, .pnpage2 a:hover {
  opacity: .4;
}

.pnpage b {
  background-color: rgba(222, 186, 191, .3);
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: inline-block;
  margin: 0 3px;
  line-height: 25px;
}

#prev, #next {
  display: inline-block;
  margin: 0 10px;
}

.posted_pager {
  width: 100%;
  display: table;
  table-layout: fixed;
  text-align: center;
  margin: 0 -280px 50px 0;
}

.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: 13px;
}

.p_center {
  width: 80px;
}

/***----- footer
------------------------------------------***/

#pagetop {
  display: none;
  position: fixed;
  z-index: 9999;
  bottom: 140px;
  right: 60px;
  font-family: 'Great Vibes', cursive, georgia;
  font-size: 13px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(237,229,239,.8);
  text-align: center;
}

#pagemiddle {
  display: none;
  width: 0;
  height: 0;
  font-size: 0;
}

#pagebottom {  width: 40px;
  display: none;
  position: fixed;
  z-index: 9999;
  bottom: 90px;
  right: 60px;
  font-family: 'Great Vibes', cursive, georgia;
  font-size: 13px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(237,229,239,.8);
  text-align: center;
}

#pagetop a, #pagebottom a {
  display: inline-block;
  width: 100%;
  height: 100%;
  line-height: 40px;
  color: rgb(101, 6, 79);
}

.new {
  color: red;
  font-size: 11px;
  position: absolute;
  right: 20px;
  top: 0;
}

.end {
  width: 100%;
  padding: 10px 15px;
  text-align: center;
  line-height: 1.2;
  background: rgba(255,255,255,.5);
}

.foot, #copyright {
  text-align: center;
  font-family: 'Great Vibes', cursive, georgia;
  color: rgb(51,51,51);
  display: block;
}

#ad1, #ad2 {
  font-size: 11px;
}


/***----- less than 1024 (iPad landscape, iPad2 landscape, Galaxy Tab landscape)
------------------------------------------***/

@media screen and (max-width: 1024px) {

  #container {
    width: 90%;
  }
  
}


/***----- media less than 960
------------------------------------------***/

@media screen and (max-width: 960px) {

  #container {
    width: 98%;
  }
  
}


/***----- less than 800
------------------------------------------***/

@media screen and (max-width: 800px) {
  #primary, main, #secondary {
    float: none;
    margin: 0 auto;
    width: 100%;
  }
  
  #wrapper {
    width: 100%;
  }
  
  #container {
    width: 95%;
  }
  
  #menu ul .sp-hide {
    display: none;
  }
  
  #menu ul .pc-hide {
    display: inline;
  }
  
  .main_body {
    padding: 10px 10px 0;
  }
  
  .ymd {
    right: 0;
  }
  
  #name, #subject, #mail, #url, #pass, #edit_name, #comment {
    font-size: 16px;
  }
  
  input[type="search"] {
    font-size: 16px;
  }
  
  #pagetop {
    bottom: 190px;
    right: 8px;
  }
  
  #pagebottom {
    right: 8px;
  }
  
  #pagemiddle {
    display: none;
    position: fixed;
    z-index: 9999;
    bottom: 140px;
    right: 8px;
    font-family: 'Great Vibes', cursive, georgia;
    font-size: 13px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(237,229,239,.8);
    text-align: center;
  }
  
  #pagemiddle a {
    display: inline-block;
    width: 100%;
    height: 100%;
    line-height: 40px;
    color: rgb(101, 6, 79);
  }

}