/* Responsive: yes */

@charset 'utf-8';
@import 'https://fonts.googleapis.com/css?family=Roboto';
@import url(https://fonts.googleapis.com/css?family=Cabin);
@import url(https://fonts.googleapis.com/css?family=Montserrat);
@font-face {
    font-family: 'Material Icons';
    font-weight: 400;
    font-style: normal;
    src: url(https://example.com/MaterialIcons-Regular.eot);
    src: local('Material Icons'), local('MaterialIcons-Regular'), url(https://example.com/MaterialIcons-Regular.woff2) format('woff2'), url(https://example.com/MaterialIcons-Regular.woff) format('woff'), url(https://example.com/MaterialIcons-Regular.ttf) format('truetype');
}

.material-icons {
    display: inline-block;
    font-family: 'Material Icons';
    font-size: 24px;
    font-weight: normal;
    font-style: normal;
    line-height: 1;
    white-space: nowrap;
    letter-spacing: normal;
    text-transform: none;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: 'liga';
}

body {
    position: relative;
    z-index: 2;
    font-family: 'Roboto', 'arial', 游ゴシック, YuGothic, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', メイリオ, Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
    font-size: 16px;
    color: #444;
    background-color: #f5f5f5;
    background-attachment: fixed;
    background-size: cover;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

@media screen and (max-width: 680px) {
    body {
        font-size: 15px;
        background-repeat: repeat;
        background-size: auto;
    }
}

#content a {
    color: #444;
    transition: .14s;
    text-decoration: none;
}

#content a:hover {
    color: #1379ad;
}

.register {
    display: none;
}

.tooltip-quote {
    background-color: #1379ad;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .6);
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, .6);
    -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, .6);
}


/*レイアウト*/

#content {
    position: relative;
    background-color: #f5f5f5;
}

#blog-title {
    background-color: #ffff;
}

#blog-title-inner,
#content-inner {
    width: 90%;
    max-width: 1024px;
    margin: 0 auto;
}

#blog-title-content {
    padding: 48px 0 24px 0;
}

#content-inner {
    padding-top: 30px;
}

#content-inner::after {
    height: 0;
    display: block;
    visibility: hidden;
    clear: both;
    content: '';
}

#wrapper {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 100%;
    margin-right: -340px;
    padding-right: 340px;
    float: left;
}

#box2 {
    width: 300px;
    margin-top: 10px;
    padding-bottom: 40px;
    float: right;
}

article {
    margin: 10px 0 40px 0;
    padding: 32px 32px 40px 32px;
    overflow: hidden;
    position: relative;
    background-color: #fff;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .26);
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .26);
    -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, .26);
}

#footer-inner {
    padding-top: 20px;
    padding-bottom: 30px;
}

@media screen and (max-width: 768px) {
    #wrapper {
        margin-right: 0;
        padding-right: 0;
        float: none;
    }
    #box2 {
        width: 90%;
        margin: 20px auto 0 auto;
        float: none;
    }
}

@media screen and (max-width: 680px) {
    #blog-title-inner,
    #content-inner {
        width: 100%;
    }
    #content-inner {
        padding-top: 20px;
    }
    #blog-title-content {
        padding: 20px 10px 5px 10px;
    }
    article {
        margin: 10px 10px 40px 10px;
        padding: 12px 10px 20px 10px;
    }
    #box2 {
        width: 300px;
    }
}

.hatena-module-recent-comments .hatena-id-icon {
    border-radius: 16px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
}

.hatena-follow-button-box {
    margin: 1.7em 0;
}

.hatena-follow-button {
    padding: 4px 10px !important;
    font-weight: normal;
    font-style: normal;
    color: #fff !important;
    border: 0 none !important;
    background: #1379ad !important;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
    -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
    transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.hatena-follow-button:before {
    padding-right: 3px;
    font-family: 'blogicon';
    font-weight: normal;
    color: #fff !important;
    content: '\f001';
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.hatena-follow-button.unsubscribing:hover {
    color: #fff !important;
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15);
    -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15);
    -moz-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15);
    ;
}

.hatena-follow-button-box .subscription-count {
    height: 26px;
    padding: 0 8px;
    line-height: 26px;
    ;
}


/*ヘッダー・ブログタイトル*/

#globalheader-container {
    color: #d5d5d5;
    background-color: #1379ad;
}

#title {
    display: inline;
}

#title a {
    font-family: 'Roboto', sans-serif;
    font-size: 34px;
    font-weight: normal;
    color: #1379ad;
    text-decoration: none;
    letter-spacing: 5px;
}

@media screen and (max-width: 680px) {
    #title a {
        font-size: 20px;
        letter-spacing: 2px;
    }
}


/*ブログの説明*/

#blog-description {
    font-family: 'Cabin', sans-serif;
    font-size: 14px;
    font-weight: normal;
    color: #404040;
    letter-spacing: 2px;
}

@media screen and (max-width: 680px) {
    #blog-description {
        font-size: 10px;
    }
}


/*記事*/

.entry-header {
    position: relative;
}


/*日付*/

.entry-date a {
    font-size: 14px;
    color: #888;
    opacity: .8;
}

.entry-date a::before {
    margin-right: 1px;
    font-family: 'blogicon';
    opacity: .8;
    content: '\f043';
}

.entry-date .hyphen {
    display: none;
}

.entry-date .date-month::before,
.entry-date .date-day::before {
    content: '.';
}


/*記事タイトル*/

.entry-title {
    margin: 0;
    padding: 10px 0 0 0;
    line-height: 1.2;
}

.entry-title a {
    font-size: 26px;
    color: #222;
    letter-spacing: 1px;
}

@media screen and (max-width: 680px) {
    .entry-title {
        margin: 0;
    }
    .entry-title a {
        font-size: 20px;
        letter-spacing: 0;
    }
}


/*カテゴリ*/

.entry-categories {
    margin: 10px 10px 10px 0;
}

.entry-categories a {
    margin: 0 4px 10px 0;
    padding: 5px 10px;
    font-size: 12px;
    color: #888;
    background-color: #f0f0f0;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border: solid 1px #ddd;
}

.entry-categories a:hover {
    background-color: #dde5e8;
}


/*.entry-categories a::before {
  margin-right: 3px;
  padding-right: 3px;
  font-family: 'blogicon';
  content: '\f022';
}*/


/*編集リンク*/

.entry-header-menu {
    top: 0;
    right: 0;
    position: absolute;
}

.entry-header-menu a {
    padding: 10px 20px;
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    color: #222 !important;
    border: double #ccc;
}


/*記事*/

.entry-content {
    font-size: 16px;
    color: #444;
}

.entry-content a {
    color: #0d759f !important;
}

.etnry-content p {
    margin: 1em 0;
    line-height: 1.7em;
}

@media screen and (max-width: 680px) {
    .entry-content {
        font-size: 15px;
    }
}

cite.hatena-citation {
    display: none;
}

.entry-content h1 {
    margin: 32px -32px 20px -32px;
    padding: 8px 10px;
    font-size: 21px;
    font-weight: bold;
    line-height: 1.4;
    color: #444;
    background-color: #f6f6f6;
    border-left: 9px solid #43a9dd;
    letter-spacing: 1px;
}

.entry-content h2 {
    margin: 32px 0 20px -22px;
    padding: 6px 12px;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.4;
    color: #444;
    border-bottom: 3px solid #8ac3ec;
    letter-spacing: 1px;
}

.entry-content h3 {
    margin: 28px -16px 20px -16px;
    padding: 0 12px;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.4;
    border-left: 3px solid #43a9dd;
    letter-spacing: 1px;
}

.entry-content h4 {
    margin: 28px -16px 20px -16px;
    padding: 0 12px;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.4;
    border-bottom: 4px solid #f2f2f2;
    letter-spacing: 1px;
}

.entry-content h5 {
    margin: 28px 20px;
    padding: 0 12px;
    font-weight: bold;
    line-height: 1.4;
    border-bottom: 4px solid #f2f2f2;
    letter-spacing: 1px;
}

.entry-content h6 {
    margin: 28px 0 20px 0;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.4;
}

@media screen and (max-width: 680px) {
    .entry-content h1 {
        margin: 30px -5px 20px -5px;
        padding: 13px 5px 13px 10px;
        font-size: 20px;
    }
    .entry-content h2 {
        margin: 30px 0 20px 0;
    }
    .entry-content h3 {
        margin: 30px -5px 20px -5px;
        padding: 2px 10px;
        font-size: 16px;
        letter-spacing: 0;
    }
    .entry-content h4 {
        margin: 20px 0 16px 0;
        padding: 2px 10px;
        letter-spacing: 0;
    }
    .entry-content h5 {
        margin: 20px 0 16px 16px;
        position: relative;
    }
    .entry-content h6 {
        margin: 20px 0 16px 0;
    }
}

a.entry-see-more {
    padding: 6px 20px;
    display: inline-block;
    font-size: 14px;
    color: #fff;
    background-color: #f3f3f3;
    border-radius: 75px;
    -webkit-border-radius: 75px;
    -moz-border-radius: 75px;
    text-align: center;
    letter-spacing: 1px;
    border: solid 1px #ddd;
}

a.entry-see-more:hover {
    background-color: #e8eaeb;
}

@media screen and (max-width: 680px) {
    .entry-see-more {
        font-size: 12px;
    }
}

.entry-content blockquote {
    margin: 0;
    padding: 30px;
    position: relative;
    background-color: #f6f6f6;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

.entry-content blockquote::before {
    top: 0;
    left: 0;
    position: absolute;
    z-index: 1;
    font-family: serif;
    font-size: 360%;
    line-height: 1;
    opacity: .2;
    content: '“';
}

.entry-content blockquote::after {
    right: 0;
    bottom: 0;
    position: absolute;
    font-family: serif;
    font-size: 360%;
    line-height: 0;
    opacity: .2;
    content: '”';
}

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

.entry-content blockquote cite {
    font-weight: bold;
    font-style: italic;
}

@media screen and (max-width: 680px) {
    .entry-content blockquote {
        padding: 20px;
        font-size: 90%;
    }
    .entry-content blockquote::before,
    .entry-content blockquote::after {
        font-size: 400%;
    }
}

.entry-content ul {
    margin: 16px 0;
    padding: 0 0 0 20px;
}

.entry-content ul ul {
    margin-top: 0;
    margin-bottom: 0;
}

.entry-content ol {
    margin: 16px 0;
    padding: 0 0 0 20px;
}

.entry-content ol ol {
    margin-top: 0;
    margin-bottom: 0;
}

@media screen and (max-width: 680px) {
    .entry-content ul,
    .entry-content ol {
        margin: 16px 0;
        padding: 0 0 0 24px;
    }
}

.entry-content dt {
    margin-top: 1.7em;
    font-weight: bold;
    border-bottom: 5px solid #f6f6f6;
}

.entry-content dd {
    margin-bottom: 1.7em;
}

@media screen and (max-width: 680px) {
    .entry-content dd {
        margin-left: 20px;
    }
}

.entry-content table {
    max-width: none;
    margin: 0 0 1.7em;
    border-spacing: 0;
    border-collapse: collapse;
    font-size: 90%;
    line-height: 1.6;
    border: 1px solid #ccc;
}

.entry-content th,
.entry-content td {
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
}

.entry-content th:first-child,
.entry-content td:first-child {
    border-left: none;
}

.entry-content th {
    padding: .5em 1em;
    display: table-cell;
    font-weight: bold;
    background-color: #eceeef;
}

.entry-content tbody {
    display: table-row-group;
    border-color: inherit;
    vertical-align: middle;
}

.entry-content td {
    padding: .6em;
}

.entry-content td>span {
    display: block;
    font-size: 0.85rem;
    color: #7d8b91;
}

.entry-content pre {
    padding: 24px;
    color: #eee;
    background-color: #222;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

.hatena-asin-detail {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}


/*記事下*/

.entry-footer {
    font-size: 90%;
}


/*コメント欄*/

.comment-box {
    padding-bottom: 0;
}

.comment-box .comment {
    margin: 10px 0;
    padding: 0;
    list-style: none;
}

.comment-box .entry-comment {
    margin-bottom: 10px;
}

.comment-box .comment-user-name {
    margin-bottom: 0;
}

.comment-box .comment-user-id {
    font-weight: bold;
    color: #333;
}

.comment-box .hatena-id-icon {
    width: 40px;
    height: 40px;
}

.comment-box .comment-content {
    padding: 10px 30px;
    background-color: #f6f6f6;
}


/*サイドバー*/

#box2 {
    font-size: 90%;
}

.hatena-module-title a,
.hatena-module-body a {
    color: #444;
}

#box2 .hatena-module {
    margin-bottom: 40px;
}

.hatena-module-title {
    /*border-left: 5px solid #ccc;*/
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: bold;
    color: #444;
    /*padding: 5px 15px;*/
    letter-spacing: 2px;
}

@media screen and (max-width: 680px) {
    #box2 .hatena-module {
        margin-bottom: 20px;
    }
    .hatena-module-title {
        margin-bottom: 5px;
        padding: 5px 10px;
        font-size: 16px;
        letter-spacing: 1px;
    }
}


/*プロフィール*/

.hatena-module-profile .hatena-module-body {
    padding: 12px;
    background-color: #fff;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .26);
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .26);
    -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, .26);
}

.profile-description a {
    color: #0693cd;
}

.profile-icon {
    margin: 0 16px 16px 0;
    float: left;
    overflow: hidden;
    border-radius: 4px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .26);
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .26);
    -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, .26);
}

#profile-twitter {
    width: 90px;
    margin: 5px 0;
    padding: 2px 4px 3px 4px;
    display: block;
    font-size: 90%;
    background-color: #1da1f2;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
    -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
}

#profile-twitter:hover {
    background-color: #1b95e0;
}

#profile-twitter i {
    top: 2px;
    width: 14px;
    height: 14px;
    display: inline-block;
    position: relative;
    background: transparent 0 0 no-repeat;
    background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2072%2072%22%3E%3Cpath%20fill%3D%22none%22%20d%3D%22M0%200h72v72H0z%22%2F%3E%3Cpath%20class%3D%22icon%22%20fill%3D%22%23fff%22%20d%3D%22M68.812%2015.14c-2.348%201.04-4.87%201.744-7.52%202.06%202.704-1.62%204.78-4.186%205.757-7.243-2.53%201.5-5.33%202.592-8.314%203.176C56.35%2010.59%2052.948%209%2049.182%209c-7.23%200-13.092%205.86-13.092%2013.093%200%201.026.118%202.02.338%202.98C25.543%2024.527%2015.9%2019.318%209.44%2011.396c-1.125%201.936-1.77%204.184-1.77%206.58%200%204.543%202.312%208.552%205.824%2010.9-2.146-.07-4.165-.658-5.93-1.64-.002.056-.002.11-.002.163%200%206.345%204.513%2011.638%2010.504%2012.84-1.1.298-2.256.457-3.45.457-.845%200-1.666-.078-2.464-.23%201.667%205.2%206.5%208.985%2012.23%209.09-4.482%203.51-10.13%205.605-16.26%205.605-1.055%200-2.096-.06-3.122-.184%205.794%203.717%2012.676%205.882%2020.067%205.882%2024.083%200%2037.25-19.95%2037.25-37.25%200-.565-.013-1.133-.038-1.693%202.558-1.847%204.778-4.15%206.532-6.774z%22%2F%3E%3C%2Fsvg%3E);
}

#profile-twitter span {
    color: #fff;
}


/*検索*/

.search-form {
    height: 40px;
    position: relative;
}

.search-module-input {
    width: 248px;
    height: 100%;
    margin: 0 auto;
    padding: 0 40px 0 12px;
    background-color: #fff;
    border: none;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .26);
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .26);
    -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, .26);
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}

.search-module-input:focus {
    color: #456;
    background-color: #fafafa;
    outline: 0;
}

.search-module-button {
    top: 0;
    right: 10px;
    right: 0;
    width: 40px;
    height: 40px;
    padding: 0;
    position: absolute;
    border: none;
    border-radius: 0 8px 8px 0;
    -webkit-border-radius: 0 8px 8px 0;
    -moz-border-radius: 0 8px 8px 0;
    background: transparent url('data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjNjY2NjY2IiBoZWlnaHQ9IjI0IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSIyNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCiAgICA8cGF0aCBkPSJNMTUuNSAxNGgtLjc5bC0uMjgtLjI3QzE1LjQxIDEyLjU5IDE2IDExLjExIDE2IDkuNSAxNiA1LjkxIDEzLjA5IDMgOS41IDNTMyA1LjkxIDMgOS41IDUuOTEgMTYgOS41IDE2YzEuNjEgMCAzLjA5LS41OSA0LjIzLTEuNTdsLjI3LjI4di43OWw1IDQuOTlMMjAuNDkgMTlsLTQuOTktNXptLTYgMEM3LjAxIDE0IDUgMTEuOTkgNSA5LjVTNy4wMSA1IDkuNSA1IDE0IDcuMDEgMTQgOS41IDExLjk5IDE0IDkuNSAxNHoiLz4NCiAgICA8cGF0aCBkPSJNMCAwaDI0djI0SDB6IiBmaWxsPSJub25lIi8+DQo8L3N2Zz4=') no-repeat right center;
    /* https://material.io/icons/ */
    background-position: center;
    text-indent: -9999px;
}

.search-module-button:hover {
    background-color: #dfe5e7;
}


/*リンク*/

.hatena-module-links .hatena-urllist {
    margin: 0;
    padding: 0;
    overflow: hidden;
    list-style: none;
    background-color: #fff;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .26);
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .26);
    -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, .26);
}

.hatena-module-links li {
    display: block;
}

.hatena-module-links li :hover {
    background-color: #ebedee;
}

.hatena-module-links a {
    padding: 12px;
    display: block;
    color: #0693cd;
}

.hatena-module-links a:before {
    padding-right: 4px;
    font-family: 'blogicon';
    color: #6a6a6a;
    content: '\f009';
}


/*最新記事・関連記事・注目記事*/

.recent-entries,
.entries-access-ranking,
.related-entries {
    /*margin: 0 0 10px 0;*/
    padding: 0;
    overflow: hidden;
    background-color: #fff;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .26);
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .26);
    -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, .26);
}

.entries-access-ranking .urllist-item {
    padding: 12px;
    list-style-type: none;
    background-color: #fff;
}

.urllist-item {
    padding: 12px;
    list-style-type: none;
    background-color: #f7f7f7;
    /* border-radius: 3px; */
}

.recent-entries li:hover,
.entries-access-ranking li:hover,
.related-entries li :hover {
    background-color: #ebedee;
}

.urllist-item a {
    color: #444;
    text-decoration: none;
}

.urllist-date-link a,
.urllist-categories a {
    font-size: 10px;
    color: #888;
}

.urllist-date-link a::before {
    font-family: 'blogicon';
    content: '\f043';
}

.urllist-categories a::before {
    padding-right: 3px;
    font-family: 'blogicon';
    content: '\f022';
}

.urllist-title-link {
    font-size: 13px;
    font-weight: bold;
}

.urllist-entry-body {
    font-size: 10px;
    color: #888;
}


/*カテゴリ*/

.hatena-module-category .hatena-urllist {
    margin: 10px 0;
    padding: 0;
    overflow: hidden;
    list-style: none;
    background-color: #fff;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .26);
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .26);
    -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, .26);
}

.hatena-module-category li {
    width: 100%;
    /*border-bottom: 1px solid #acacac;*/
    padding: 0;
    display: block;
    font-size: 12px;
}

.hatena-module-category a {
    padding: 12px;
    display: block;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
}

.hatena-module-category a:hover {
    background-color: #ebedee;
    /*padding: 8px 5px 8px 15px;*/
}

.hatena-module-category a::before {
    margin-right: 5px;
    font-family: 'blogicon';
    color: #666;
    content: '\f006';
}


/*月間アーカイブ*/

.hatena-module-archive .hatena-urllist {
    margin: 10px 0;
    padding: 12px;
    overflow: hidden;
    font-size: 14px;
    background-color: #fff;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .26);
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .26);
    -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, .26);
}

.archive-module-months {
    font-size: 13px;
}

.archive-module-month {
    padding-left: 30px;
}


/*最新のコメント*/

.recent-comments {
    margin: 10px 0;
    padding: 0;
    list-style: none;
}

.recent-comments li {
    padding: 10px 0;
    border-bottom: 1px solid #acacac;
}

.recent-comments a::before {
    font-family: 'blogicon';
    content: '\f01d';
}


/*参加グループ*/

.hatena-module-circles .hatena-urllist {
    margin: 10px 0;
    padding: 0;
}

.hatena-module-circles li {
    margin-bottom: 10px;
}

.hatena-module-circles a {
    font-weight: bold;
}


/*ページャー*/

.pager {
    margin-bottom: 40px;
    padding: 5px;
    overflow: hidden;
}

.pager a {
    color: #444 !important;
}

.pager .pager-prev,
.pager .pager-next {
    margin: 10px 0;
    padding: 2px 20px;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 1px 6px rgba(0, 0, 0, .26);
    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, .26);
    -moz-box-shadow: 0 1px 6px rgba(0, 0, 0, .26);
    cursor: pointer;
}
.pager .pager-prev:hover,
.pager .pager-prev:hover {
    background-color: #f9fbfc;
}
.pager .pager-prev {
    float: left;
    
}
.pager .pager-next {
    float: right;
}



/*フッター*/

#footer {
    margin-top: 5px;
    color: #678;
    background-color: #fff;
    box-shadow: 1px 5px 3px 5px rgba(0, 0, 0, .26);
    -webkit-box-shadow: 1px 5px 3px 5px rgba(0, 0, 0, .26);
    -moz-box-shadow: 1px 5px 3px 5px rgba(0, 0, 0, .26);
    text-align: center;
}

#footer a {
    color: #678;
    text-decoration: none;
}

#footer a:hover {
    opacity: .6;
}


/*Aboutページ*/

.page-about .entry-content .profile-icon {
    width: 32px;
    height: 32px;
}


/*Archive*/

.page-archive .archive-heading {
    margin: 0 0 20px 0;
    font-size: 24px;
}

.page-archive .archive-entries {
    margin: 10px 0 40px 0;
}

.page-archive .archive-entry {
    margin-bottom: 20px;
    padding: 24px 32px;
    position: relative;
    background-color: #fff;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .26);
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .26);
    -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, .26);
}


/*日付*/

.page-archive .date a {
    font-size: 12px;
    color: #888;
}

.page-archive .date a::before {
    margin-right: 1px;
    font-family: 'blogicon';
    content: '\f043';
}


/*記事タイトル*/

.page-archive .entry-title {
    margin: 0;
    padding: 10px 0 0 0;
    line-height: 1.2;
}

.page-archive .entry-title a {
    font-size: 26px;
    color: #222;
    letter-spacing: 1px;
}

img.hatena-fotolife {
    margin: 10px 5px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}


/*カテゴリ*/

.page-archive .categories {
    margin: 10px 0;
}

.page-archive .categories a {
    margin: 0 4px 10px 0;
    padding: 5px 10px;
    font-size: 12px;
    color: #888;
    background-color: #f0f0f0;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
}

.page-archive .categories a::before {
    margin-right: 3px;
    padding-right: 3px;
    font-family: 'blogicon';
    content: '\f022';
}

.archive-header-category {
    margin-bottom: 1em;
}

@media screen and (max-width: 680px) {
    .page-archive .archive-heading {
        margin: 0 0 10px 0;
        font-size: 16px;
        text-align: center;
    }
    .page-archive .archive-entries {
        margin-bottom: 30px;
    }
    .page-archive .archive-entry {
        margin: 0 10px 20px 10px;
        padding: 20px;
        background-color: #fff;
    }
    .page-archive .entry-title a {
        font-size: 20px;
        letter-spacing: 0;
    }
    .page-archive .entry-description {
        font-size: 90%;
    }
}


/*パンくずリスト*/

#top-box {
    height: 50px;
    background-color: #f8f8f8;
    border-bottom: 1px solid #ccc;
}

#top-box .breadcrumb {
    height: 100%;
}

#top-box .breadcrumb-inner {
    width: 90%;
    max-width: 1024px;
    height: 100%;
    margin: 0 auto;
    font-size: 14px;
    line-height: 50px;
}

#top-box .breadcrumb-link,
#top-box .breadcrumb-child-link,
#top-box .breadcrumb-child {
    font-weight: bold;
    color: #444;
    text-decoration: none;
}

#top-box .breadcrumb-gt {
    margin: 0 10px;
}


/*目次*/

ul.table-of-contents {
    padding: 20px 20px 20px 40px;
    font-size: 90%;
    /*list-style-type: decimal;*/
    line-height: 22px;
    border: 1px solid #e4e4e4;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}

ul.table-of-contents ul {
    margin-left: 0;
    font-size: 90%;
    /*list-style-type: decimal;*/
}

ul.table-of-contents::before {
    position: relative;
    font-size: 150%;
    font-weight: bold;
    content: '目次';
}

.booklink-box,
.kaerebalink-box {
    margin-bottom: 10px;
    padding: 25px;
    overflow: hidden;
    font-size: small;
    border: double #ccc;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

.booklink-image,
.kaerebalink-image {
    min-width: 160px;
    margin: 0 15px 0 0;
    float: left;
    text-align: center;
}

.booklink-image img,
.kaerebalink-image img {
    margin: 0 auto;
    text-align: center;
}

.booklink-info,
.kaerebalink-info {
    margin: 0;
    overflow: hidden;
    line-height: 120%;
}

.booklink-name,
.kaerebalink-name {
    margin-bottom: 24px;
    line-height: 1.5em;
}

.booklink-powered-date,
.kaerebalink-powered-date {
    margin-top: 10px;
    font-family: verdana;
    font-size: 8px;
    line-height: 120%;
}

.booklink-detail,
.kaerebalink-detail {
    font-size: 12px;
}

.booklink-powered-date,
.kaerebalink-detail {
    margin-bottom: 15px;
}

.booklink-link2,
.kaerebalink-link1 {
    margin-top: 10px;
}

.booklink-link2 a,
.kaerebalink-link1 a {
    width: 30%;
    margin: 5px 2px 0 0;
    padding: 10px 1px;
    display: inline-block;
    float: left;
    font-size: 12px;
    font-weight: 800;
    color: #fff !important;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    text-shadow: 1px 1px 1px #dcdcdc;
    text-align: center;
    text-decoration: none;
}

.booklink-link2 a:hover,
.kaerebalink-link1 a:hover {
    opacity: .6;
}

.booklink-link2 a:active .kaerebalink-link1 a:active {
    top: 1px;
    position: relative;
}

.shoplinkamazon a {
    color: #ff9901 !important;
    border: 1px solid #ff9901 !important;
}

.shoplinkrakuten a {
    color: #c20004 !important;
    border: 1px solid #c20004 !important;
}

.shoplinkkindle a {
    color: #007dcd !important;
    border: 1px solid #007dcd !important;
}

.shoplinkkakakucom a {
    color: #314995 !important;
    border: 1px solid #314995;
}

.shoplinkyahoo a {
    color: #7b0099 !important;
    border: 1px solid #7b0099 !important;
}

.shoplinkyahoo img {
    display: none;
}

.shoplinkyahoo a {
    font-size: 10px;
}

.booklink-footer {
    display: none;
}

@media screen and (max-width: 680px) {
    .booklink-box,
    .kaerebalink-box {
        padding: 15px;
    }
    .booklink-image,
    .kaerebalink-image {
        width: 100px !important;
        min-width: initial;
    }
    .booklink-name>a,
    .kaerebalink-name>a {
        font-size: 15px;
        font-weight: bold;
    }
    .booklink-name,
    .kaerebalink-name {
        margin-bottom: 12px;
    }
    .booklink-powered-date,
    .kaerebalink-powered-date {
        margin-top: 5px;
    }
    .booklink-link2 a,
    .kaerebalink-link1 a {
        width: -webkit-calc(100% - 4px);
        width: calc(100% - 4px);
        margin: 2px 0;
        padding: 10px 0;
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
    }
}


/*アプリーチ*/

#appreach-box {
    margin-bottom: 10px;
    border: double 2px #ececec;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

.appreach-links {
    margin-bottom: 10px;
}

.appreach-footer {
    margin-bottom: 0;
    line-height: 0;
}

#menu {
    width: 100%;
    margin-bottom: 5px;
    background: #fff;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .35);
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .35);
    -moz-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .35);
}

#menu-inner {
    height: 40px;
    margin: 0 auto;
}

#menu-btn {
    display: none;
}

#menu-content {
    width: 100%;
    height: 100%;
    margin: 0;
    padding-left: 0;
    list-style-type: none;
}

#menu-content>li {
    height: 100%;
    float: left;
    position: relative;
    transition: .4s;
    text-align: center;
}

#menu-content>li>a {
    width: 75px;
    height: 100%;
    padding-right: 15px;
    padding-left: 15px;
    display: block;
    position: relative;
    z-index: 2;
    font-size: 80%;
    line-height: 40px;
    color: #345;
    text-decoration: none;
    letter-spacing: 1px;
}

#menu-content>li:hover {
    color: #1379ad;
    background: #ebedee;
}

#menu-content>li>a>#menu-arrow-down {
    vertical-align: middle;
}

#menu-content>li>ul.sub-menu {
    top: 40px;
    margin: 0;
    padding-left: 0;
    visibility: hidden;
    position: absolute;
    list-style-type: none;
    border-radius: 0 0 5px 5px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .48);
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .48);
    -moz-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .48);
    opacity: 0;
}

#menu-content>li:hover>ul.sub-menu {
    top: 40px;
    visibility: visible;
    z-index: 1;
    opacity: 1;
    transition: all .46s;
}

#menu-content>li>ul.sub-menu>li {
    width: 200px;
    height: 40px;
    text-align: center;
}

#menu-content>li>ul.sub-menu>li:last-of-type>a {
    border-radius: 0 0 5px 5px;
}

#menu-content>li>ul.sub-menu>li>a {
    display: block;
    font-size: 80%;
    line-height: 40px;
    color: #456;
    background: #f7f7f7;
    text-decoration: none;
    letter-spacing: 1px;
}

#menu-content>li>ul.sub-menu>li>a:hover {
    color: #1379ad;
    background: #ebedee;
}


/*トグルメニュ*/

@media screen and (max-width:680px) {
    #menu-inner {
        width: 100%;
        height: auto;
    }
    #btn-content {
        text-align: right;
    }
    #menu-btn {
        margin: 5px;
        padding: 8px 15px;
        display: inline-block;
        font-size: 70%;
        color: #456;
        background: #eee;
        cursor: pointer;
    }
    #menu-content {
        width: 100%;
        display: none;
    }
    #menu-content>li {
        width: 100%;
        height: 40px;
        float: none;
    }
    #menu-content>li>a {
        width: 100%;
        padding: 0;
        line-height: 40px;
        text-decoration: none;
    }
    /*２階層目*/
    #menu-content>li:hover>ul.sub-menu {
        display: none;
    }
    #menu-content>li>a>.blogicon-chevron-down {
        display: none;
    }
    #menu-content>li>a>#menu-arrow-down {
        display: none;
    }
}

.is-fixed {
    top: 0;
    left: 0;
    width: 100%;
    position: fixed;
    z-index: 2;
}


/*フッター*/
.entry-content pre {
    background-color: #393e46;
}

.synSpecial {
    color: #c070c0;
}

.synType {
    color: #fbdb65;
}

.synComment {
    color: #85939e;
}

.synPreProc {
    color: #9c7dc6;
}

.synIdentifier {
    color: #60d1cc;
}

.synConstant {
    color: #99c789;
}

.synStatement {
    color: #76a9dc;
}

input[name="modal-select"] {
    display: none;
}

#modal-on:checked~#modal-overlay {
    display: block;
}

#modal-on-label {
    color: #678;
    cursor: pointer;
}

#modal-on-label:hover {
    text-decoration: underline;
}

#modal-off-label {
    display: block;
    color: #456;
    width: 8rem;
    text-align: center;
    margin: 0 auto;
    text-decoration: none;
    padding: .5rem 1rem;
    border-radius: .6rem;
    background-color: #eee;
    cursor: pointer;
    transition: .3s ease;
}

#modal-off-label:hover {
    background-color: #c8e4e9;
}

#modal-off-btn {
    display: block;
    width: 28px;
    height: 28px;
    position: relative;
    cursor: pointer;
    float: right;
}

#modal-off-btn span::before,
#modal-off-btn span::after {
    display: block;
    content: "";
    position: absolute;
    top: 42%;
    left: -8%;
    width: 2rem;
    height: .3rem;
    border-radius: 1rem;
    background: #abc;
    transition: .24s ease;
}

#modal-off-btn span::before {
    transform: rotate(-45deg);
}

#modal-off-btn span::after {
    transform: rotate(45deg);
}

#modal-off-btn:hover span::before,
#modal-off-btn:hover span::after {
    background: #f69;
}

#modal-overlay {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    position: fixed;
    overflow-y: scroll;
    z-index: 10;
    background-color: rgba(0, 0, 0, .2);
}

#policy-modal-window {
    /*display: none;*/
    margin: 3rem auto;
    padding: 1rem;
    width: 80%;
    background: #fff;
    border-radius: 1rem;
    position: relative;
    z-index: 10;
    box-shadow: 0 2px 16px 0 rgba(32, 33, 36, .07), 0 12px 22px 0 rgba(32, 33, 36, .25);
    animation-name: modalFadeIn;
    animation-duration: .6s;
    -webkit-animation-name: modalFadeIn;
    -webkit-animation-duration: .6s;
}

#modal-title {
    font-size: 1.6rem;
    padding: .8rem 0;
    text-align: center;
}

#policy-modal-window p {
    text-align: left;
    margin: 1rem;
}

#policy-modal-window a {
    text-decoration: none;
    color: #4B99B5;
}

#policy-modal-window a:hover {
    text-decoration: underline;
}

@keyframes modalFadeIn {
    0% {
        transform: scale(.8);
        opacity: 0;
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}

@-webkit-keyframes modalFadeIn {
    0% {
        transform: scale(.8);
        opacity: 0;
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}