/* <system section="background" selected="default"> */
/* default */
/* </system> */
/*
Theme Name: UnderShirt
Theme URI: http://blog.hatena.ne.jp/-/store/theme/8599973812333959601
Description: 記事一覧（archive）ページでアイキャッチ（サムネイル）画像を大きく表示する、２カラム＆最大幅固定のテーマです。※スマホから見ると１カラムになります※トップページを記事一覧ページの見た目にするには、はてなブログProへの加入が必要です- [http://thumbn9f9f98ail.hatenablog.com/:title=DEMOサイト]- 活用例：[http://www.hello-ferret.com/:title=フェレットブログ こがねとてっぺい]* 特徴- レスポンシブ対応- レクタングル広告が設置可能なサイドカラム- ミニマルでカスタマイズしやすいデザイン* 紹介記事- [http://blog.rokuzeudon.com/entry/theme-undershirt#attention:title=アイキャッチ画像とヘッダー画像の仕様について]- [http://blog.rokuzeudon.com/entry/theme-undershirt-sp:title=スマホ（レスポンシブデザインモード）で記事を２列にする方法]* 謝辞- はてなブログ様のカスタマイズ用テンプレート「[https://github.com/hatena/Hatena-Blog-Theme-Boilerplate:title=boilerplate]」を改変しています- DEMOサイトの写真は[https://unsplash.com/:title=Unsplush]様より利用させて頂いています* お問い合わせテーマを使ってみてのご感想やご意見は、[https://twitter.com/rokuzeudon:title=Twitter]にてお気軽にご連絡ください。
Author: rokuzeudon
Author URI: http://blog.hatena.ne.jp/rokuzeudon/
*/
@charset "UTF-8";
/*
  Theme: UnderShirt
  Author: rokuzeudon
  Responsive: yes
  Description:
    記事一覧ページでサムネイル画像を大きく表示するはてなブログテーマです。
*/
@import url("https://fonts.googleapis.com/css?family=Poppins:400,600");
html {
line-height: 1.15;
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;
}

body {
margin: 0;
}

/* ブログタイトルフォント */
#title a { 
    font-family: 'Parisienne', cursive;
    font-size: 30px;
    letter-spacing: 0.1px;
}

/* スマホ横揺れ対策 */
@media screen and (max-width : 480px){
html,
body {
overflow-x: hidden;
overflow-y: scroll;
-webkit-overflow-scrolling: touch;
}
}

/* 罫線横スクロール */
.table-scroll { overflow-x: auto; }

/* インスタ横幅対策 */
@media screen and (max-width: 899px){
  .instagram-media{
    width:414px !important;
    max-width: 100% !important;
    min-width: initial !important;
  }
}

/* 記事下ID非表示 */
span.author.vcard {
display: none;
}

/* プロフィールアイコン */
#box2 img {
border-radius: 50%;
max-width: 100%;/* ←お好きな大きさにご調整ください */
max-height: 100%;
}

/* iTunes design */
.itunes-embed .itunes-embed-image {
    float: left;
    margin-right: 15px;
    max-width: 100px;
}

 /* Amazon商品紹介 */
.hatena-asin-detail a {
    color: #e47911;
}

.hatena-asin-detail a:hover {
    color: #ff9900;
}

.hatena-asin-detail {
    padding: 1.6em;
    position: relative;
    background: rgba(245,245,245,0.8);
    border: none;
    border-radius: .06em;
}

.hatena-asin-detail > a,
.hatena-asin-detail > div {
    position: relative;
    z-index: 2;
}

.hatena-asin-detail::before {
    color: #ccc;
    content: "\f034";
    display: block;
    font: 36px/1 blogicon;
    position: absolute;
    bottom: .3em;
    right: .4em;
}

/* ページトップへ戻るボタン */
#page-top-area {
display: none;
position: fixed;
padding: 8px 14px 9px;
line-height: 24px;
font-size:20px;
font-weight:bold;
background-color:#ddd;
bottom: 40px;
border-radius:4px;
right: 0;
margin: 0;
text-align: center;
z-index: 199;
}
#page-top-button {
color: rgba(0,0,0,0.6);
text-decoration: none;
display: block;
cursor: pointer;
}
#page-top-button:hover {
color: rgba(0,0,0,0.95);
}
#page-top-area a {
color:#fff;
}
#page-top-area a:hover {
color:#fff;
}
}

article, aside, footer, header, nav, section {
display: block;
}

h1 {
font-size: 2em;
margin: 0.67em 0;
font-weight: normal !important;
}

figcaption, figure, main {
display: block;
}

figure {
margin: 1em 40px;
}

hr {
-webkit-box-sizing: content-box;
box-sizing: content-box;
height: 0;
overflow: visible;
}

pre {
font-family: monospace, monospace;
font-size: 1em;
}

a {
background-color: transparent;-webkit-text-decoration-skip: objects;
}

abbr[title] {
border-bottom: none;
text-decoration: underline;
-webkit-text-decoration: underline dotted;
text-decoration: underline dotted;
}

b, strong {
font-weight: inherit;
}

b, strong {
font-weight: bolder;
}

code, kbd, samp {
font-family: monospace, monospace;
font-size: 1em;
}

dfn {
font-style: italic;
}

mark {
background-color: #ff0;
color: #000;
}

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;
}

audio, video {
display: inline-block;
}

audio:not([controls]) {
display: none;
height: 0;
}

svg:not(:root) {
overflow: hidden;
}

button, input, optgroup, select, textarea {
font-family: sans-serif;
font-size: 100%;
line-height: 1.15;
margin: 0;
}

button, input {
overflow: visible;
}

button, select {
text-transform: none;
}

button, html [type="button"], [type="reset"], [type="submit"] {
-webkit-appearance: button;
}

button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
border-style: none;
padding: 0;
}

button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
outline: 1px dotted ButtonText;
}

fieldset {
padding: 0.35em 0.75em 0.625em;
}

legend {
-webkit-box-sizing: border-box;
box-sizing: border-box;
color: inherit;
display: table;
max-width: 100%;
padding: 0;
white-space: normal;
}

progress {
display: inline-block;
vertical-align: baseline;
}

textarea {
overflow: auto;
}

[type="checkbox"], [type="radio"] {-webkit-box-sizing: border-box;
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-cancel-button, [type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
}

::-webkit-file-upload-button {
-webkit-appearance: button;font: inherit;
}

details, menu {
display: block;
}

summary {
display: list-item;
}

canvas {
display: inline-block;
}

template {
display: none;
}

[hidden] {
display: none;
}

#content-inner {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-flow: column;
flex-flow: column;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}

@media (min-width: 992px) {
#content-inner {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
}
}

.entry-header {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-flow: column;
flex-flow: column;
}

.entry-header .entry-title {
-webkit-box-ordinal-group: 1;
-ms-flex-order: 0;
order: 0;
}

/* 日付 */
.entry-header .date {
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
order: 1;
}

.entry-header .categories {
-webkit-box-ordinal-group: 3;
-ms-flex-order: 2;
order: 2;
}

.entry-header .customized-header {
-webkit-box-ordinal-group: 4;
-ms-flex-order: 3;
order: 3;
}

.entry-header .social-buttons {
-webkit-box-ordinal-group: 5;
-ms-flex-order: 4;
order: 4;
}.archive-entries {display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}

.page-archive .archive-entry {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-flow: column;
flex-flow: column;
box-shadow: 0 3px 1px -2px rgba(0,0,0,.2), 0 2px 2px 0 rgba(0,0,0,.14), 0 1px 5px 0 rgba(0,0,0,.12);
border-radius: 2px;
}

.page-archive .archive-entry:hover {
background-color: #f5f5f5;
}

.page-archive .archive-entry .entry-thumb-link {
-webkit-box-ordinal-group: 1;
-ms-flex-order: 0;order: 0;
}

.page-archive .archive-entry .archive-entry-header {
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;order: 1;
}

.page-archive .archive-entry .archive-entry-body {
-webkit-box-ordinal-group: 3;
-ms-flex-order: 2;
order: 2;
}

.page-archive .archive-entry .categories {
-webkit-box-ordinal-group: 4;
-ms-flex-order: 3;
order: 3;

}.archive-entry-header {
display: -webkit-box;
display: -ms-flexbox;
display: flex;-webkit-box-orient: vertical;-webkit-box-direction: normal;-ms-flex-flow: column;
flex-flow: column;
}

.archive-entry-header .entry-title {
-webkit-box-ordinal-group: 1;
-ms-flex-order: 0;order: 0;
}

.archive-entry-header .date {
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;order: 1;
}

.pager {display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;-ms-flex-pack: justify;
justify-content: space-between;ecebf5
}

html, body {
font-family: 'Quicksand', -apple-system, BlinkMacSystemFont, Segoe UI, 'Hiragino Kaku Gothic Pro', 'YuGothic', "游ゴシック体", 'Meiryo', 'Quicksand',sans-serif;
color: #5a5a5a;
background-color: #FAF6F5;
line-height: 1.6;
letter-spacing: .08em;
}

/* 全体の文字カラー */
a {
color: #5a5a5a;
text-decoration: none;
-webkit-transition: .1s ease-out;
transition: .1s ease-out;
}
a:hover {
color: #9f9f98;
text-decoration: none;
}

/* 記事タイトルと見出しのカラー */
h1, h2, h3, h4, h5, h6 {
color: #5a5a5a;
line-height: 1.4;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
color: #5a5a5a;
text-decoration: none;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
color: #95A09A;
}

#globalheader-container {
background-color: #5a5a5a;
color: #f5f5f5;
}

#content-inner {
max-width: 1200px;
margin: auto;
}

#blog-title {
margin: 2em auto 2em;
max-width: 1200px;
padding: 0 20px;
text-align: center;
}
@media (min-width: 992px) {
#blog-title {margin: 2em auto;
padding: 0 40px;
-webkit-box-sizing: border-box;
box-sizing: border-box;
text-align: left;
}
}

#title {
margin: 0;
font-size: 1.5rem;
}

@media (min-width: 992px) {
#title {font-size: 2rem;
}
}

#title a {
color: #5a5a5a;
font-weight: normal;
}

#blog-description {
font-weight: normal;
font-size: .8rem;
margin: 0.2em 0 0;
color: #95A09A;
font-family: "IM Fell DW Pica";
}

.header-image-enable #blog-title {
margin: 0 auto 2em;
}

@media (min-width: 768px) {
.header-image-enable #blog-title {padding: 0 40px;
}}

.header-image-enable #blog-title-inner {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
margin: 30px 0 0;
}

@media (min-width: 992px) {
.header-image-enable #blog-title-inner {
background-size: cover;
}
}

.header-image-enable #blog-title-content {
margin: auto;
text-align: center;
}

#top-box {
max-width: 1200px;
margin: 0 auto 1em;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}

#top-editarea {
margin-bottom: 1em;
}

.breadcrumb {
padding: 0 20px;
font-size: .78rem;
}

@media (min-width: 768px) {
.breadcrumb {
padding: 0 40px;
}
}

@media (min-width: 992px) {
#wrapper {
width: calc( 100% - 337px);
}
}

#main {
width: 100%;
}

#main-inner {
max-width: 1140px;
margin: auto;
padding: 0 20px;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}

@media (min-width: 992px) {
#main-inner {
padding: 0 40px;
}}

.entry {
position: relative;
margin-bottom: 20px;
padding: 20px;
background: #fff;
}

@media (min-width: 768px) {
.entry {
padding: 30px 40px;
}}

.entry-header {
position: relative;
margin: 10px 0 30px;
}

.entry-header .social-buttons {
margin: 1em 0 0;
padding: 1em 0;
border-top: 1px #ddd;
}

/* 日付の文字 */
.date {
font-size: .9rem;
}
.date a {
color: #9f9f98
;text-decoration: none;
}
.date a:hover {
color: #95A09A;
text-decoration: underline;
}

/* 記事タイトル */
.entry-title {
margin: 0 0 .3em;
font-size: 1.3rem;
font-family: 'Sawarabi Gothic';
}
@media (min-width: 992px) {
.entry-title {
font-size: 1.2rem;
font-family: 'Sawarabi Gothic';
}
}

/* カテゴリー */
.categories a {
font-size: .76rem;
display: inline-block;
margin: 8px 4px 0 0;
padding: 4px 8px 2px;
color: #9f9f98;
background: #f5f5f5;
border-radius: 2px;/*角の丸み*/
text-decoration: none;
}
.categories a:hover {
color: #95A09A;
background-color: #FFF;
}

.entry-footer .social-buttons {
margin-bottom: 1em;
}
.entry-footer-section {
color: #999;
font-size: .7rem;
}
.entry-footer-section a {
color: #999;
}

/* コメント欄 */
.comment-box {
margin: 2em 0 1em;
padding: 2em 0 1em;
border-top: 2px solid #ddd;
}
.comment {
list-style: none;margin: 0 0 15px 0;
padding: 0;
line-height: 1.7;
font-size: .85rem;
}
@media (min-width: 768px) {
.comment {
font-size: .9rem;
}
}
.entry-comment {
margin: 0 0 1em;
padding: 10px 10px 10px 70px;
background: #fff
border: 1px solid #ddd;
;border-radius: 4px;
position: relative;
}
.read-more-comments {
padding: 10px 0;
text-decoration: underline;
}


.hatena-id-icon {
position: absolute;
top: 10px;
left: 10px;
width: 50px !important;
height: 50px !important;
border-radius: 3px;
}

/* コメントユーザー */
.comment-user-name {
margin: 0 0 .4em 0;
font-weight: bold;
}
.comment-content {
margin: 0 0 .4em 0;
word-wrap: break-word;
color: #5a5a5a;
font-size: .85rem;
}
.comment-content p {
margin: 0 0 .6em 0;
}
.comment-metadata {
color: #999;
margin: 0;
font-size: .8rem;
}
.comment-metadata a {
color: #999;
}
.leave-comment-title {
padding: .6em 1em;
font-size: .85rem;
background: #f5f5f5;
border: 1px solid #ddd;
border-radius: 3px;
top: 0;
}
.leave-comment-title:hover {
color: #999999;
top: 3px;
-webkit-box-shadow: 0 1px 3px #ddd;
box-shadow: 0 1px 3px #ddd;
}

@media (min-width: 992px) {
#box2 {width: 377px;
}
}

#box2-inner {
padding: 0 20px;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}

@media (min-width: 768px) {
#box2-inner {
padding: 0 40px;
}
}

@media (min-width: 992px) {
#box2-inner {
padding-left: 0;
}
}

/* サイドバー */
.hatena-module {
-webkit-box-sizing: border-box;
box-sizing: border-box;
margin-bottom: 3em;
font-size: .85rem;
}
@media (min-width: 768px) {
.hatena-module {
font-size: .9rem;
}
}
.hatena-module-title {
margin: 0;
padding: 2em 0 1em;
border-top: 2px solid #ddd;
font-size: 1.2rem;
font-weight: normal;
}
.hatena-module-title a {
color: #5a5a5a;
text-decoration: none;
}
.hatena-module-title a:hover {
text-decoration: underline;
}

.hatena-urllist {
list-style: none;
margin: 0;
padding: 0;
line-height: 1.4;
}
.hatena-urllist li {
padding: 0 0 1em;
}
.hatena-urllist li:last-child {
padding-bottom: 0;
}
.urllist-title-link {
font-size: .9rem;
}
.urllist-category-link {
color: #999;
font-size: .8rem;
padding: .1em .3em .1em 0;
}
.urllist-date-link a {
display: block;
margin: 0 0 .4em;
color: #999;
}
.urllist-entry-body {
margin-top: .3em;
color: #999;
}
.urllist-with-thumbnails li .urllist-image {
position: relative;
margin: 0 1em 1em 0;
-webkit-transition: .1s ease-out;
transition: .1s ease-out;
top: 0;
-webkit-box-shadow: 1px 3px 10px #ddd;
box-shadow: 1px 3px 10px #ddd;
}
.urllist-with-thumbnails li .urllist-image:hover {
top: 3px;
-webkit-box-shadow: 0 1px 3px #ddd;
box-shadow: 0 1px 3px #ddd;
}
.urllist-categories {
margin: .4em 0 0;
}

.profile-icon {
float: left;
margin: 0 10px 10px 0;
}

.id {
display: block;
font-weight: bold;
margin-bottom: .5em;
}

.profile-description p {
margin-top: 0;
}

/* エントリがある時はアンダーライン */
.hatena-module .calendar-day a {
   text-decoration:underline;
}

/* 半透明処理解除（普通はいらない） */
.hatena-module .calendar-day a:hover {
  opacity: 1;
}

/* 枠線 */
.hatena-module .calendar-day {
   border:1px solid #DDD;
   border-radius: 2px;/*角の丸み*/
}

/* マウスオーバーでおっきくなる */
.calendar-day:hover {
  -webkit-transform: scale(1.3);  
  -moz-transform: scale(1.3);
}

/* 土曜ヘッダ */
.hatena-module .calendar-saturday {
  color: #5a5a5a;
}

/* 日曜ヘッダ */
.hatena-module .calendar-sunday {
  color: #5a5a5a;
}

/* 平日ヘッダ */
.hatena-module .calendar-weekday {
  color: #5a5a5a;
}

/* ヘッダ全体 */
.hatena-module .calendar-saturday, .hatena-module .calendar-sunday,.hatena-module .calendar-weekday {
  font-weight: bold;
  font-family: "IM Fell DW Pica";
  border:1px solid #DDD;
  background-color:#d5d5d5;
}

/* カレンダーモジュールに余白 */
.archive-module-calendar {
    padding:5px;
}

/* 検索 */
.search-form, .search-result-form {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
border: 2px solid #ddd;
border-radius: 3px;
width: 100%;padding: 4px 0 2px 6px;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.search-module-input, .search-result-input {
-webkit-box-flex: 1;
-ms-flex: 1 0;
flex: 1 0;
padding: 5px;
color: #5a5a5a;
background: none;
border: none;
outline: none;
height: 20px;
}
.search-module-button, .search-result-button {
width: 24px;
height: 24px;
margin-right: 5px;
background: transparent url("https://cdn.blog.st-hatena.com/images/theme/search@2x.png?version=4f2cd60464de23eae871045797709a") no-repeat center;
background-size: 20px 20px;
border: none;
outline: none;
color: transparent;
overflow: hidden;
opacity: .5;
cursor: pointer;
}
.search-module-button:hover, .search-result-button:hover {
opacity: .85;
}


/* 引用のデザイン1 */
.entry-content blockquote {
    padding: 30px 20px;
    color: #777777;
    position: relative;
    border: solid 1px #ddd;
    border-radius: 3px;
    margin: 0.8em 0;
}
/* 引用のデザイン2 */
.entry-content blockquote:before {
    color: rgba(200, 200, 200, 1);
    content: "“";
    font-family: serif;
    font-size: 300%;
    left: 0;
    line-height: 1em;
    position: absolute;
    top: 0;
}
/* 引用のデザイン3 */
.entry-content blockquote:after {
    content: "”";
    font-family: serif;
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 300%;
    color: rgba(200,200,200,1);
    line-height: 0;
}

/* はてなモジュールカテゴリー */
div.hatena-module-category div.hatena-module-body ul li a {
　　 border: 1px solid #e4e4e4;
    color : #5a5a5a;    /* 文字色 */
    border-radius: 2px;
    font-size: 86.7%;
}
div.hatena-module-category div.hatena-module-body ul li a::before{
    content : "#"; 
}
div.hatena-module-category div.hatena-module-body ul li {
    display: inline-block; /* 横並びに変更 */
    box-shadow: 0 2px 4px rgba(0,0,0,.2);
    padding: 10px;
    line-height: 10px;
    transition: none;
    margin-top: 0.5em; /* 要素の間隔調整 */
} 
div.hatena-module-category div.hatena-module-body ul li a:hover {
    color: #9f9f98; /* お好きな色に */
}

.page-about .entry-content dt {
font-weight: bold;
border-bottom: 1px solid #ddd;
margin-bottom: .5em;
}

.page-about .entry-content dd {
margin-left: 0;
margin-bottom: 2em;
}

.archive-header-category {
margin: 30px;
text-align: center;
}

.archive-entry {
position: relative;
width: 100%;
margin-bottom: 20px;
padding: 20px;
-webkit-box-sizing: border-box;
box-sizing: border-box;
background: #fff;
}

@media (min-width: 768px) {
.archive-entry {
width: calc(50% - 10px);
padding: 20px;
}

.archive-entry:nth-child(odd) {
margin-right: 20px;
}
}

.page-archive #main-inner {
padding: 20px;
}

@media (min-width: 768px) {
.page-archive #main-inner {
padding: 0 40px;
}
}

.page-archive .entry-thumb-link {
width: calc( 100% + 40px);
margin: -20px 0 20px -20px;
}

@media (min-width: 768px) {
.page-archive .entry-thumb-link {
width: calc( 100% + 40px);
margin: -20px 0 20px -20px;
}
}

.page-archive .entry-thumb {
width: 100%;
height: 48vw;
background-position: center;
border-radius: 2px;
}

@media (min-width: 768px) {
.page-archive .entry-thumb {height: 24vw;
}
}

@media (min-width: 992px) {
.page-archive .entry-thumb {
height: 17vw;max-height: 202px;
}
}

.page-archive .categories a {
font-size: .6em;
}
.archive-date {
margin-bottom: .2em;
}
.archive-entry-header .entry-title {
font-weight: normal;
font-size: .9rem;
}

.archive-entry-header .date {
font-size: .7rem;
}

.archive-entry-body .entry-description {
margin: 0;
font-size: .8rem;
}

.archive-entry-body .social-buttons {
display: block;
margin-top: .3em;
}

.page-entry #main-inner {
padding: 0;
}
@media (min-width: 768px) {
.page-entry #main-inner {
padding: 0 14px;
}
}
.page-entry .breadcrumb {
margin-bottom: 1em;
}
#footer {background: #eee;
}
#footer-inner {
margin-top: 2em;
padding: 10px 0;
text-align: center;
font-size: .8rem;
color: #999;
}
#footer-inner a {
color: #999;
}
#footer-inner p {
margin: .5em auto;
}
@media (min-width: 768px) {
#footer-inner {max-width: 1200px;
margin: auto;
padding: 20px 40px;
}
}

/* 記事本文内容 */
.entry-content img, .entry-content video {
max-width: 100%;
height: auto;
vertical-align: middle;
}
.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 {
margin: 3em 0 0.8em 0;
}
.entry-content h3 {
font-size: 1.2rem;
font-family: 'Sawarabi Gothic';
}
.entry-content h4 {
margin: 2em 0 1em 0;
font-size: 1.1rem;
font-family: 'Sawarabi Gothic';
}
.entry-content h5 {
margin: 1.1em 0 1em 0;
font-size: 1.0rem;
font-family: 'Sawarabi Gothic';
}
.entry-content h6 {
margin: 1em 0 1em 0;
font-size: .9rem;
}

/* 記事のカラー */
.entry-content {
    color: #666666;
}
.entry-content a {
color: #9f9f98;
text-decoration: none;
}
.entry-content a:hover {
color: #95A09A;
text-decoration: underline;
}

.entry-content a.keyword {
text-decoration: none;
border-bottom: 1px dotted #ddd;
color: #5a5a5a;
}

.entry-content .entry-see-more {
display: inline-block;
padding: 10px 16px;
color: #626063;
text-decoration: none;
background: #f5f5f5;
top: 0;
-webkit-box-shadow: 1px 3px 10px #ddd;
box-shadow: 1px 3px 10px #ddd;
-webkit-transition: .1s ease-out;
transition: .1s ease-out;
}

.entry-content .entry-see-more:hover {
top: 3px;
-webkit-box-shadow: 0 1px 3px #ddd;
box-shadow: 0 1px 3px #ddd;
}

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

.entry-content ul li ul, .entry-content ul li ol, .entry-content ol li ul, .entry-content ol li ol, .entry-content dd li ul, .entry-content dd li ol {
margin-bottom: 0;
}

.entry-content table {
border-collapse: collapse;
border-spacing: 0;
border-bottom: 1em;
margin-bottom: 1em;
width: 100%;
overflow: auto;
display: block;
font-size: .8rem;
}

@media (min-width: 992px) {
.entry-content table {
font-size: .8rem;
}
}

.entry-content table th, .entry-content table td {
border: 1px solid #ddd;
padding: 5px 10px;
}

.entry-content table th {
background: #fff;
}

.entry-content pre, .entry-content code {
font-family: 'Monaco', 'Consolas', 'Courier New', Courier, monospace, sans-serif;
}

.entry-content pre {
background: #fff;
border: none;
white-space: pre-wrap;
text-overflow: ellipsis;
font-size: 100%;
line-height: 1.3;
font-size: .8rem;
padding: 10px;
}

.entry-content pre > code {
margin: 0;
padding: 0;
white-space: pre;
border: none;
background-color: transparent;
font-family: 'Monaco', 'Consolas', 'Courier New', Courier, monospace, sans-serif;
}

.entry-content code {
font-size: 70% !important;
margin: 0 2px;
padding: 0px 5px;
background-color: #fff;
border-radius: 3px;
}

.entry-content hr {
width: 50%;border: 0;
border: none;
border-top: 1px solid #ddd;
margin: 2em auto;
}

/*--------------------------------------
  オリジナルもくじ
--------------------------------------*/
.entry-content .table-of-contents {
margin: 0;
padding: 1.2em;
border: 1px solid #ddd;
font-size: .9em;
}

.entry-content .table-of-contents::before {
content: "目次";
display: block;
margin: 0 0 .8rem;
padding: 0 0 .4rem;
border-bottom: 1px solid #ddd;
font-size: 1rem;
}

.entry-content .table-of-contents li {
margin: 0 0 0 1.4em;
list-style-type: decimal;
}

.entry-content .table-of-contents li ul {
margin: 0 0 1em .5em;
}

.entry-content .table-of-contents li ul li {
margin: 4px;
}
/*--------------------------------------
  作成もくじ
--------------------------------------*/
ul.table-of-contents {
  font-size: 13px !important; /*文字サイズ*/
  border: double #c0c0c0 !important;
  border-radius: 4px;/*角の丸み*/
  padding: 1em 1.5em 1em 2.25em !important;
  color: #999 !important;
  display: inline-block;
  background: #F5F5F5 !important;
}
ul.table-of-contents:before {
  content: "\f0f4  Index"!important;
  font-family: FontAwesome, "IM Fell DW Pica";
  display: block;
  text-align: center;
  margin: 1em 1em 1em;
  padding: 0 0 1.5em;
  font-weight: bold;
  font-size: 130% !important;
  border-bottom: 1px dashed lightgrey!important;
}
ul.table-of-contents a:after {
  display: none !important;
}
ul.table-of-contents li a,
ul.table-of-contents li a:visited {
  color: #9f9f98 !important; /* リンク文字の色 */
  text-decoration: none; /* リンクの下線あり・なし */
}
ul.table-of-contents li a:hover {
  color: #95A09A !important; /* リンクにマウスを重ねた時の色 */
}
ul.table-of-contents li {
  margin: 5px 0 10px 6px !important;
  line-height: 1.5;
  padding: 0;
  list-style-type: circle !important;
}
ul.table-of-contents ul li,
ul.table-of-contents li ul {
  /* H1のみ表示させる */
  display: none !important;
}

.pager {
margin: 2em 0;
}

.pager .pager-prev, .pager .pager-next {
display: block;
width: 80%;
}

.pager .pager-next {
text-align: right;
}

.pager .pager-next a {
    color: #5a5a5a;
    text-decoration: none;
    text-align: center;
    -webkit-transition: .1s ease-out;
    transition: .1s ease-out;
}

.pager .pager-next a:hover{
    color: #9f9f98;
}

.pager .pager-next a::after {
  content: " 》";
  color: #5a5a5a;
}

.pager .pager-prev a, .pager .pager-next a {
display: inline-block;
width: 80%;
margin: 2em 0 1em;
padding: 20px;
font-size: 14px;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}

div.footnote {
padding: 1em 0;
border-top: #ddd 1px solid;
}

#footer .guest-footer {
margin: 20px;
padding: 25px 30px 10px;
max-width: 700px;
background: #fff;
border-radius: 6px;
}

@media (min-width: 768px) {
#footer .guest-footer {
margin: 30px auto;
}
}

.page-index .pager, .page-archive .pager {
margin: 2em 0;
}

.entry-header-menu a {
position: absolute;
top: 0;
right: 0;
padding: 6px 10px;
background: #f5f5f5;
top: 0;
-webkit-box-shadow: 1px 3px 10px #ddd;
box-shadow: 1px 3px 10px #ddd;
-webkit-transition: .1s ease-out;
transition: .1s ease-out;
}

.entry-header-menu a:hover {
top: 3px;
-webkit-box-shadow: 0 1px 3px #ddd;
box-shadow: 0 1px 3px #ddd;
}

/* 記事ページ */
.entry-header-html a, .entry-footer-html a {
color: #9f9f98;
text-decoration: none;
}
.entry-header-html a:hover, .entry-footer-html a:hover {
text-decoration: underline;
color: #95A09A;
}

/* ここから追加したCSS */
/* 改行幅 */
.entry-content p { margin:0}
/* 関連記事を記事下よりも下に */
.customized-footer {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.entry-footer-modules {
  -webkit-order:2;
  order:2;
  width: 100%;
}
.entry-footer-html {
  -webkit-order:1;
  order:1;
  width: 100%;
}
/* 大見出しの色 */
.entry-content h3 {
  padding: 12px;
  border-top: 1px solid;
  border-bottom: 1px solid;
  border-color: #5a5a5a;
}
/* 中見出しの色 */
.entry-content h4 {
  position: relative;
  padding: 6px 10px;
  z-index: 2;
}
.entry-content h4::before,
.entry-content h4::after {
  position: absolute;
  width: 98%;
  height: 100%;
  content: '';
}
.entry-content h4::before{
  top: 0px;
  left: 0px;
  z-index: -1;
  background-color: #F5F5F5;
  border-radius: 2px;
}
.entry-content h4::after{
  top: 4px;
  left: 4px;
  z-index: -2;
  background-color: #DDD;
  border-radius: 2px;
}
/* 小見出しのデザイン */
.entry-content h5:before {
    content: "\f299";/* 左のアイコン */
    font-family: FontAwesome;
    font-size: 14px!important;
    padding: 5px;
    color: #999999;
}
 /* フッター  */
#copyright {
    padding: 20px;
    text-align: center;
    background: #DDD;/* 背景色 */
    font-size: 12px;
    font-family: "IM Fell DW Pica";
}
#copyright a:hover {
text-decoration: underline;
}
#copyright img {
border-radius: 50%;
}

/* サイドバータイトルフォント */
.hatena-module-title{
    font-family: "IM Fell DW Pica";
    font-size: 20px;
    letter-spacing: 1px;
}
/* カテゴリー */
.categories a::before {
  content: "#";
}
/* サイドバー囲み枠 */
.box11{
    padding: 0.5em 1em;
    margin: 2em 0;
    color: #5d627b;
    background: white;
    border-top: solid 5px white;
    border-radius: 3px;/*角の丸み*/
    box-shadow: 0 3px 1px -2px rgba(0,0,0,.2), 0 2px 2px 0 rgba(0,0,0,.14), 0 1px 5px 0 rgba(0,0,0,.12);
}
.box11 p {
    margin: 0; 
    padding: 0;
}
/* 囲み枠 */
.box1 {
    padding: 30px;
    margin: 2em 0;
    font-weight: nomal;
    font-size: 90%;
    border: solid 2px #ddd;
    border-radius: 2px;/*角の丸み*/
    background: #fff;
    color: #777777 !important;
}
.box1 p {
    margin: 0; 
    padding: 0;
}

/* フォローボタン */
.sh-follow-btn-small {
  text-align: center;
}
.sh-follow-btn-small a {
  display: inline-block;
  color: #999999;
}
.sh-follow-btn-small a:hover {
  display: inline-block;
  color: #9f9f98;
}
.sh-follow-btn-small i,
.sh-follow-btn-small i.lg {
  font-size: 22px;
  margin-right: 12px;
}
/* 記事上フォローボタン */
.in-follow-btn-small {
  text-align: left;
}
.in-follow-btn-small a {
  display: inline-block;
  color: #9f9f98;
}
.in-follow-btn-small a:hover {
  display: inline-block;
  color: #95A09A;
}
.in-follow-btn-small i,
.in-follow-btn-small i.lg {
    font-size: 17px;
    margin-right: 10px;
    margin-top: 15px;
    margin-left: 7px;
}
/* 読者ボタン */
.subscribe-button {
  margin-top: 0;
  margin-bottom: 20px;
  text-align: center;
}
.subscribe-button-inner a {
  position: relative;
  display: block;
  top: 0;
  width: 300px;
  height: 46px;
  margin: 0 auto;
  line-height: 46px;
  border-radius: 4px;
  background-color: #fff;
  font-size: 18px;
  font-family: 'Sawarabi Gothic';
  font-weight: normal;
  color: #9f9f98;
  vertical-align: middle;
  box-shadow: 0 2px 4px rgba(0,0,0,.2);
  text-decoration: none;
  transition: all .3s;
}
.subscribe-button-inner a:hover {
  top: 3px;
  box-shadow: none;
}

/* 新シェアボタン */
.si-share-area{
margin:20px 0 0;
padding:16px 0;
}
.si-share-text{
text-align:center;
color:#777;
font-size:12.8px;
font-size:.8rem;
margin:0 0 10px;
}
.si-share-list{
margin:0;
padding:0;
display:-webkit-flex;
display:-ms-flexbox;
display:flex;
}
.si-share-item{
list-style:none;width:24%;
text-align:center;
margin-right:1.33%;
font-size:20px;
}
.si-share-item:last-child{
margin-right:0;
}
.si-share-item a{
display:block;
position:relative;
line-height:32px;
border:1px solid #9f9f98;
color:#9f9f98;
border-radius:4px;
box-shadow:0 2px #9f9f98;
padding-bottom:16px;
}
@media(min-width:768px){
.si-share-item a{
line-height:36px;
}
}
.si-share-item a:hover{
background-color:#f5f5f5;
-webkit-transform:translateY(1px);
-ms-transform:translateY(1px);
transform:translateY(1px);
box-shadow:0 0 #9f9f98;
}
.si-share-count{
position:absolute;
font-size:12px;
line-height:1;
text-align:center;
bottom:6px;
left:0;
width:100%;
display:inline-block;
color:#9f9f98;
}

/* Navigation
   ========================================================================== */

.main-navigation {
font-size: 0.8em;
        box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.4);
}

.main-navigation,
.main-navigation ul ul {
background-color: #ECECEC;
}

.main-navigation ul {
display: none;
list-style: none;
margin: 0;
}

.main-navigation.toggled ul {
display: block;
}

.menu-toggle {
cursor: pointer;
font-size: 0.8em;
color: #999999;
display: block;
line-height: 40px;
padding: 0 20px;
text-decoration: none;
        background-color: #ECECEC;
}

.menu-toggle::before {
content: "\f0c9";
display: inline-block;
font: normal 20px/1 FontAwesome;
margin-right: 5px;
vertical-align: middle;
color: #999999
}

.menu-toggle,
.main-navigation a {
color: #999999;
display: block;
line-height: 40px;
padding: 0 20px;
text-decoration: none;
        font-family: "IM Fell DW Pica";
}


.menu-toggle:hover {
color: #999999;
}

.main-navigation.toggled ul {
    display: block;
    padding: 0px 15px 0px 15px;
}

.main-navigation a:hover {
color: #9f9f98;
}

.main-navigation a {
border-top: 1px solid #f5f5f5;
}


.main-navigation ul ul a {
padding-left: 30px;
}

.main-navigation ul ul ul a {
padding-left: 45px;
}

.main-navigation ul ul ul ul a {
padding-left: 60px;
}
@media screen and (min-width: 1024px) {

.menu-toggle {
display: none;
}

.main-navigation-inner {
margin: 0 auto;
}
.main-navigation-inner ul {
position: relative;
left: -18px;
}
.main-navigation ul {
display: block;
letter-spacing: -0.4em;
}
.main-navigation ul li {
display: inline-block;
letter-spacing: .10em;
position: relative;
}

.main-navigation ul ul {
box-shadow: 0 0 2px rgba(0,0,0,0.5);
letter-spacing: .10em;
opacity: 0;
text-align: left;
-webkit-transition: all .3s ease;
transition: all .3s ease;
width: 216px;
position: absolute;
top: 100%;
/* left: -9999px; */
        left: 0;
        visibility: hidden;
z-index: 9999;
}
.main-navigation ul ul li,
.main-navigation ul ul ul li,
.main-navigation ul ul ul ul li {
display: block;
}
.main-navigation ul li:hover > ul {
opacity: 1;
left: 0;
        visibility: visible;
}
.main-navigation ul ul ul {
top: 0;
        left: 100%;
}
.main-navigation ul ul li:hover > ul {
opacity: 1;
left: 100%;
        visibility: visible;
}
.main-navigation a {
border-top: 0;
padding: 0 30px;
}

.main-navigation ul ul a {
border-top: 1px dashed #ECECEC;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.main-navigation ul ul a,
.main-navigation ul ul ul a,
.main-navigation ul ul ul ul a {
padding: 0 18px;
}
.main-navigation a.has-child::after {
content: "\f107";
display: inline-block;
font: normal 16px/1 FontAwesome;
margin-left: 8px;
vertical-align: middle;
position: relative;
top: -2px;
}
.main-navigation ul ul a.has-child::after {
content: "\f105";
display: inline-block;
font: normal 16px/1 FontAwesome;
position: absolute;
top: 19px;a
right: 17px;
}
}
@media screen and (min-width: 1024px) {
    .main-navigation {
        text-align: center;
    }
}

/* パンくずリスト */
.breadcrumb  div{
    color: #818181; /* 文字色 */
    background-color: #FAF6F5; /* 背景色 */
    font-size: .85em; /* 文字の大きさ */
}
.breadcrumb div:before {
    content: "\f017";/* 左のアイコン */
    font-family: blogicon;
    vertical-align: text-bottom;
    font-size: 1em;
    padding-right:5px;
    line-height: 1.5em;
}
.breadcrumb-inner {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.breadcrumb a {
    color: #818181;
}

.leave-comment-title:before {
  content: "\f27a  ";/* 左のアイコン */
  font-family: FontAwesome;
  font-size: 120%
}

.leave-comment-title:hover {
top: 3px;
-webkit-box-shadow: 0 1px 3px #ddd;
box-shadow: 0 1px 3px #ddd;
}

/* 画像に影をつける */
@media screen and (max-width: 767px) {
  .entry-content p {
    font-size: 1.04rem;
  }
}
.entry-content img {
  max-width: 100%;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.entry-content img:hover {
  box-shadow: 0 4px 12px rgba(0,0,0,.4);
  -webkit-transition: all .3s;
  transition: all .3s;
}
.entry-content .sh-shadow img {
  box-shadow: 0 4px 12px rgba(0,0,0,.2);
}
@media screen and (max-width: 767px) {
  .entry-content .sh-shadow img {
    box-shadow: 0 2px 8px rgba(0,0,0,.2);
  }
  /* 画像を横幅いっぱい */
@media screen and (max-width: 480px) {
  .sh-wide img {
    max-width: initial;
    width: 100vw;
    margin-left: calc(0vw - 10px);
  }
}

h3,h4 {
font-weight: normal !important;
}