@charset "utf-8";

/**
* Author: Vanillaice (Akira) - http://vanillaice000.blog.fc2.com/
* Website skin name: StoicBlue
* The first edition: 2016.2.15
* 2017.1.13 - テンプレデフォルト新着サムネイルを削除
* Latest update: 2017.1.25 - SNSシェアリンクをエンコード
*/


/***------------------------------------------
      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, 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;
}

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 {
  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;
  font-size: 13px;
}

pre {
  word-wrap: break-word;
  white-space: pre-wrap;
  font-family: Menlo, consolas, Courier;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 1em;
  font-weight: normal;
  margin: 0;
}

* {
  -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;
}


/***------------------------------------------
      clearfix
------------------------------------------***/

.cf:before, .cf:after {
  content: "";
  display: table;
}

.cf:after{
  clear: both;
}


/***------------------------------------------
      mobile navigation banner
------------------------------------------***/

#change_mobile {
  display: none;
}


/***------------------------------------------
      blockquote
------------------------------------------***/

blockquote {
  margin: 0 auto;
  width: 98%;
  height: auto;
  background: rgba(255,255,255,.4);
  border: 1px solid rgb(220,220,220);
  border-radius: 5px;
  padding: 2.5em;
  position: relative;
  z-index: 1;
}

blockquote:before {
  content: "“";
  font-size: 700%;
  color: rgb(220,220,220);
  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(220,220,220);
  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;
}

blockquote p {
  text-align: center;
}


/***------------------------------------------
      link
------------------------------------------***/

a {
  text-decoration: none;
  color: rgb(134,157,179); /* 注)記事内のリンク色はこちら */
  -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
------------------------------------------***/

body { /* 注)基本フォント関連 */
  position: relative;
  font-size: 14px;
  color: rgb(51,51,51);
  line-height: 1.7;
  font-family: '游ゴシック', 'YuGothic', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo'; /* 注)記事フォント */
}

/* layout */
#wrapper {
  margin: 0 auto;
  width: 100%;
  min-width: 90%;
}

#main {
  margin: 0 auto;
  width: 90%;
  max-width: 1000px; /* 注)記事の最大横幅指定 */
}

#secondary {
  margin: 0 auto;
  width: 100%;
  background-color: rgb(245,245,245);
  text-align: center;
  padding: 80px 0;
}

.mobile-adjust {
  top: 27px;
}


/***------------------------------------------
      header
------------------------------------------***/

#banner {
  margin: 0 auto 60px;
  width: 100%;
  padding: 70px 15px;
  background-image: -webkit-radial-gradient(ellipse farthest-corner at center top, rgb(154,177,199) 0%, rgb(26,36,47) 100%); /* 注)ヘッダーグラデーション(for webkitブラウザ) */
  background-image: radial-gradient(ellipse farthest-corner at center top, rgb(154,177,199) 0%, rgb(26,36,47) 100%); /* 注)ヘッダーグラデーション */
}

.blog-name-container {
  margin: 0 auto;
  width: 100%;
  max-width: 950px; /* 注)ヘッダーの最大横幅 */
}

.blog-title, .permanent-blog-title {
  margin: 0 auto 40px;
  line-height: 1.2;
  text-transform: uppercase; /* 注)ブログタイトルが英字の方で大文字縛りをなくしたい場合この一行削除 */
  text-shadow: hsla(0,45%,5%,.3) 0 0 1px,
               hsla(360,55%,95%,.3) 0 -1px 2px,
               hsla(0,45%,5%,.3) 0 -1px 2px,
               hsla(360, 55%, 95%, .3) 0 20px 15px;
}

/* 注)トップページのブログタイトルフォント関連 */
.blog-title a {
  font-family: Montserrat, Avenir, 游ゴシック, 'Yu Gothic', 'メイリオ', Meiryo; /* 注)ブログタイトルフォント */
  font-size: 20px; /* 注)トップページのブログタイトル文字大きさ */
  letter-spacing: .8em;
  font-weight: bold;
  color: white;
}

/* 注)トップページ以外のブログタイトルフォント関連 */
.permanent-blog-title a {
  font-family: Montserrat, Avenir, 游ゴシック, 'Yu Gothic', 'メイリオ', Meiryo; /* 注)ブログタイトルフォント */
  font-size: 14px;
  letter-spacing: .3em;
  font-weight: bold;
  color: white;
}

.blog-title a:hover, .permanent-blog-title a:hover {
  opacity: .6;
}

.sub-title { /* 注)サブタイトルフォント関連 */
  line-height: 1.3;
  color: white;
}

/* 注)個別記事ページ・全記事一覧等 ヘッダー内に表示されるタイトルフォント関連 */
.permanent-entry-title {
  text-align: center;
  font-size: 20px;
  color: white;
}


/***------------------------------------------
      navigation
------------------------------------------***/

.navigation-container {
  display: inline-block;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 10001;
  padding: 8px 15px 0;
}

.position-adjust {
  top: 27px;
}

.site-navi {
  display: inline-block;
  text-align: right;
}

.site-navi li {
  display: inline-block;
  text-align: center;
  font-size: 16px;
  padding-left: 1em;
}

.site-navi .pc-hide {
  display: none;
}

.site-navi li a {
  display: inline-block;
  background: rgba(134,157,179,.4); /* 注)最上部固定ナビ背景指定色 */
  color: white;
  width: 25px;
  height: 25px;
  line-height: 25px;
}

.site-navi li a:hover {
  background: rgb(134,157,179); /* 注)最上部固定ナビ マウスホバー時背景指定色 */
}

/* for search modal */
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;
  max-width: 100%;
  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: 100px;
  padding: 30px;
  text-align: center;
}

.remodal-is-initialized {
  display: inline-block;
}

#search-form {
  margin: 0 auto;
  text-align: center;
}

.whatdoyouwant {
  font-size: 15px;
  margin-bottom: 20px;
}

#search-form input {
  width: 100%;
}

.remodal-close {
  margin-top: 20px;
  text-align: center;
}

.close-text {
  cursor: pointer;
  font-size: 15px;
}


/***------------------------------------------
      select box
------------------------------------------***/

#select-wrapper {
  margin: 0 auto;
  padding-top: 50px;
  text-align: center;
}

#category-box, #archive-box {
  display: inline-block;
  margin: 0 4px;
  background-color: white;
  border-radius: 3px;
  width: 200px;
  padding: .2em .4em;
  position: relative;
}


/***------------------------------------------
      posts
------------------------------------------***/

.main-body {
  margin: 0 auto 50px;
  border-radius: 10px;
  position: relative;
}

.height-adjust {
  margin-bottom: 120px;
}

.ymd {
  margin: 0 auto 40px;
  width: 100%;
  text-align: center;
}

.entry-date-time {
  display: inline-block;
  text-align: center;
  background-image: -moz-linear-gradient(top, rgb(154,177,199), rgb(26,36,47)); /* 注)各記事日付の背景グラデーション */
  background-image: -ms-linear-gradient(top, rgb(154,177,199), rgb(26,36,47));
  background-image: -o-linear-gradient(top, rgb(154,177,199), rgb(26,36,47));
  background-image: -webkit-linear-gradient(top, rgb(154,177,199), rgb(26,36,47));
  background-image: linear-gradient(top, rgb(154,177,199), rgb(26,36,47));
  padding: .2em .4em;
  color: white;
  position: relative;
}

.entry-date-time:before {
  content: "";
  line-height: 1em;
  border: 1px solid rgb(154,177,199);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  margin-left: -15px;
  margin-right: 15px;
  margin-top: 10px;
  margin-bottom: -10px;
}

.entry-date-time:after {
  content: "";
  line-height: 1em;
  border: 1px solid rgb(154,177,199);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  margin-left: 20px;
  margin-right: -20px;
  margin-top: -15px;
  margin-bottom: 15px;
}

.topentry-year {
  padding-left: 3em;  
  font-size: 18px;
}

.topentry-month {
  text-align: left;
  font-size: 15px;
  padding-left: 1em;
}

.topentry-hour {
  margin-top: -15px;
  font-size: 10px;
  padding-left: 3em;
}

.topentry-day{
  font-size: 27px;
}

.topentry-youbi {
  font-size: 12px;
  padding-left: 1em;
}

.element-header {
  padding: 15px 15px;
}

.element-header ul {
  text-align: center;
}

.element-inner {
  padding-top: 15px;
}

.element-inner li {
  display: inline-block;
  padding: 0 .5em;
}

.element-title {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.2;
}

.element-title a {
  text-shadow: 2px 4px 3px rgba(0,0,0,.1);
}

.element-title a:hover {
  opacity: .6;
}

.element-datetime {
  text-align: left;
  padding-bottom: 10px;
}

.contents {
  padding: 20px 30px 0;
}

.float-div {
  width: 100%;
}

.float-div img {
  float: right;
  margin-left: 20px;
  width: 80px;
  height: 80px;
  vertical-align: top;
}

.inner-contents {
  margin-bottom: 20px;
}

.inner-contents a:hover {
  text-decoration: underline;
}

.read_more, .read_more2 {
  margin: 30px 0;
  text-align: center;
  font-size: 13px;
}

.read-more-open-a, .read-more-close-a {
  display: inline-block;
  padding: 1em 2em;
  border: 1px solid rgb(134,157,179);
  color: rgb(51,51,51);
}

.contents .read-more-open-a:hover,
.contents .read-more-close-a:hover {
  background-image: -moz-linear-gradient(top, rgb(154,177,199), rgb(26,36,47)); /* 注)続きをすぐに読む・閉じる ボタンの背景グラデーション */
  background-image: -ms-linear-gradient(top, rgb(154,177,199), rgb(26,36,47));
  background-image: -o-linear-gradient(top, rgb(154,177,199), rgb(26,36,47));
  background-image: -webkit-linear-gradient(top, rgb(154,177,199), rgb(26,36,47));
  background-image: linear-gradient(top, rgb(154,177,199), rgb(26,36,47));
  cursor: crosshair;
  text-decoration: none;
  color: white;
}

.read_jump {
  margin: 30px auto;
  text-align: left;
}

.tags {
  margin-top: 20px;
}

.tags a {
  padding: 2px;
}

.inner-info {
  margin: 45px auto 0;
  position: relative;
  width: 100%;
  height: 1px;
  border-bottom: 1px solid rgb(235,235,235);
}

.sns-and-others {
  position: absolute;
  top: -15px;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
}

.sns-and-others li {
  display: inline-block;
  margin-left: .5em;
}

.sns-and-others li a {
  margin: 0 3px;
  display: inline-block;
  text-align: center;
  font-size: 13px;
  font-family: Montserrat, Georgia, 'Times New Roman', Serif;
  font-weight: bold;
  width: 30px;
  height: 30px;
  background-color: white;
  line-height: 28px;
  border: 1px solid rgb(134,157,179);
  transition: 1.0s;
  -moz-transition: 1.0s;
  -webkit-transition: 1.0s;  
}

.sns-and-others li a:hover {
  background-color: rgb(134,157,179);
  color: white;
}


/***------------------------------------------
      related posts
------------------------------------------***/

.relate_dl {
  margin: 20px auto 0;
  padding: 10px;
  border-radius: 3px;
  box-shadow: inset 0 0 15px rgba(0,0,0,.2);
}

.relate_dt {
  font-weight: bold;
  padding: 3px;
}


/***------------------------------------------
      trackback
------------------------------------------***/

#tb-input-box {
  margin: 0 auto;
  width: 100%;
  max-width: 600px;
}

.op {
  display: block;
  width: 100%;
}

.tb_dl {
  margin: 20px auto 0;
  padding: 10px;
  border-radius: 3px;
  box-shadow: inset 0 0 15px rgba(0,0,0,.2);
}

.tb_dt {
  font-weight: bold;
  padding: 3px;
}

.tb_ul {
  padding: 10px 0;
}

.tb_form {
  margin: 40px auto 0;
  width: 100%;
}


/***------------------------------------------
      comment, trackback
------------------------------------------***/

.another-title {
  font-size: 16px;
  text-align: center;
  padding: 20px 0;
}

.collapse-title {
  cursor: crosshair;
}

.visitor {
  margin-right: 10px;
  display: inline-block;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  background-image: -webkit-radial-gradient(ellipse farthest-corner at center top, rgb(154,177,199) 0%, rgb(26,36,47) 100%); /* 注)コメント投稿者ネーム前の丸印のグラデーション */
  background-image: radial-gradient(ellipse farthest-corner at center top, rgb(154,177,199) 0%, rgb(26,36,47) 100%);
}

.url-name {
  font-size: 15px;
}

.posted-day {
  margin-left: 1em;
}

.visitor-comment-body {
  padding-top: 10px;
}

.comment-info {
  text-align: right;
  padding: 20px 20px 15px;
  border-bottom: 1px solid rgb(235,235,235);
}

.comment-info a {
  font-size: 15px;
}

#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(241,241,241);
  border-radius: 4px;
  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 {
  background-color: white;
  color: rgb(51,51,51);
}

#comment {
  width: 100%;
  border: 1px solid rgb(221,221,221);
  border-radius: 3px;
  padding: .8em;
  background-color: white;
}

.btn {
  margin-top: 15px;
}

#sendbtn, #delbtn {
  background: rgb(154,177,199); /* 注)コメント投稿・削除ボタン背景色 */
  height: 35px;
  color: white;
  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 {
  width: 49%;
  margin-right: 1%;
}

#delbtn {
  width: 49%;
  margin-left: 1%;
}

#sendbtn:hover, #delbtn:hover {
  background-image: -webkit-radial-gradient(ellipse farthest-corner at center top, rgb(154,177,199) 0%, rgb(26,36,47) 100%); /* 注)コメント投稿・削除ボタンマウスホバー時背景グラデーション */
  background-image: radial-gradient(ellipse farthest-corner at center top, rgb(154,177,199) 0%, rgb(26,36,47) 100%);
}

#url:-webkit-autofill, #pass:-webkit-autofill, #mail:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px white inset;
}

.collapsingContainer > .contents2:first-child {
  margin-top: 40px;
}

.collapsingContainer > .contents2:last-child {
  padding-bottom: 40px;
}


/***------------------------------------------
      title list, search
------------------------------------------***/

.titlelist-title {
  margin-bottom: .5em;
  border-left: 7px solid rgb(134,157,179);
  padding: .2em .5em;
}

.titlelist-title a, .search-title a {
  font-size: 15px;
}

.titlelist-and-search-date {
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(134,157,179,.3);
}


/***------------------------------------------
      pager
------------------------------------------***/

.pager {
  margin: 80px auto 150px;
  width: 100%;
}

.simple-pagination {
  position: relative;
  overflow: hidden;
  margin: 0;
}

.simple-pagination ul {
  display: block;
  list-style: none;
  position: relative;
  padding: 0;
  margin: 0;
  text-align: center;
}

.simple-pagination li {
  display: inline-block;
  list-style: none;
  padding: 2px;
  display: inline-block;
}

.light-theme a, .light-theme span {
  display: inline-block;
  width: 35px;
  height: 35px;
  vertical-align: middle;
  line-height: 35px;
  color: white;
  text-align: center;
  background: rgb(134,157,179);
}

.light-theme a:hover {
  opacity: .6;
}

.light-theme .current {
  color: rgb(51,51,51);
  box-shadow: 0 1px 0 rgba(255,255,255,8),
              0 0 2px rgba(0, 0, 0, 0.3) inset;
  background: rgba(255,255,255,.6);
}

.light-theme .ellipse {
  font-weight: bold;
  color: white;
}

.posted-pager {
  margin: 50px auto 0;
  display: table;
  table-layout: fixed;
  width: 70%;
  max-width: 500px;  
  text-align: center;
  padding-bottom: 110px;
}

.posted-pager-bottom {
  margin: 50px auto 0;
  display: table;
  table-layout: fixed;
  width: 100%;
  max-width: 1000px;  
  text-align: center;
  padding-bottom: 110px;
}

.left-page, .right-page, .left-page-bottom, .right-page-bottom {
  display: table-cell;
  vertical-align: middle;
}

.center-home, .center-home-bottom {
  display: table-cell;
  vertical-align: middle;
}

.left-page, .left-page-bottom {
  text-align: left;
  vertical-align: middle;
}

.center-home a {
  display: inline-block;
  text-align: center;
  width: 35px;
  height: 35px;
  line-height: 35px;
  background-color: rgb(134,157,179);
  color: white;
}

.center-home-bottom {
  width: 60px;
  border: 1px solid rgb(235,235,235);
}

.center-home-bottom a {
  display: block;
  text-align: center;
  font-size: 18px;
}

.right-page, .right-page-bottom {
  text-align: right;
  vertical-align: middle;
}

.right-page-bottom {
  border-top: 1px solid rgb(235,235,235);
  border-bottom: 1px solid rgb(235,235,235);
  border-right: 1px solid rgb(235,235,235);
  padding: 10px;
}

.left-page-bottom {
  border-top: 1px solid rgb(235,235,235);
  border-bottom: 1px solid rgb(235,235,235);
  border-left: 1px solid rgb(235,235,235);
  padding: 10px;
}

.left-page a, .right-page a {
  display: inline-block;
  text-align: center;
  width: 35px;
  height: 35px;
  line-height: 35px;
  background-color: rgb(134,157,179);
  color: white;
}

.left-page-bottom a {
  display: block;
  text-align: left;
  position: relative;
  padding-left: 40px;
}

.right-page-bottom a {
  display: block;
  text-align: right;
  position: relative;
  padding-right: 40px;
}

.left-page a:hover, .center-home a:hover, .right-page a:hover {
  opacity: .6;
}

.left-page-bottom a:before {
  content: "\f0a8";
  color: rgb(134,157,179);
  display: block;
  text-align: left;
  font-family: FontAwesome;
  width: 30px;
  height: 30px;
  font-size: 25px;
  line-height: 30px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.right-page-bottom a:after {
  content: "\f0a9";
  color: rgb(134,157,179);
  display: block;
  text-align: right;
  font-family: FontAwesome;
  width: 30px;
  height: 30px;
  font-size: 25px;
  line-height: 30px;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}


/* tag-search */
#for-tag-form {
  margin: 0 auto;
  width: 100%;
  max-width: 300px;
  height: 30px;
  text-align: center;
  position: relative;
}

#for-tag-form select {
  width: 100%;
  height: 30px;
  padding-left: 1em;
  border: 1px solid silver;
  border-radius: 2px;
  -webkit-appearance: none;
  background: rgba(255,255,255,.5);
}

#for-tag-form select:focus {
  background: white;
}

#for-tag-form button[type="submit"] {
  width: 30px;
  height: 30px;
  border: none;
  cursor: pointer;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  outline: none;
  -webkit-appearance: none;
  background: rgba(57,69,86,.8);
  border-radius: 2px;
  -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;
}

#for-tag-form button[type="submit"]:before {
  content: '\f02b';
  color: white;
  display: block;
  float: left;
  font: normal 15px/1 FontAwesome;
  margin-left: 3px;
}

#for-tag-form button[type="submit"]:hover {
  background: rgb(57,69,86);
}


/***------------------------------------------
      side menu
------------------------------------------***/

#sidenav {
  margin: 0 auto;
  width: 90%;
  max-width: 1000px;
}

.side_bar {
  display: inline-block;
  vertical-align: top;
  width: 300px;
  padding: 20px;
  text-align: left;
}

.side_bar h4 {
  margin: 0 auto 20px;
  font-size: 16px;
  text-align: center;
  color: white;
  background-image: -webkit-radial-gradient(ellipse farthest-corner at center top, rgb(154,177,199) 0%, rgb(26,36,47) 100%); /* 注)サイドメニュープラグインタイトル背景グラデーション */
  background-image: radial-gradient(ellipse farthest-corner at center top, rgb(154,177,199) 0%, rgb(26,36,47) 100%);
  padding: 5px;
}

/* official calendar */
.calender {
  margin: 0 auto 15px;
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  max-width: 330px;
  text-align: center;
  font-size: 12px;
}

.calender caption {
  width: 100%;
  margin-bottom: 10px;
  text-align: center;
}

.sun {
  color: rgb(159,39,33);
}

.calender td {
  padding: .5em 0;
  width: 25px;
  height: 25px;
}

.calender td a {
  width: 25px;
  height: 25px;
  line-height: 25px;
  display: inline-block;
  background: rgba(134,157,179,.5);
  vertical-align: middle;
  color: black;
}

.calender td a:hover {
  border: none;
  text-decoration: none;
  background: rgba(134,157,179,1);
  color: white;
}

/* official tag */
.plugin-tag a {
  margin: 0 4px 4px 0;
  display: inline-block;
  border: 1px solid rgb(51,51,51);
  padding: .2em .3em;
}

/* official profile */
.plugin-myimage {
  text-align: center !important;
  margin-bottom: 10px;
}


/***------------------------------------------
      footer
------------------------------------------***/

#pagetop {
  display: none;
  position: fixed;
  z-index: 9999;
  bottom: 190px;
  right: 60px;
  width: 40px;
  height: 40px;
  background: rgba(134,157,179,.3);
}

#pagemiddle {
  display: none;
  position: fixed;
  z-index: 9999;
  bottom: 140px;
  right: 60px;
  width: 40px;
  height: 40px;
  background: rgba(134,157,179,.3);
  font-size: 11px;
}

#pagebottom {
  display: none;
  position: fixed;
  z-index: 9999;
  bottom: 90px;
  right: 60px;
  width: 40px;
  height: 40px;
  background: rgba(134,157,179,.3);
}

#pagetop a, #pagemiddle a, #pagebottom a {
  display: inline-block;
  width: 100%;
  height: 100%;
  line-height: 40px;
  color: black;
}

.new {
  color: red;
  font-size: 11px;
  margin-left: 1em;
}

.end {
  margin: 0 auto;
  width: 100%;
  padding: 1em 0;
  text-align: center;
  position: relative;
  line-height: 1.2;
  background-image: -webkit-radial-gradient(ellipse farthest-corner at center top, rgb(154,177,199) 0%, rgb(26,36,47) 100%); /* 注)フッター背景グラデーション */
  background-image: radial-gradient(ellipse farthest-corner at center top, rgb(154,177,199) 0%, rgb(26,36,47) 100%);
  position: relative;
  z-index: 30;
}

.foot, #copyright {
  text-align: center;
  color: white;
  font-size: 11px;
}

#designer {
  color: rgb(26,36,47);
}

#ad1, #ad2 {
  font-size: 11px;
}

.bottom-adjust45 {
  padding-bottom: 45px;
}

.bottom-adjust20 {
  padding-bottom: 20px;
}


/***------------------------------------------
      media less than 768
------------------------------------------***/

@media screen and (max-width: 768px) {

  #main, #sidenav {
    width: 100%;
  }

  #banner {
    display: block;
  }

  #blog-name-container {
    display: block;
    width: 100%;
  }

  .blog-title a { /* 注)ブログタイトルフォントスマホ, タブレットでのサイズ */
    font-size: 17px;
  }

  .navigation-container ul .sp-hide {
    display: none;
  }

  .contents {
    padding: 20px 15px 0;
  }

  .bottom-adjust35 {
    padding-bottom: 35px;
  }

  .bottom-adjust20 {
    padding-bottom: 20px;
  }

  input[type="text"], 
  input[type="password"], 
  input[type="search"],
  textarea, select {
    font-size: 16px;
  }

  #pagetop {
    bottom: 240px;
    right: 8px;
  }

  #pagemiddle {
    bottom: 190px;
    right: 8px;
  }

  #pagebottom {
    bottom: 140px;
    right: 8px;
  }

}


/***------------------------------------------
      media less than 450
------------------------------------------***/

@media screen and (max-width: 450px) {

  #category-box, #archive-box {
    width: 133px;
    padding: .2em;
  }

}


/***------------------------------------------
      personal settings
------------------------------------------***/

.tag_cloud {
  line-height: 1;
  font-size: 13px;
  padding: 10px 0;
}

.tag_cloud li {
  display: inline;
  padding: .3em;
  list-style-type: none;
}

.t_large a {
  font-size: 167%;
  font-weight: bold;
}

.t_ordinary14 a, .t_ordinary13 a, .t_ordinary12 a,
.t_ordinary11 a, .t_ordinary11 a, .t_ordinary10 a {
  font-size: 136%;
  font-weight: bold;
}

.t_ordinary9 a, .t_ordinary8 a, .t_ordinary7 a,
.t_ordinary6 a, .t_ordinary5 a {
  font-size: 122%;
  font-weight: normal;
}

.t_ordinary4 a, .t_ordinary3 a,
.t_ordinary2 a, .t_ordinary1 a {
  font-size: 100%;
  font-weight: normal;
}

.tag_cloud li {
  border-bottom: none;
  background: none;
}

/* pre code */
.prettyprint {
  margin: 0 auto;
  width: 95%;
  background-color: rgb(38,38,38);
  padding: .8em 1em;
  border-radius: 4px;
  color: white;
}

.precode {
  color: rgb(251,0,95);
}

.precode2 {
  color: rgb(149,226,0);
}

.precode3 {
  color: rgb(137,99,255);
}

.precode4 {
  color: rgb(73,208,237);
}

/* for video */
.box-for-video {
  position: relative;
  width: 100%;
}

.box-for-video:before {
  content: "";
  display: block;
  padding-top: 56.25%; /* 注)動画縦横比設定 デフォルト: 縦幅が横に対して56.25% 正方形は100%指定 */
  overflow: hidden;
}

.box-for-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* end */

.emoji {
  vertical-align: middle;
}

.shadow-attachment {
  box-shadow: 0 1px 4px rgba(0,0,0,.4);
}

.box {
  display: inline-block;
  padding: .1em .5em;
}

/* for image */
.zoom-in {
  position: relative;
  display: inline-block;
  z-index: 1;
}

.zoom-in:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  background: rgba(0,0,0,.6);
  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; 
}

.zoom-in:after {
  content: "\f065";
  font-family: FontAwesome;
  text-align: center;
  font-size: 20px;
  color: white;
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  margin-top: -17px;
  z-index: 3;
  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;
}

.zoom-in:hover:before, .zoom-in:hover:after {
  opacity: 1;
}

.zoom-in-round {
  position: relative;
  display: inline-block;
  z-index: 1;
}

.zoom-in-round:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  background: rgba(0,0,0,.6);
  border-radius: 50%;
  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; 
}

.zoom-in-round:after {
  content: "\f065";
  font-family: FontAwesome;
  text-align: center;
  font-size: 20px;
  color: white;
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  margin-top: -17px;
  z-index: 3;
  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;
}

.zoom-in-round:hover:before, .zoom-in-round:hover:after {
  opacity: 1;
}

/* arrow for darkbox */
#darkbox_next:hover, #darkbox_prev:hover {
  border-color: rgb(134,157,179) !important;
}