@charset "utf-8";

/**
* Author: Vanillaice (Akira) - http://vanillaice000.blog.fc2.com/
* Website skin name: Valparaiso
* First edition: 2015.8.17
* 2015.8.27 - タブレットでの挙動再調整, ページTOP/ BOTTOMボタン変更, Javascript軽量化, その他微調整
* Latest update: 2015.9.9 - 公式化に伴うOGP削除
*/


/***-----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%;
}

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;
}

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"], 
textarea, 
select {
  outline: none;
}

pre {
  word-wrap: break-word;
  white-space: pre-wrap;
  font-family: consolas;
}

div {
  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: 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(179,154,100); /* 注)記事内のリンク色はこちら */
  -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";
}

#sh_fc2blogheadbar, div#sh_fc2blogheadbar {
  min-width: 0 !important;
  overflow: hidden !important;
}

body { /* 注)基本フォント関連 */
  background-color:rgb(51,51,51);
  font-size: 13px;
  color: White;
  line-height: 1.7;
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, sans-serif, '游ゴシック', 'Yu Gothic';
}

html, body {
  height: 100%;
}

#wrapper {
  width: 100%;
  min-width: 80%;
  margin: 0 auto -70px;
}

#white-bg-container {
  background-color: black;
  width: 100%;
  padding-top: 30px;
}

#float-container {
  width: 80%;
  margin: 0 auto;
  max-width: 1200px;
  padding: 50px 0;
  background-color: black;
}

#primary {
  float : left;
  width: 100%;
  margin-right : -300px;
  padding-bottom: 50px;
}

main {
  margin-right: 350px;
}

#secondary {
  float: left;
  width: 300px;
  position: relative;
  z-index: 10;
  padding-bottom: 50px;
}

.mobile {
  display: none;
}

.sidr {
  display: none;
}


/***----- header
------------------------------------------***/

/*#bg_hack {
  background: url(https://blog-imgs-62.fc2.com/s/h/i/shimatyuu/20130917220921848.jpg) center center no-repeat; 
  width: 100%;
  height: 250px;
  background-size: cover;
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  -webkit-filter: blur(2px);
  -moz-filter: blur(2px);
  -ms-filter: blur(2px);
  -o-filter: blur(2px);
  filter: blur(2px);
}*/

#banner, #another-banner {
  width: 100%;
  height: auto;
  margin: 0 auto;
  text-align: center;
}

#blog-name-container {
  width: 100%;
  background-color:black;
  padding: 60px 5px;
  line-height: 1.2;
  margin: 0 auto;
}

.blog-title {
  display: inline-black;
  padding-bottom: 5px;
  border-bottom: 1px solid rgb(179,154,100);
}

.blog-title a { /* 注)ブログタイトルフォント関連 */
  font-family: 'Droid Serif', serif; /* 注)タイトルが日本語の方はこの行を削除するとMacはヒラギノWindowsはメイリオになります */
  font-size: 30px;
  color: #ea5506;
  text-shadow: 1px 2px 1.5px Silver;
}

.sub-title { /* 注)サブタイトルフォント関連 */
  font-size: 14px;
  padding-top: 15px;
}

#photo-blank {
  display: table;
  table-layout: fixed;
  height: 400px;
  width: 100%;
}

#welcome-blank {
  display: table;
  font-size: 40px;
  color: white;
  font-family: 'Droid Serif', serif;
  text-shadow: 2px 4px 3px rgba(0,0,0,0.2);
  background: url(https://blog-imgs-62.fc2.com/s/h/i/shimatyuu/20130917220921848.jpg) center center no-repeat;/*画像を変えるときはここのURLを変更する*/
  background-size: cover;
  padding:0;
width:100%;
height:100%;
 }

#welcome-blank a{
  display:table-cell;
  vertical-align: middle;
width:100%;
height:100%;
}

#navigation-container {
  width: 100%;
  background-color: rgb(51,51,51);
  padding: 10px 2px;
}

#navigation-container ul li {
  display: inline-block;
}

#navigation-container ul li a {
  display: inline-block;
  width: 100%;
  height: 100%;
  padding: 0 2em;
  font-family: 'Droid Serif', serif;
  color: white;
  font-size: 14px;
  vertical-align: middle;
}

#navigation-container ul li a:hover {
  color: rgb(179,154,100);
}

.both-border {
  border-left: 1px solid silver;
  border-right: 1px solid silver;
}

.right-border {
  border-right: 1px solid silver;
}

#navigation-container ul .pc-hide {
  display: none;
}


/***----- header
------------------------------------------***/

.owl-carousel {
  max-width: 1300px;
  margin: 0 auto;
}

.disabled {
  display: none;
}

.owl-prev, .owl-next {
  display: inline-block;
  font-family: 'Droid Serif', serif;
}

.owl-nav {
  margin-top:10px;
  text-align:center;
  -webkit-tap-highlight-color:transparent
  }

.owl-nav [class*=owl-]{
  color: rgb(179,154,100);
  font-size: 14px;
  margin:15px;
  padding: 4px 8px;
  display:inline-block;
  cursor:pointer;
  border: 1px solid rgb(179,154,100);
  -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;
}

.owl-nav [class*=owl-]:hover{
  background: rgb(179,154,100);
  color:White;
  text-decoration:none
}

.owl-nav .disabled{
  opacity:.5;
  cursor:default
}

.owl-dots {
  text-align: center;
}

.owl-dots .owl-dot{
  display:inline-block;
  zoom:1;
  *display:inline
}

.owl-dot span{
  width:10px;
  height:10px;
  margin:5px 7px;
  background: rgb(214,214,214);
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-transition: opacity 200ms ease;
  -moz-transition: opacity 200ms ease;
  -ms-transition: opacity 200ms ease;
  -o-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  border-radius: 30px
}

.owl-dots .active span,.owl-theme .owl-dots .owl-dot:hover span{
  background:RGB(179,154,100);
}

#crousel-title {
  font-size: 20px;
  font-family: 'Droid Serif', serif;
  text-align: center;
  position: relative;
  margin-bottom: 20px;
}

#crousel-title span {
  padding: 0 1em;
  background-color: black;
  position: relative;
  z-index: 1;
}

#crousel-title:before {
  content: "";
  width: 100%;
  height: 6px;
  border-bottom: 1px solid rgb(179,154,100);
  border-top: 3px solid rgb(179,154,100);
  position: absolute;
  left: 0;
  bottom: 13px;
}

.item {
  position: relative;
}

.item > span {
  display: block;
  position: absolute;
  top: 5px;
  left: 15px;
  font-family: 'Great Vibes', cursive;
  font-size: 22px;
  color: white;
}

.item a {
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  outline: 1px solid rgb(179,154,100);
  outline-offset: -6px;
}

.black-mask {
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 100%;
  text-align: center;
  background-color:black;
  opacity: 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;
}

.black-mask > span {
  display: table-cell;
  vertical-align: middle;
  font-size: 50px;
  color: White;

}

.item a:hover .black-mask {
  opacity: .6;
}


/***----- posts
------------------------------------------***/

.main-body {
  width: 100%;
  background-color: black;
  margin: 0 auto 30px;
  border: 1px solid rgb(179,154,100);
  outline: 1px solid rgb(179,154,100);
  outline-offset: -6px;
}

.element-header {
  padding: 20px 30px;
}

.element-category {
  text-align: left;
}

.element-category a {
  font-size: 12px;
  line-height: 1.1;
  vertical-align: middle;
}

.element-title {
  font-size: 17px;
  font-weight: normal;
  text-align: left;
  line-height: 1.2;
  padding: 10px 0;
}

.element-title a {
  color:#ea5506

}

.element-title a:hover {
  color: rgb(179,154,100);
  text-decoration: underline;
}

.element-datetime {
  text-align: left;
  font-family: 'Droid Serif', serif;
  padding-bottom: 10px;
}

.across-the-border {
  width: 150px;
  height: 2px;
  background-color: rgb(179,154,100);
}

.contents {
  padding: 20px 30px 0;
}

.contents a:hover {
  text-decoration: underline;
}

.read_more, .read_more2 {
  text-align: center;
  margin: 30px 0;
}

.read-more-open-a, .read-more-close-a {
  display: inline-block;
  padding: 1em 2em;
  border: 1px solid rgb(179,154,100);
}

.contents .read-more-open-a:hover, 
.contents .read-more-close-a:hover {
  background-color: rgb(179,154,100);
  cursor: crosshair;
  text-decoration: none;
  color: black;
}

.read_more_span {
  font-family: 'Droid Serif', serif;
}

.read_jump {
  margin: 30px auto;
  text-align: left;
}

.tags {
  margin-top: 20px;
  font-family: 'Droid Serif', serif;
}

.tags a {
  margin-top: 20px;
  background: rgba(179,154,100,.2);
  padding: 2px;
}

.normal-font {
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, sans-serif, '游ゴシック', 'Yu Gothic';
}

.inner-contents {
  margin-bottom: 20px;
}

.inner-info {
  padding: 10px 10px 10px 30px;
  width: 100%;
  text-align: right;
}

.inner-info a {
  text-decoration: none;
  vertical-align: middle;
}

.comment-and-others {
  display: inline-block;
  text-align: right;
  vertical-align: middle;
}

.sns-and-others {
  display: inline-block;
  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: 8px;
}

.josefin {
  font-family: 'Droid Serif', serif;
}

.sns-and-others-link {
  width: 90px;
  height: 30px;
  overflow: hidden;
  background-color: black
;
  text-align: left;
}

.sns-and-others-link .fa {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  -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;
}

.sns-and-others-link .fa:before {
  padding: 0;
  line-height: 30px;
}

.minimal-font {
  font-size: 11px;
}

.sns-and-others-link:hover {
  background-color:rgb(179,154,100);
}

.sns-and-others-link:hover .fa {
  font-size: 50px;
  color: black;
  -webkit-transform: rotate(10deg);
  -moz-transform: rotate(10deg);
  -o-transform: rotate(10deg);
  -ms-transform: rotate(10deg);
  transform: rotate(10deg);
}

.element-read-more {
  margin: 20px 0;
  text-align: center;
}

.element-read-more a {
  border: 1px solid rgb(191,145,104);
  font-family: 'Droid Serif', serif;
  font-size: 1200px;
  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: 'Droid Serif', 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: 'Droid Serif', serif;
  font-size: 14px;
  text-align: center;
  color: black;
  padding: 20px 0;
}

.collapse-title {
  cursor: crosshair;
}

.collapsing-container {
  padding: 0 10px;
}

.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-color: rgb(51,51,51);
  font-family: 'Droid Serif', serif;
  color: rgb(179,154,100);
  text-align: center;
}

.stamp-container-cell {
  display: table-cell;
  vertical-align: middle;
}

.week-of-the-day-border {
  display: inline-block;
  font-size: 14px;
}

.container-name {
  font-size: 12px;
  font-weight: normal;
}

.container-name-bottom {
  font-family: 'Droid Serif', 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: white;
}

.visitor-comment-title {
  font-weight: bold;
}

.visitor-comment-body {
  padding-top: .5em;
}

.comment-info {
  text-align: right;
  padding: 20px;
  border-bottom: 1px solid rgb(238,238,238);
}

#comment_form, #edit_form {
  width: 100%;
  max-width: 600px;
  margin: 20px auto;
  font-family: 'Droid Serif', serif;
  text-decoration: none;
  vertical-align: middle;
  padding:20px;
}

#name, #subject, #mail, #url, #pass, #edit_name {
  width: 100%;
  border: 1px solid rgb(179,154,100);
  background: rgba(179,154,100,.1);
  border-radius: 4px;
  color: rgb(179,154,100);
  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: transparent;
  border: 1px solid rgb(179,154,100);
  color:rgb(179,154,100);
}

/*#name:focus, #subject:focus, #mail:focus, #url:focus, #edit_name:focus, #comment:focus {
  background: rgb(255,255,255);
  color:rgb(179,154,100);
}*/


.btn {
  margin-top: 15px;
}

input[type="submit"] {
  outline: none;
  -webkit-appearance: none;
  border-radius: 0;
}

#sendbtn, #delbtn {
  background-color: rgb(179,154,100);
  color: white;
  font-family: 'Droid Serif', 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);
}

#sendbtn:hover, #delbtn:hover {
  color: white;
}

#url:-webkit-autofill, #pass:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px rgb(247,244,239) inset;
}

.collapsingContainer > .contents2:first-child {
  margin-top: 40px;
}

.collapsingContainer > .contents2:last-child {
  padding-bottom: 40px;
}

.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;
}


/***----- title list, search
------------------------------------------***/

.titlelist-title, .search-title {
  font-size: 14px;
}

.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: 'Droid Serif', serif;
  color: rgb(179,154,100);
  text-align: center;
  font-size: 12px;
  width: 30px;
  height: 30px;
  background: transparent;
  padding-top: 4px;
  border: 1px solid RGB(179,154,100);
}

.light-theme a:hover {
  color: white;
  background-color: RGB(179,154,100);
}

.prev, .next {
  border: none !important;
}

.light-theme .current {
  color: white;
  box-shadow: none !important;
  background-color: RGB(179,154,100);
}

.light-theme .ellipse {
  font-weight: bold;
  color: RGB(179,154,100);
}

.posted-pager, .posted-pager-bottom {
  display: table;
  table-layout: fixed;
  text-align: center;
  font-family: 'Droid Serif', serif;
  height: 30px;
}

.posted-pager {
  width: 70%;
  margin: 0 auto 50px;
  font-family: 'Droid Serif', serif;
}

.posted-pager-bottom {
  width: 100%;
  margin: 50px auto;
}

.left-page, .right-page {
  display: table-cell;
  font-size: 12px;
  color: RGB(179,154,100);
}

.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 {
  color: RGB(179,154,100);
  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: 'Droid Serif', serif;
  color: RGB(179,154,100);
  display: inline-block;
  text-align: center;
  border: 1px solid RGB(179,154,100);
  padding-top: 4px;
  width: 30px;
  height: 30px;
  background-color: transparent;
}

.left-page a:hover, .right-page a:hover {
  color: white;
  background-color: RGB(179,154,100);
}

.normalfont {
  font-family: '游ゴシック', 'Yu Gothic', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, sans-serif;
}

.bottom-adjust100 {
  margin-bottom: 100px;
}


/***----- calendar&site search
------------------------------------------***/

#as-plugin-calender {
  max-width: 90%;
  margin: 0 auto 15px;
}

.calender-month-style {
  font-family: 'Great Vibes', cursive;
  font-size: 22px;
  color: rgb(179,154,100);
  vertical-align: middle;
}

.calender-table {
  margin: 0 auto;
  table-layout: fixed;
  width: 100%;
  max-width: 350px;
  text-align: center;
  font-family: 'Droid Serif', serif;
  font-size: 12px;
}

.calender-table caption {
  margin-bottom: 10px;
}

#prevMonth {
  margin-right: 2em;
  vertical-align: middle;
}

#nextMonth {
  margin-left: 2em;
  vertical-align: middle;
}

.sun {
  color: White
;
}

.calender-table td {
  padding: .5em 0;
  width: 25px;
  height: 25px;
}

.calender-table td a {
  background: rgba(179,154,100,.4);
  width: 25px;
  height: 25px;
  display: inline-block;
  vertical-align: middle;
  padding-top: .2em;
  color: black;
}


/***----- site search
------------------------------------------***/

#search-form input[type="search"] { /* 注)サイト内検索不要の方は項目削除 */
  outline: none;
  padding: .2em;
  -webkit-appearance: none;
  border: 1px solid rgba(179,154,100,.2);
  background: url(https://blog-imgs-80.fc2.com/v/a/n/vanillaice000/search_ffffff_14.png) 10px center rgba(179,154,100,.4) no-repeat;
}

#search-form input[type="search"]:focus {
  background: transparent;
  color: black;
}

#search-form { /* 注)サイト内検索不要の方は項目削除 */
  margin: 0 auto 20px;
  max-width: 90%;
  padding-top: 10px;
  text-align: center;
}


/***----- side bar
------------------------------------------***/

#sidebar {
  margin: 0 auto;
  width: 100%;
  max-width: 600px;
}

#sidebar li {
  list-style-type: disc;
  list-style-position: inside;
}

#side-sns-container {
  width: 100%;
  padding: 20px 0;
}

#side-sns-container ul {
  text-align: center;
}

#side-sns-container ul li {
  list-style-type: none;
  display: inline-block;
}

#side-sns-container ul li a {
  display: inline-block;
  padding: 0 6px;
  color: black;
}

#side-sns-container .fa {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: rgb(179,154,100);
  line-height: 40px;
  text-align: center;
  -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;
}

#side-sns-container .fa:before {
  line-height: 40px;
  padding: 0;
}

#side-sns-container ul li a:hover .fa {
  font-size: 22px;
}

.side_bar, #newest {
  padding: 0 15px 30px;
  min-height: 109px;
}

.bg-trans-attachment {
  background: transparent;
}

.side_bar h3 {
  background-color: rgb(51,51,51);
  color: White;
  text-align: center;
  padding: .8em .5em;
  margin-bottom: 15px;
}

.side_bar a {
  color: rgb(179,154,100);
}

.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%;
}


/***----- RSS thumbnail
------------------------------------------***/

#feedContainer {
  margin-top: 10px;
  width: 100%;
  display: table;
}

.rss-container {
  display: table;
  table-layout: fixed;
  border-bottom: 1px solid rgb(238,238,238);
  padding: 15px 0;
}

#feedContainer .rss-container:last-child {
  border-bottom: none;
}

.image-table-cell {
  display: table-cell;
  vertical-align: top;
}

.for-img {
  width: 100px;
  height: 100px;
  overflow: hidden;
}

.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 silver;
  background: rgba(255,255,255,.4);
}

#pagemiddle {
  display: none;
  width: 0;
  height: 0;
  font-size: 0;
}

#pagebottom {
  display: none;
  position: fixed;
  z-index: 9999;
  bottom: 90px;
  right: 60px;
  font-size: 12px;
  width: 40px;
  height: 40px;
  border: 1px solid silver;
  background: rgba(255,255,255,.4);
}

#pagetop a, #pagebottom a {
  display: inline-block;
  width: 100%;
  height: 100%;
  line-height: 40px;
  font-family: 'Droid Serif', serif;
  color: silver;
}

.new {
  color: red;
  font-size: 11px;
  margin-left: 1em;
}

#end {
  width: 100%;
  min-height: 70px;
  padding: 1em 0;
  text-align: center;
  position: relative;
  line-height: 1.2;
  background-color: rgb(51,51,51);
}

.foot, #copyright {
  text-align: center;
  font-family: 'Droid Serif', serif;
  color: white;
  font-size: 11px;
  position: relative;
  z-index: 3;
}

#ad1, #ad2 {
  font-size: 11px;
}

.push {
  height: 70px;
}


/***----- media less than 1120
------------------------------------------***/

@media screen and (max-width: 1120px) {

#float-container {
  width: 90%;
}

}


/***----- media less than 880
------------------------------------------***/

@media screen and (max-width: 880px) {

#float-container {
  width: 98%;
}

}


/***----- media less than 768 include iPad mini
--------------------------------------------------***/

@media screen and (max-width: 768px) {

#wrapper {
  width: 100%;
}

#primary {
  float : none;
  margin: 0 auto;
}

main {
}

#secondary {
  float: none;
  margin: 0 auto;
  width: 100%;
  position: relative;
  z-index: 10;
}

main {
  width: 100%;
  margin: 0 auto;
}

.blog-title a { /* 注)ブログタイトルフォントスマホサイズ */
  font-size: 25px;
}

.sub-title { /* 注)サブタイトルフォントスマホサイズ */
  font-size: 13px;
}

#photo-blank {
  height: 300px;
}

#welcome-blank {
  font-size: 25px;
}

#navigation-container ul .pc-hide {
  display: inline-block;
}

#navigation-container ul .sp-hide, 
#side-sns-container ul .sp-hide {
  display: none;
}

#navigation-container ul li a {
  padding: 0 1em;
  font-size: 13px;
}

.comment-and-others {
  display: block;
  padding-right: 20px;
}

#search-form {
  text-align: center;
}

#pagetop {
  bottom: 190px;
  right: 8px;
}

#pagebottom {
  right: 8px;
}

#pagemiddle {
  display: none;
  position: fixed;
  z-index: 9999;
  bottom: 140px;
  right: 8px;
  font-size: 11px;
  width: 40px;
  height: 40px;
  border: 1px solid silver;
  background: rgba(255,255,255,.4);
}

#pagemiddle a {
  display: inline-block;
  width: 100%;
  height: 100%;
  line-height: 40px;
  font-family: 'Droid Serif', serif;
  color: silver;
}

input[type="text"], 
input[type="password"], 
input[type="search"], 
textarea, 
select {
  font-size: 16px;
}
}


/***----- media less than 600 include iPad mini
--------------------------------------------------***/

@media screen and (max-width: 600px) {

#eye-catch-container {
  margin: 0 auto;
  width: 100%;
  display: block;
}

.eye-catch-image {
  width: 100%;
  display: block;
}

#top-head ul li a {
  padding: 0 .5em;
}

}


/***----- 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;
}

}

/***----- 個人設定
------------------------------------------------------***/

.shadow-attachment {
  box-shadow: 6px 6px 6px rgba(0,0,0,.2); /* 注)クラス追加(記事作成時手入力)で画像にドロップシャドウ追加 */
}