/* <system section="theme" selected="10257846132632482734"> */
@charset "UTF-8";
/*
  Theme: boilerplate
  Author: Hatena Blog Team
  Responsive: yes
  Description:
    はてなブログのデザインCSSカスタマイズの土台に適したデザインテーマです。
    このテーマをもとにしてCSSを書くと比較的楽にカスタマイズできます。
    特定の部分（例えば記事本文の書式やコメント欄のスタイルなど）だけをコピーして使ってもかまいません。
    もちろんそのままの状態でも、シンプルなテーマとして使うことができます。
    このCSSおよびSCSSファイルは自由に複製・再配布できます。
    このテーマをもとにしたデザインテーマの配布も自由です。
  Released under the MIT License.
*/
/*! 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.
 */
@import url("https://fonts.googleapis.com/css?family=Noto+Serif+JP:200,400,600,900|Source+Code+Pro&subset=japanese,latin-ext");
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;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
    font-weight: bolder;
}

/**
 * 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;
}

/*
body（トップページで.page-index、記事ページで.page-entryが追加）
  div#globalheader-container
    iframe#globalheader（ヘッダ[メニューやHatena Blogロゴ、Hatenaロゴなど]）

  div#container
    div#container-inner

      header#blog-title
        div#blog-title-inner（タイトル画像）
          h1#title（ブログ名）
          h2#blog-description（ブログの説明）

      div#top-editarea（ヘッダ[ブログタイトルの下]）

      div#content
        div#content-inner
          div#wrapper
            div#main
              ...
            aside#box2（サイドバー）
              div#box2-inner
                div.hatena-module
            ...

      div#bottom-editarea（フッタ[ページ下部]）

  footer#footer（フッタ[はてなIDとサービス名]）
    div#footer-inner

*/
html,
body {
    font-family: "Noto Serif JP", sans-serif;
    color: #222;
    background-color: #fff;
    line-height: 1.8;
    font-weight: 200;
}

a {
    color: #222;
}

a:hover {
    color: #3545F4;
}

a.keyword {
    text-decoration: none;
    color: #222;
}

h1, h2, h3, h4, h5, h6 {
    color: #333;
    line-height: 1.8;
}

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: #3545F4;
}

/* ヘッダ（グローバルヘッダ）
  グローバルヘッダの中はiframeですが、
  #globalheader-container に背景色や文字色を指定することでiframeの中にも色が反映されます。
*/
#globalheader-container {
    display: none;
}

/* container */
#container,
#footer {
    padding-left: 10px;
    padding-right: 10px;
}

@media (max-width: 480px) {
    #container,
    #footer {
        margin: auto;
        padding-left: 5px;
        padding-right: 5px;
    }
}

@media (min-width: 768px) {
    #container,
    #footer {
        width: 720px;
        margin: auto;
        padding-left: 0;
        padding-right: 0;
    }
}

@media (min-width: 992px) {
    #container,
    #footer {
        width: 960px;
    }
}

/* -- 1column layout -- */
#content-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

#wrapper {
    width: 100%;
}

#box2 {
    width: 100%;
}

@media (min-width: 768px) {
    #box2 {
        width: 100%;
    }
}

@media (min-width: 992px) {
    #box2 {
        width: 100%;
    }
}

#box2-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
}

@media (min-width: 768px) {
    #box2-inner {
        margin-left: -20px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
    }
}

@media (min-width: 992px) {
    #box2-inner {
        margin-left: -30px;
    }
}

.hatena-module {
    width: 100%;
}

@media (min-width: 768px) {
    .hatena-module {
        width: 33.3333%;
        padding-left: 10px;
    }
}

@media (min-width: 992px) {
    .hatena-module {
        padding-left: 30px;
    }
}

/* --/ 1column layout -- */
/* ヘッダ */
#blog-title {
    margin: 2rem 0;
}

@media (max-width: 480px) {
    #blog-title {
        margin: 1rem 0;
        text-align: center;
    }
}

@media (min-width: 768px) {
    #blog-title {
        display: inline-block;
        width: 210px;
    }
}

@media (min-width: 992px) {
    #blog-title {
        display: inline-block;
        width: 280px;
    }
}

#title {
    margin: 0;
    font-size: 1.5rem;
    font-weight: 600;
}

@media (min-width: 992px) {
    #title {
        font-size: 1.7rem;
    }
}

#title a {
    color: #222;
}

#blog-description {
    font-weight: 600;
    font-size: .8rem;
    margin: 1em 0 0;
}

@media (max-width: 480px) {
    #top-editarea {
        width: 100%;
        display: block;
    }
}

@media (min-width: 768px) {
    #top-editarea {
        width: 495px;
        display: inline-block;
    }
}

@media (min-width: 992px) {
    #top-editarea {
        width: 660px;
        display: inline-block;
    }
}

.header-nav ul {
    padding: 0;
    text-align: center;
}

.header-nav li {
    display: inline-block;
    padding-left: 2rem;
    font-weight: 400;
}

@media (max-width: 480px) {
    .header-nav li {
        padding-left: 0.5rem;
        font-size: 0.8rem;
    }
}

.header-nav li a {
    text-decoration: none;
}

/* ヘッダ画像を設定したとき */
.header-image-enable #blog-title {
    margin: 0 0 2em;
}

.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;
}

.header-image-enable #blog-title-content {
    margin-left: 10px;
    margin-right: 10px;
}

/* タイトル下HTML */
#top-editarea {
    margin-bottom: 1em;
}

/* パンくず（カテゴリー、記事ページで表示されます） */
.breadcrumb {
    font-size: .9rem;
}

/* entry */
.entry {
    position: relative;
    margin-bottom: 4em;
}

.entry-header {
    padding-bottom: 1em;
    margin-bottom: 2em;
    position: relative;
}

.date {
    margin-bottom: .5em;
    font-size: .9rem;
}

.date a {
    color: #999;
    text-decoration: none;
}

.date a:hover {
    color: #3545F4;
}

.hyphen {
    display: none;
}

.date-year::after {
    content: "年";
}

.date-month::after {
    content: "月";
}

.date-day::after {
    content: "日";
}

.entry-title {
    margin: 0 0 .3em;
    font-size: 1.5rem;
    font-weight: 600;
}

@media (min-width: 992px) {
    .entry-title {
        font-size: 1.6rem;
    }
}

.categories {
    margin: .5em 0;
}

.categories a {
    margin-right: .5em;
    text-decoration: none;
}

.categories a:hover {
    color: #3545F4;
}

.categories a:before {
    content: "#";
}

/* 「編集する」ボタン */
.entry-header-menu {
    position: absolute;
    top: 0;
    right: 0;
}

/* 記事内の書式 */
.entry-content img,
.entry-content video {
    max-width: 100%;
    height: auto;
}

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
    margin: 1em 0 0.8em 0;
}

.entry-content h1 {
    font-size: 1.5rem;
}

@media (min-width: 992px) {
    .entry-content h1 {
        font-size: 1.7rem;
    }
}

.entry-content h2 {
    font-size: 1.4rem;
    font-weight: 400;
    position: relative;
    padding: 12px;
    border-bottom: 2px solid;
    border-color: #BEC1E8;
}

@media (min-width: 992px) {
    .entry-content h2 {
        font-size: 1.5rem;
    }
}

.entry-content h2:after {
    position: absolute;
    left: 0;
    bottom: -2px;
    z-index: 5;
    content: '';
    width: 20%;
    height: 2px;
    background-color: #505596;
}

.entry-content h3 {
    font-size: 1.2rem;
    font-weight: 400;
}

@media (min-width: 992px) {
    .entry-content h3 {
        font-size: 1.3rem;
    }
}

.entry-content h4 {
    font-size: 1.1rem;
    font-weight: 400;
}

.entry-content h5 {
    font-size: 1rem;
    font-weight: 400;
}

.entry-content h6 {
    font-size: .9rem;
    font-weight: 400;
}

.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 #4B4D5E;
    padding: 5px 10px;
}

.entry-content table th {
    background: #f5f5f5;
}

.entry-content blockquote {
    border: 1px solid #4B4D5E;
    margin: 0 0 10px;
    padding: 20px;
}

.entry-content blockquote p:first-child {
    margin-top: 0;
}

.entry-content blockquote p:last-child {
    margin-bottom: 0;
}

.entry-content pre,
.entry-content code {
    font-family: "Source Code Pro", monospace;
}

.entry-content pre {
    background: #f5f5f5;
    border: none;
    white-space: pre-wrap;
    text-overflow: ellipsis;
    line-height: 1.6;
    font-size: .9rem;
    padding: 10px;
}

.entry-content pre > code {
    margin: 0;
    padding: 0;
    white-space: pre;
    border: none;
    background-color: transparent;
    font-family: 'Source Code Pro', monospace;
    font-family: "Source Code Pro", monospace;
}

.entry-content code {
    font-size: 90%;
    margin: 0 2px;
    padding: 0px 5px;
    background-color: #f5f5f5;
    border-radius: 3px;
}

.entry-content hr {
    width: 50%;
    border: 0;
    border: none;
    border-top: 1px solid #4B4D5E;
    margin: 2em auto;
}

.entry-content .table-of-contents {
    padding: 1em 1em 1em 2em;
    margin: 1em 0;
    border: 1px solid #4B4D5E;
}

/* 記事下 */
.entry-footer .social-buttons {
    margin-bottom: 1em;
}

.entry-footer-section {
    display: none;
    /*
     * color: $text-light;
     * font-size: .9rem;
     * a {
     *     color: $text-light;
     * }
     */
}

/* コメント */
.comment-box {
    margin: 1em 0;
}

.comment-box .comment {
    list-style: none;
    margin: 0 0 15px 0;
    padding: 0;
    line-height: 1.7;
    font-size: .85rem;
}

@media (min-width: 768px) {
    .comment-box .comment {
        font-size: .9rem;
    }
}

.comment-box .entry-comment {
    padding: 10px 0 10px 60px;
    border-bottom: 1px solid #4B4D5E;
    position: relative;
}

.comment-box .entry-comment:first-child {
    border-top: 1px solid #4B4D5E;
}

.comment-box .read-more-comments {
    padding: 10px 0;
}

.comment-box .hatena-id-icon {
    position: absolute;
    top: 10px;
    left: 0;
    width: 50px !important;
    height: 50px !important;
    border-radius: 3px;
}

.comment-user-name {
    margin: 0 0 .4em 0;
    font-weight: 400;
}

.comment-content {
    margin: 0 0 .4em 0;
    word-wrap: break-word;
    color: #222;
    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;
    border: 1px solid #4B4D5E;
}

/* Pager */
.pager {
    margin: 2em 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

/* サイドバーモジュール */
.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-bottom: .6em;
    padding-bottom: .2em;
    border-bottom: 1px solid #4B4D5E;
    font-size: 1rem;
    font-weight: 400;
}

.hatena-module-title a {
    color: #222;
    text-decoration: none;
}

.hatena-module-title a:hover {
    color: #3545F4;
}

/* Profile module */
.hatena-module-profile .profile-icon {
    float: left;
    margin: 0 10px 10px 0;
}

.hatena-module-profile .id {
    display: block;
    font-weight: 400;
    margin-bottom: .5em;
}

.hatena-module-profile .profile-description p {
    margin-top: 0;
}

/* urllist module */
.hatena-urllist {
    list-style: none;
    margin: 0;
    padding: 0;
}

.hatena-urllist li {
    padding: .5em 0;
}

.hatena-urllist li:last-child {
    padding-bottom: 0;
}

.hatena-urllist li a {
    text-decoration: none;
}

.hatena-urllist li a:hover {
    color: #3545F4;
}

.hatena-urllist .urllist-category-link {
    font-size: .7rem;
    padding: .1em .3em;
}

.hatena-urllist .urllist-date-link a {
    color: #999;
}

.hatena-urllist .urllist-entry-body {
    margin-top: .3em;
}

/* Search module */
.hatena-module-search-box .search-form {
    border: 1px solid #4B4D5E;
    border-radius: 3px;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.hatena-module-search-box .search-module-input {
    -webkit-box-flex: 1;
        -ms-flex: 1 0;
            flex: 1 0;
    padding: 5px;
    color: #222;
    background: none;
    border: none;
    outline: none;
    height: 20px;
}

.hatena-module-search-box .search-module-button {
    width: 24px;
    height: 24px;
    margin-right: 5px;
    background: transparent url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:none;%7D%3C/style%3E%3C/defs%3E%3Ctitle%3Esearch%3C/title%3E%3Cpath d='M16.7,15l-3.4-3.3h-.1a5.4,5.4,0,0,0,.9-3.1,5.6,5.6,0,1,0-5.6,5.6,5.4,5.4,0,0,0,3.1-.9.1.1,0,0,0,.1.1L15,16.7a1.1,1.1,0,0,0,.8.3,1.6,1.6,0,0,0,.9-.3,1.4,1.4,0,0,0,0-1.7M8.5,12.3A3.8,3.8,0,0,1,4.8,8.5,3.8,3.8,0,0,1,8.5,4.7a3.9,3.9,0,0,1,3.8,3.8,3.8,3.8,0,0,1-3.8,3.8'/%3E%3Crect class='a' width='20' height='20'/%3E%3C/svg%3E") no-repeat center;
    background-size: 20px 20px;
    border: none;
    outline: none;
    color: transparent;
    overflow: hidden;
    opacity: .5;
    cursor: pointer;
}

.hatena-module-search-box .search-module-button:hover {
    opacity: .85;
}

/* About ページ */
.page-about .entry-content dt {
    font-weight: 400;
    border-bottom: 1px solid #4B4D5E;
    margin-bottom: .5em;
}

.page-about .entry-content dd {
    margin-left: 0;
    margin-bottom: 2em;
}

/* Archive */
.archive-header-category {
    text-align: center;
}

.page-archive .archive-entry {
    margin-bottom: 4em;
    margin-left: auto;
    margin-right: auto;
}

.page-archive .entry-title {
    margin: .3em auto;
    font-weight: 600;
}

.page-archive .entry-thumb {
    width: 80px;
    height: 80px;
    background-size: cover;
}

@media (min-width: 768px) {
    .page-archive .entry-thumb {
        width: 120px;
        height: 120px;
    }
}

.page-archive .entry-description {
    margin: 0;
}

.page-archive .social-buttons {
    display: none;
}

/* footer */
#footer {
    display: none;
}
/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbImJvaWxlcnBsYXRlLmNzcyIsIi4uL3Njc3MvYm9pbGVycGxhdGUuc2NzcyIsIi4uL25vZGVfbW9kdWxlcy9ub3JtYWxpemUuY3NzL25vcm1hbGl6ZS5jc3MiLCIuLi9zY3NzL2xpYi9fY29yZS5zY3NzIiwiLi4vc2Nzcy9saWIvX3ZhcmlhYmxlLnNjc3MiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsaUJBQWlCO0FDQ2pCOzs7Ozs7Ozs7Ozs7RUFZRTtBQ2JGLDRFQUE0RTtBQUU1RTtnRkFDZ0Y7QUFFaEY7Ozs7R0FJRztBRFVILCtIQUFZO0FDUlo7SUFDRSxrQkFBaUI7SUFBRSxPQUFPO0lBQzFCLDJCQUEwQjtJQUFFLE9BQU87SUFDbkMsK0JBQThCO0lBQUUsT0FBTztDQUN4Qzs7QUFFRDtnRkFDZ0Y7QUFFaEY7O0dBRUc7QUFFSDtJQUNFLFVBQVM7Q0FDVjs7QUFFRDs7R0FFRztBQUVIOzs7Ozs7SUFNRSxlQUFjO0NBQ2Y7O0FBRUQ7OztHQUdHO0FBRUg7SUFDRSxlQUFjO0lBQ2QsaUJBQWdCO0NBQ2pCOztBQUVEO2dGQUNnRjtBQUVoRjs7O0dBR0c7QUFFSDs7O0lBRU8sT0FBTztJQUNaLGVBQWM7Q0FDZjs7QUFFRDs7R0FFRztBQUVIO0lBQ0UsaUJBQWdCO0NBQ2pCOztBQUVEOzs7R0FHRztBQUVIO0lBQ0UsZ0NBQXVCO1lBQXZCLHdCQUF1QjtJQUFFLE9BQU87SUFDaEMsVUFBUztJQUFFLE9BQU87SUFDbEIsa0JBQWlCO0lBQUUsT0FBTztDQUMzQjs7QUFFRDs7O0dBR0c7QUFFSDtJQUNFLGtDQUFpQztJQUFFLE9BQU87SUFDMUMsZUFBYztJQUFFLE9BQU87Q0FDeEI7O0FBRUQ7Z0ZBQ2dGO0FBRWhGOzs7R0FHRztBQUVIO0lBQ0UsOEJBQTZCO0lBQUUsT0FBTztJQUN0QyxzQ0FBcUM7SUFBRSxPQUFPO0NBQy9DOztBQUVEOzs7R0FHRztBQUVIO0lBQ0Usb0JBQW1CO0lBQUUsT0FBTztJQUM1QiwyQkFBMEI7SUFBRSxPQUFPO0lBQ25DLDBD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 */
/* </system> */