/**
* Author: Vanillaice (Akira) - http://vanillaice000.blog.fc2.com/
* Website skin name: Capricious
* 2015.4.8
* 2015.8.30 - ビューポート再調整, ページtop/bottomボタン変更, スマホ操作性改善, スマホ閲覧時 ナビにモバイル版の切り替えボタン追加, スマホ閲覧時 ナビからRSSボタン削除, カレンダー・サイト内検索追加
* 2015.9.9 - 公式化に伴うOGP削除
* Latest update: 2015.11.22 - Windows10 IE11, Edge scrolling fixed image bug fix
*/


/***-----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%;
  background-color: transparent;
}

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 {
  border-collapse: collapse;
  border-spacing: 0;
}

main {
  display: block;
}

img {
  vertical-align: bottom;
  font-size: 0;
  line-height: 0;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

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;
}


/* ==== 「スマートフォン版で表示」を出したい場合ここから削除
============================================================ */

#change_mobile {
  display: none;
}

/* ========= ここまで削除
============================================================ */




/***----- 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;
}


/***----- common
------------------------------------------***/

body { /* 注)基本フォント関連 */
  font-size: 13px;
  color: black;
  line-height: 1.7;
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, '游ゴシック', 'Yu Gothic', sans-serif;
}

html, body {
  height: 100%;
}

#bg_hack {
  background: url(https://blog-imgs-71.fc2.com/v/a/n/vanillaice000/Ajisai_1.jpg) center top no-repeat; /*注)背景画像 */
  position: fixed;
  background-size: cover;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

#wrapper {
  margin: 0 auto -73px;
  width: 100%;
  min-width: 80%;
}

#container {
  width: 80%;
  margin: 0 auto;
  padding-bottom: 60px;
  max-width: 1200px;
}

#primary {
  float : left;
  width: 100%;
  margin-right : -280px;
}

main {
  margin-right: 340px;
}

#secondary {
  float: left;
  width: 280px;
}

.entry-ttl {
  padding: 0 0 10px;
  font-size: 14px;
  font-weight: bold;
}


/***----- 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;
  padding: 65px 0 10px;
  font-family: 'Great Vibes', cursive, georgia;
  font-size: 35px;
  width: 100%;
  max-width: 600px;
  text-align: center;
}

p.ttl a {
  padding: 0 1em;
}

.sub {
  margin: 0 auto;
  padding: 0 5px;
  width: 100%;
  max-width: 650px;
  font-size: 15px;
  color: rgb(101,6,79);
  text-align: center;
}

.entry_more {
  margin: 20px 0;
}

.readMore {
  padding: .2em .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(220,198,242);
  padding: 20px;
}

.ymd {
  background: url(https://blog-imgs-71.fc2.com/v/a/n/vanillaice000/ajisaibubble_1.png) center center no-repeat;
  width: 108px;
  height: 97px;
  position: absolute;
  z-index: 50;
  right: -22px;
  top: -40px;
  padding-right: 8px;
  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 {
  font-family: 'Open Sans Condensed', sans-serif;
}

.info ul {
  border-top: dotted 1px rgb(220,198,242);
  text-align: right;
  padding: 5px 0;
}

.info li {
  display: inline;
  padding-left: 8px;
}

.info .sns-icon {
  font-size: 16px;
}

.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;
  font-family: 'Open Sans Condensed', sans-serif;
}


/***----- 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
------------------------------------------***/

.c_title {
  font-weight: bold;
}

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;
}


/***----- calendar
------------------------------------------***/

#as-plugin-calender {
  max-width: 95%;
  margin: 0 auto 15px;
}

.calender-month-style {
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 22px;
}

.calender-table {
  margin: 0 auto;
  table-layout: fixed;
  width: 100%;
  max-width: 340px;
  text-align: center;
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 12px;
}

.calender-table caption {
  margin-bottom: 10px;
}

#prevMonth {
  margin-right: 2em;
}

#nextMonth {
  margin-left: 2em;
}

.sun {
  color: RGB(205,125,125);
}

.calender-table td {
  padding: .5em 0;
  width: 25px;
  height: 25px;
}

.calender-table td a {
  background: rgb(234,220,243);
  width: 25px;
  height: 25px;
  display: inline-block;
  vertical-align: middle;
  padding-top: .2em;
  border-radius: 50%;
}


/***----- site search 注)サイト内検索不要の方は削除
------------------------------------------***/

#search-form { /* 注)サイト内検索不要の方は項目削除 */
  margin: 0 auto 20px;
  width: 100%;
  max-width: 270px;
  padding-top: 10px;
  text-align: center;
}

#search-form input[type="search"] { 
  width: 100%;
  padding: .2em;
  border: 1px solid rgba(220,198,242,.4);
  background: url(https://blog-imgs-80.fc2.com/v/a/n/vanillaice000/search_ffffff_14.png) 10px center rgba(220,198,242,.3) no-repeat;
}

#search-form input[type="search"]:focus {
  background: transparent;
  color: black;
}


/***----- side bar
------------------------------------------***/

.side_bar {
  border-bottom: dotted 1px rgb(220,198,242);
  padding-bottom: 10px;
  margin-bottom: 10px;
  position: relative;
  z-index: 20;
}


/***----- pager
------------------------------------------***/

#pagenation {
  margin: 0 auto 50px;
}

.pnpage, .pnpage2 {
  text-align: center;
  margin: 0 auto 50px;
}

.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;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(220,198,242,.4);
  box-shadow: 0px 6px 3px -3px rgba(0,0,0,0.2);
}

#pagemiddle {
  display: none;
  width: 0;
  height: 0;
  font-size: 0;
}

#pagebottom {
  display: none;
  position: fixed;
  z-index: 9999;
  bottom: 90px;
  right: 60px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(220,198,242,.4);
  box-shadow: 0px 6px 3px -3px rgba(0,0,0,0.2);
}

#pagetop a, #pagebottom a {
  display: inline-block;
  width: 100%;
  height: 100%;
  line-height: 40px;
  font-family: 'Great Vibes', cursive, georgia;
}

.new {
  color: red;
  font-size: 11px;
  position: absolute;
  right: 20px;
  top: 0;
}

#end {
  position: relative;
  z-index: 3333;
  width: 100%;
  min-height: 73px;
  padding: 15px 3px;
  text-align: center;
  line-height: 1.2;
  background: rgba(255,255,255,.5);
}

.foot, #copyright {
  text-align: center;
  font-family: 'Great Vibes', cursive, georgia;
  font-size: 12px;
}

#ad1, #ad2 {
  font-size: 11px;
}

.push {
  height: 73px;
}


/***----- less than 1150
------------------------------------------***/

@media screen and (max-width: 1150px) {

#container {
  width: 90%;
}

}


/***----- less than 960
------------------------------------------***/

@media screen and (max-width: 960px) {

#container {
  width: 95%;
}

}

/***----- less than 854
------------------------------------------***/

@media screen and (max-width: 854px) {

#primary, main, #secondary {
  float: none;
  margin: 0 auto;
  width: 100%;
}

#primary, #secondary {
  max-width: 600px;
}

#menu ul .pc-hide {
  display: inline;
  float: right;
  font-family: 'Great Vibes', cursive, georgia;
  margin-right: 15px
}

#menu ul .sp-hide {
  display: none;
}

.main_body {
  padding: 10px 10px 0;
}

.ymd {
  right: 0;
}

#pagetop {
  bottom: 190px;
  right: 10px;
}

#pagebottom {
  right: 10px;
}

#pagemiddle {
  display: none;
  position: fixed;
  z-index: 9999;
  bottom: 140px;
  right: 10px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(220,198,242,.4);
  box-shadow: 0px 6px 3px -3px rgba(0,0,0,0.2);
}

#pagemiddle a {
  display: inline-block;
  width: 100%;
  height: 100%;
  line-height: 40px;
  font-size: 13px;
  font-family: 'Great Vibes', cursive, georgia;
}

input[type="text"], 
input[type="password"], 
input[type="submit"], 
input[type="search"], 
textarea, 
select {
  font-size: 16px;
}

}