@charset "utf-8";

/**
* Author: Vanillaice (Akira) - http://vanillaice000.blog.fc2.com/
* Website skin name: BeHappy
* First edition: 2015.5.25
* 2015.7.14 - hack for iOS8 fixed bug(sidebar) iOS8以降のfixed要素バグに対応
                           change pager effect ページ送りにエフェクト追加
                           modify rss thumbnail 新着サムネイルの見た目修正
* 2015.7.15 - Re-hack for iOS8 position bug iOS8バグのハック再調整
* 2015.8.29 - スマホ操作性改善, ページtop/ bottomボタン変更, トップページ要約記事全てにREAD MOREボタンが表示されるよう修正, Javascript若干の軽量化, その他微調整
* 2015.9.6 - スライドサイドバーをスマホのみに変更, スライドサイドバーとプラグイン干渉改善, その他微調整
* 2015.12.12 - RSS新着サムネイルでタイトルリンクが記事幅からはみ出す問題に対処
* 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, 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;
}

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(191,145,104); /* 注)記事内のリンク色はこちら */
  -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 { /* 注)基本フォント関連 */
  font-size: 13px;
  color: rgb(51,51,51);
  line-height: 1.7;
  font-family: Meiryo, 'Hiragino Kaku Gothic Pro W3', Georgia, 'Times New Roman', Serif;
}

#wrapper {
  width: 100%;
  min-width: 80%;
  margin: 0 auto;
}

#container {
  width: 80%;
  margin: 0 auto;
  padding-bottom: 80px;
  max-width: 1100px;
}

#primary {
  float : left;
  width: 100%;
  margin-right : -300px;
}

main {
  margin-right: 360px;
}

#secondary {
  float: left;
  width: 300px;
}


/***----- site search
------------------------------------------***/

#search-form input[type="search"] { /* 注)サイト内検索不要の方は項目削除 */
  border-radius: 0;
  border: 1px solid RGB(178,135,97);
}

#search-form { /* 注)サイト内検索不要の方は項目削除 */
  margin: 0 auto;
  max-width: 1100px;
  padding: 8px 6px 0 0;
  text-align: right;
}


/***----- header
------------------------------------------***/

#banner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 50px 0;
  text-align: center;
}

#blog_name a { /* 注)ブログタイトルフォント関連 */
  font-family: 'Playfair Display', serif; /* 注)タイトルが日本語の方はこの行を削除するとMacはヒラギノWindowsはメイリオになります */
  font-size: 30px;
  color: rgb(0,0,0);
}

#base { /* 注)サブタイトルフォント関連 */
  font-size: 14px;
  margin-bottom: 15px;
}

#sns {
  text-align: center;
  margin: 0 auto;
}

.snslink {
  display: inline-block;
  padding: 0 .8em;
  font-family: 'Lato', sans-serif;
  font-size: 12px;
}

.left-space {
  display: inline-block;
  margin-left: 1em;
}

.awesome {
  color: rgb(191,145,104);
}

.pc-hide {
  display: none;
}

#for-border {
  width: 100%;
  height: 1px;
  border-bottom: 1px solid rgb(229,211,195);
  margin-bottom: 50px;
}

#slider-container {
  max-width: 98%;
  margin: 0 auto;
}

.sp-layer {
  padding: 30px 20px;
  text-align: center;
}

.gallery-day {
  display: inline-block;
  border-bottom: 1px solid rgb(191,145,104);
  font-family: 'Lato', sans-serif;
}

 .gallery-title {
  display: block;
  font-family: Meiryo, 'Hiragino Kaku Gothic Pro W3', Georgia, 'Times New Roman', Serif;
  padding: 15px;
  font-size: 15px;
  white-space: nowrap;
  -webkit-text-overflow: ellipsis;
  -moz-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
}

.gallery-a {
  display: inline-block;
  padding: 1em 3em;
  border: 1px solid rgb(191,145,104);
  font-family: 'Lato', sans-serif;
  font-size: 11px;
  color: rgb(0,0,0);
}

.gallery-a:hover {
  background-color: RGB(191,145,104);
  color: rgb(255,255,255);
}


/***----- top page
------------------------------------------***/

.element-item {
  width: 100%;
  padding: 15px;
  margin-bottom: 20px;
}

.inner-image {
  margin-bottom: 10px;
  position: relative;
  text-align: center;
}

.inner-image-wrapper {
  width: 100%;
  position: relative;
}

.inner-image-wrapper:before {
  padding-top: 70%;
  display: block;
  content: "";
}

.imgLiquidFill {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

main .element-item:first-child .abs-container {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: rgba(255,255,255,.7);
}

main .element-item:first-child .abs-container .element-category a {
  color: rgb(92,42,9);
  border-bottom: 1px solid rgb(92,42,9);
}

main .element-item:first-child { /*注)トップページ最初の記事要約横幅が大きすぎる方は padding: 15px 狭くしたい数値px; を追加 */
  border-bottom: 1px solid RGB(229,211,195);
}

main .element-item:nth-child(n+2) {
  width: 50%;
  display: inline-block;
  vertical-align: top;
  letter-spacing: -.4em;
}

.element-item > div {
  letter-spacing: normal;
}

.element-category, .element-datetime {
  text-align: center;
  margin-bottom: 10px;
}

.element-category {
  padding-top: 10px;
}

.element-category a {
  color: rgb(191,145,104);
  font-family: 'Lato', sans-serif;
  font-size: 12px;
  padding-bottom: .2em;
  padding-top: 10px;
  border-bottom: 1px solid rgb(191,145,104);
}

.element-title {
  font-size: 17px;
  font-weight: normal;
  text-align: center;
}

.element-title a {
  color: rgb(0,0,0);
}

.element-datetime {
  font-family: 'Lato', sans-serif;
}

.element-read-more {
  margin: 20px 0;
  text-align: center;
}

.element-read-more a {
  border: 1px solid rgb(191,145,104);
  font-family: 'Lato', sans-serif;
  font-size: 12px;
  padding: .6em 1em;
  color: rgb(0,0,0);
}

.element-read-more a:hover {
  background-color: rgb(191,145,104);
  color: rgb(255,255,255);
}

.element-footer {
  text-align: right;
}

.element-footer a {
  font-family: 'Lato', sans-serif;
  color: rgb(0,0,0);
  padding: 10px 0;
}


/***----- posts
------------------------------------------***/

.a-element-item {
  margin-bottom: 50px;
}

.left-space a {
  font-family: 'Lato', sans-serif;
  color: RGB(222,204,189);
  text-shadow: 2px 4px 3px rgba(51,51,51,.1);
}

.contents {
  padding: 0 0 20px;
}

.contents a:hover {
  text-decoration: underline;
}

.tags {
  margin-top: 20px;
  font-family: 'Lato', sans-serif;
}

.tags a {
  margin-top: 20px;
  background: rgba(222,204,189,.2);
  padding: 2px;
  border-radius: 5px;
}

.inner_fotter ul {
  text-align: right;
}

.relate_dl {
  margin-top: 20px;
  padding: 10px;
  border: 1px solid rgb(191,145,104);
}

.relate_dt {
  font-weight: bold;
  padding: 3px;
}


/***----- comment, trackback
------------------------------------------***/

.main_body {
  width: 100%;
}

.another_title {
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  text-align: center;
}

.collapse_title {
  cursor: crosshair;
}

.container-name {
  color: RGB(191,145,104);
  font-family: 'Lato', sans-serif;
  font-size: 12px;
  font-weight: normal;
  padding-bottom: .2em;
  padding-top: 10px;
  border-bottom: 1px solid rgb(191,145,104);
}

.collapsingContainer {
  padding: 0 10px;
}

.contents2 {
  position: relative;
  padding: 10px 8px;
}

.afterfloat {
  position: relative;
}

.stamp {
  width: 100px;
  height: 100px;
  border: 1px solid rgb(191,145,104);
  display: table;
  text-align: center;
  table-layout: fixed;
  position: absolute;
  left: 0;
  top: 0;
}

.stamp-container {
  display: table-cell;
  vertical-align: middle;
}

.no-border {
  font-size: 14px;
  color: rgb(191,145,104);
}

.right-container {
  padding-left: 120px;
  min-height: 100px;
  margin-bottom: 10px;
}

.mail_name {
  font-weight: bold;
  color: rgb(205,125,125);
}

.c_title {
  font-weight: bold;
}

.c_body {
  padding-top: .5em;
}

.inFo {
  text-align: right;
  padding: .8em 0 .3em;
  border-bottom: 1px dotted rgb(220,212,184);
}

#comment_form {
  width: 100%;
  max-width: 600px;
  margin: 50px auto;
  font-family: 'Lato', sans-serif;
  text-decoration: none;
  vertical-align: middle;
  padding:20px;
}

#name, #subject, #mail, #url, #pass, #edit_name {
  width: 100%;
  border: 1px solid rgb(201,183,162);
  background: rgba(191,145,104,.1);
  border-radius: 4px;
  color: rgb(167,128,110);
  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: rgb(114,81,41);
}

#comment {
  width: 100%;
  border-radius: 8px;
  padding: .5em;
  border: 1px solid rgb(201,183,162);
}

.btn {
  margin-top: 15px;
}

#sendbtn, #delbtn {
  background-color: rgb(229,211,195);
  color: rgb(255,255,255);
  font-family: 'Lato', sans-serif;
  height: 35px;
  font-size: 14px;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  outline: none;
}

#sendbtn {
  width: 49%;
  margin-right: 1%;
}

#delbtn {
  width: 49%;
  margin-left: 1%;
  color: rgb(174,22,114);
}

#url:-webkit-autofill, #pass:-webkit-autofill,
#mail:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px rgb(248,243,239) inset;
}

.collapsingContainer > .contents2:first-child {
  margin-top: 40px;
}

.collapsingContainer > .contents2:last-child {
  padding-bottom: 40px;
}

.tb_dl {
  margin-top: 30px;
  padding: 10px;
  border: 1px solid rgb(191,145,104);
}

.tb_dt {
  font-weight: bold;
}

.tb_ul {
  padding: 10px 0;
}

.op {
  width: 100%;
}


/***----- title list, search
------------------------------------------***/

.titlelist-and-search {
  margin: 50px 0;
}

.titlelist-title, .search-title {
  font-size: 14px;
}

.lato {
  font-family: 'Lato', sans-serif;
}

.titlelist-and-search-date {
  padding-bottom: 10px;
}


/***----- pager
------------------------------------------***/

.pager {
  width: 100%;
  margin: 50px auto;
}

.simple-pagination ul {
  min-height: 30px !important;
}

.light-theme a, .light-theme span {
  font-family: 'Lato', sans-serif;
  color: rgb(222,204,189);
  text-align: center;
  font-size: 12px;
  width: 30px;
  height: 30px;
  background: transparent;
  padding-top: 4px;
  border: 1px solid rgb(222,204,189);
}

.light-theme a:hover {
  color: rgb(255,255,255);
  background-color: rgb(222,204,189);
}

.prev, .next {
  border: none !important;
}

.light-theme .current {
  color: rgb(255,255,255);
  box-shadow: none !important;
  background-color: rgb(222,204,189);
}

.light-theme .ellipse {
  font-weight: bold;
  color: rgb(222,204,189);
}

.posted_pager, .posted_pager2 {
  display: table;
  table-layout: fixed;
  text-align: center;
  font-family: 'Lato', sans-serif;
  height: 30px;
}

.posted_pager {
  width: 70%;
  margin: 0 auto 40px;
  font-family: 'Lato', sans-serif;
}

.posted_pager2 {
  width: 95%;
  margin: 40px auto 50px;
}

.p_left, .p_right {
  display: table-cell;
  font-size: 12px;
  vertical-align: middle;  
  color: rgb(222,204,189);
}

.p_center {
  display: table-cell;
  vertical-align: middle;
}

.p_left2, .p_right2 {
  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, .p_left2 {
  text-align: left;
}

.p_center a {
  color: rgb(222,204,189);
  text-align: center;
  height: 30px;
  font-size: 12px;
  padding-top: 4px;
}

.p_right, .p_right2 {
  text-align: right;
}

.p_left a, .p_right a {
  font-family: 'Lato', sans-serif;
  color: rgb(222,204,189);
  display: inline-block;
  text-align: center;
  border: 1px solid rgb(222,204,189);
  padding-top: 4px;
  width: 30px;
  height: 30px;
  background-color: transparent;
}

.p_left a:hover, .p_right a:hover {
  color: rgb(255,255,255);
  background-color: rgb(222,204,189);
}


/***----- calendar
------------------------------------------***/

#plg_cal {
  max-width: 90%;
  margin: 0 auto 15px;
}

.calender {
  margin: 0 auto;
  table-layout: fixed;
  width: 90%;
  max-width: 380px;
  text-align: center;
  font-family: 'Lato', sans-serif;
  font-size: 12px;
}

.calender caption {
  margin-bottom: 10px;
}

#prevMonth {
  margin-right: 1em;
}

#nextMonth {
  margin-left: 1em;
}

.sun {
  color: rgb(205,125,125);
}

.calender td {
  padding: .5em 0;
  width: 25px;
  height: 25px;
}

.calender td a {
  background: rgba(191,145,104,.4);
  width: 25px;
  height: 25px;
  line-height: 25px;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
  color: rgb(255,255,255);
}


/***----- side bar
------------------------------------------***/

.mobile {
  display: none;
}

.icon-for-sp {
  display: block;
  font-size: 26px;
  color: rgb(191,145,104);
  position: fixed;
  top: 0;
  left: 0;
  padding: 8px;
  z-index: 1000002;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  tap-highlight-color: rgba(0,0,0,0);
}

.side_bar, #newest {
  position: relative;
  padding: 0 15px 30px;
  min-height: 109px;
  z-index: 20;
}

.side_bar h3 {
  border: 1px solid rgb(191,145,104);
  padding: .8em 0;
  text-align: center;
  margin-bottom: 15px;
}

.side_bar a {
  color: rgb(51,51,51);
}

.side_bar a:hover {
  text-decoration: underline;
}

.side_bar_title li {
  border-bottom: dotted 1px rgba(191,145,104,.4);
  color: rgb(0,0,0);
  padding: .2em 0;
}

.plugin-myimage {
  margin-bottom: 15px;
  text-align: center !important;
}

.plugin-myimage img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
}


/***----- RSS thumbnail
------------------------------------------***/

#feedContainer {
  margin-top: 50px;
  width: 100%;
  display: table;
  word-break: break-all;
}

.rss-container {
  display: table;
  table-layout: fixed;
  border-bottom: 1px dotted rgb(229,211,195);
  padding: 15px 0;
}

.image-table-cell {
  display: table-cell;
  vertical-align: top;
}

.for-img {
  width: 100px;
  height: 100px;
  overflow: hidden;
}

.for-img img {
  max-height: 150px;
  max-width: 150px;
}

.for-h-and-text {
  display: table-cell;
  vertical-align: top;
  width: 100%;
  text-align: left;
  padding-left: 20px;
  overflow: hidden;
}


/***----- footer
------------------------------------------***/

#pagetop {
  display: none;
  position: fixed;
  z-index: 9999;
  bottom: 140px;
  right: 60px;
  width: 40px;
  height: 40px;
  background: rgba(255,255,255,.4);
  border: 1px solid rgb(191,145,104);
}

#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;
  background: rgba(255,255,255,.4);
  border: 1px solid rgb(191,145,104);
}

#pagetop-sp {
  display: none;
  position: fixed;
  z-index: 9999;
  bottom: 140px;
  right: 8px;
  width: 40px;
  height: 40px;
  background: rgba(255,255,255,.4);
  border: 1px solid rgb(191,145,104);
}

#pagemiddle-sp {
  display: none;
  width: 0;
  height: 0;
  font-size: 0;
}

#pagebottom-sp {
  display: none;
  position: fixed;
  z-index: 9999;
  bottom: 90px;
  right: 8px;
  width: 40px;
  height: 40px;
  background: rgba(255,255,255,.4);
  border: 1px solid rgb(191,145,104);
}

#pagetop a, #pagebottom a, #pagetop-sp a, #pagebottom-sp a {
  display: inline-block;
  width: 100%;
  height: 100%;
  line-height: 40px;
  font-family: 'Lato', sans-serif;
  color: rgba(191,89,89,.8);
  font-size: 12px;
}

.new {
  color: red;
  font-size: 11px;
  margin-left: 1em;
}

.end {
  width: 100%;
  padding: 15px 2px;
  text-align: center;
  line-height: 1.2;
}

.foot, #copyright {
  text-align: center;
  font-family: 'Lato', sans-serif;
  font-size: 12px;
}

#ad1, #ad2 {
  font-size: 11px;
}


/***----- media less than 1100
------------------------------------------***/

@media screen and (max-width: 1100px) {

#container {
  width: 90%;
  margin: 0 auto;
}

}


/***----- media less than 1075
------------------------------------------***/

@media screen and (max-width: 1075px) {

main .element-item:first-child {
  padding: 15px;
}

main .element-item:nth-child(n+2) {
  width: 100%;
  display: block;
  letter-spacing: normal;
}

}


/***----- media less than 1024
------------------------------------------***/

@media screen and (max-width: 1024px) {

#container {
  width: 90%;
  margin: 0 auto;
}

}


/***----- media less than 970 include iPad mini
--------------------------------------------------***/

@media screen and (max-width: 970px) {

#wrapper {
  width: 100%;
}

#container {
  width: 98%;
}

}


/***----- media less than 854 include Xperia
--------------------------------------------------***/

@media screen and (max-width: 854px) {
main {
  margin-right: 330px;
}

}


/***----- media less than 768
--------------------------------------------------***/

@media screen and (max-width: 768px) {

#primary, main, #secondary {
  float: none;
  width: 100%;
  margin: 0 auto;
}

#primary, #secondary {
  max-width: 600px;
}

#banner {
  max-width: 98%;
  margin: 0 auto;
  padding: 30px 0;
}

#blog_name a { /* 注)ブログタイトルフォントスマホサイズ */
  font-size: 25px;
}

#base { /* 注)サブタイトルフォントスマホサイズ */
  font-size: 14px;
  margin-bottom: 15px;
}

.pc-hide {
  display: inline-block;
  font-size: 16px;
}

.sp-hide {
  display: none;
}

.a-element-item {
  padding: 0 15px;
}

#pagetop {
  bottom: 190px;
  right: 8px;
}

#pagebottom {
  right: 8px;
}

#pagemiddle {
  display: none;
  position: fixed;
  z-index: 9999;
  bottom: 140px;
  right: 8px;
  width: 40px;
  height: 40px;
  background: rgba(255,255,255,.4);
  border: 1px solid rgb(191,145,104);
}

#pagemiddle a {
  display: inline-block;
  width: 100%;
  height: 100%;
  line-height: 40px;
  font-family: 'Lato', sans-serif;
  color: rgba(191,89,89,.8);
  font-size: 12px;
}

#comment_form {
  padding: 20px 10px;
}

input[type="text"], 
input[type="password"], 
input[type="submit"], 
input[type="search"], 
textarea, 
select {
  font-size: 16px;
}

.sidenav {
  background-color: rgb(222,204,189);
}

.sidenav-wrapper {
  position: relative;
  height: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 30px 0;
}

}


/***----- media less than 415 include iPhone6plus
------------------------------------------------------***/

@media screen and (max-width: 415px) {

.sub {
  font-size: 13px;
}

}


/***----- 個人設定
------------------------------------------------------***/

.shadow-attachment {
  box-shadow: 6px 6px 6px rgba(0,0,0,.2); /* 注)記事内画像にドロップシャドウ(記事作成時に手入力) 不要な方は削除 */
}

.booklink-box, .kaerebalink-box{
  margin: 5px auto;
  padding: 3%;
  width: 90%;
  overflow: hidden;
  border: solid 1px #ccc;
  font-size: 90%;
}