/*
Theme Name: UnderShirt
Theme URI: https://blog.hatena.ne.jp/-/store/theme/8599973812333959601
Description: 記事一覧（archive）ページでアイキャッチ（サムネイル）画像を大きく表示する、２カラム＆最大幅固定のテーマです。※スマホから見ると１カラムになります※トップページを記事一覧ページの見た目にするには、はてなブログProへの加入が必要です- [http://thumbnail.hatenablog.com/:title=DEMOサイト]* 特徴- レスポンシブ対応- レクタングル広告（横336px）が設置可能なサイドカラム- カスタマイズしやすい、装飾の少ないデザイン* 紹介記事- [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");
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
    line-height: 1.15;
    /* 1 */
    -ms-text-size-adjust: 100%;
    /* 2 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
    margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
    display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
    /* 1 */
    display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
    margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
    background-color: transparent;
    /* 1 */
    -webkit-text-decoration-skip: objects;
    /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
    border-bottom: none;
    /* 1 */
    text-decoration: underline;
    /* 2 */
    -webkit-text-decoration: underline dotted;
            text-decoration: underline dotted;
    /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
    font-weight: inherit;
    background: linear-gradient(transparent 75%, #FFD456 15%);
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
    font-weight: bolder;
    background: linear-gradient(transparent 75%, #FFD456 15%);
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
    font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
    background-color: #ff0;
    color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
    display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
    border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
    overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
    font-family: sans-serif;
    /* 1 */
    font-size: 100%;
    /* 1 */
    line-height: 1.15;
    /* 1 */
    margin: 0;
    /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
    /* 1 */
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
    /* 1 */
    text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
    /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
    padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    /* 1 */
    color: inherit;
    /* 2 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    white-space: normal;
    /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
    display: inline-block;
    /* 1 */
    vertical-align: baseline;
    /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
    overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    outline-offset: -2px;
    /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
    display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
    display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
    display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[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 .categories a {
     border-radius: 3px;
}

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

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

html,
body {
    font-family: 'Poppins', -apple-system, BlinkMacSystemFont, Segoe UI, 'Helvetica Neue', 'Helvetica', 'Arial', 'Hiragino Kaku Gothic Pro', 'Meiryo', sans-serif;
    color: #454545;
    background-color: #E0F8FF;
    line-height: 1.6;
    letter-spacing: .08em;
}

a {
    color: #454545;
    text-decoration: none;
    -webkit-transition: .1s ease-out;
    transition: .1s ease-out;
}

a:hover {
    color: #1487bd;
    text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
    color: #333;
    line-height: 1.4;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color: #333;
    text-decoration: none;
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
    color: #0f668f;
}

/* はてなブログ グローバルヘッダ
  iframeですが、#globalheader-container に背景色や文字色を指定することで中にも色が反映されます
*/
#globalheader-container {
    background-color: #454545;
    color: #f5f5f5;
}

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

#blog-title {
    margin: auto;
    max-width: 1200px;
    padding: 3em 20px 2em;
    text-align: center;
}

@media (min-width: 992px) {
    #blog-title {
        margin: 0 auto;
        padding: 3em 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: #454545;
}

#blog-description {
    font-weight: normal;
    font-size: .8rem;
    margin: 1em 0 0;
}

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

/* ↓↓スライドメニュー設置↓↓ */
#gnav {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  margin: 0 0 10px;
  background: #fff;
  font-size: 0;
  padding: 0 0 0 ;
}

#gnav .menu a {
  display: block;
  color: #454545;
  font-size: 14.3px;
  font-weight: bold;
  text-decoration:none;
  text-align: center;
  overflow: hidden;
  box-sizing: border-box;
  padding: 0.2em 1em 0;
}

#gnav .gnav-inner {
  width: 100%;
  padding: 8px 20px;
  overflow-x: auto;
  overflow-y: hidden;
  box-sizing: border-box;
  text-align: center;
  white-space: nowrap;
  margin: 0 auto;
  -webkit-font-smoothing: antialiased;
  -webkit-overflow-scrolling: touch;
  background: #fff;
}

#gnav .menu {
  display: inline-block;
}
/* ↑↑スライドメニュー設置↑↑ */

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

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

.date {
    font-size: .9rem;
}

.date a {
    color: #999;
    text-decoration: none;
}

.entry-date:before{
     content:"\f043";
     font-family:blogicon;
     color: #999;
}

.date a:hover {
    color: #454545;
}

.entry-title {
    margin: 0 0 .3em;
    font-size: 1.5rem;
}

@media (min-width: 992px) {
    .entry-title {
        font-size: 1.6rem;
    }
}

.categories a {
    font-size: .86rem;
    display: inline-block;
    margin: 8px 4px 0 0;
    padding: 4px 8px 2px;
    background: #f5f5f5;
    text-decoration: none;
}

.categories a:hover {
    color: #1487bd;
}

.entry-footer .social-buttons {
    margin-bottom: 1em;
}

.entry-footer-section {
    color: #999;
    font-size: .9rem;
}

.entry-footer-section a {
    color: #999;
}

.comment-box {
    margin: 2em 0 1em;
    padding: 2em 0 1em;
    border-top: 4px 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: #f5f5f5;
    border-radius: 6px;
    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: #454545;
    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;
    top: 0;
    -webkit-box-shadow: 1px 3px 10px #ddd;
            box-shadow: 1px 3px 10px #ddd;
}

.leave-comment-title:hover {
    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: 4px solid #ddd;
    font-size: 1.2rem;
    font-weight: bold;
}

.hatena-module-title a {
    color: #454545;
    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;
}

/* ↓↓「このブログについて」非表示↓↓ */
div.profile-about {
  display: none;
}

.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: #454545;
    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=4f1cb770a72175570fc55ef0e22b7c") 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;
}

.archive-module-calendar a {
    display: block;
    margin: 0 .2em;
    padding: .2em 0 0;
    color: #1487bd;
    font-weight: bold;
    background: rgba(255, 255, 255, 0.6);
    border-radius: 1em;
}

.archive-module-calendar a:hover {
    color: #0f668f;
    background: white;
}

.hatena-module-category a {
    position: relative;
    padding: 0 0 0 20px;
}

.hatena-module-category a::before {
    content: ">";
    display: inline;
    position: absolute;
    top: 0;
    left: 2px;
    color: #999;
    -webkit-transition: .1s ease-out;
    transition: .1s ease-out;
}

.hatena-module-category a:hover::before {
    color: #1487bd;
    left: 6px;
}

/* About ページ */
.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: 19.5px;
    }
}

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

@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: .7em;
}

.archive-date {
    margin-bottom: .2em;
}

.archive-entry-header .entry-title {
    font-size: 1rem;
}

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

.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 40px;
    }
}

.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 h2 {
  position: relative;
  background: #E7EDEE;
  padding: 9px 5px 9px 42px;
  margin-left: 0.75em;
  font-size: 1.4rem;
  color: #474747;
  border-radius: 0 10px 10px 0;
}
.entry-content h2:before {
  font-family: "Font Awesome 5 Free";
  content: "\f303";
  display: inline-block;
  line-height: 52px;
  position: absolute;
  padding: 0em;
  color: white;
  background: #00B1BB;
  font-weight: 900;
  width: 52px;
  text-align: center;
  height: 52px;
  line-height: 52px;
  left: -1em;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 50%;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.29);
}

.entry-content h3 {
  position: relative;/*相対位置*/
  padding-left: 1.55em;/*アイコン分のスペース*/
  line-height: 1.4;/*行高*/
  font-size: 1.4rem;
  color: #474747;/*文字色*/
}
.entry-content h3:before {
  font-family: "Font Awesome 5 Free";/*忘れずに*/
  content: "\f1cd";/*アイコンのユニコード*/
  font-weight: 900;
  position: absolute;/*絶対位置*/
  font-size: 1.4em;/*サイズ*/
  color: #00b1bb;
  left: -0.05em;/*アイコンの位置*/
  top: -9px;/*アイコンの位置*/
}

.entry-content h4 {
  position: relative;/*相対位置*/
  padding-left: 1.1em;/*アイコン分のスペース*/
  line-height: 1.4;/*行高*/
  font-size: 1.3rem;
  color: #474747;/*文字色*/
}
.entry-content h4:before {
  font-family: "Font Awesome 5 Free";/*忘れずに*/
  content: "\f22d";/*アイコンのユニコード*/
  font-weight: 900;
  position: absolute;/*絶対位置*/
  font-size: 1.4em;/*サイズ*/
  color: #00b1bb;
  left: 0;/*アイコンの位置*/
  top: -0.22em;/*アイコンの位置*/
}

.entry-content h5 {
    margin: 1.6em 0 1em 0;
    color: #474747;/*文字色*/
    font-size: 1.2rem;
}

.entry-content h6 {
    margin: 1em 0 1em 0;
    color: #474747;/*文字色*/
    font-size: 1.1rem;
}

.entry-content a {
    color: #1487bd;
    text-decoration: underline;
}

.entry-content a:hover {
    color: #0f668f;
    text-decoration: none;
}

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

.entry-content .entry-see-more {
    display: inline-block;
    padding: 10px 16px;
    color: #454545;
    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: .9rem;
    }
}

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

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

.entry-content blockquote {
    margin: 2em 0 1.6em;
    padding: 20px;
    background: #f5f5f5;
}

.entry-content blockquote p:first-child {
    margin-top: 0;
}

.entry-content blockquote p:last-child {
    margin-bottom: 0;
}

.entry-content blockquote::before {
    content: "“";
    display: block;
    position: absolute;
    top: -52px;
    left: -12px;
    font-size: 8em;
    opacity: .1;
}

.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: 90%;
    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.3em 1.5em 1.5em;
    border: 2px solid #e7edee; /*線の太さ・色*/
    font-size: .9em;
}

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

.entry-content .table-of-contents a {
    color: #454545;
}

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

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

.entry-content .table-of-contents li ul li {
    margin: 4px;
}

.table-of-contents ul ul{display:none;}

.pager {
    margin: 2em 0;
}

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

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

.pager .pager-prev a, .pager .pager-next a {
    display: inline-block;
    width: 96%;
    padding: 20px;
    -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: #1487bd;
    text-decoration: underline;
}

.entry-header-html a:hover, .entry-footer-html a:hover {
    text-decoration: none;
    color: #0f668f;
}

/*# sourceMappingURL=boilerplate.css.map */

/* ↓↓会話吹き出し↓↓ */
.entry-content .l-fuki,
.entry-content .r-fuki {
	position: relative;
	width: 80%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 20px;
	border-radius: 6px;
	border: 3px solid #e0e0e0;
	background-color: #fff;
	z-index: 1;
}
.entry-content .l-fuki {
	margin: 20px 20% 60px 0;
}
.entry-content .r-fuki {
	margin: 20px 0 60px 19%;
}
.entry-content .l-fuki::before,
.entry-content .r-fuki::before {
	position: absolute;
	content: "";
	top: 16px;
	width: 10px;
	height: 10px;
	border-right: 3px solid #e0e0e0;
	border-bottom: 3px solid #e0e0e0;
	background-color: #fff;
	z-index: 2;
}
.entry-content .l-fuki::before {
	right: -8px;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}
.entry-content .r-fuki::before {
	left: -8px;
	transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
}
.entry-content .l-fuki::after,
.entry-content .r-fuki::after {
	white-space: pre-wrap;
	font-size: 11px;
	text-align: center;
	line-height: 1.2em;
	position: absolute;
	width: 75px;
	height: 75px;
	top: -10px;
	border-radius: 40px;
	border: 3px solid #fff;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
.entry-content .l-fuki::after {
	right: -110px;
}
.entry-content .r-fuki::after {
	left: -110px;
}
@media screen and (max-width: 620px) {
	.entry-content .l-fuki,
	.entry-content .r-fuki {
		width: 70%
      padding: 0.5em;
	}
	.entry-content .l-fuki {
		margin-right: 30%;
	}
	.entry-content .r-fuki {
		margin-left: 4.4em !important;
	}
}
@media screen and (max-width: 478px) {
	.entry-content .l-fuki::after,
	.entry-content .r-fuki::after {
		width: 60px;
		height: 60px;
      font-size: 9px;
      line-height: 11px;
		border-radius: 30px;
	}
	.entry-content .l-fuki::after {
		right: -84px;
	}
	.entry-content .r-fuki::after {
		left: -78px;
	}
}

/*
.XXX::after {background-image:url(画像のURL); content: "\a\a\a\a 名前"}
*/
.achorin::after {background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/a/achorin/20250102/20250102222049.png); content: "\a\a\a\a\a\a ゲティ吉"}

.otto::after {background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/a/achorin/20190123/20190123141626.png); content: "\a\a\a\a\a\a 夫"}

.musume::after {background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/a/achorin/20230314/20230314161007.png); content: "\a\a\a\a\a\a 娘"}
/* ↑↑会話吹き出し↑↑ */

/* ↓↓SNSフォローボタン↓↓ */
/* (ボタン全体) */
a.flwbtn{
  display: block;
  text-decoration:none;
  position: relative;
  width: 60px;
  height: 60px;
}
a.flwbtn:before{
  content: "";
  position: absolute;
  top: -9px;
  right: -17px;
  border-radius: 10px;
  box-shadow: inset 1px 1px 2px rgba(255,255,255,0.5), inset 0 -1px 3px rgba(0,0,0,0.2);
  width: 15px;
  height: 15px;
  z-index: 10;
}
a.flwbtn div{
  position: absolute;
  top: 0;
  box-shadow: 0 0 5px rgba(0,0,0,0.1), inset 0 0 40px 15px #fff;
  position: absolute;
  height: 60px;
  width: 60px;
  display: block;
  -webkit-transform-origin: 97% 0;
  transform-origin: 97% 0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
a.flwbtn:hover div{
  -webkit-transform: rotate(75deg);
  transform: rotate(75deg);
  z-index: 5;
}
a.flwbtn div i{
  position: absolute;
  top: -10%;
  left: 0;
  font-size: 38px;
  font-weight: bold;
  text-align: center;
  width: 100%;
}
a.flwbtn div span{
  position: absolute;
  top: 68%;
  left: 1.5%;
  font-size: 11px;
  font-weight: bold;
  text-align: center;
  width: 100%;
}
a.flwbtn p{
  color: #fff;
  font-size: 0.8em;
  font-weight: bold;
  text-align: center;
  line-height: 1.3;
  text-shadow: 1px 1px 0 rgba(0,0,0,0.1);
  width: 60px;
  height: 60px;
  border: 5px solid #fff;
  box-shadow: 0 0 5px rgba(0,0,0,0.1);
}

/* (Hatena) */
a.flw-hatena:before{
  background: #7A8789;
}
a.flw-hatena div{
  border: 5px solid #8A9597;
  background: #AFBABA;
  color: #6B7D7E;
}
a.flw-hatena p{
  background: #626C6E;  
}

/* (Twitter) */
a.flw-tw:before{
  background: #2BA1D8;
}
a.flw-tw div{
  border: 5px solid #56B4E0;
  background: #83C3E1;
  color: #41ABDC;
}
a.flw-tw p{
  background: #2BA1D8;  
}

/* (Feedly) */
a.flw-fd:before{
  background: #7ACC00;
}
a.flw-fd div{
  border: 5px solid #80D600;
  background: #D0FF89;
  color: #80D600;
}
a.flw-fd div i{
  top: -4%;
  font-size: 34px;
}
a.flw-fd p{
  background: #7ACC00;  
}

/* (Amazon) */
a.flw-amazon:before{
  background: #FFA822;
}
a.flw-amazon div{
  border: 5px solid #FEB952;
  background: #FDD79F;
  color: #FEB952;
}
a.flw-amazon p{
  background: #FFA822;  
}

/* (Rakuten) */
a.flw-rakuten:before{
  background: #FE4CA5;
}
a.flw-rakuten div{
  border: 5px solid #FE66B2;
  background: #FECCE5;
  color: #FE66B2;
}
a.flw-rakuten div i{
  top: 9%;
}
a.flw-rakuten p{
  background: #FE4CA5;  
}

/* (Mail) */
a.flw-mail:before{
  background: #1A488E;
}
a.flw-mail div{
  border: 5px solid #36629F;
  background: #83AAE1;
  color: #30578E;
}
a.flw-mail div i{
  top: -12%;
  left: 1.7%;
}
a.flw-mail p{
  background: #224F91;  
}

/* ulタグの内側余白を０にする */
ul.flwbtnichi{
padding:0!important;
}
/* ボタン全体の位置 */
.flwbtnichi{
display:flex;
flex-flow:row wrap;
justify-content:center;
}
/* ボタン同士の余白 */
.flwbtnichi li{
flex: 0 0 33%;
margin: -2em -1em 3.3em 1em;
text-align:center!important;
list-style-type:none;
}
/* ↑↑SNSフォローボタン↑↑ */

/* ↓↓SNSシェアボタン↓↓ */
/* (ボタン全体) */
a.sharebtn {
  display: block;
  position: relative;
  border: 6px solid #ffffff;
  border-radius: 50px;
  box-shadow: 0px 0px 4px rgba(0,0,0,0.1),1px 2px 3px rgba(0,0,0,0.1), inset 1px 1px 7px rgba(255,255,255,0.7), inset -1px -1px 7px rgba(255,255,255,0.7);
  width: 122px;
  height: 53px;
  overflow: hidden;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
a.sharebtn i{
  position: absolute;
  left: -35.5px;
  top: -5px;
  color: #ffffff;
  font-size: 34px;
  line-height: 58px;
  width: 100%;
  height: 50%;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
a.sharebtn span{
  position: absolute;
  top: 27%;
  left: 19px;
  width: 100%;
  height: 50%;
  color: #ffffff;
  font-size: 18px;
  font-weight: bold;
}
a.sharebtn:hover i{
  text-shadow: 1px 1px 4px #fff, -1px -1px 4px #fff;
  color: transparent;
}
a.sharebtn:hover span{
  text-shadow: none;
  -webkit-animation: text-anime52 0.5s ease;
  animation: text-anime52 0.5s ease;
}
@-webkit-keyframes text-anime52 {
    0% { -webkit-transform: translateX(100px);}
    50% { -webkit-transform: translateX(-10px);}
    100% { -webkit-transform: translateX(0px);}
}
@keyframes text-anime52 {
    0% { transform: translateX(100px);}
    50% { transform: translateX(-10px);}
    100% { transform: translateX(0px);}
}

/* (LINE) */
a.share-line{
  background: #ABFF6B;
}
a.share-line:hover{
  background: #5AD100;
}
a.share-line i{
  font-size: 2.3em;
  text-shadow: 1px 1px 1px #5AD100;
}
a.share-line span{
  left: 16px;
  text-shadow: 1px 1px 1px #5AD100;
}

/* (Twitter) */
a.share-tw{
  background: #6BC8FF;
}
a.share-tw:hover{
  background: #1EACFF;
}
a.share-tw i{
  top: -1px;
  text-shadow: 1px 1px 1px #1EACFF;
}
a.share-tw span{
  left: 17px;
  text-shadow: 1px 1px 1px #1EACFF;
}

/* (Pocket) */
a.share-pk{
  background: #FF836B;
}
a.share-pk:hover{
  background: #FF401E;
}
a.share-pk i{
  font-size: 1.8em; 
  top: -1px;
  text-shadow: 1px 1px 1px #FF401E;
}
a.share-pk span{
  left: 17px;
  text-shadow: 1px 1px 1px #FF401E;
}

/* (Hatebu) */
a.share-hatebu{
  background: #6BABFF;
}
a.share-hatebu:hover{
  background: #1178FF;
}
a.share-hatebu i{
  text-shadow: 1px 1px 1px #1178FF;
}
a.share-hatebu span{
  text-shadow: 1px 1px 1px #1178FF;
}

/* ulタグの内側余白を０にする */
ul.sharebtnichi{
padding:0!important;
}
/* ボタン全体の位置 */
.sharebtnichi{
display:flex;
flex-flow:row wrap;
justify-content:space-around;
}
/* ボタン同士の余白 */
.sharebtnichi li{
flex: 0 0 0;
margin: -0.8em -0.5em 1.3em;
text-align:center!important;
list-style-type:none;
}
/* ↑↑SNSシェアボタン↑↑ */

/* ↓↓カエレバ・ヨメレバ・トマレバ・タベレバ↓↓ */
.booklink-box, .kaerebalink-box, .tomarebalink-box, .taberebalink-box{
	margin: 1.5em 0 1.5em;
	padding: 0 0;
	border: 1.8px solid #d7d7d7; /*線の太さ・色*/
	overflow: hidden;
	font-size:1em;
        font-weight:bold;
        background-color: #fff; /* 背景色 */
}

.booklink-image, .kaerebalink-image, .tomarebalink-image, .taberebalink-image{
	margin:15px 0 15px 0;
}
.booklink-image img, .kaerebalink-image img, .tomarebalink-image img, .taberebalink-image img{
	display:block;
	margin:0 auto;
	text-align:center;
}

.booklink-info, .kaerebalink-info, .tomarebalink-info, .taberebalink-info{
	text-align:center;
	line-height:120%;
	overflow: hidden;
}

.booklink-name, .kaerebalink-name, .tomarebalink-name, .taberebalink-name{
	font-size:0.9em;
	margin-bottom:5px;
	line-height:1.2em;
}

.booklink-powered-date, .kaerebalink-powered-date, .tomarebalink-powered-date, .taberebalink-post{
	font-size: 10px;
       color:#658594;
　　margin-top:11px;
       margin-bottom: -20px;
	line-height:240%;
}
.booklink-detail, .kaerebalink-detail, .tomarebalink-address, .taberebalink-catch, .taberebalink-address{
       font-size:0.76em;
       color:#658594;
       margin:16px 0 3px;
}

.booklink-link2, .kaerebalink-link1, .tomarebalink-link1, taberebalink-link1{
	margin-top:3px;
        text-align:center;
}

.shoplinkamazon a, .shoplinkrakuten a, .shoplinkkindle a, .shoplinkrakukobo a, .shoplinkyahoo a, .shoplinkseven a, .shoplinkbellemaison a, .shoplinkcecile a, .shoplinkwowma a, .shoplinkkakakucom a, .shoplinkbk1 a, .shoplinkkino a, .shoplinkebj a, .shoplinktoshokan a, .shoplinkjalan a, .shoplinkjtb a, .shoplinkknt a, .shoplinkikyu a, .shoplinkrurubu a{
        float:left;
         width:45%;
	height:15px;
	overflow:hidden;
        border-radius: 5px;
        box-shadow: 2px 2px 4px gray;
	display:inline-block;
	margin:3px  8px 5px -0.5px ;
	padding:13px 0 15px;
	text-align:center;
	cursor:pointer;
        display:block;
        text-decoration: none;
	font-weight:bold;
	font-size:14px;
}

.shoplinkhotpepper a{
        height:15px;
	overflow:hidden;
	border:1px solid #fff;
	display:inline-block;
	margin:10px 120px 0;
	padding:10px 0px;
	text-align:center;
	cursor:pointer;
        display:block;
        text-decoration: none;
	font-weight:bold;
	font-size:13.5px;
}

.shoplinkamazon a, .shoplinkrakuten a, .shoplinkkindle a, .shoplinkrakukobo a, .shoplinkyahoo a, .shoplinkseven a, .shoplinkbellemaison a, .shoplinkcecile a, .shoplinkwowma a, .shoplinkkakakucom a, .shoplinkbk1 a, .shoplinkkino a, .shoplinkebj a, .shoplinktoshokan a, .shoplinkjalan a, .shoplinkjtb a, .shoplinkknt a, .shoplinkikyu a, .shoplinkrurubu a div{
        position: relative;
        left: 4.55%;
        float: left;        
}

	
.shoplinkamazon:hover, .shoplinkrakuten:hover, .shoplinkkindle:hover, .shoplinkrakukobo:hover, .shoplinkyahoo:hover, .shoplinkseven:hover, .shoplinkbellemaison:hover, .shoplinkcecile:hover, .shoplinkwowma:hover, .shoplinkkakakucom:hover, .shoplinkbk1:hover, .shoplinkkino:hover, .shoplinkebj:hover, .shoplinktoshokan:hover, .shoplinkjalan:hover, .shoplinkjtb:hover, .shoplinkknt:hover, .shoplinkikyu:hover, .shoplinkrurubu:hover{
	box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.2);
  -moz-transform: translateY(-2px);
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
  transition: all ease-in-out .3s;
}

.shoplinkhotpepper:hover{
  -moz-transform: translateY(-2px);
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
  transition: all ease-in-out .3s;
}

.shoplinkamazon:active, .shoplinkrakuten:active, .shoplinkkindle:active, .shoplinkrakukobo:active, .shoplinkyahoo:active, .shoplinkseven:active, .shoplinkbellemaison:active, .shoplinkcecile:active, .shoplinkwowma:active, .shoplinkkakakucom:active, .shoplinkbk1:active, .shoplinkkino:active, .shoplinkebj:active, .shoplinktoshokan:active, .shoplinkjalan:active, .shoplinkjtb:active, .shoplinkknt:active, .shoplinkikyu:active, .shoplinkrurubu:active, .shoplinkhotpepper:active{
	position:relative;
	top:1px;
}
	
.shoplinkamazon a{
        background: #FFC665;
        color:#fff;
}
 .shoplinkrakuten a{
        background: #EF7781;
        color:#fff;
}
.shoplinkkindle a{
	background: #fd9644;
        color:#fff;	
}
.shoplinkrakukobo a{
	background: #fc5c65;
         color:#fff;	
}
.shoplinkyahoo a{
	background: #77B1EF;
        color:#fff;
 } 
.shoplinkseven a{
	background: #0fb9b1;
        color:#fff;
}
.shoplinkbellemaison a{
	background: #92BC20;
        color:#fff;
 } 
.shoplinkcecile a{
	background: #a55eea;
        color:#fff;
 }
 .shoplinkwowma a{
	background: #70E0AA;
        color:#fff;
 }
.shoplinkkakakucom a{
	background: #3867d6;
        color:#fff;
 } 
.shoplinkbk1 a{
	background: #2d98da;
        color:#fff;
 }
.shoplinkkino a{
	background: #20bf6b;
        color:#fff;
 }
.shoplinkebj a{
	background: #8854d0;
        color:#fff;
 }
.shoplinktoshokan a{
	background: #3867d6;
        color:#fff;
 }

.shoplinkjalan a{
	background: #fc5c65;
        color:#fff;
 }

.shoplinkjtb a{
	background: #3867d6;
        color:#fff;
 }

.shoplinkknt a{
	background: #20bf6b;
        color:#fff;
 }

.shoplinkikyu a{
	background: #f7b731;
        color:#fff;
 }

.shoplinkrurubu a{
	background: #fa8231;
        color:#fff;
 }

.shoplinkhotpepper a{
	background: #eb3b5a;
        color:#fff;
 }

.booklink-footer{
	clear:left;
}
/* ↑↑カエレバ・ヨメレバ・トマレバ・タベレバ↑↑ */

/* ↓↓カッテネ↓↓ */
.kattene {
  box-sizing: border-box; 
  border: 1.8px solid #d7d7d7; /*線の太さ・色*/
  padding: 0.6em 0 0.8em 0.4em;
  margin-bottom: 1em; }

.kattene div{
  margin: 0;
}

.kattene__imgpart {
  background: #fff;
 box-sizing: border-box;
 min-width: 150px;
 padding: 0;
 vertical-align: middle; }

  .kattene__imgpart img {
  margin: 0 0 0 3px;}

.kattene__title>a {
  display: block;
  font-size: 97%;
  padding: 18px 5px 5px; }

.kattene__description {
  color: #555555; /* 説明文のテキストカラー */
  font-size:0.7em; }

.kattene .kattene__btns {
  display: flex;
  flex-wrap: wrap;
  margin: -2.5em auto 0;
  padding: 12px 0px 12px 9px;
  position: initial; }

  .kattene__btns:after {
    display: block;
    clear: both;
    height: 0px;
    visibility: hidden;
    content: "."; }

  .kattene__btns > div {
    float: left;
    margin-bottom: 5px; }

  .kattene__btns .kattene__btn {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    margin-left: -0.85em;
   }

  .kattene__btns.__three > div {
    width: 31.5% !important; }

    .kattene__btns.__three > div:not(:last-child) {
      margin-right: 1%; }

  .kattene__btns.__two > div {
    width: 49.5%; }

    .kattene__btns.__two > div:nth-child(odd) {
      margin-right: 1%; }

@media screen and (max-width: 900px) {
  .kattene__imgpart {
    width: 100%;
    padding-bottom: 0; }
  .kattene .kattene__btns {
    margin-top: 0.5em;
    margin-left: 0.33em; }
  .kattene__btns.__five > div {
  width: 49.5%; }
  .kattene__btns.__five > div:nth-child(odd) {
    margin-right: 1%; }
  .kattene__btns.__five > div:last-child {
    margin-right: 0;
    float: right; }

  .kattene__btns.__four > div {
    width: 49.5%; }

    .kattene__btns.__four > div:nth-child(odd) {
      margin-right: 1%;
      margin-left: -1.5%; }

  .kattene__btns.__one > div {
    width: 50%;
    margin-left: 24.5%; } }
@media screen and (min-width: 901px) {

  .kattene {
    display: table;
    width: 100%; }

  .kattene__imgpart {
  box-sizing: border-box;
  min-width: 150px;
  padding: 12px 0;
  vertical-align: middle;
  }

  .kattene__infopart {
    display: table-cell;
    vertical-align: top;
    position: relative;
    padding-left: 10px;
    width: 80%; }

  .kattene .kattene__description {
    margin-bottom: 4em;
  }

  .kattene__btns {
    padding: 10px 5px; }

  .kattene__btns > div {
    width: 32.333% !important;
    margin: 2px;
} }

.kattene .kattene__btn {
  appearance: none;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 0.9em;
  -webkit-font-smoothing: antialiased;
  font-weight: 600;
  width: 94.5%;
  line-height: 1;
  padding: 0.8em 0;
  margin-bottom: 4px;
  text-align: center;
  border-radius: 5px;
  box-shadow: 2px 2px 4px gray;
  text-decoration: none;
  transition: background-color 150ms ease;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap; }

  .kattene__btn:hover, .kattene__btn:focus {
    background-color: #fff !important;  }

  .kattene__btn:disabled {
    cursor: not-allowed;
    opacity: 0.5; }

    .kattene__btn:disabled:hover {
      background-color: #54c0d1; }

.kattene__btn.__small {
  padding: 0.55em;
  font-size: 0.9em; }

.kattene__btn.__yellow {
  background-color: #FFC665;
  border: solid 4px #FFC665;  }

  .kattene__btn.__yellow:hover {
    border: solid 4px #FFC665;
    color: #FFC665; }

  .kattene__btn.__yellow i {
    font-weight: bold; }

    .kattene__btn.__yellow i:before {
      vertical-align: middle;
      font-size: 1.2em;
      margin-right: 0.2em; }

.kattene__btn.__blue {
  background-color: #77B1EF;
  border: solid 4px #77B1EF;  }

  .kattene__btn.__blue:hover {
    border: solid 4px #77B1EF;
    color: #77B1EF; }

  .kattene__btn.__blue i {
    font-weight: bold; }

    .kattene__btn.__blue i:before {
      vertical-align: middle;
      font-size: 1.2em;
      margin-right: 0.2em; }

.kattene__btn.__red {
  background-color: #EF7781;
  border: solid 4px #EF7781; }

  .kattene__btn.__red:hover {
    border: solid 4px #EF7781;
    color: #EF7781; }

  .kattene__btn.__red i {
    font-weight: bold; }

    .kattene__btn.__red i:before {
      vertical-align: middle;
      font-size: 1.2em;
      margin-right: 0.2em; }

.kattene__btn.__green {
  background-color: #70E0AA;
  border: solid 4px #70E0AA; }

  .kattene__btn.__green:hover {
    border: solid 4px #70E0AA;
    color: #70E0AA; }

  .kattene__btn.__green i {
    font-weight: bold; }

    .kattene__btn.__green i:before {
      vertical-align: middle;
      font-size: 1.2em;
      margin-right: 0.2em; }

.kattene__btn.__purple {
  background-color: #AD8EF0;
  border: solid 4px #AD8EF0; }

  .kattene__btn.__purple:hover {
    border: solid 4px #AD8EF0;
    color: #AD8EF0; }

  .kattene__btn.__purple i {
    font-weight: bold; }

    .kattene__btn.__purple i:before {
      vertical-align: middle;
      font-size: 1.2em;
      margin-right: 0.2em; }
/* ↑↑カッテネ↑↑ */

/* ↓↓デザイン囲み枠↓↓ */
/* 枠線なし背景 淡イエロー系 */
.box1 {
    padding: 0.5em 1em;
    margin: 2em 0;
    border-radius: 5px;
    background: #FFF3C6;/*背景色*/
}
.box1 p {
    margin: 0; 
    padding: 0;
}

/* 枠線なし背景 淡グリーン系 */
.box2 {
    padding: 0.5em 1em;
    margin: 2em 0;
    border-radius: 5px;
    background: #E6FFE0;/*背景色*/
}
.box2 p {
    margin: 0; 
    padding: 0;
}

/* 枠線なし背景 淡ブルー系 */
.box3 {
    padding: 0.5em 1em;
    margin: 2em 0;
    border-radius: 5px;
    background: #E0ECFF;/*背景色*/
}
.box3 p {
    margin: 0; 
    padding: 0;
}

/* 枠内タイトル有り */
.box4,.box5 {
 position: relative;
 margin: 2em auto;
 padding: 3em 1em 0.01em;
 border-style: solid;
 border-width: 5px 0 0 0;
 color: #333; /* テキスト色 */
}
.box4 .box-title,.box5 .box-title{
 position: absolute;
 top: 8px;
 left: 15px;
 font-size: 1.2em;
 font-weight: bold;
 border-style: none none double !important;
 border-width: 3apx;
}
/*【赤】*/
.box4 {
 border-color: #EF6B6B; /* 枠の色 */
 background-color: #FDF5F5; /* 背景色 */
}
.box4 .box-title{
 color: #EF6B6B;
 border-color: #EF6B6B; /*タイトル下線 */
}
/*【青】*/
.box5 {
 border-color: #6A8DED; /* 枠の色 */
 background-color: #F4FAFC; /* 背景色 */
}
.box5 .box-title{
 color: #6A8DED;
 border-color: #6A8DED; /*タイトル下線 */
}
/* ↑↑デザイン囲み枠↑↑ */

/* ↓↓デザインリンクボタン↓↓ */
.btn-1,.btn-2,.btn-3,.btn-4,.btn-5 {
    border-radius: 5px;
    box-shadow: 2px 2px 4px gray;
    font-weight: bold;
    max-width: 70%;
    margin: 0.5em auto;
    padding: 0;
    text-align: center;
    line-height: 1.4;
    transition: .3s;
    position: relative;
}
.btn-1 a::after,.btn-2 a::after,.btn-3 a::after,.btn-4 a::after,.btn-5 a::after{
    content: '\f35d';  /* 矢印の種類 */
    font-family: FontAwesome;
    font-weight: nomal;
    font-size: 1.1em;
    position: absolute;
    right:  0.4em;
    bottom: 0.4em;    
}
.btn-1 > img,.btn-2 > img,.btn-3 > img,.btn-4 > img,.btn-5 > img {
    float: left;
}
.btn-1::after,.btn-2::after,.btn-3::after,.btn-4::after,.btn-5::after{
    content: ''; clear: left;
}
.btn-1 {
    background-color: #f0c0c4; /* ボタン背景色【赤】 */
}
.btn-1 a {
    text-decoration: none !important;
    color: #f03040 !important;
    display: block;
    margin: 0;
    padding: 0.75em 2em 0.5em 0.5em;
}
.btn-1:hover {
    background-color: #f03040;
    opacity: 0.9;
    transition: 0.3s;
}
.btn-1 a::after{
    color: #E899A1;    
}
.btn-2 {
    background-color: #ffedcc; /* ボタン背景色【黄】 */
}
.btn-2 a {
    text-decoration: none !important;
    color: #ffa500 !important;
    display: block;
    margin: 0;
    padding: 0.5em;
    padding-right: 2em;
}
.btn-2:hover {
    background-color: #ffa500;
    opacity: 0.9;
    transition: 0.3s;
}
.btn-2 a::after{
    color: #FFCD82;    
}
.btn-3 {
    background-color: #c0d7f0; /* ボタン背景色【青】 */
}
.btn-3 a {
    text-decoration: none !important;
    color: #308df0 !important;
    display: block;
    margin: 0;
    padding: 0.5em;
    padding-right: 2em;
}
.btn-3:hover {
    background-color: #308df0;
    opacity: 0.9;
    transition: 0.3s;
}
.btn-4 {
    background-color: #c0f0d9; /* ボタン背景色【緑】 */
}
.btn-4 a {
    text-decoration: none !important;
    color: #29cc7d !important;
    display: block;
    margin: 0;
    padding: 0.5em;
    padding-right: 2em;
}
.btn-4:hover {
    background-color: #29cc7d;
    opacity: 0.9;
    transition: 0.3s;
}
.btn-5 {
    background-color: #FCE0C3; /* ボタン背景色【オレンジ】 */
}
.btn-5 a {
    text-decoration: none !important;
    color: #F78818 !important;
    display: block;
    margin: 0;
    padding: 0.5em;
    padding-right: 2em;
}
.btn-5:hover {
    background-color: #F78818;
    opacity: 0.9;
    transition: 0.3s;
}
.btn-5 a::after{
    color: #F4B77A;    
}

.btn-1 a:hover,.btn-2 a:hover,.btn-3 a:hover,.btn-4 a:hover,.btn-5 a:hover {
    color: #fff !important;   
    transition: 0.3s;
}
.btn-1 a:hover:after,.btn-2 a:hover:after,.btn-3 a:hover:after,.btn-4 a:hover:after,.btn-5 a:hover:after {
    color: #fff !important;
}
/* ↓スマホ表示サイズ調整↓ */
@media (max-width: 767px) {
    .btn-1,.btn-2,.btn-3,.btn-4,.btn-5 {
       max-width: 95%;
       margin: 0.55em auto;
   }
}
/* ↑スマホ表示サイズ調整↑ */
/* ↑↑デザインリンクボタン↑↑ */

/* ↓↓関連記事表示位置をシェアボタン下へ↓↓ */
.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%;
}
/* ↑↑関連記事表示位置をシェアボタン下へ↑↑ */

/* ↓↓ページトップへ戻るボタン↓↓ */
#page-top {
  display:none;
  position:fixed;
  right:10px;
  bottom:24px;
  margin: 0;
  padding: 0;
  text-align:center;
}

#page-top img {
  opacity: 0.4;
}

#move-page-top{
  text-decoration:none;
  display:block;
  cursor:pointer;
}

/* ページトップへ戻るボタン：ホバー時 */
#page-top img:hover {
  opacity: 1.0;
}
/* ↑↑ページトップへ戻るボタン↑↑ */

/*-更新日時表示-ここから*/
.entry-content .updated{
 display:none;
}

.page-entry .entry-header .updated{
 display:inline-block;
 font-size: .9rem;
 color: #999;
}

.page-entry .entry-header .updated:before {
 font-family: FontAwesome;
 content: "\f021";
 left: 0;
 top: 0;
 font-size: 12px;
 color: #999;
 padding-left: 20px;
 padding-right: 5px;
}
/*-更新日時表示-ここまで*/

/*-はてなID非表示-ここから*/
span.author.vcard {
display:none;
}
/*-はてなID非表示-ここまで*/