@charset "utf-8";

/**
* Author: Vanillaice (Akira) - http://vanillaice000.blog.fc2.com/
* Website template name: Faint
* First edition: 2015.10.17
* 2015.12.4 - Google feed api 廃止に伴う新着サムネイル仕様変更
* 2016.1.8 - フッター構造変更, タイトルタグ微調整
* Latest update: 2016.6.6 - ドロワー内下部余白調整, RSS新着サムネイル再整形, FC2新エディターリリースに伴う「見出し」「リスト」のリセット削除, 公式プラグイン整形, その他微調整多数 
*/


/***------------------------------------------
      reset
------------------------------------------***/

html, body, div, span, object, iframe,
p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i, p,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
caption,
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, time {
  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;
}

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 {
  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="search"], 
textarea {
  outline: none;
  -webkit-appearance: none;
  border-radius: 0;
  font-size: inherit;
}

select {
  outline: none;
  border-radius: 0;
  font-size: inherit;
}

input[type="submit"] {
  outline: none;
  -webkit-appearance: button;
  border-radius: 0;
  font-size: inherit;
}

pre {
  word-wrap: break-word;
  white-space: pre-wrap;
  font-family: 'Menlo', 'consolas', 'Courier';
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

*:focus {
  outline: none;
}

/* fc2 */
.fc2_footer {
  margin: 20px 0;
}

#fc2_text_ad {
  font-size: 12px;
}


/* ==== 「スマートフォン版で表示」を出したい場合ここから削除
============================================================ */

#change_mobile {
  display: none;
}

/* ========= ここまで削除
============================================================ */


/***------------------------------------------
      clearfix
------------------------------------------***/

.cf:before, .cf:after {
  content: "";
  display: table;
}

.cf:after {
  clear: both;
}


/***------------------------------------------
      blockquote
------------------------------------------***/

blockquote {
  width: 98%;
  height: auto;
  margin: 0 auto;
  background: rgba(255,255,255,.4);
  border: 1px solid rgb(206,206,206);
  border-radius: 2px;
  padding: 2.5em;
  position: relative;
  z-index: 1;
}

blockquote:before {
  content: "“";
  font-size: 700%;
  color: rgb(206,206,206);
  line-height: 1em;
  font-family: 'Times New Roman', 'Hiragino Kaku Gothic Pro W3', 'Meiryo', 'sans-serif';
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

blockquote:after {
  content: "”";
  font-size: 700%;
  color: rgb(206,206,206);
  line-height: 0em;
  font-family: 'Times New Roman', 'Hiragino Kaku Gothic Pro W3', 'Meiryo', 'sans-serif';
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}


/***------------------------------------------
      link
------------------------------------------***/

a {
  text-decoration: none;
  color: rgb(53,86,116); /* 注)基本リンク色 */
  -webkit-transition: .3s ease-in-out;
  -moz-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .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";
}


/***------------------------------------------
      layout
------------------------------------------***/

body {
  background-color: white; /* 注)全体背景色 */
  color: rgb(51,51,51); /* 注)記事文字色 */
  font: 13px/1.7 'Quicksand', '游ゴシック', 'YuGothic', 'Hiragino Sans', 'ヒラギノ角ゴシック', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'メイリオ', 'Meiryo';
}

#wrapper {
  margin: 0 auto;
  width: 100%;
  min-width: 90%;
  position: relative;
}

#entire-container {
  margin: 0 auto;
  width: 100%;
  display: none;
}

#primary {
  width: 100%;
}

#main {
  margin: 0 auto;
  width: 100%;
  padding-left: 250px;
}

#permanent-main {
  margin: 0 auto;
  width: 100%;
  padding-left: 50%;
}

#secondary {
  width: 350px;
}

.mobile {
  display: inline-block;
  background: rgba(214,226,245,.3);
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1000003; 
  padding: 15px;
  cursor: pointer;
}

.btn-adjust {
  top: 27px;
}

.icon-for-aside {
  display: block;
  color: rgb(53,86,116);
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  tap-highlight-color: rgba(0,0,0,0);
}

.icon-for-aside .fa-bars {
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: rgb(53,86,116);
  text-align: center;
  border-radius: 50%;
}

.icon-for-aside .fa-bars:before {
  line-height: 40px;
}


/***------------------------------------------
      header
------------------------------------------***/

#banner {
  width: 250px;
  height: 100%;
  overflow-y: auto; 
  padding: 70px 35px 0; /* 注)ブログタイトルの上辺位置合わせは 70px の数値を変更 大きくすると下へ下がります */
  /* 注)左サイドナビ背景画像不要の方ここから削除 */
  background-image: url(https://blog-imgs-82.fc2.com/v/a/n/vanillaice000/201509231033319e8.png),
                    url(https://blog-imgs-82.fc2.com/v/a/n/vanillaice000/20150923103852b7f.png);
  background-position: left top,
                       right bottom;
  background-repeat: no-repeat;
  /* 注)左サイドナビ背景画像不要の方ここまで削除 */
  background-color: rgb(237,242,249); /* サイドナビ背景色 */
  position: fixed;
  left: 0;
  top: 0;
  z-index: 50;
}

.blog-title-container {
  display: inline-block;
}

.blog-name { /* 注)ブログタイトルフォント関連 */
  margin: 0 auto 20px;
  text-align: left;
  line-height: 1.2;
}

.blog-name a {
  vertical-align: middle;
  font-size: 20px; /* 注)ブログタイトルフォント大きさ */
  color: rgb(51,51,51); /* 注)ブログタイトルフォント色 */
  font-weight: bold;
  text-shadow: 2px 4px 3px rgba(0,0,0,.3);
}

#sub-title {
  margin: 0 auto 30px;
  text-align: left;
  line-height: 1.3;
  font-size: 12px;
}

.navigation-container {
  margin: 0 auto;
}

#about-me-image {
  margin: 0 auto 15px;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
}

.my-photo {
  width: 100%;
  height: 100%;
}

#about-me {
  margin: 0 auto 50px;
  text-align: left;
}

.site-navi {
  margin: 0 auto 20px;
  list-style: none;
}

.site-navi li {
  display: block;
  padding: 5px 0;
}

.underline-from-left {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  overflow: hidden;
}
.underline-from-left:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 100%;
  bottom: 0;
  background: rgb(38,67,98);
  height: 2px;
  -webkit-transition-property: right;
  transition-property: right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.underline-from-left:hover:before, .underline-from-left:focus:before, .underline-from-left:active:before {
  right: 0;
}

/* site search */
#search-form {
  margin: 0 auto;
  max-width: 100%;
  text-align: center;
}

#search-form input[type="search"] { /* 注)サイト内検索不要の方は項目削除 */
  width: 100%;
  max-width: 200px;
  outline: none;
  padding: .2em;
  -webkit-appearance: none;
  border: none;
  border-radius: 4px;
  background: url(https://blog-imgs-80.fc2.com/v/a/n/vanillaice000/search_ffffff_14.png) 10px center rgba(136,160,195,.3) no-repeat;
}

#search-form input[type="search"]:focus {
  background: white;
  color: black;
}

.sns-navi {
  margin: 0 auto;
  list-style: none;
}

.sns-navi li {
  display: inline-block;
  padding: 0 .5em .3em 0;
  font-size: 15px;
}

.sns-navi li a {
  display: inline-block;
  color: white;
  text-align: center;
}

.sns-navi span {
  width: 25px;
  height: 25px;
  background-color: rgba(38,67,98,.3);
  border-radius: 50%;
  line-height: 25px;
  -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-navi span:before {
  line-height: 25px;
}

.sns-navi span:hover {
  background-color: rgba(38,67,98,.8);
}

#permanent-banner {
  width: 50%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
}

.posted-image-parent {
  position: relative;
  width: 100%;
  height: 100%;
}


/***------------------------------------------
      top page
------------------------------------------***/

#isotope {
  margin: 0 auto;
  width: 100%;
}

.element-item {
  width: 16.6%;
  height: auto;
  padding: 3px;
}

.inner-wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.inner-image-parent {
  margin-left: -15%;
  width: 130%;
  position: relative;
}

.inner-image-parent:before {
  margin-left: -15%;
  padding-top: 100%;
  display: block;
  content: "";
}

.imgLiquidFill {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 20px;
  transition: all 0.4s ease-in-out;
}

.non-imgLiquid {
  width: 100%;
  min-height: 150px;
  padding: 20px;
  border: 1px solid rgb(223,233,247);
  transition: all 0.4s ease-in-out;
}

.mask-wrap {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}  

.mask-table {
  display: table;
  width: 100%;
  table-layout: fixed;
  height: 100%;
  padding: 15px;
  background: rgba(115,146,184,.7);
  opacity: 0;
  transition: all 0.3s ease-in-out;  
  text-align: center;
}

.mask-cell {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
  padding: 8px;
  background-color: rgb(191,204,223);
}

.mask-cell h2 {
  margin: 0 auto;
  line-height: 1.3;
  font-size: 13px;
}

.pc-hide-specify {
  display: none;
}

.context {
  font-size: 12px;
  line-height: 1.3;
}

.adjust {
  padding-bottom: 15px;
}

.inner-wrapper:hover .mask-table{
  opacity: 1;
}

.sns-navi .pc-hide {
  display: none;
}

.pc-hide {
  display: none;
}


/***------------------------------------------
      individual
------------------------------------------***/

.main-body {
  margin: 0 auto 40px;
  width: 100%;
  max-width: 900px;
  background-color: white;
  position: relative;
}

#posted-top {
  margin: 0 auto 40px;
  width: 100%;
  max-width: 900px;
  background-color: white; 
}

.element-title {
  margin: 0 auto;
  line-height: 1.2;
  padding: 10px 0;
  font-weight: bolder;
  font-size: 17px;
  text-align: left;
}

.element-category {
  text-align: right;
  line-height: 1.2;
  padding-top: 10px;
  font-size: 12px;
}

.element-datetime {
  text-align: right;
  padding-top: 5px;
}

.element-header {
  padding: 20px 30px;
}

.contents {
  padding: 20px 30px 0;
}

.contents a:hover {
  text-decoration: underline;
}

.tags {
  margin-top: 20px;
}

.tags a {
  margin-top: 20px;
  border-radius: 4px;
  padding: 2px;
}

.inner-contents {
  margin-bottom: 20px;
}

.inner-info {
  margin: 30px auto 60px;
  width: 100%;
  height: 1px;
  background-color: rgb(240,240,240);
  position: relative;
}

.inner-info a {
  text-decoration: none;
}

.comment-and-others {
  list-style: none;
  text-align: right;
}

.sns-and-others {
  margin: auto;
  width: 130px;
  height: 25px;
  text-align: center;
  background-color: white;
  position: absolute;
  top: -13px;
  left: 0;
  right: 0;
}

.sns-and-others .fa {
  width: 25px;
  height: 25px;
  border: 1px solid rgb(196,209,229);  
  border-radius: 50%;
  background: rgb(196,209,229);
  color: white;
  text-align: center;
  line-height: 23px;
}

.sns-and-others .fa:before {
  line-height: 23px;
}

.sns-and-others .fa:hover {
  background-color: white;
  color: rgb(196,209,229);
}

.comment-and-others li, .sns-and-others li {
  display: inline-block;
}

.left-space {
  margin-left: 8px;
}

.right-space {
  margin-right: 8px;
}

.relate_ul,
.tb_ul {
  list-style: none;
}

.relate_dl {
  margin: 20px auto 0;
  padding: 10px;
  background-color: white;
  border-radius: 3px;
  box-shadow: inset 0 0 15px rgba(0,0,0,.2);
}

.relate_dt {
  font-weight: bold;
  padding: 3px;
}

.relate_li a {
  color: rgb(196,209,229);
}


/***------------------------------------------
      comment, trackback
------------------------------------------***/

.another-title {
  margin: 0 auto;
  color: black;
  padding: 20px 0;
  font-size: 14px;
  text-align: center;
}

.collapse-title {
  cursor: crosshair;
}

.visitor-bg {
  margin: 0 auto;
  display: table;
  width: 100%;
}

.posted-day-and-time {
  display: table-cell;
  width: 100px;
  height: 90px;
  vertical-align: middle;
  border: 3px double rgb(207,218,233); /* 注)コメント欄ビジターコメントのボーダー色 */
  padding: 10px 0;
}

.posted-month {
  text-align: center;
}

.posted-day {
  font-size: 20px;
  text-align: center;
  line-height: 1;
}

.posted-year {
  text-align: center;
}

.visitor-comment-and-name {
  display: table-cell;
  vertical-align: middle;
  padding-left: 20px;
}

.visitor-comment-body {
  padding-top: 15px;
  font-family: メイリオ, Meiryo, 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', sans-serif, '游ゴシック', 'Yu Gothic'; /* 注)記事フォント */
}

.comment-info {
  text-align: right;
  padding: 20px 20px 15px;
  border-bottom: 1px solid rgb(238,238,238);
}

#comment_form {
  width: 100%;
  max-width: 600px;
  margin: 20px auto;
  text-decoration: none;
  vertical-align: middle;
  padding:20px;
}

#name, #subject, #mail, #url, #pass {
  width: 100%;
  border: 1px solid rgb(221,221,221);
  background: rgb(240,244,249);
  border-radius: 4px;
  color: rgb(38,67,98);
  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, #url:focus {
  background-color: white;
  color: rgb(51,51,51);
}

#comment {
  width: 100%;
  border-radius: 8px;
  padding: .5em;
  background: transparent;
  border: 1px solid rgb(221,221,221);
}

.btn {
  margin-top: 15px;
}

input[type="submit"] {
  outline: none;
  -webkit-appearance: none;
  border-radius: 0;
}

#sendbtn, #delbtn {
  color: black;
  height: 35px;
  font-size: 14px;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  outline: none;
  border-radius: 4px;
  border: none;
  box-shadow: 2px 2px 3px rgba(0,0,0,0.1);
}

#sendbtn {
  background-color: rgb(193,208,227);
  width: 49%;
  margin-right: 1%;
}

#delbtn {
  background-color: rgb(193,208,227);
  width: 49%;
  margin-left: 1%;
}

#sendbtn:hover, #delbtn:hover {
  color: white;
  background: rgb(53,86,116);
}

#url:-webkit-autofill, #pass:-webkit-autofill, #mail:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px rgb(240,244,249) 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(252,252,248);
  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;
}


/***------------------------------------------
      trackback
------------------------------------------***/

.op, #for-trackback-word {
  display: block;
  width: 100%;
  max-width: 600px;
}

.op {
  margin: 30px auto 10px;
  border: 1px solid rgb(220,220,220); /* 注)トラックバックボーダー色 Gainsboro */
  border-radius: 0;
  outline: none;
  padding: .5em;
  font-size: 13px; /* 注)・トラックバックフォント大きさ */
}

#for-trackback-word {
  margin: 0 auto;
}

.op:focus {
  border: 1px solid rgb(179,179,179); /* 注)トラックバックフォーカス時ボーダー色 (approx)Pink Swan */
}


/***------------------------------------------
      titlelist, search
------------------------------------------***/

.titlelist-title, .search-title {
  font-size: 14px;
}

.titlelist-and-search-date {
  padding-bottom: 10px;
}


/***------------------------------------------
      pager
------------------------------------------***/

.pager {
  width: 97%;
  margin: 50px auto 0;
  padding-bottom: 110px;
}

.simple-pagination ul {
  min-height: 30px !important;
}

.light-theme a, .light-theme span {
  color: rgb(149,168,192);
  text-align: center;
  font-size: 12px;
  width: 30px;
  height: 30px;
  background: transparent;
  padding-top: 5px;
  border-radius: 50%;
}

.light-theme a:hover {
  color: white;
  background-color: rgb(149,168,192);
}

.light-theme .current {
  color: white;
  box-shadow: none !important;
  background-color: rgb(149,168,192);
}

.light-theme .prev, .light-theme .next {
  border: none !important;
  font-weight: bolder;
  border: none;
  background: none !important;
  width: auto;
  color: rgb(149,168,192);
}

.light-theme .prev {
  margin-right: .5em;
}

.light-theme .next {
  margin-left: .5em;
}

.light-theme .ellipse {
  font-weight: bold;
  color: rgb(149,168,192);
}

.posted-pager, .posted-pager-bottom {
  display: table;
  table-layout: fixed;
  text-align: center;
  height: 30px;
}

.posted-pager {
  width: 70%;
  margin: 50px auto 0;
  padding-bottom: 110px;
}

.posted-pager-bottom {
  width: 97%;
  max-width: 700px;
  margin: 50px auto 0;
  padding-bottom: 110px;
}

.left-page, .right-page {
  display: table-cell;
  font-size: 12px;
  color: rgb(149,168,192);
}

.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(149,168,192);
  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 {
  color: rgb(149,168,192);
  display: inline-block;
  text-align: center;
  padding-top: 3px;
  background-color: transparent;
}

.left-page a:hover, .right-page a:hover {
  color: rgb(50,50,50);
}


/***------------------------------------------
      calendar
------------------------------------------***/

#as-plugin-calender {
  padding: 50px 17px 0;
  margin: 0 auto 15px;
}

.calender-month-style {
  font-size: 20px;
  font-weight: bolder;
  color: rgb(53,86,116);
  vertical-align: middle;
}

.calender {
  margin: 0 auto 20px;
  table-layout: fixed;
  width: 100%;
  max-width: 280px;
  text-align: center;
  font-size: 12px;
}

.calender caption {
  margin-bottom: 10px;
}

#prevMonth {
  margin-right: 2em;
  vertical-align: middle;
}

#nextMonth {
  margin-left: 2em;
  vertical-align: middle;
}

.calender th {
  padding-bottom: 4px;
}

.sun {
  color: rgb(205,125,125);
}

.calender td {
  min-width: 25px;
  vertical-align: middle;
  padding: .3em;
}

.calender td a {
  width: 25px;
  height: 25px;
  line-height: 25px;
  display: inline-block;
  vertical-align: middle;
  color: white;
  background-color: rgb(153,168,189);
  border-radius: 50%;
}

.calender td a:hover {
  border: none;
  background-color: white;
  color: rgb(53,86,116);
  border-radius: 50%;
}


/***------------------------------------------
      side menu
------------------------------------------***/

.side_bar {
  font-size: 14px;
}

.side_bar ul {
  list-style: none;
}

.side_bar, #newest {
  margin-bottom: 30px;
  padding: 20px 30px;
  border-radius: 4px;
}

.side_bar h3 {
  margin: 0 auto 10px;
  width: 100%;
  padding: .5em;
  font-size: 15px;
  text-align: center;
}

.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%;
}

#sidenav {
  margin: 0 auto;
  width: 100%;
  background-color: rgb(238,242,250);
  font-size: 14px;
}

#sidebar-wrapper {
  position: relative;
  height: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 100px;
}


/***------------------------------------------
      official plug-in
------------------------------------------***/

/* profile */
 .plugin-myimage {
  text-align: center !important;
  margin-bottom: 10px;
}

/* mail form */
.side_bar form {
  margin: 0 auto;
  width: 98%;
  max-width: 260px;
  display: block;
}

.side_bar input:not([type="submit"]),
.side_bar textarea,
.side_bar select {
  display: inline-block;
  margin-left: 1%;
  width: 98% !important;
  background-color: white;
  border: 1px solid rgb(207,207,207);
  border-radius: 2px;
  outline: none;
  padding: .5em;
}

/* search */
.plugin-search {
  margin: 0 auto;
  width: 98%;
}

.plugin-search input {
  margin-bottom: 8px;
}

/* tag */
.plugin-tag a {
  margin: 2px;
  display: inline-block;
  padding: .3em .2em .2em;
  border: 1px solid rgb(220,220,220); /* 公式タグボーダー色 Gainsboro */
}


/***------------------------------------------
      rss thumbnail
------------------------------------------***/

#feedContainer {
  margin: 10px auto 0;
  width: 100%;
  word-break: break-all;
  overflow: hidden;
}

.rss-container {
  margin: 0 auto 20px;
  display: table;
  table-layout: fixed;
  width: 100%;
}

.rss-left-cell {
  display: table-cell;
  vertical-align: top;
  width: 100px;
  height: 100px;
}

.rss-image {
  width: 100px;
  height: 100px;
  overflow: hidden;
}

.rss-image img {
  position: relative;
  top: 50%;
  left: 50%;
  height: 120%;
  width: auto;
  max-width: initial;
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}

.rss-right-cell {
  display: table-cell;
  vertical-align: top;
  padding-left: 20px;
}

.rss-title {
  margin: 0 auto;
  font-size: 14px;
}

.rss-description {
  padding: 10px 0;
  font-size: 13px;
}

.no-image-overlay {
  width: 100%;
  height: 100%;
  background-color: rgb(237,242,249); /* 注)No image背景色 RSS新着サムネイル */
  position: relative;
}

.rss-no-image {
  width: 100%;
  height: 1.5em;
  color: rgb(51,51,51);
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 3;
  margin: auto;
  font: 12px/1.5 'Quicksand';
  text-shadow: 2px 4px 3px rgba(0,0,0,.2);;
  text-align: center;
}


/***------------------------------------------
      footer
------------------------------------------***/

#pagetop {
  display: none;
  position: fixed;
  z-index: 9999;
  bottom: 140px;
  right: 60px;
  font-size: 12px;
  width: 40px;
  height: 40px;
  border: 1px solid rgb(237,242,249);
  background: rgba(237,242,249,.4);
  color: rgb(94,157,31);
  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 rgb(237,242,249);
  background: rgba(237,242,249,.4);
  color: rgb(94,157,31);
  border-radius: 4px;
}

#pagetop a, #pagebottom a {
  display: inline-block;
  width: 100%;
  height: 100%;
  line-height: 38px;
}

.new {
  color: red;
  font-size: 11px;
  margin-left: 1em;
}

.end {
  margin: 0 auto;
  width: 100%;
  padding-top: 1em;
  padding-bottom: 1em;
  padding-left: 252px;
  padding-right: 2px;
  text-align: center;
  line-height: 1.2;
  display: none;
}

.foot, #copyright {
  text-align: center;
  font-size: 11px;
}

#ad1, #ad2 {
  font-size: 11px;
}


/***------------------------------------------
      less than 1425
------------------------------------------***/

@media screen and (max-width: 1425px) {

  .element-item {
    width: 20%;
  }

}


/***------------------------------------------
      less than 1450
------------------------------------------***/

@media screen and (max-width: 1450px) {

  .element-item {
    width: 25%;
  }

}


/***------------------------------------------
      less than 1120
------------------------------------------***/

@media screen and (max-width: 1120px) {

  .element-item {
    width: 33.3%;
  }

}


/***------------------------------------------
      less than 954
------------------------------------------***/

@media screen and (max-width: 954px) {

  #banner {
    margin: 0 auto;
    position: static;
    width: 100%;
    height: auto;
    padding-top: 50px;
    padding: 50px 10px;
  }

  .blog-title-container {
    display: block;
  }

  .blog-name, #sub-title, #about-me {
    text-align: center;
  }

  .site-navi {
    text-align: center;
  }

  .site-navi li {
    display: inline-block;
    padding: 0 .5em;
  }

  .site-navi #search-form {
    margin: 0 auto 10px;
    display: block;
  }

  .sns-navi {
    text-align: center;
  }

  #main, .end {
  padding-left: 0;
  }

}


/***------------------------------------------
      less than 768
------------------------------------------***/

@media screen and (max-width: 768px) {

  .sns-navi .sp-hide {
    display: none;
  }

  .sns-navi .pc-hide {
    display: inline-block;
  }

  .pc-hide-specify {
    display: block;
    margin-left: 15%;
    width: 70%;
    padding: .3em;
    background: rgba(255,255,255,.5);
    border-radius: 2px;
  }

  .sp-hide {
    display: none;
  }

  #pagetop, #pagebottom {
    right: 10px;
  }

  .element-header {
    padding: 20px 15px;
  }

  .contents {
    padding: 20px 15px 0;
  }

  .comment-and-others li, .comment-info {
    font-size: 15px;
  }

  .sns-and-others li {
    font-size: 16px;
  }

  #newest {
    margin-bottom: 30px;
    padding: 20px 20px;
  }

  input[type="text"], 
  input[type="password"], 
  input[type="search"], 
  textarea, 
  select {
    font-size: 16px;
  }

  #comment_form {
    padding: 20px 15px;
  }

}


/***------------------------------------------
      less than 700
------------------------------------------***/

@media screen and (max-width: 700px) {

  #main {
    margin: 0 auto;
    width:98%;
  }

  .element-item {
    width: 50%;
  }

}


/***------------------------------------------
      less than 500
------------------------------------------***/

@media screen and (max-width: 500px) {

  .element-item {
    width: 100%;
  }

}


/***------------------------------------------
      personal settings
------------------------------------------***/

/* shadow for image */
.shadow-attachment {
  box-shadow: 0 1px 4px rgba(0,0,0,.4);
}

.emoji {
  vertical-align: middle;
}