/* <system section="theme" selected="6653812171397406126"> */
/*フォント*/
@import url(https://fonts.googleapis.com/css?family=Cabin);
@import url(https://fonts.googleapis.com/css?family=Montserrat);
/*
  Theme: Naked
  Author: Yukihy
  Description: this theme can be customized flexibly
  Responsive: yes
*/
/*サイドバー黒線#acacac　日付など灰色#888　薄い灰色#ccc 背景など薄い灰色#f5f5f5　リンク青#0693cd*/
body {
    color: #444;
    font-family: 'arial' ,游ゴシック, YuGothic, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', メイリオ, Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
    font-size: 16px;
    background-image: url('https://cdn.blog.st-hatena.com/images/theme/backgrounds/2014/polygon-01.jpg?version=7d540626c1e9503abd19ea5db2553f');
    background-attachment: fixed;
    background-size: cover;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    position: relative;
    z-index: 2;
}
@media screen and (max-width: 680px) {
    body {
        font-size: 15px;
        background-size: auto;
        background-repeat: repeat;
    }
}
#content a {
    text-decoration: none;
}
#content a:hover {
    opacity: .6;
}
/*
************レイアウト・フォント************
*/
/*レイアウト*/
#content {
    position: relative;
    background-color: #f5f5f5;
}
#blog-title-inner,
#content-inner {
    max-width: 1024px;
    width: 90%;
    margin: 0 auto;
}
#blog-title-content {
    padding: 80px 0 40px 0;
}
#content-inner {
    padding-top: 30px;
}
#content-inner::after {
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    content: '';
}
#wrapper {
    width: 100%;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    float: left;
    margin-right: -340px;
    padding-right: 340px;
}
#box2 {
    float: right;
    width: 300px;
    padding-bottom: 40px;
    margin-top: 10px;
}
article {
    position: relative;
    margin: 10px 0 40px 0;
    padding: 32px 32px 40px 32px;
    background-color: #fff;
}
#footer-inner {
    padding-top: 20px;
    padding-bottom: 30px;
}
@media screen and (max-width: 768px) {
    #wrapper {
        float: none;
        margin-right: 0;
        padding-right: 0;
    }
    #box2 {
        float: none;
        width: 90%;
        margin: 20px auto 0 auto;
    }
}
@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 0 40px 0;
        padding: 10px 10px 20px 10px;
    }
    #box2 {
        width: 300px;
    }
}
/*数字フォントの変更部分*/
.entry-date a,
#box2 .urllist-date-link a,
#box2 .hatena-module-archive .hatena-module-body a,
.archive-entry-header .date a {
    font-family: 'Montserrat', sans-serif;
}

/*
************ヘッダー・ブログタイトル************
*/
#globalheader-container {
    color: #ccc;
}
#title {
    display: inline;
}
#title a {
    color: #fff;
    font-family: 'Cabin', sans-serif;
    font-size: 30px;
    font-weight: normal;
    text-decoration: none;
    letter-spacing: 5px;
}
@media screen and (max-width: 680px) {
    #title a {
        font-size: 20px;
        letter-spacing: 2px;
    }
}

/*
************ブログの説明************
*/
#blog-description {
    color: #ececec;
    font-family: 'Cabin', sans-serif;
    font-size: 12px;
    font-weight: normal;
    letter-spacing: 1px;
}
@media screen and (max-width: 680px) {
    #blog-description {
        font-size: 10px;
    }
}
/*
************タイトル下***********
*/
/*メニュー*/
#n-menu {
    padding: 5px 0;
}
#n-menu .menu-inner {
    max-width: 1024px;
    width: 90%;
    height: 40px;
    margin: 0 auto;
}
#n-menu .menu-btn {
    display: none;
}
#n-menu .menu-content {
    list-style-type: none;
    width: 100%;
    height: 100%;
    margin: 0;
    padding-left: 0;
}
#n-menu .menu-content > li {
    position: relative;
    float: left;
    height: 100%;
    text-align: center;
}
#n-menu .menu-content > li > a {
    display: block;
    height: 100%;
    padding: 0 15px;
    color: #fff;
    font-size: 80%;
    font-weight: bold;
    text-decoration: none;
    line-height: 40px;
}
#n-menu .menu-content > li > a:hover {
    border-bottom: 1px solid #fff;
}
/*２階層目*/
#n-menu .menu-content > li:hover .second-level {
    visibility: visible;
    top: 40px;
    opacity: 1;
    transition: .5s;
}
#n-menu .second-level {
    visibility: hidden;
    list-style-type: none;
    position: absolute;
    z-index: 9999;
    top: 60px;
    width: 200px;
    margin: 0;
    padding-left: 0;
    border: 2px solid #acacac;
    opacity: 0;
}
#n-menu .second-level > li {
    display: block;
    width: 100%;
    border-bottom: 1px solid #acacac;
    text-align: center;
}
#n-menu .second-level > li:last-child {
    border-bottom: none;
}
#n-menu .second-level > li > a {
    display: block;
    padding: 15px;
    background-color: #fff;
    color: #444;
    font-size: 70%;
    font-weight: bold;
    text-decoration: none;
}
#n-menu .second-level > li > a:hover {
    background-color: #f6f6f6;
}
/*トグルメニュ*/
@media screen and (max-width:768px) {
    #n-menu {
        padding: 0;
    }
    #n-menu .menu-inner {
        width: 100%;
        height: auto;
    }
    #n-menu .btn-content {
        text-align: right;
    }
    #n-menu .menu-btn {
        display: block;
        padding: 10px 15px;
        color: #fff;
        font-size: 90%;
        cursor: pointer;
    }
    #n-menu .menu-content {
        display: none;
        width: 100%;
    }
    #n-menu .menu-content > li {
        float: none;
        width: 100%;
        height: 40px;
    }
    #n-menu .menu-content > li > a {
        width: 100%;
        padding: 0;
        line-height: 40px;
    }
    #n-menu .menu-content > li > a:hover {
        border: none;
    }
    #n-menu .second-level {
        display: none;
    }
}
@media screen and (max-width:680px) {
    #n-menu .menu-btn {
        font-size: 80%;
    }
}

/*
************記事************
*/
.entry-header {
    position: relative;
}
/*日付*/
.entry-date a {
    color: #888;
    font-size: 12px;
}
.entry-date a::before {
    margin-right: 1px;
    font-family: 'blogicon';
    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 {
    color: #222;
    font-size: 26px;
    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-bottom: 10px;
}
.entry-categories a {
    margin: 0 4px 10px 0;
    color: #888;
    font-size: 12px;
}
.entry-categories a::before {
    margin-right: 3px;
    font-family: 'blogicon';
    content: '\f022';
}

/*編集リンク*/
.entry-header-menu {
    position: absolute;
    right: 0;
    top: 0;
}
.entry-header-menu a {
    display: inline-block;
    padding: 10px 20px;
    border: double #ccc;
    color: #222 !important;
    font-size: 12px;
    font-weight: bold;
}

/*記事*/
.entry-content {
    color: #444;
    font-size: 16px;
}
.entry-content a {
    color: #0693cd;
}
.etnry-content p {
    margin: 1em 0;
    line-height: 1.7em;
}
@media screen and (max-width: 680px) {
    .entry-content {
        font-size: 15px;
    }
}

.entry-content h1 {
    margin: 36px -32px 20px -32px;
    padding: 20px 5px 20px 20px;
    border-left: 5px solid #444;
    color: #444 ;
    font-size: 20px ;
    font-weight: bold;
    line-height: 1.4;
    letter-spacing: 2px;
}
.entry-content h2 {
    margin: 36px -32px 20px -32px;
    padding: 20px 5px 20px 20px;
    background-color: #444;
    color: #fff ;
    font-size: 20px ;
    font-weight: bold;
    line-height: 1.4;
    letter-spacing: 2px;
}
.entry-content h3 {
    margin: 32px -32px 20px -32px;
    padding: 12px 16px;
    border-left: 6px solid #444;
    background-color: #f6f6f6;
    color: #444;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.4;
    letter-spacing: 1px;
}
.entry-content h4 {
    margin: 28px -16px 20px -16px;
    padding: 0 12px;
    border-bottom: 10px solid #f6f6f6;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.4;
    letter-spacing: 1px;
}
.entry-content h5 {
    position: relative;
    margin: 28px 0 20px 16px;
    color: #444;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.4;
}
.entry-content h5::before {
    position: absolute;
    top: -webkit-calc(50% - 4px) ;
    top:         calc(50% - 4px);
    left: -16px;
    border: 5px solid #444;
    content: '';
}
.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: 15px 5px 15px 10px;
        border-left: 5px solid #444;
        color: #444 ;
        font-size: 16px;
        letter-spacing: 0;
    }
    .entry-content h2 {
        margin: 30px -5px 20px -5px;
        padding: 15px 5px 15px 10px;
        background-color: #444;
        color: #fff;
        font-size: 16px;
        letter-spacing: 1px;
    }
    .entry-content h3 {
        margin: 30px -5px 20px -5px;
        padding: 10px;
        border-left: 5px solid #444;
        background-color: #f6f6f6;
        color: #444;
        font-size: 16px;
        letter-spacing: 0;
    }
    .entry-content h4 {
        margin: 20px 0 16px 0;
        padding: 0;
        border-bottom: 10px solid #f6f6f6;
        font-size: 16px;
        letter-spacing: 0;
    }
    .entry-content h5 {
        position: relative;
        margin: 20px 0 16px 16px;
        color: #444;
        font-size: 16px;
    }
    .entry-content h6 {
        margin: 20px 0 16px 0;
        font-size: 16px;
    }
}

a.entry-see-more {
    display: inline-block;
    padding: 10px 20px;
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;
    background-color: #444;
    color: #fff;
    font-size: 14px;
    text-align: center;
    letter-spacing: 1px;
}
@media screen and (max-width: 680px) {
    .entry-see-more {
        font-size: 12px;
    }
}

.entry-content blockquote {
    position: relative;
    margin: 0;
    padding: 30px;
    background-color: #f6f6f6;
}
.entry-content blockquote::before {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    opacity: .2;
    font-family: serif;
    font-size: 500%;
    line-height: 1;
    content: '“';
}
.entry-content blockquote::after {
    position: absolute;
    right: 0;
    bottom: 0;
    opacity: .2;
    font-family: serif;
    font-size: 500%;
    line-height: 0;
    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 40px;
}
.entry-content ul ul {
    margin-top: 0;
    margin-bottom: 0;
}
.entry-content ol {
    margin: 16px 0;
    padding: 0 0 0 40px;
}
.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;
    border-bottom: 5px solid #f6f6f6;
    font-weight: bold;
}
.entry-content dd {
    margin-bottom: 1.7em;
}
@media screen and (max-width: 680px) {
    .entry-content dd {
        margin-left: 20px;
    }
}

.entry-content table {
    border-spacing: 0;
    border-collapse: collapse;
    max-width: none;
    width: 100%;
    margin: 0 0 1.7em;
    border: 1px solid #ccc;
    font-size: 90%;
    line-height: 1.6;
}
.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 {
    display: table-cell;
    padding: 1em;
    background-color: #efefef;
    font-weight: bold;
}
.entry-content tbody {
    display: table-row-group;
    border-color: inherit;
    vertical-align: middle;
}
.entry-content td {
    padding: 1em;
    text-align: center;
}
.entry-content pre {
    padding: 24px;
    background-color: #222;
    color: #eee;
}
/*記事下*/
.entry-footer {
    font-size: 90%;
}
/*コメント欄*/
.comment-box {
    padding-bottom: 40px;
}
.comment-box  .comment {
    list-style: none;
    margin: 10px 0;
    padding: 0;
}
.comment-box .entry-comment {
    margin-bottom: 10px;
}
.comment-box .comment-user-name {
    margin-bottom: 0;
}
.comment-box .comment-user-id {
    color: #333;
    font-weight: bold;
}
.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 {
    margin-bottom: 10px;
    padding: 5px 15px;
    border-left: 5px solid #ccc;
    color: #444;
    font-size: 16px;
    font-weight: bold;
    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;
    }
}

/*プロフィール*/
.profile-description a {
    color: #0693cd;
}
.profile-icon {
    margin: 0 16px 16px 0;
    border-radius: 4px;
    float: left;
    overflow: hidden;
}
/*検索*/
.search-form {
    position: relative;
    height: 40px;
    padding: 10px 0;
}
.search-module-input {
    width: 240px;
    width: -webkit-calc(100% - 60px) ;
    width:         calc(100% - 60px);
    height: 100%;
    margin: 0 auto;
    padding: 0 40px 0 20px;
    border: none;
    -webkit-border-radius: 3px;
       -moz-border-radius: 3px;
            border-radius: 3px;
    background-color: #fff;
    -webkit-transition: .5s;
       -moz-transition: .5s;
        -ms-transition: .5s;
         -o-transition: .5s;
            transition: .5s;
}
.search-module-input:focus {
    background-color: #555;
    color: #fff;
}
.search-module-button {
    position: absolute;
    top: 10px;
    right: 0;
    width: 40px;
    height: 40px;
    padding: 0;
    border: none;
    -webkit-border-radius: 0 3px 3px 0;
       -moz-border-radius: 0 3px 3px 0;
            border-radius: 0 3px 3px 0;
    background: transparent url(https://cdn.blog.st-hatena.com/images/theme/search.png) no-repeat right center;
    background-position: center;
    text-indent: -9999px;
}
/*リンク*/
.hatena-module-links .hatena-urllist {
    list-style: none;
    margin: 0;
    padding: 8px 0;
}
.hatena-module-links li {
    display: block;
    border-top: 1px solid #acacac;
}
.hatena-module-links li:last-child {
    border-bottom: 1px solid #acacac;
}
.hatena-module-links a {
    display: block;
    padding: 8px 0;
    color: #0693cd !important;
}
/*最新記事・関連記事・注目記事*/
.recent-entries,
.entries-access-ranking,
.related-entries {
    margin: 0 0 10px 0;
    padding: 0;
}
.urllist-item {
    list-style-type: none;
    margin-bottom: 10px;
    padding: 10px;
    background-color: #fff;
}
.urllist-item a {
    color: #444;
    text-decoration: none;
}
.urllist-date-link a,
.urllist-categories a {
    color: #888;
    font-size: 10px;
}
.urllist-date-link a::before {
    font-family: 'blogicon';
    content: '\f043';
}
.urllist-categories a::before {
    font-family: 'blogicon';
    content: '\f022';
}
.urllist-title-link {
    font-size: 13px;
    font-weight: bold;
}
.urllist-entry-body {
    color: #888;
    font-size: 10px;
}
/*カテゴリ*/
.hatena-module-category .hatena-urllist {
    list-style: none;
    margin: 10px 0;
    padding: 0;
}
.hatena-module-category li {
    display: block;
    width: 100%;
    padding: 0;
    border-bottom: 1px solid #acacac;
    font-size: 12px;
}
.hatena-module-category a {
    display: block;
    padding: 8px 10px;
    -webkit-transition: .3s;
       -moz-transition: .3s;
        -ms-transition: .3s;
         -o-transition: .3s;
            transition: .3s;
}
.hatena-module-category a:hover {
    padding: 8px 5px 8px 15px;
}
.hatena-module-category a::before {
    margin-right: 5px;
    font-family: 'blogicon';
    content: '\f006';
}
/*月間アーカイブ*/
.hatena-module-archive .hatena-urllist {
    margin: 10px 0;
    font-size: 14px;
}
.archive-module-year {
    padding: 8px 0;
}
.archive-module-months {
    font-size: 13px;
}
.archive-module-month {
    padding-left: 30px;
}
/*最新のコメント*/
.recent-comments {
    list-style: none;
    margin: 10px 0;
    padding: 0;
}
.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 {
    overflow: hidden;
    margin-bottom: 40px;
}
.pager a {
    color: #0693cd;
}
.pager .pager-prev {
    float: left;
    width: 40%;
    text-align: left;
}
.pager .pager-next {
    float: right;
    width: 40%;
    text-align: right;
}

/*
************フッター************
*/
/*フッター*/
#footer {
    color: #ccc;
    text-align: center;
}
#footer a {
    color: #ccc;
    font-weight: bold;
    text-decoration: none;
}
#footer a:hover {
    opacity: .6;
}
/*オリジナルフッター*/
#n-footer {
    padding: 40px 0;
    background-color: #eee;
}
#n-footer-inner {
    overflow: hidden;
    width: 300px;
    margin: 0 auto;
}
#n-footer .content {
    width: 300px;
    margin-bottom: 10px;
}
@media screen and (min-width: 680px) {
    #n-footer-inner {
        width: 640px;
    }
    #n-footer .content {
        float: left;
        margin-right: 10px;
        margin-left: 10px;
    }
}
@media screen and (min-width: 1110px) {
    #n-footer-inner {
        max-width: 1024px;
        width: 90%;
    }
    #n-footer .content {
        float: none;
        display: inline-block;
        vertical-align: top;
        margin-right: 15px;
        margin-left: 15px;
    }
}

#n-copyright {
    padding-top: 30px;
    padding-bottom: 60px;
}
#n-copyright h4,
#n-copyright a {
    color: #fff;
    font-size: 14px;
    text-align: center;
    text-decoration: none;
}
/*
************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 {
    position: relative;
    margin-bottom: 20px;
    padding: 24px 32px;
    background-color: #fff;
}

/*日付*/
.page-archive .date a {
    color: #888;
    font-size: 12px;
}
.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 {
    color: #222;
    font-size: 26px;
    letter-spacing: 1px;
}
/*カテゴリ*/
.page-archive .categories {
    margin-bottom: 10px;
}
.page-archive .categories a {
    margin: 0 4px 0 0;
    color: #888;
    font-size: 12px;
}
.page-archive .categories a::before {
    margin-right: 3px;
    font-family: 'blogicon';
    content: '\f022';
}
@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-bottom: 20px;
        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: 60px;
    border-bottom: 1px solid #ccc;
    background-color: #f8f8f8;
}
#top-box .breadcrumb {
    height: 100%;
}
#top-box .breadcrumb-inner {
    max-width: 1024px;
    width: 90%;
    height: 100%;
    margin: 0 auto;
    font-size: 14px;
    line-height: 60px;
}
#top-box .breadcrumb-link,
#top-box .breadcrumb-child {
    color: #444;
    font-weight: bold;
    text-decoration: none;
}
#top-box .breadcrumb-gt {
    margin: 0 10px;
}

/*from Yukihy Life*/
/*目次*/
ul.table-of-contents {
    list-style-type: decimal;
    padding: 20px 10px 20px 40px;
    border: 1px solid #e4e4e4;
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;
    font-size: 90%;
}
ul.table-of-contents ul {
    list-style-type: decimal;
    margin-left: 0;
    font-size: 90%;
}
ul.table-of-contents::before {
    position: relative;
    font-size: 150%;
    font-weight: bold;
    content: '目次';
}

/*--------------------------------------
  ヨメレバ・カエレバ（レスポンシブ）
--------------------------------------*/
.booklink-box,
.kaerebalink-box {
    overflow: hidden;
    margin-bottom: 10px;
    padding: 25px;
    border: double #ccc;
    font-size: small;
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;
}
.booklink-image,
.kaerebalink-image {
    float: left;
    min-width: 160px;
    margin: 0 15px 0 0;
    text-align: center;
}
.booklink-image img,
.kaerebalink-image img {
    margin: 0 auto;
    text-align: center;
}
.booklink-info,
.kaerebalink-info {
    overflow: hidden;
    margin: 0;
    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 {
    display: inline-block;
    float: left;
    width: 30%;
    margin: 5px 2px 0 0;
    padding: 10px 1px;
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;
    text-shadow: 1px 1px 1px #dcdcdc;
    color: #fff !important;
    font-size: 12px;
    font-weight: 800;
    text-decoration: none;
    text-align: center;
}
.booklink-link2 a:hover,
.kaerebalink-link1 a:hover {
    opacity: .6;
}
.booklink-link2 a:active
.kaerebalink-link1 a:active {
    position: relative;
    top: 1px;
}
.shoplinkamazon a {
    border: 1px solid #ff9901 !important;
    color: #ff9901 !important;
}
.shoplinkrakuten a {
    border: 1px solid #c20004 !important;
    color: #c20004 !important;
}
.shoplinkkindle a {
    border: 1px solid #007dcd !important;
    color: #007dcd !important;
}
.shoplinkkakakucom a {
    border: 1px solid #314995;
    color: #314995 !important;
}
.shoplinkyahoo a {
    border: 1px solid #7b0099 !important;
    color: #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 {
        min-width: initial;
        width: 100px !important;
    }
    .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;
        -webkit-border-radius: 5px;
           -moz-border-radius: 5px;
                border-radius: 5px;
    }
}

/*アプリーチ*/
#appreach-box {
    margin-bottom: 10px;
    border: double 2px #ececec;
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;
}
.appreach-links {
    margin-bottom: 10px;
}
.appreach-footer {
    margin-bottom: 0;
    line-height: 0;
}

/* </system> */

/* <system section="background" selected="pixel-01"> */
body{ background-image: url('https://cdn.blog.st-hatena.com/images/theme/backgrounds/2014/pixel-01.png?version=7d540626c1e9503abd19ea5db2553f'); background-repeat: repeat; background-attachment: scroll; background-position: 0 0; background-size: 188px 178px; } @media (-webkit-min-device-pixel-ratio: 2) { body {background-image: url('https://cdn.blog.st-hatena.com/images/theme/backgrounds/2014/pixel-01@2x.png?version=7d540626c1e9503abd19ea5db2553f');} }
/* </system> */
/* ========================================
    オリジナルの設定
========================================= */

.box27 {
    position: relative;
    margin: 2em 0;
    padding: 0.5em 1em;
    border: solid 3px #62c1ce;
}
.box27 .box-title {
    position: absolute;
    display: inline-block;
    top: -27px;
    left: -3px;
    padding: 0 9px;
    height: 25px;
    line-height: 25px;
    vertical-align: middle;
    font-size: 17px;
    /*background: #E24340;*/
    background:#E24340
    color: #B5B5AD;
    font-weight: bold;
    border-radius: 5px 5px 0 0;
}
.box27 p {
    margin: 0; 
    padding: 0;
}
.box28 {
    position: relative;
    margin: 2em 0;
    padding: 25px 10px 7px;
    border: solid 2px #d7c447;
}
.box28 .box-title {
    position: absolute;
    display: inline-block;
    top: -2px;
    left: -2px;
    padding: 0 9px;
    height: 25px;
    line-height: 25px;
    vertical-align: middle;
    font-size: 17px;
    background: #d7c447;
    color: #ffffff;
    font-weight: bold;
}
.box28 p {
    margin: 0; 
    padding: 0;
}

/* ---------ふい字------------ */
@font-face {
font-family: 'HuiFontP109';
src: url('https://cdn.blog.st-hatena.com/fonts/public/HuiFont/HuiFontP109.eot?version=7d540626c1e9503abd19ea5db2553f');
src: url('https://cdn.blog.st-hatena.com/fonts/public/HuiFont/HuiFontP109.eot?version=7d540626c1e9503abd19ea5db2553f') format('embedded-opentype'), url('https://cdn.blog.st-hatena.com/fonts/public/HuiFont/HuiFontP109.woff?version=7d540626c1e9503abd19ea5db2553f') format('woff'), url('https://cdn.blog.st-hatena.com/fonts/public/HuiFont/HuiFontP109.ttf?version=7d540626c1e9503abd19ea5db2553f') format('truetype'), url('https://cdn.blog.st-hatena.com/fonts/public/HuiFont/HuiFontP109.svg?version=7d540626c1e9503abd19ea5db2553f') format('svg');
font-weight: normal;
font-style: normal;
} 

/* ---------Note Sans Japaneseのインポート------------ */
@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);


/* タイトル画像上下の余白 */
#blog-title {
    color: #ffffff;
    background: url('https://cdn-ak.f.st-hatena.com/images/fotolife/m/meikellog/20181125/20181125044522.jpg') center 18%;
    background-size: cover;
    margin: 0 auto;
    padding: 0;
}

 /*ヘッダ画像の位置*/
#title{
    /* タイトル文字大きさ */
    height: 150px;/* 画像の高さ */
}

/* グローバルナビゲーション */
#field{
    width: 100%; 
    background-color: #4DA99B; 
    }

.nav {
width: 85%; /* 幅を指定 */
padding: 0 0; /* 余白を指定 */
margin: 0px auto;
margin-top: -20px;
}
.nav ul{
padding: 0;
overflow:hidden; /* 高さを出すために指定 */
list-style-type: none; /* リストスタイルを指定 */
background:#4DA99B; /* 背景色を指定 */
margin-bottom: 0px; /* 枠の下周囲の余白を指定 */
text-align: center; /* 文字を真ん中に表示 */
height: 40px;  /* 高さを指定 */
}

.nav li{
float: left; /* 左に詰めて表示をする */
text-align: center;
width:14.1%; /* 幅を指定 */
margin: 0;
}
.nav li a{
    display: block; /* ブロック表示にする */
    margin: 0;
    line-height:40px; /* 高さを指定 */
    color: #FFF; /* 文字色の指定 */
    font-family: 'HuiFontP109', sans-serif; /* フォントの指定 */
    font-size: 17px; /* 文字の大きさを指定 */
    text-decoration: none; /* アンダーラインを消す */
}
.nav a:hover{
    color: #2E6AB1; /* マウスオーバー時の文字色を指定 */
    background:#B5B5AD; /* マウスオーバー時の背景色を指定 */
}

/* ヘッダ下のピックアップ */
#pickup{
    background-color: #fff;
    margin-top: 0px;
}


ul#pick_wrapper {
    width: 90%; /* 幅を指定 */
    height: 180px;
    overflow:hidden; 
    margin: 0px auto;
}

div#pickup ul dl{
    height: 150px;
    width: 200px;
    margin: 15px 15px;
    background-color: #9caeb7;
    float: left;
} 

div.clear {
	clear: both;
}

/*カテゴリの色*/
.categories a {
    height: 17px;
    color:#fffaf0	; /* 文字色 */
    background:#d7c447; /* 背景色 */
}


/* ---------続きを読むボタンのカスタマイズ------------ */
.entry-content .entry-see-more {
padding:0;
width: 110px;
height: 35px;
line-height: 35px;
color: #FFF;/*文字色*/
background-color:#BDA577;/*背景色*/
font-size: 15px;
font-weight: 500;
text-align: center;
display: inline-block;
text-decoration: none;
-webkit-border-radius: 20px;/*角丸はここを『30』*/
border-radius: 20px; /*角丸はここを『30』*/
transition: all .3s;
}
.entry-content .entry-see-more:hover {
color: #93613A;/*押した後の文字色*/
background-color: #B5B5AD;/*押した後の背景色*/
}
 

/* ---------タイトルをふい字に------------ */
#title a {
font-family: 'HuiFontP109', sans-serif;
    font-size:115%;
    color: #ffffff;
} 

 

/* ---------ブログの説明をふい字に------------ */
#blog-description {
font-family: 'HuiFontP109', sans-serif;
    color: #ffffff;
}



/* ---------ブログの本文のフォントを変更------------ */
body { 
    font-size: 17px;
    line-height: 29px;
    font-family: 'Noto Sans Japanese', 'Hiragino Kaku Gothic Pro', Meiryo, メイリオ, sans-serif,　"Noto Sans Japanese", "Avenir Next", 'Helvetica Neue', Helvetica,'Lucida Grande', Verdana, Arial ;
}



/* ---------記事タイトルのフォントを変更------------ */
.entry-title {
    font-size: 26px;
    line-height: 39px;
    font-family: 'Noto Sans Japanese', 'Hiragino Kaku Gothic Pro', Meiryo, メイリオ, sans-serif,　"Noto Sans Japanese", "Avenir Next", 'Helvetica Neue', Helvetica,'Lucida Grande', Verdana, Arial, ;
      color: #fff;
}

.entry-title a:hover{
    color: #B3C146;
}


/* --------- h1タグをヘッダー画像に割り当て ------------ */
.entry-title .h1{
    font-family: 'HuiFontP109', sans-serif!important;
    font-weight: bold!important; //フォントの太さを優先にする
    font-size: 20px!important;//フォントサイズを優先にする
    background: #f4f4f4!important;//背景色を優先にする
    border-top: 1px dashed #ccc!important;//ボーダー色を優先にする;
    border-bottom: 1px dashed #ccc!important;//ボーダー色を優先にする;
  }



/* --------- h2~h3にリセットCSSを設定 ------------ */
h2, h3, h4, h5{
    margin: 0;
	padding: 0;
	border: 0;
	font-style:normal;
	font-weight: normal;
	font-size: 100%;
	vertical-align: baseline;
}


/* ---------ブログの見出しのフォントを変更（特大）------------ */
.entry-content h2 {
    position: relative;
    margin: 1.0em 0;
    padding: 0.25em 1em;
    border-top: solid 2px #00ada9;
    border-bottom: solid 2px #00ada9;
    background-color: #fff;
    color: black;
}
.entry-content h2:before, .entry-content h2:after{
content: '';
position: absolute;
top: -7px;
width: 2px;
  height: -webkit-calc(100% + 14px);
height: calc(100% + 14px);
background-color: #00ada9;
}
.entry-content h2:before {left: 7px;}
.entry-content h2:after {right: 7px;}

/* ---------ブログの見出しのフォントを変更（大）------------ */
.entry-content h3{
    position: relative;/*相対位置*/
    margin: 2em 0;
    padding-left: 25px;/*アイコン分のスペース*/
    line-height: 1.4;/*行高*/
    background-color: #fff;
    color: black;
    border-left: 0px;
}

.entry-content h3:before{ font-family: "Font Awesome 5 Free";/*忘れずに*/
    content: "\f075";/*アイコンのユニコード*/
    position: absolute;/*絶対位置*/
    font-size: 1em;/*サイズ*/
    left: 0;/*アイコンの位置*/
    top: 12px;/*アイコンの位置*/
    color: #00ada9; /*アイコン色*/
}


/* ---------ブログの見出しのフォントを変更（中）------------ */
.entry-content h4{
    position: relative;
    margin: 2em 0;
    padding-left: 30px;/*アイコン分のスペース*/
    line-height: 1.4;
    border-bottom: 0px;
}

.entry-content h4:before{ font-family: "Font Awesome 5 Free";
    content: "\f00c";/*アイコンのユニコード*/
    position: absolute;/*絶対位置*/
    font-size: 1em;/*サイズ*/
    left: 10px;/*アイコンの位置*/
    top: 0;/*アイコンの位置*/
    color: #00ada9; /*アイコン色*/
}


/* ---------ブログの見出しのフォントを変更（小）------------ */
.entry-content h5{
    margin: 2em 0;
    padding-left: 40px;/*アイコン分のスペース*/
    line-height: 1.4;
    border-bottom: 0px;
}

.entry-content h5:before{ 
    font-size: 0.3em;/*サイズ*/
    left: 20px;/*アイコンの位置*/
    top: 5px;/*アイコンの位置*/
    color: black; /*アイコン色*/
}


/*以下、①背景色など*/
.line-bc {
  padding: 20px 10px;
  max-width: 450px;
  margin: 15px auto;
  text-align: right;
  font-size: 14px;
  background: #7da4cd;

}

/*以下、②左側のコメント*/
.balloon6 {
    width: 100%;
    margin: 10px 0;
    overflow: hidden;
}

.balloon6 .faceicon {
    float: left;
    margin-right: -50px;
    width: 40px;
}

.balloon6 .faceicon img{
    width: 100%;
    height: auto;
    border-radius: 50%;
}
.balloon6 .chatting {
    width: 100%;
    text-align: left;
}
.says {
    display: inline-block;
    position: relative; 
    margin: 0 0 0 50px;
    padding: 10px;
    max-width: 250px;
    border-radius: 12px;
    background: #edf1ee;
}

.says:after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 3px; 
    left: -19px;
    border: 8px solid transparent;
    border-right: 18px solid #edf1ee;
    -ms-transform: rotate(35deg);
    -webkit-transform: rotate(35deg);
    transform: rotate(35deg);
}
.says p {
    margin: 0;
    padding: 0;
}

/*以下、③右側の緑コメント*/
.mycomment {
    margin: 10px 0;
}
.mycomment p{
    display: inline-block;
    position: relative; 
    margin: 0 10px 0 0;
    padding: 8px;
    max-width: 250px;
    border-radius: 12px;
    background: #30e852;
    font-size: 15px:
}

.mycomment p:after {
    content: "";
    position: absolute;
    top: 3px; 
    right: -19px;
    border: 8px solid transparent;
    border-left: 18px solid #30e852;
    -ms-transform: rotate(-35deg);
    -webkit-transform: rotate(-35deg);
    transform: rotate(-35deg);
}


/*サイドバータブメニュー*/
.tab{
display: inline-block;
background: #E7E7E7;
cursor: pointer;
position: relative;
top: 1px;
color: #333;
width:17.5%;
border:none;
border-bottom: 1px solid transport;
color: #777;
text-align:center;
padding: 5px 2px;
line-height: 20px;
border-radius: 2px;
font-weight:bold;
font-family: '游ゴシック', 'Yu Gothic', 'YuGothic', Hiragino Sans, 'ヒラギノ角ゴシック', Hiragino Kaku Gothic ProN, 'ヒラギノ角ゴ ProN W3','Hiragino Kaku Gothic ProN W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, sans-serif;
}
.tab a:hover{
    color: #B6275D;
}
.active{
background:#fff;
border-bottom: 0px solid #e8554e;
border-bottom-color: #e8554e;
color: #fff;
background:#333;
}
.active > a{
color: #ffffff;
background: #333;
cursor: default;
}
.active:before{
background: #fff;
content: "";
border-left: 6px dashed transparent;
border-right: 6px solid transparent;
border-top: 6px solid #333;
position: absolute;
left: 50%;
margin-left: -6px;
bottom: -6px;
}



/*ドキドキハート*/
@import url(https://fonts.googleapis.com/css?family=Chewy);

.heart {
	font-size: 15px;
	color: #FF3D67;
	-webkit-animation: heart-beats .4s infinite alternate;
  animation: heart-beats .4s infinite alternate;
	transform-origin: center;
}

/* Animation Setting */
@-webkit-keyframes heart-beats {
	to { -webkit-transform: scale(1.1); }
}
@keyframes heart-beats {
	to { transform: scale(1.1); }
}


/*  */
article strong{
    font-weight:bold;
    text-decoration: none;
    margin:0 0.1em;
    padding:0.1em 0.2em;
    background:#fcfc60 !important;
    background:linear-gradient(to bottom, transparent 60%, rgba(255,153,255,1) 60%) !important;
}


/* 強調表示を蛍光ペン（ピンク）風に */
article uu{
    font-weight:bold;
    text-decoration: none;
    margin:0 0.1em;
    padding:0.1em 0.2em;
    background:#fcfc60 !important;
    background:linear-gradient(to bottom, transparent 60%, rgba(255,153,255,1) 60%) !important;
}

/* 斜体表示を蛍光ペン（黄）風に */
article em{
    font-weight:bold;
    text-decoration: none;
    margin:0 0.1em;
    padding:0.1em 0.2em;
    background:#fcfc60 !important;
    background:linear-gradient(to bottom, transparent 60%, rgba(252,252,84,0.8) 60%) !important;
}

/* アンダーライン表示を蛍光ペン（緑）風に */
article u{
    font-weight:bold;
    text-decoration: none;
    margin:0 0.1em;
    padding:0.1em 0.2em;
    background:#fcfc60 !important;
    background:linear-gradient(to bottom, transparent 60%, rgba(102,255,204,1) 60%) !important;
}

/* 記事中広告をフロート配置 */
.ad01 a{
    float: left;
    margin-left: 10px;
}

/* こちらもどうぞboxの文字の設定 */
.box31{
    position: relative;
    padding-left: 1.2em;/*アイコン分のスペース*/
    padding-right: 1.0em;
    line-height: 1.4;
    border-bottom: 0px;
    text-decoration: none;
    color: #434343;
    font-size: 15px;
}

.box31:hover{
    color: #B3C146;
}


.box31:before{ font-family: "Font Awesome 5 Free";
    content: "\f075";/*アイコンのユニコード*/
    position: absolute;/*絶対位置*/
    font-size: 0.3em;/*サイズ*/
    left: 0;/*アイコンの位置*/
    top: 12px;/*アイコンの位置*/
    color: #b6007a; /*アイコン色*/
}

/* 記事下広告をフロート配置 */
.ad_bottom a{
    width: 320px;
    float: left;
}

/* フッターの変更 */
#footer {
    text-align: center;
    color: #ffffff;
    background: #00ada9;
    width: 100%;
    margin: 0;
    padding: 2em 10px 1em 10px;
    box-shadow: 0px 0px 3px rgba(0,0,0,0.1);
    text-align: center;
    font-size: 80%;
}
.footer-links ul {
    list-style: none;
    padding: 0;
}
.footer-links ul li {
    display: inline-block;
    padding: 0 6px;
    font-size: 14.5px;
    box-sizing: border-box;
}
.copyright {
    font-size: 10px;
}

