/* <system section="theme" selected="17680117126967059287"> */
@charset "UTF-8";
/*
  Theme: tones
  Author: z0i.net
  Responsive: yes
  Description:
  ver 0.0.3

  レスポンシブ」「シンプル」なデザインです

  Released under the GPL.

  http://z0i.net/

  補足


設定＝＞詳細設定＝＞headに要素を追加
に以下を組み込んでください

<script>
document.addEventListener('DOMContentLoaded', function(){
 var mobile = /iPad|iPhone|iPod|Android/.test(navigator.userAgent);
 if(mobile){

 }else{
    document.body.classList.add("pc");
 }
});
</script>

*/

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:0.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace, monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace, monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type="button"],[type="reset"],[type="submit"],button{-webkit-appearance:button}[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:0.35em 0.75em 0.625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type="checkbox"],[type="radio"]{box-sizing:border-box;padding:0}[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height:auto}[type="search"]{-webkit-appearance:textfield;outline-offset:-2px}[type="search"]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}

/*--------------------------------------------------*/
*, :after, :before {
    box-sizing: border-box;
}

body, html {
    background: #f9fafb;
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
    color: #293030;
}

html {
  font-size: 62.5%; /* -> 10px; */
}
body {
    font-size: 1.6rem;
    line-height: 1.7;
    /*background-size: cover;*/
}


a{
  color: #293030;
  text-decoration: none;
}

.pc a:hover{
      color: #0056b3;
      text-decoration: underline;
}

h1 {
 font-size: 2.4rem;
}
h2 {
 font-size: 2.0rem;
}
h3 {
 font-size: 2.0rem;
}

h4 {
 font-size: 1.8rem;

}
h5 {
 font-size: 1.7rem;
}
h6 {
 font-size: 1.6rem;
}
/*==============================*/
/* タイトル（ヘッダー）         */
/*==============================*/
/*
h1#title{
 font-size: 2.4rem;
}
*/
#blog-title {
    border-top: solid 1px #f0f1f1;
    border-bottom: solid 1px #f0f1f1;

    border-top: solid 1px #e0e1e1;
    border-bottom: solid 1px #e0e1e1;
}
#blog-title {
    transition: .5s;
    width: 100%;
    display: block;
    height: 62px;
    z-index: 3;
}

#blog-title-content{
  padding-left:15px;
}

#title{
 height: 62px;
 margin-top: auto;
 margin-bottom: auto;
 line-height: 62px;
}

.header-image-only #blog-title #blog-title-inner{
   height:62px;/*!important;*/
   background-position: left 0px!important;
   /*background-size: contain;*/
   background-size: 100%; 
}

.header-image-enable #blog-title #blog-title-inner {
   height:62px;
   width:100%;
   background-repeat: repeat-x;
   background-size: 100%; 
}
/*--------------*/
/* ブログの説明 */
/*--------------*/
#blog-description{
  display:none;
}

/*==============================*/
/* レスポンシブ                 */
/*==============================*/
.entry-content img{
  max-width:100%;
  height:auto !important;
}
/*==============================*/
/* レイアウト                   */
/*==============================*/
#blog-title-inner,
#blog-title-content,
#top-editarea,
#top-box,
#content,
#bottom-editarea,
#footer-inner
{
  max-width: 1024px;
  margin: auto auto;
}

/*--------------------*/
/* 1カラム            */
/*--------------------*/

#wrapper:after{
  content: "";
  clear: both;
  display: block;
}
/*--------------------*/
/*2カラム（900px以上）*/
/*--------------------*/
@media (min-width: 900px){
  #wrapper {
    width: calc(100% - 310px);
    float: left;
    padding-right: 10px;
    box-sizing: border-box;
  }

  #box2 {
    float: left;
    width: 310px;
    border-top: none;
    margin-top: 0;
  }
  #content:after{
    content: "";
    clear: both;
    display: block;
  }
}

/*==============================*/
/*ボタン                        */
/*==============================*/
/*--------------------*/
/* 続きを読む              */
/*--------------------*/
.leave-comment-title,
.entry-content a.entry-see-more,
.read-more-comments a{
  border-radius: 2px;
  border: solid 1px #e0e1e1;
  display: inline-block;
  text-align: center;
  text-decoration: none;

  line-height: 40px;
  padding-left: 0.8em;
  padding-right: 0.8em;

  color: #293030;
}

.pc .leave-comment-title:hover,
.pc .entry-content a.entry-see-more:hover,
.pc .read-more-comments a:hover {
    opacity: .8;
}

.read-more-comments{
  margin-top:20px;
}
/*==============================*/
/* アーカイブ                   */
/*==============================*/
.page-archive .archive-entries:after{
    content: "";
    clear: both;
    display: block;
}
.page-archive .archive-entries{
  margin-left:2%;
  margin-right:2%;
}
.page-archive .archive-entry{
  margin: 5px 5px 20px 5px;
  padding: 5px;

  width:45%;
  float: left;
  height:195px;
  overflow: hidden;

  position: relative;

  border-top: solid 1px #e0e1e1;
  border-bottom: solid 1px #e0e1e1;
  border-left: solid 1px #e0e1e1;
  border-right: solid 1px #e0e1e1;

}

@media (min-width: 375px){
  .page-archive .archive-entry{
    width:47%;
  }
}

@media (min-width: 414px){
  .page-archive .archive-entry{
    width:30%;
  }
}

@media (min-width: 900px){
  .page-archive .archive-entry{
    margin-bottom: 30px;
  }
}

.page-archive .entry-thumb{
  width:100%;
  float:none;
}

.page-archive .archive-date{
  display:none;
}

.page-archive .entry-title a{
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 21px;

    color: #363c49;
    margin: 0;

    display: block;
    position: absolute;
    top: 0;
    left:0;
    width: 100%;
    height: 100%;
    
    padding-top:10px;
    padding-left:10px;

    z-index: 5;
}

.page-archive .entry-title {
    margin: 0;
    height: 2em;
    overflow: hidden;
}
.page-archive .categories{
  display:none;
}

.page-archive .entry-thumb-link{
    position: relative;
    z-index: 6;
    display: block;
}


.page-archive .social-buttons{
    display:none;
}

.archive-header-category{
  
  margin-bottom:0
}
.archive-heading{
  font-size:1.7rem;
}
/*==============================*/
/* 個別記事                     */
/*==============================*/
.entry.sleeping-ads{
    background: transparent ;
    border: 1px solid transparent;
    margin-bottom: 2em;
}

.entry{
    background: #fff;
    border: 1px solid #f0f1f1;
    margin-bottom: 2em;
}
.entry-inner{
    margin: 25px 8px;
}
@media (min-width: 414px){
  .entry-inner{
    margin: 25px 25px;
  }
}


.entry-content a{
  color: #0056b3;

}

.entry h1 {
 margin:0;
}


/*--------------------*/
/* 日付               */
/*--------------------*/
.date a {
    color: #6f8383;
    font-size: 1.4rem;

}
.date.entry-date.first{
    text-align: right;
}

/*--------------------*/
/* blockquote,pre     */
/*--------------------*/
.entry-content blockquote:not([class]) {
  font-size:1.5rem;
  line-height: 1.8;
  background: #e9e9e9;
  border-left: 10px solid #ccc;
  margin: 1em 5px;
  padding: 0.5em 5px;
}
@media (min-width: 414px){
  .entry-content blockquote:not([class]){
    margin: 1.5em 10px;
    padding: 0.5em 10px;
  }
}


.entry-content blockquote:not([class]) p {
  display: block;
}
.entry-content pre {
    border: 1px solid #dfe5e7;
    margin: 0 0 5px;
    padding: 10px;
    white-space: pre;
}
@media (min-width: 414px){
  .entry-content pre{
    margin: 0 0 10px;
    padding: 20px;
  }
}
/*--------------------*/
/* カテゴリ           */
/*--------------------*/
.categories {
    margin-bottom: 2em;
}
.categories a {
    color: #6f8383;
    display: inline-block;
    border: 1px solid #f0f1f1;
    margin: 0 6px 0 0;
    padding: 0 10px;
    font-size: 1.3rem;
}
.pc .categories a:hover{
    opacity: .8;
    /*background: #fefdfc;*/
}
/*--------------------*/
/* 表 table           */
/*--------------------*/
.entry-content table {
    border-collapse: collapse;
    border-spacing: 0;
    border-bottom: 1em;
    margin-bottom: 1em;
    width: 100%;
    overflow: auto;
    display: block;
}
.entry-content table {
    max-width: none;
}
.entry-content table th {
    background: #f9fafb;
}
.entry-content table td, 
.entry-content table th {
    border: 1px solid #f0f1f1;
    padding: 5px 10px;
}

/*--------------------*/
/* 目次               */
/*--------------------*/
/*https://blog.z0i.net/2017/01/hatena-table-of-contents.html */

.entry-content .table-of-contents {
    background: #f9fafb;
    margin-left: 0;
    padding: 10px 10px 10px 35px;
}

.entry-content dd, .entry-content ol, .entry-content ul {
    margin: 0 0 1em 1.5em;
    padding: 0;
}

.table-of-contents:before{
  content: "目次";
  font-size:1.6rem;
  font-weight: bold;
}
.table-of-contents{
  font-size:1.5rem;
  border: 1px solid rgba(0,0,0,.1);
  border-radius: 4px;
  padding-bottom:10px;
}


/*==============================*/
/* コメント欄                   */
/*==============================*/
.comment-box {
    margin: 1em 0;
}

.comment-box .comment {
    list-style: none;
    margin: 0 0 15px 0;
    padding: 0;
    line-height: 1.7;
    font-size: 1.5rem;
}

.comment-box .entry-comment {
    border-bottom: 1px solid #ddd;
    position: relative;
}



/*==============================*/
/* フッター                  */
/*==============================*/
#bottom-editarea{
  margin-top:30px;
  margin-bottom:30px;
  padding-top:20px;
  padding-bottom:20px;
  /*border: solid 1px #e0e1e1;*/
}
footer#footer{
  padding-top:20px;
  border-top: solid 1px #e0e1e1;
  text-align: center;
}

/*==============================*/
/* サイドバー                   */
/*==============================*/
.hatena-module {
   margin-bottom: 2em;
   padding-left: 10px;
   padding-right: 10px;
}
.hatena-module-title,
.hatena-module-title a{
  font-size:1.8rem;
  font-weight: bold;
  color: #293030;
  text-decoration: none;
}
@media (min-width: 900px){
  .hatena-module-title,
  .hatena-module-title a{
    color:#576868; /* #404c4c;*/
  }
}

.hatena-urllist {
    padding-left: 0;
    list-style: none;
}
.hatena-urllist li {
    border-top: 1px dotted #cfd8d8;
    padding-top: 10px;
    padding-bottom: 10px;
}
.hatena-urllist>li:last-child {
    border-bottom: 1px dotted #cfd8d8;
}

#box2 .urllist-title-link{
    font-size: 100%;
}

/*--------------------*/
/* 検索窓             */
/*--------------------*/
input[type="submit"] {
  -webkit-appearance: none;
}

.hatena-module-search-box .search-form {
    padding-right: 60px;
    position: relative;
}
.hatena-module-search-box .search-module-input {
    width: 100%;
    padding: 10px 10px;
    background: none;
    border: 1px solid #d2d7e5;
}
.hatena-module-search-box .search-module-button{
    padding: 9px 10px;
    position: absolute;
    top: 2px;
    right: 0;
    border: 1px solid #d2d7e5;
    border-radius: 4px;
    cursor: pointer;

}


/*==============================*/
/* パンくず        */
/*==============================*/
.page-entry .breadcrumb {
    margin-top: 1em;
    font-size:1.3rem;
}

/*==============================*/
/* ページナビ　前後記事        */
/*==============================*/
/*2017*/
.pager {
  height: auto;
  overflow: hidden;
}
.pager .pager-next,
.pager .pager-prev {
  position: relative;
  border: 1px solid #f0f1f1;
  display: inline-block;
}
.pager .pager-next {
  float: right;
  text-align: right;
}

.pager a {
  display: block;
  padding: 10px 20px;
  overflow: hidden;
  text-decoration: none;
  background: #fff;
  min-height: 80px;
}
.pc .pager a:hover {
  color: #0066cc;
  background: #fefdfc;
}

.pager .pager-next, .pager .pager-prev {
  width: 50%;
}

/*hatena*/
/*1カラム*/
.page-index .pager .pager-next,
.page-index .pager .pager-prev,
.page-archive .pager .pager-next,
.page-archive .pager .pager-prev{
    width: 100%;

}


.page-index .pager a ,
.page-archive .pager a {
  min-height: 20px;
  padding-right: initial;
  text-align: center;
}

.page-archive .pager{
  margin-bottom:20px;
}
/* *********************************************** */
/*==============================*/
/* グローバルナビ        */
/*==============================*/
#gnav{
  width: 100%;

  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

#gnav::-webkit-scrollbar {
  display: none;
}

#gnav .gnav-inner {
  position: relative;
  display: inline-table;

  height: 30px;
  width: 100%;

  margin-top: 0;
  padding-left: 20px;
  white-space: nowrap;

}

#gnav .gnav-inner .menu{
    display: table-cell;
    vertical-align: middle;
  padding-left: 20px;

}

#gnav .gnav-inner .menu a {
  height: 30px;
  display: block;
  text-align: center;
  overflow: hidden;
}

.pc #gnav .gnav-inner .menu a:hover{
    opacity: .8;
}

/*-------*/
#gnav .gnav-inner {
    /*background: #313131;*/
    border: 1px solid #e0e1e1;
}

#gnav .gnav-inner .menu a {
  /*color: #fff;*/
  text-decoration: none;

}

/* </system> */