@charset "utf-8";

/**
* Author: Vanillaice (Akira) - http://vanillaice000.blog.fc2.com/
* Website skin name: Open
* First edition: 2015.8.2
* 2015.8.9 - Windows10でﾌｫﾝﾄがかすれるのでmeiryoに変更しました
* 2015.8.29 - FC2検索バーによるレイアウト崩れ対策
* 2015.9.9 - 公式化に伴うOGP削除
* 2015.12.12 - RSS新着サムネイルでタイトルリンクが記事幅からはみ出す問題に対処
* Latest update: フッター構造変更, タイトルタグ微調整
*/


/***-----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;
}

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(148,75,38); /* 注)記事内のリンク色はこちら */
  -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 { /* 注)基本フォント関連及び背景色(薄いグレー) */
  background-color: rgb(247,247,247);
  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%;
}

#wrapper {
  width: 100%;
  min-width: 80%;
}

#float-container {
  width: 80%;
  margin: 0 auto;
  max-width: 1360px;
  padding-bottom: 50px;
}

#primary {
  float: left;
  width: 100%;
  margin-right: -300px;
  padding-bottom: 50px;
}

main {
  margin-right: 350px;
}

#secondary {
  float: left;
  width: 300px;
  padding-bottom: 50px;
}


/***----- site search
------------------------------------------***/

#search-form input[type="search"] {
  outline: none;
  -webkit-appearance: none;
  border-radius: 0;
  border: 1px solid RGB(178,135,97);
  max-width: 90%;
}


/***----- header
------------------------------------------***/

#banner {
  width: 100%;
  height: auto;
  margin: 0 auto 80px;
  text-align: center;
}

.blog-name-container {
  background: url(https://blog-imgs-83.fc2.com/s/h/i/shinanotuba/20160325113547b76.jpg) center center no-repeat; /* 注)ヘッダー背景 変更は url(ここに画像アドレス) */
  background-size: cover;
  width: 100%;
  height: 550px;
  display: table;
  text-align: center;
}

.blog-name-container-cell {
  display: table-cell;
  width: 100%;
  vertical-align: middle;
  padding: 0 8px;
}

.blog-name-border-outside {
  border: 1px solid white;
  padding: 6px;
  display: table;
  max-width: 600px;
  table-layout: fixed;
  margin: 0 auto;
}

.blog-name-border-inside {
  border: 1px solid white;
  padding: 30px;
}

.blog-title {
  margin-bottom: 15px;
}

.another-blog-title {
  margin: 0 auto 15px;
  padding-top: 100px;
}

.blog-title a { /* 注)トップページ等(top, archives, tag)のブログタイトルフォント関連 */
  font-family: 'Raleway', sans-serif; /* 注)タイトルが日本語で見た目が気になる方ははこの行を削除 */
  font-size: 70px;
  color: white;
}

.another-blog-title a { /* 注)個別記事等(個別記事, search, コメント編集, タイトルリスト)のブログタイトルフォント関連 */
  font-family: 'Raleway', sans-serif; /* 注)タイトルが日本語で見た目が気になる方ははこの行を削除 */
  font-size: 16px;
  color: black;
  font-weight: normal;
}

.sub-title { /* 注)サブタイトル(トップページ等 のみ)フォント関連 */
  font-size: 30px;
  color: white;
}

.fixed-container {
  background-color: rgba(0,0,0,.1);
  padding: 10px 3px 0;
  width: 100%;
  height: 42px;
}

.another-fixed-container {
  background-color: rgba(0,0,0,.1);
  padding: 10px 3px 0;
  position: fixed;
  top: 0;
  width: 100%;
  height: 42px;
  z-index: 10000;
}

.fixed-container li, .another-fixed-container li {
  display: inline-block;
  text-align: center;
  padding: 0 1em;
}

.fixed-container .pc-hide, .another-fixed-container .pc-hide {
  display: none;
}

.fixed-positioning {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10000;
}

.fixed-container-adjust {
  top: 27px;
}

.include a {
  font-family: 'Raleway', sans-serif;
  vertical-align: middle;
}

html.remodal-is-locked {
  overflow: hidden;
}

.remodal,
[data-remodal-id] {
  display: none;
}

.remodal-overlay {
  position: fixed;
  z-index: 9999;
  top: -5000px;
  right: -5000px;
  bottom: -5000px;
  left: -5000px;
  display: none;
}

.remodal-wrapper {
  position: fixed;
  z-index: 10000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  overflow: auto;
  text-align: center;
  -webkit-overflow-scrolling: touch;
}

.remodal-wrapper:after {
  display: inline-block;
  height: 100%;
  margin-left: -0.05em;
  content: "";
}

/* Fix iPad, iPhone glitches */

.remodal-overlay,
.remodal-wrapper {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: rgba(0,0,0,.4);
}

.remodal {
  background-color: white;
  box-shadow: 0 0 4px rgba(0,0,0,.7);
  display: none;
  width: 300px;
  height: auto;
  position: absolute;
  left: 50%;
  margin-left: -150px;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

.remodal-for-search {
  top: 150px;
  padding: 30px;
  text-align: center;
}

.remodal-for-category {
  top: 60px;
  padding: 0 0 20px;
  text-align: left;
}

#scroll-content {
  width: 100%;
  height: 350px;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  padding: 50px 20px;
}

.remodal-is-initialized {
  display: inline-block;
}

#search-form {
  margin: 0 auto;
  text-align: center;
}

.whatdoyouwant {
  font-size: 15px;
  margin-bottom: 20px;
}

.remodal-close {
  margin-top: 20px;
  text-align: center;
}

.close-text {
  cursor: pointer;
  font-size: 15px;
}

.raleway {
  font-family: 'Raleway', sans-serif;
}

.various-text {
  margin: 20px auto 10px;
  text-align: center;
  font-size: 16px;
}

.border-block {
  background-color: rgb(148,75,38); /* 注)Latest postテキスト下下線の色指定はここです */
  width: 60px;
  height: 2px;
  margin: 0 auto 15px;
}

.which-one {
  margin: 0 auto 100px;
  text-align: center;
  font-size: 12px;
}

#eye-catch-container {
  margin: 0 auto 50px;
  width: 100%;
  max-width: 1360px;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -o-flexbox;
  display: -ms-flexbox;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}

.eye-catch-image {
  flex-basis: 320px;
  padding: 10px;
  outline: 1px solid rgb(221,221,221);
  border-top: 1px solid white;
  padding: 10px;
  background: rgb(240,240,240);
  margin: 10px;
}

.eye-catch-aspect {
  width: 100%;
  position: relative;
}

.eye-catch-aspect:before {
  padding-top: 100%;
  display: block;
  content: "";
}

.img-liquid-fill {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.mask-for-image-view {
  display: table;
  table-layout: fixed;
  width: 80%;
  height: 80%;
  margin: 10%;
  text-align: center;
  background: rgba(255,231,179,.8);
  transition: all .5s linear;
  opacity: 0;
}

.mask-for-image-view-cell {
  display: table-cell;
  vertical-align: middle;
}

.view-title {
  text-align: center;
  font-size: 17px;
  line-height: 1.2;
  margin: 0 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(0,0,0,.3);
  transform: scale(0);
  transition: all .5s linear;
  opacity: 0;
}

.view-datetime {
  text-align: center;
  font-size: 17px;
  line-height: 1.2;
  padding-top: 20px;
  transform: scale(0);
  transition: all .5s linear;
  opacity: 0;
}

.inline-raleway {
  display: inline-block;
  border: 1px solid rgb(148,75,38);
  color: rgb(148,75,38);
  padding: .5em 1em;
  margin-top: 20px;
  transform: scale(0);
  transition: all .5s linear;
  opacity: 0;
}

.image-view:hover .mask-for-image-view {
  opacity: 1;
}

.image-view:hover .view-title,
.image-view:hover .view-datetime,
.image-view:hover .inline-raleway {
  transform: scale(1);
  opacity: 1;
}

.inline-raleway:hover {
  background-color: rgb(148,75,38);
  color: white;
}

#top-head ul li {
  display: inline-block;
}


/***----- posts
------------------------------------------***/

.main-body {
  width: 100%;
  background-color: white;
  margin: 0 auto 30px;
}

.element-header {
  padding: 20px 10px;
  text-align: center;
  position: relative;
}

.category-in-border {
  margin-bottom: 10px;
}

.border-block-thin {
  width: 30px;
  height: 1px;
  margin-bottom: 6px;
  background-color: rgb(148,75,38);
  display: inline-block;
}

.element-category {
  display: inline-block;
}

.element-category a {
  display: table-cell;
  font-family: 'Raleway', sans-serif;
  font-size: 12px;
  line-height: 1;
  vertical-align: middle;
}

.element-title {
  font-size: 17px;
  font-weight: normal;
  text-align: center;
  line-height: 1.2;
  padding-bottom: 10px;
}

.element-title a {
  color: rgb(0,0,0);
}
.element-datetime {
  text-align: center;
  font-family: 'Raleway', sans-serif;
}

.contents {
  padding: 20px 30px 0;
}

.contents a:hover {
  text-decoration: underline;
}

.tag {
  margin-top: 20px;
  font-family: 'Raleway', sans-serif;
}

.tag a {
  margin-top: 20px;
  background: rgba(222,204,189,.2);
  padding: 2px;
  border-radius: 5px;
}

.normal-font {
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, '游ゴシック', 'Yu Gothic', sans-serif;
}

.inner-contents {
  margin-bottom: 20px;
}

.inner-info {
  display: table;
  padding: 10px;
  width: 100%;
  border-top: 1px solid rgb(234,234,234);
}

.contents .inner-info a {
  text-decoration: none;
}

.comment-and-others {
  display: table-cell;
  text-align: left;
  vertical-align: middle;
}

.sns-and-others {
  display: table-cell;
  text-align: right;
  vertical-align: middle;
}

.comment-and-others li, .sns-and-others li {
  display: inline-block;
}

.sns-and-others-link {
  display: inline-block;
}

.right-space {
  margin-right: 5px;
}

.josefin {
  font-family: 'Raleway', sans-serif;
}

.sns-and-others-link .fa {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid rgb(197,160,142);
  line-height: 30px;
  text-align: center;
}

.sns-and-others-link .fa:before {
  padding: 0;
  line-height: 30px;
}

.sns-and-others-link .fa:hover {
  background-color: rgb(197,160,142);
  color: white;
}

.element-read-more {
  margin: 20px 0;
  text-align: center;
}

.element-read-more a {
  border: 1px solid rgb(191,145,104);
  font-family: 'Raleway', 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: 'Raleway', sans-serif;
  color: rgb(0,0,0);
  padding: 10px 0;
}

.relate_dl {
  margin: 20px auto 0;
  padding: 10px;
  background-color: rgb(249,252,251);
  border-radius: 3px;
  box-shadow: inset 0 0 15px rgba(0,0,0,.2);
}
.relate_dt {
  font-weight: bold;
  padding: 3px;
}


/***----- comment, trackback
------------------------------------------***/

.another-title {
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
  text-align: center;
  color: black;
  padding: 20px 0;
}

.collapse-title {
  cursor: crosshair;
}

.after-float {
  display: table;
  text-align: left;
  width: 100%;
  margin-bottom: 20px;
}

.stamp {
  display: table-cell;
  vertical-align: middle;
}

.stamp-container {
  display: table;
  width: 100px;
  height: 100px;
  background: url(https://blog-imgs-83.fc2.com/s/h/i/shinanotuba/20160325113547b76.jpg) center top no-repeat;
  text-align: center;
  color: black;
}

.stamp-container-cell {
  display: table-cell;
  vertical-align: middle;
}

.week-of-the-day-border {
  display: inline-block;
  font-size: 14px;
  border-bottom: 1px solid black;
}

.container-name {
  font-family: 'Raleway', sans-serif;
  padding-top: .2em;
  font-size: 12px;
  font-weight: normal;
}

.container-name-bottom {
  font-family: 'Raleway', sans-serif;
  font-size: 12px;
  padding-bottom: .2em;
}

.right-container {
  display: table-cell;
  width: 100%;
  padding-left: 30px;
  vertical-align: middle;
}

.mail-and-name {
  font-weight: bold;
  color: black;
}

.visitor-comment-title {
  font-weight: bold;
}

.visitor-comment-body {
  padding-top: .5em;
}

.comment-info {
  text-align: right;
  padding: 20px;
  border-bottom: 1px solid rgb(234,234,234);
}

#comment_form, #edit_form {
  width: 100%;
  max-width: 600px;
  margin: 20px auto;
  font-family: 'Raleway', sans-serif;
  text-decoration: none;
  vertical-align: middle;
  padding:20px;
}

#name, #subject, #mail, #url, #pass, #edit_name {
  width: 100%;
  border: 1px solid rgb(234,234,234);
  background: rgb(243,238,229);
  border-radius: 4px;
  color: black;
  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;
}

#comment {
  width: 100%;
  border-radius: 8px;
  padding: .5em;
  background: rgb(243,238,229);
  border: 1px solid rgb(234,234,234);
}

#name:focus, #subject:focus, #mail:focus,
#url:focus, #edit_name:focus, #comment:focus {
  background: rgb(255,255,255);
  color: black;
}

.btn {
  margin-top: 15px;
}

input[type="submit"] {
  outline: none;
  -webkit-appearance: none;
  border-radius: 0;
}

#sendbtn, #delbtn {
  background-color: rgb(239,233,232);
  color: black;
  font-family: 'Raleway', sans-serif;
  height: 35px;
  font-size: 13px;
  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 {
  -webkit-box-shadow: 0 0 0 1000px rgb(243,238,229) inset;
}

.collapsingContainer > .contents2:first-child {
  margin-top: 40px;
}

.collapsingContainer > .contents2:last-child {
  padding-bottom: 40px;
}

.trackback-block {
  text-align: center;
}

.tb_dl {
  margin: 20px auto 0;
  padding: 10px;
  background-color: rgb(249,252,251);
  border-radius: 3px;
  box-shadow: inset 0 0 15px rgba(0,0,0,.2);
}

.bottom-adjust20 {
  padding-bottom: 20px;
}

.tb_dt {
  font-weight: bold;
}

.tb_ul {
  padding: 10px 0;
}

.op {
  max-width: 600px;
  width: 100%;
}

#for-trackback-word {
  margin-bottom: 20px;
  display: inline-block;
  font-size: 12px;
}


/***----- title list, search
------------------------------------------***/

.titlelist-title, .search-title {
  font-size: 14px;
}

.lato {
  font-family: 'Raleway', sans-serif;
}

.titlelist-and-search-date {
  padding-bottom: 10px;
}


/***----- pager
------------------------------------------***/

.pager {
  width: 100%;
  margin: 0 auto 50px;
}

.simple-pagination ul {
  min-height: 30px !important;
}

.light-theme a, .light-theme span {
  font-family: 'Josefin Slab', serif;
  color: rgb(148,75,38);
  text-align: center;
  font-size: 12px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: transparent;
  padding-top: 5px;
  border: 1px solid rgb(197,160,142);
}

.light-theme a:hover {
  color: rgb(255,255,255);
  background-color: rgb(197,160,142);
}

.prev, .next {
  border: none !important;
}

.light-theme .current {
  color: rgb(255,255,255);
  box-shadow: none !important;
  background-color: rgb(197,160,142);
}

.light-theme .ellipse {
  font-weight: bold;
  color: rgb(148,75,38);
}

.posted-pager, .posted-pager-bottom {
  display: table;
  table-layout: fixed;
  text-align: center;
  font-family: 'Josefin Slab', serif;
  height: 30px;
}

.posted-pager {
  width: 70%;
  margin: 0 auto 50px;
  font-family: 'Josefin Slab', serif;
}

.posted-pager-bottom {
  width: 100%;
  margin: 50px auto;
}

.left-page, .right-page {
  display: table-cell;
  font-size: 12px;
  color: rgb(133,192,173);
}

.center-home {
  display: table-cell;
  vertical-align: middle;
}

.left-page-bottom, .right-page-bottom {
  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;
}

.left-page, .left-page-bottom {
  text-align: left;
}

.center-home a {
  color: rgb(148,75,38);
  text-align: center;
  height: 30px;
  font-size: 12px;
}

.right-page, .right-page-bottom {
  text-align: right;
}

.left-page a, .right-page a {
  font-family: 'Josefin Slab', serif;
  color: rgb(148,75,38);
  display: inline-block;
  text-align: center;
  border: 1px solid rgb(197,160,142);
  padding-top: 5px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: transparent;
}

.left-page a:hover, .right-page a:hover {
  color: rgb(255,255,255);
  background-color: rgb(197,160,142);
}

.bottom-adjust100 {
  margin-bottom: 100px;
}


/***----- calendar
------------------------------------------***/

#as-plugin-calender {
  max-width: 90%;
  margin: 0 auto 15px;
}

.calender {
  table-layout: fixed;
  width: 100%;
  max-width: 350px;
  text-align: center;
  font-family: 'Raleway', sans-serif;
  font-size: 12px;
  border: 1px solid rgb(234,234,234);
}

.calender caption {
  margin-bottom: 10px;
}

#prevMonth {
  margin-right: 1em;
}

#nextMonth {
  margin-left: 1em;
}

.sun {
  color: rgb(205,125,125);
}

.calender th {
  border: 1px solid rgb(234,234,234);
}

.calender td {
  width: 38px;
  height: 38px;
  border: 1px solid rgb(234,234,234);
}

.calender td a {
  width: 100%;
  height: 100%;
  display: block;
  color: black;
  background: url(https://blog-imgs-80.fc2.com/v/a/n/vanillaice000/check_c5a08e.png) center bottom no-repeat;
}


/***----- side bar
------------------------------------------***/

.side_bar, #newest {
  padding: 0 15px 30px;
  min-height: 109px;
}

.bg-trans-attachment {
  background: transparent;
}

.side_bar h3 {
  border-bottom: 1px solid rgb(234,234,234);
  padding: .8em 0;
  text-align: center;
  margin-bottom: 15px;
}

.side_bar a {
  color: rgb(50,50,50);
}

.side_bar a:hover {
  text-decoration: underline;
}

.plugin-myimage {
  margin-bottom: 15px;
  text-align: center !important;
}

.plugin-myimage img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
}

.nonopacity {
  opacity: 1 !important;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}


/***----- RSS thumbnail
------------------------------------------***/

#feedContainer {
  margin-top: 30px;
  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;
  border-radius: 50%;
}

.for-img img {
  max-height: 170px;
  max-width: 180px;
  margin-left: -25px;
}

.for-h-and-text {
  display: table-cell;
  vertical-align: top;
  padding-left: 20px;
  overflow: hidden;
}


/***----- footer
------------------------------------------***/

#pagetop {
  display: none;
  position: fixed;
  z-index: 9999;
  bottom: 140px;
  right: 60px;
  font-size: 12px;
  width: 40px;
  height: 40px;
  border: 1px solid rgba(54,55,69,.5);
  background: rgba(255,255,255,.4);
  border-radius: 4px;
}

#pagebottom {
  display: none;
  position: fixed;
  z-index: 9999;
  bottom: 90px;
  right: 60px;
  font-size: 12px;
  width: 40px;
  height: 40px;
  border: 1px solid rgba(54,55,69,.5);
  background: rgba(255,255,255,.4);
  border-radius: 4px;
}

#pagetop a, #pagebottom a {
  display: inline-block;
  width: 100%;
  height: 100%;
  line-height: 40px;
  color: rgb(54,55,69);
}

.new {
  color: red;
  font-size: 11px;
  margin-left: 1em;
}

.ordinary-end {
  text-align: center;
}

.end {
  width: 100%;
  height: auto;
  min-width: 80%;
  text-align: center;
  background: url(https://blog-imgs-83.fc2.com/s/h/i/shinanotuba/20160325113547b76.jpg) center center no-repeat; /* 注)ヘッダー背景 変更は url(ここに画像アドレス) */
  background-size: cover;
  box-shadow: 0 -2px 8px 4px rgba(51,51,51,.2);
}

.footer-name-container {
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 40px 0 30px;
  display: table;
  text-align: center;
}

.white-text {
  color: white;
}

.foot, #copyright, ad1 {
  text-align: center;
  font-family: 'Raleway', sans-serif;
  font-size: 11px;
  position: relative;
  z-index: 3;
}

.size-adjust {
  font-size: 17px;
}

.bottom-adjust0 {
  margin-bottom: 0;
}

#footer-sns {
  max-width: 70%;
  margin: 30px auto 0;
}

#footer-sns ul {
  padding: 10px 10%;
  text-align: center;
}

#footer-sns li {
  display: inline-block;
  width: 30%;
}

#footer-sns .fa {
  width: 50px;
  height: 50px;
  border: 1px solid white;
  color: white;
  border-radius: 50%;
  background: rgba(255,255,255,.4);
  text-align: center;
}

#footer-sns .fa:before {
line-height: 50px;
}


/***----- media less than 1120
------------------------------------------***/

@media screen and (max-width: 1120px) {

#float-container {
  width: 90%;
  margin: 0 auto;
}

}


/***----- media less than 880
------------------------------------------***/

@media screen and (max-width: 880px) {

#float-container {
  width: 98%;
  margin: 0 auto;
}

}


/***----- media less than 768 include iPad mini
--------------------------------------------------***/

@media screen and (max-width: 768px) {

#wrapper {
  width: 100%;
}

#primary {
  float: none;
  width: 100%;
  margin: 0 auto;
}

#secondary {
  float: none;
  width: 100%;
  margin: 0 auto;
}

main {
  width: 100%;
  margin: 0 auto;
}

.blog-title a { /* 注)ブログタイトルフォントスマホサイズ */
  font-size: 25px;
}

.sub-title { /* 注)サブタイトルフォントスマホサイズ */
  font-size: 13px;
}

.fixed-container .pc-hide, .another-fixed-container .pc-hide,
.fa-search {
  display: inline-block;
  font-size: 20px !important;
}
.fixed-container, .another-fixed-container {
  padding-top: 5px; /* 注)スマホ版非表示の方はここの数字を11に変更してください */
}

.another-fixed-container {
  text-align: right;
}

.another-fixed-container ul {
  display: inline-block;
}

.fixed-container li, .another-fixed-container li {
  padding: 0 .5em;
}

.fixed-container .sp-hide, .another-fixed-container .sp-hide {
  display: none;
}

.fixed-container a, .another-fixed-container a {
  color: rgba(148,75,38,.7);
}

/*===== 注)スマホではキャプション強制表示 表示不要の方ここから削除 =====*/

.mask-for-image-view {
  opacity: 1;
}

.view-title {
  opacity: 1;
  transform: none;
}

.view-datetime {
  opacity: 1;
  transform: none;
}

.inline-raleway {
  opacity: 1;
  transform: none;
}

/*===== 注)スマホではキャプション強制表示 表示不要の方ここまで削除 =====*/


#pagetop, #pagebottom {
  right: 10px;
}


/* avoid iPhone zoom */

#search-form input[type="search"] {
  font-size: 16px;
}

#comment_form {
  padding: 20px 10px;
}

#footer-sns {
  max-width: 90%;
}

input[type="text"], 
input[type="password"], 
textarea, 
select {
  font-size: 16px;
}

}


/***----- media less than 680 include iPad mini
--------------------------------------------------***/

@media screen and (max-width: 680px) {

.eye-catch-image {
  margin: 10px 0;
}

}


/***----- media less than 415 include iPhone6plus
------------------------------------------------------***/

@media screen and (max-width: 415px) {

.sub {
  font-size: 13px;
}

.contents {
  padding: 20px 20px 0;
}

.inner-info {
  padding: 10px 5px;
}

.comment-and-others {
  display: block;
  text-align: left;
}

.sns-and-others {
  display: block;
  text-align: right;
}

}