@charset "utf-8";

/**
* Author: Vanillaice (Akira) - http://vanillaice000.blog.fc2.com/
* Website skin name: OnTheGround
* The first edition: 2015.9.1
* 2015.9.9 - 公式化に伴う削除OGP削除
* 2015.11.22 - Windows10 IE11, Edge scrolling fixed image bug fix
* Latest update: 2016.1.9 - フッターの構造変更, タイトルタグ微調整
*/


/***-----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 {
  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 {
  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;
}

pre {
  word-wrap: break-word;
  white-space: pre-wrap;
  font-family: consolas;
}

* {
  -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: rgba(255,255,255,.4);
  border: 1px solid rgb(63,35,29);
  border-radius: 5px;
  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(142,3,1); /* 注)基本リンク色はここです */
  -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: rgb(51,51,51);
  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(http://blog-imgs-79.fc2.com/v/a/n/vanillaice000/autumn.jpg) left top no-repeat; /* 注)背景画像はここです */
  position: fixed;
  background-size: cover;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

#wrapper {
  margin: 0 auto;
  width: 100%;
  min-width: 80%;
}

#container {
  width: 80%;
  margin: 0 auto;
  max-width: 1300px;
  padding-bottom: 80px;
}


#primary {
  float : left;
  width: 100%;
  margin-right : -300px;
}

main {
  margin-right: 360px;
}

#secondary {
  float: left;
  width: 300px;
}

.entry-ttl {
  padding: 0 70px 8px 0;
  font-size: 15px;
  line-height: 1.2;
  font-weight: bold;
}


/***----- header
------------------------------------------***/

#navigation-container {
  background: rgba(255,255,255,.5);
  width: 100%;
  padding: 5px 10px 5px 0;
  text-align: right;
}

#navigation-container ul {
  display: inline-block;
}

#navigation-container ul li {
  display: inline-block;
  font-family: 'Bitter', serif;
  margin-left: 15px
}

#navigation-container ul .pc-hide {
  display: none;
}

#blog-name-container {
  padding: 80px 8px 90px;
}

#blog-title { /* 注)ブログタイトルフォント関連 */
  font-family: 'Bitter', serif; /* 注)ﾌﾞﾛｸﾞﾀｲﾄﾙが日本語でジャギーが気になる場合はこの一行を削除すると記事フォントに倣います */
  font-size: 30px;
  line-height: 1.2;
  margin: 0 auto;
  max-width: 600px;
  text-align: center;
  animation-delay: 1s;
}

#sub-title {
  padding-top: 20px;
  font-size: 14px;
  line-height: 1.2;
  margin: 0 auto;
  max-width: 650px;
  text-align: center;
}

.entry_more {
  padding: 20px 0;
}

.readMore {
  display: inline-block;
  padding: .2em .5em;
  background-color: rgb(179,145,138);
  color: rgb(255,255,255);
  border-radius: 5px;
}


/***----- main column
------------------------------------------***/

.main_body {
  background: rgba(255,255,255,.8);
  margin-bottom: 50px;
  padding: 12px 20px 0;
  border-radius: 10px;
  position: relative;
  box-shadow: 6px 6px 6px rgba(0,0,0,0.1);
}

.contents {
  border-top: dotted 1px rgb(179,145,138);
  padding: 20px;
}

.ymd {
  background: url(http://blog-imgs-79.fc2.com/v/a/n/vanillaice000/timeclock_A.png) center center no-repeat;
  width: 108px;
  height: 90px;
  position: absolute;
  z-index: 50;
  right: -22px;
  top: -40px;
  text-align: center;
  padding-right: 25px;
  line-height: 1.2em;
}

.ymd a {
  display: block;
  margin-top: 28px;
}

span.ymd_ym, .ymd_d {
  font-family: 'Dancing Script', cursive;
  font-size: 13px;
}

.tags {
  margin-top: 20px;
}

.tags a {
  margin-top: 20px;
  background-color: rgba(179,145,138,.2);
  padding: 2px;
  border-radius: 5px;
}

.sns-and-others {
  border-top: dotted 1px rgb(179,145,138);
  text-align: right;
  padding: 5px 0;
  font-family: 'Bitter', serif;
}

.sns-and-others li {
  display: inline-block;
  padding-left: .6em;
}

.sns-and-others li a {
  display: inline-block;
  color: rgb(51,51,51);
}

.sns-and-others li .fa {
  width: 27px;
  height: 27px;
  border-radius: 50%;
  background-color: rgb(250,250,250);
  line-height: 27px;
  text-align: center;
  color: rgb(141,0,0);
  -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;
  box-shadow: inset 0 0 15px rgba(0,0,0,.2);
}

.sns-and-others li .fa:before {
  line-height: 27px;
  padding: 0;
}

.sns-and-others li a:hover .fa {
  background-color: rgb(142,2,0);
  color: white;
}

.category-and-others {
  text-align: right;
  padding: 0 0 5px;
  font-family: 'Bitter', serif;
}

.category-and-others li {
  display: inline-block;
  padding-left: 1em;
}

.category-and-others li a {
  display: inline-block;
  color: rgb(51,51,51);
}

.normal-font {
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, '游ゴシック', 'Yu Gothic', sans-serif;
}

.relate_dl, tb_dl {
  margin-top: 20px;
  padding: 10px;
  border: solid 1px rgb(187, 124, 138);
  border-radius: 8px;
}

.relate_dt, tb_dt {
  font-weight: bold;
  padding: 3px;
}

.font_assign {
  font-family: 'Bitter', serif;
  color: rgb(101, 6, 79);
  font-size: 16px;
  display: table-cell;
  vertical-align: middle;
}

.date {
  padding-top: 10px;
  font-family: 'Bitter', serif;
}

.bottom-adjust20 {
  padding-bottom: 20px;
}

.tb_dt {
  font-weight: bold;
}

.tb_ul {
  padding: 10px 0;
}

.op {
  max-width: 600px;
  width: 100%;
}


/***----- 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;
}

#comment_form, #edit_form {
  width: 100%;
  max-width: 600px;
  margin: 20px auto;
  font-family: 'Bitter', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, '游ゴシック', 'Yu Gothic', sans-serif;
  text-decoration: none;
  vertical-align: middle;
  padding:20px;
}

#name, #subject, #mail, #url, #pass, #edit_name {
  width: 100%;
  border: 1px solid rgb(182,149,140);
  background: rgb(237,223,217);
  border-radius: 4px;
  color: rgb(142,4,2);
  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, #mail:focus, #url:focus, #edit_name:focus {
  background: rgb(255,255,255);
  color: black;
}

#url:-webkit-autofill, #pass:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px rgb(237,223,217) inset;
}

#comment {
  width: 100%;
  border-radius: 5px;
  padding: .5em;
  background: transparent;
  border: 1px solid rgb(182,149,140);
}

.btn input[type="submit"] {
  color: rgb(101,6,79);
  font-family: 'Bitter', serif;
  text-align: center;
  font-size: 14px;
  width: 156px;
  height: 30px;
  margin-right: 20px;
  margin-top: 20px;
  border: none;
  background: rgba(177,138,129,.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;
}

.info {
  padding-top: 10px;
  text-align: right;
  font-family: 'Bitter', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, '游ゴシック', 'Yu Gothic', sans-serif;
}


/***----- calendar
------------------------------------------***/

#as-plugin-calender {
  max-width: 95%;
  margin: 0 auto 15px;
}

.calender-month-style {
  font-family: 'Bitter', serif;
  font-size: 18px;
}

.calender {
  margin: 0 auto;
  table-layout: fixed;
  width: 100%;
  max-width: 340px;
  text-align: center;
  font-family: 'Bitter', serif;
  font-size: 12px;
}

.calender caption {
  margin-bottom: 10px;
}

#prevMonth {
  margin-right: 2em;
}

#nextMonth {
  margin-left: 2em;
}

.sun {
  color: rgb(161,12,0);
}

.calender td {
  padding: .5em 0;
  width: 25px;
  height: 25px;
}

.calender td a {
  background: rgb(177,138,129);
  width: 25px;
  height: 25px;
  line-height: 25px;
  display: inline-block;
  vertical-align: middle;
  border-radius: 50%;
  color: white;
}


/***----- 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(177,138,129,.4);
  background: url(http://blog-imgs-80.fc2.com/v/a/n/vanillaice000/search_ffffff_14.png) 10px center rgba(177,138,129,.3) no-repeat;
}

#search-form input[type="search"]:focus {
  background: white;
  color: black;
}

/***----- side bar
------------------------------------------***/

.side_bar {
  border-bottom: dotted 1px rgb(179,145,138);
  padding-bottom: 10px;
  margin-bottom: 10px;
  position: relative;
  z-index: 20;
}


/***----- pager
------------------------------------------***/

.pager {
  width: 100%;
  margin: 50px auto;
}

.simple-pagination ul {
  min-height: 30px !important;
}

.light-theme a, .light-theme span {
  font-family: 'Bitter', serif;
  color: rgb(51,51,51);
  text-align: center;
  font-size: 12px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: rgb(179,145,138);
  padding-top: 5px;
}

.light-theme a:hover {
  color: white;
  background-color: rgb(179,145,138);
}

.prev, .next {
  border: none !important;
}

.light-theme .current {
  color: white;
  box-shadow: none !important;
  background-color: rgb(179,145,138);
}

.light-theme .ellipse {
  font-weight: bold;
  color: rgb(179,145,138);
}

.posted-pager, .posted-pager-bottom {
  display: table;
  table-layout: fixed;
  text-align: center;
  font-family: 'Bitter', serif;
  height: 30px;
  margin: 50px auto;
}

.posted-pager {
  width: 70%;
  max-width: 700px;
}

.posted-pager-bottom {
  width: 90%;
  max-width: 700px;
  margin: 0 auto;
}

.left-page, .right-page {
  display: table-cell;
  font-size: 12px;
}

.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 {
  text-align: center;
  height: 30px;
  font-size: 12px;
}

.right-page, .right-page-bottom {
  text-align: right;
  vertical-align: middle;
}

.left-page a, .right-page a {
  font-family: 'Bitter', serif;
  color: rgb(179,145,138);
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  padding-top: 5px;
  width: 30px;
  height: 30px;
  background-color: transparent;
}

.left-page a:hover, .right-page a:hover {
  color: white;
  background-color: rgb(179,145,138);
}

.normalfont {
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, '游ゴシック', 'Yu Gothic', sans-serif;
}

.bottom-adjust100 {
  margin-bottom: 100px;
}

/***----- footer
------------------------------------------***/

#pagetop {
  display: none;
  position: fixed;
  z-index: 9999;
  bottom: 140px;
  right: 60px;
  font-family: 'Bitter', serif;
  font-size: 20px;
  width: 40px;
  height: 40px;
  border: 1px solid rgba(179,145,138,.5);
  border-radius: 50%;
  background: rgba(255,255,255,.4);
  color: rgb(94,157,31);
}

#pagemiddle {
  display: none;
  width: 0;
  height: 0;
  font-size: 0;
}

#pagebottom {
  display: none;
  position: fixed;
  z-index: 9999;
  bottom: 90px;
  right: 60px;
  font-family: 'Bitter', serif;
  font-size: 20px;
  width: 40px;
  height: 40px;
  border: 1px solid rgba(179,145,138,.5);
  border-radius: 50%;
  background: rgba(255,255,255,.4);
  color: rgb(94,157,31);
}

#pagetop a, #pagebottom a {
  display: inline-block;
  width: 100%;
  height: 100%;
  line-height: 40px;
}

.new {
  color: red;
  font-size: 11px;
  position: absolute;
  right: 20px;
  top: 0;
}

.end {
  width: 100%;
  padding: 15px 3px;
  text-align: center;
  line-height: 1.2;
  background: rgba(255,255,255,.5);
}

.foot, #copyright {
  text-align: center;
  font-family: 'Bitter', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, '游ゴシック', 'Yu Gothic', sans-serif;
  font-size: 12px;
}

#ad1, #ad2 {
  font-size: 11px;
}


/***----- 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%;
  max-width: 600px;
}

#secondary {
  background: rgba(255,255,255,.8);
  padding: 30px 15px;
  border-radius: 10px;
}

#navigation-container ul .pc-hide {
  display: inline-block;
  font-family: 'Bitter', serif;
  margin-left: 15px
}

#navigation-container ul .sp-hide {
  display: none;
}

.main_body {
  padding: 10px 10px 0;
}

.ymd {
  right: 0;
}

.entry-ttl {
  padding: 0 100px 8px 0;
}

#pagetop {
  bottom: 190px;
  right: 8px;
}

#pagebottom {
  right: 8px;
}

#pagemiddle {
  display: none;
  position: fixed;
  z-index: 9999;
  bottom: 140px;
  right: 8px;
  font-family: 'Bitter', serif;
  font-size: 11px;
  width: 40px;
  height: 40px;
  border: 1px solid rgba(179,145,138,.5);
  border-radius: 50%;
  background: rgba(255,255,255,.4);
  color: rgb(94,157,31);
}

#pagemiddle a {
  display: inline-block;
  width: 100%;
  height: 100%;
  line-height: 40px;
}

input[type="text"], 
input[type="password"], 
input[type="search"],
textarea {
  font-size: 16px;
}

#comment_form {
  padding:20px 10px;
}

}


/*****----- 個人設定
--------------------------------------------------***/

.shadow-attachment {
  box-shadow: 6px 6px 6px rgba(0,0,0,.2); /* 注)記事内画像にドロップシャドウ 不要な方は削除 */
}