/* <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=4f1cb770a72175570fc55ef0e22b7c');
    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> */

body {
	color: #333333;/* #444 */
	background: #F7EFE3;/* background-image: url('https://cdn.blog.st-hatena.com/images/theme/backgrounds/2014/polygon-01.jpg?version=4f1cb770a72175570fc55ef0e22b7c'); */
	font-family: "メイリオ","Meiryo","游ゴシック","Yu Gothic","Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro","ＭＳ ゴシック",sans-serif,system-ui;
	letter-spacing: 1px;
	line-height: 150%;
}

#content a {
	color: #333333;
	transition: .3s!important;
}


#content a:hover {
	opacity: .5;
}


p {
	display: block;
	margin-block-start: 0.5em;
	margin-block-end: 0.5em;
}



/* --------------------------------------
　埋め込みリンク
--------------------------------------- */

.hatena-citation {
    font-size: 80%;
    margin: -10px 0px 10px 20px;
}


/* --------------------------------------
　ヘッダー
--------------------------------------- */
/* はてなグローバルヘッダー */

#globalheader-container {
　　display: none;
}
#container {
　　padding-top: 0px;
}

/* --------------------------------------
　レイアウト・フォント
--------------------------------------- */
/* PC */

#content {
	background-color: #ffffff;/* #f5f5f5 */
}

#content-inner {
	padding-top: 10px;
}
/* スマホ */

@media screen and (max-width: 680px){
	
	#box2 {
		width: 95%;/* サイドバーの幅 */
	
}
}
/* 数字のフォント */

.entry-date a,#box2 .urllist-date-link a,#box2 .hatena-module-archive .hatena-module-body a,.archive-entry-header .date a {
	font-family: sans-serif;
}
/* --------------------------------------
　ブログタイトル
--------------------------------------- */
/* タイトル位置 */

#blog-title-content {
	padding: 60px 0 40px 0;
}
/* ブログタイトル */

#title a {
	color: #333333;
	font-family: "Nico Moji";/*  'Cabin', sans-serif; */
	text-decoration: none;
	text-align: left;
	padding-left: 20px;
	font-size: 40px;
}

#title a:hover {
	opacity: .5;
}

/* スマホでの表示 */

@media screen and (max-width: 680px){
	
	#content-inner {
		width: 100%;
	
}
}

@media screen and (max-width: 680px){
	
	#blog-title-inner {
		width: 100%;
		text-align: center;
	
}
}

@media screen and (max-width: 680px) {
	
	#title a {
		font-size: 30px;
		letter-spacing: 2px;
		padding-left: 0px;
	
}
}
/* ブログの説明 */

#blog-description {
	color: #333333;
	padding-left: 30px;
	font-size: 14px;
}

@media screen and (max-width: 680px) {
	
	#blog-description {
    	font-size: 14px;
    	padding: 0px 20px;
    	margin: 5px auto;
    	text-align: center;	
}
}



/* --------------------------------------
　ナビバー
--------------------------------------- */
/*
Zarigani Design Office Drawer Menu
Copyright 2018 Zarigani Design Office
Customized by minimalgreen

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/

.drawer_menu a {
	color: inherit;
	text-decoration: none;
}

.drawer_menu a:visited {
	color: inherit;
}


/* PC用ナビゲーション */

.drawer_menu .drawer_nav_wrapper {
	transform: translate(0);
	width: 100%;
	height: 40px;
	/* PC用メニュー高さ */
	position: relative;
	top: auto;
	right: auto;
	z-index: 100;
	background-color: #7ebea5;/* 青磁色 */
	/* PC用メニュー背景色 */
}

.drawer_menu .drawer_nav {
	max-width: 800px;
	/* コンテンツ幅に合わせる */
	padding: 0;
	margin: 0 auto;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	list-style-type: none;
}

.drawer_menu .drawer_nav li {
	font-size: 14px;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 40px;
	/* PC用メニュー高さ */
	line-height: 40px;
	/* PC用メニュー高さ */
	background-color: #7ebea5;/* 青磁色 */
	/* PC用メニューボタン背景色 */
	text-align: center;
	list-style-type: none;
}

.drawer_menu .drawer_nav li:hover {
	background-color: #bed2c3;/* 青磁鼠 */
	/* PC用メニューボタンマウスオーバー背景色 */
}

.drawer_menu .drawer_nav li a {
	color: #FFFFFF;
	/* PC用メニューボタン文字色 */
}


/* PC非表示 */

@media screen and (min-width:801px) {
	.pc-hidden {
		display: none;
		text-align: center;
	}
}

@media screen and (min-width: 801px) {

	/* ドロップダウンメニュー2階層目 */
	.drawer_menu .drawer_nav li ul.second-level {
		visibility: hidden;
		list-style-type: none;
		position: absolute;
		z-index: -1;
		top: 0;
		margin: 0;
		padding-left: 0;
	}

	.drawer_menu .drawer_nav li:hover ul.second-level {
		visibility: visible;
		z-index: 1;
		top: 40px;
		/* PC用メニューの高さに合わせる */
		transition: all .3s;
	}

	.drawer_menu .drawer_nav li:hover ul.second-level li {
		width: 200px;
		/* ドロップダウンメニューボタン横幅 */
		height: 40px;
		/* Pドロップダウンメニューボタン高さ */
		text-align: center;
	}

	.drawer_menu .drawer_nav li:hover ul.second-level li a {
		display: block;
		background-color: #7ebea5;/* 青磁色 */
		/* ドロップダウンメニューの文字の背景色 */
		color: #FFFFFF;
		/* ドロップダウンメニューの文字色 */
		font-size: 100%;
		text-decoration: none;
		line-height: 40px;
		/* Pドロップダウンメニューボタン高さ */
		text-align: center;
	}

	.drawer_menu .drawer_nav li:hover ul.second-level li a:hover {
		background-color: #bed2c3;/* 青磁鼠 */
		/* ドロップダウンメニューマウスホバー背景色 */
	}

	.touch-btn {
		color: #FFFFFF;
		margin-left: 5px;
	}
}

/*+++ Default Button Color +++*/

.drawer_menu .drawer_button {
	color: #FFFFFF;
	/* ハンバーガーメニュー文字色 */
	display: none;
}

.drawer_menu .drawer_button .drawer_bar {
	background-color: #FFFFFF;
	/* ハンバーガーメニュー三本線の色 */
}


/* 800px以下 */

@media screen and (max-width: 800px) {
	.drawer_menu .drawer_bg {
		width: 100%;
		height: 100%;
		position: fixed;
		z-index: 999;
		background-color: rgba(51, 51, 51, 0.5);
		display: none;
		top: 0;
		left: 0;
	}

	.drawer_menu .drawer_button {
		display: block;
		background-color: #7ebea5;/* 青磁色 */
		color: #FFFFFF;
		border: none;
		padding: 5px;
		width: 50px;
		letter-spacing: 0.1em;
		cursor: pointer;
		position: fixed;
		top: 10px;
		right: 10px;
		z-index: 1001;
		text-align: center;
		outline: none;
		border-radius: 10px;
	}

	.drawer_menu .drawer_button.active .drawer_bar {
		width: 40px;
	}

	.drawer_menu .drawer_button.active .drawer_bar1 {
		transform: rotate(30deg);
	}

	.drawer_menu .drawer_button.active .drawer_bar2 {
		opacity: 0;
	}

	.drawer_menu .drawer_button.active .drawer_bar3 {
		transform: rotate(-30deg);
	}

	.drawer_menu .drawer_button.active .drawer_menu_text {
		display: none;
	}

	.drawer_menu .drawer_button.active .drawer_close {
		display: block;
	}

	.drawer_menu .drawer_bar {
		display: block;
		height: 2px;
		margin: 8px 2px;
		transition: all 0.2s;
		transform-origin: 0 0;
	}

	.drawer_menu .drawer_text {
		text-align: center;
		font-size: 10px;
	}

	.drawer_menu .drawer_close {
		letter-spacing: 0.08em;
		display: none;
	}

	.drawer_menu .drawer_menu_text {
		display: block;
	}

	.drawer_menu .drawer_nav_wrapper {
		width: 250px;
		height: 100%;
		transition: all 0.2s;
		transform: translate(250px);
		position: fixed;
		top: 0;
		right: 0;
		z-index: 1000;
		background-color: #FFFFFF;
		/* ドロワーメニュー内背景色 */
		overflow-x: hidden;
		overflow-y: auto;
	}

	.drawer_menu .drawer_nav {
		display: block;
		position: relative;
		margin-top: 70px;
	}

	.drawer_menu .drawer_nav li {
		background-color: #FFFFFF;
		height: auto;
		line-height: 50px;
		/*  ドロワーメニューリスト項目高さ */
		position: relative;
		border-bottom: 1px solid #eee;
	}

	.drawer_menu .drawer_nav li a {
		background-color: #FFFFFF;
		/* ドロワーメニューリスト背景色 */
		color: #333333;
		/* ドロワーメニューリスト文字色 */
		display: block;
		text-align: left;
		padding-left: 20px;
	}

	/* スマートフォン2階層目 */
	.drawer_menu .drawer_nav li:hover ul.second-level {
		display: block;
	}

	.drawer_menu .drawer_nav li ul.second-level {
		display: none;
		position: relative;
		padding: 0;
		z-index: 1001;
	}

	.drawer_menu .drawer_nav li ul.second-level li a {
		padding-left: 40px;
	}

	.drawer_menu .drawer_nav_wrapper.open {
		transform: translate(0);
	}

	.drawer_menu.left .drawer_button {
		right: auto;
		left: 32px;
	}

	.drawer_menu.left .drawer_nav_wrapper {
		transform: translate(-250px);
		right: auto;
		left: 0;
	}

	.drawer_menu.left .drawer_nav_wrapper.open {
		transform: translate(0);
	}

	.pc-hidden {
		text-align: center;
	}
	
	.ppcon {
    	margin-left: 50px;
    	text-align: left;
    	font-size: 80%;
    	font-weight: bold;
	}

	.touch-btn {
		color: #7ebea5;/* 青磁色 */
		position: absolute;
		top: .25rem;
		right: 2%;
		display: block;
		z-index: 10;
		width: 50px;
		height: 50px;
		text-align: center;
		vertical-align: middle;
	}
}

/*  ウィジェットタイトル */
.drawer-title {
	text-align: center;
	width: 100%;
	height: 30px;
	line-height: 30px;
	background-color: #7ebea5;/* 青磁色 */
	/* ドロワーメニュー内タイトルライン背景色 */
	color: #FFFFFF;
	border-radius: 10px;
	margin-top: 10px;
}

/*  プロフィール文 */
.dmprofile-text {
    padding-top: 0.5em;
    padding-bottom: 1em;
    font-size: 80%;
    font-weight: bold;
}


/* フォローボタン */

.follow-buttons {
	text-align: center;
	margin-top: 0;
	width: 100%;
}

.follow-buttons a {
	display: inline-block;
	width: 60px;
	text-align: center;
	text-decoration: none;
	margin: 5px;
}

.follow-buttons .inner-text {
	font-size: 10px;
	display: block;
}

.follow-buttons .lg,
.content-inner-follow-buttons .fa {
	padding: 15px;
	border-radius: 5px;
	margin: 2px auto;
}

.follow-buttons .hatena {
	color: #38393C;
	background-color: transparent;
}

.follow-buttons .blogicon-hatenablog {
	background: #38393C;
	color: #ffffff;
}

.follow-buttons .blogicon-hatenablog:hover {
	background: #5F6063;
}



.pc-hidden .dmprofile-icon {
	float: none;
	margin: 0;
}


/* --------------------------------------
　上に戻る
--------------------------------------- */

#page-top {
	display: none;
	position: fixed;
	right: 10px;
	bottom: 20px;
	margin: 0;
	padding: 0;
	text-align: center;
}

#move-page-top {
	color: rgba(0,0,0,0.4);
	text-decoration: none;
	display: block;
	cursor: pointer;
}

#move-page-top:hover {
	color: rgba(0,0,0,0.6);
}

@media only screen and (min-width: 680px){
	
	#page-top {
		right: 50%;
		margin-right: -600px;
	
}
}


/* --------------------------------------
　記事
--------------------------------------- */
/* 記事囲み（PC） */

article {
	border: 1px solid #CCCCCC;/* 囲みを追加 */
	border-radius: 10px;
}
/* 記事囲み（スマホ） */

@media screen and (max-width: 680px) {
	
	article {
		border-top: 1px solid #CCCCCC;
		border-bottom: 1px solid #CCCCCC;
		border-right: 0;
		border-left: 0;
		border-radius: 0;
		padding: 10px 15px 20px 15px;
}		
}
/* 記事ヘッダー
.entry-header{
	border-bottom: 3px double #CCCCCC;
}
 */

/* 記事タイトル */

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

.entry-title a {
	color: #333333;/* #222222 */
	font-size: 22px;
}

@media screen and (max-width: 680px){
.page-archive .entry-title a {
    font-size: 17px !important;
}}


/* カテゴリー */

.entry-categories {
	margin-bottom: 1em;/* 10px */
}

.entry-categories a {
	background: #e9f0f2;
	border-radius: 10px;
	margin: 0 .2em 0 0;
	padding: 3px 10px;
}

.entry-categories a::before {
	display: none;
}
/* 記事本文 */

.entry-content {
	color: #333333;/* #444444 */
	padding: 1em 0em;
}

.etnry-content p {
	margin: 0;/* 1em 0 */
}

/* --------------------------------------
　記事中リンク
--------------------------------------- */
.entry-content a:not([href*="https://af.moshimo.com/af"]){
	color: #24a259!important;
}

/* --
.entry-content a:not([href*="blog.cafebabymilk.com"]):not([href*="https://blog.hatena.ne.jp"]):not([href*="http://profile.hatena.ne.jp/cafebabymilk"]):not([href*="http://blog.hatena.ne.jp"]):not([href*="https://www.amazon.co.jp"]):not([href*="https://baby.blogmura.com"]):not([href*="https://af.moshimo.com/af"])::after{
	content: ' \f009 ';
    font-family: blogicon;
    vertical-align: super;
    font-size: 50%;
}


.entry-content a[href^="#"]::after{
content:''!important;
}

.entry-content a[href^="http://profile.hatena.ne.jp/cafebabymilk"]::after{
content:'';!important;
}

.entry-content a[href^="https://blog.hatena.ne.jp"]::after{
content:'';!important;
}

.entry-content a[href^="http://blog.hatena.ne.jp"]::after{
content:'';!important;
}
-- */


/* --------------------------------------
　画像
--------------------------------------- */

/* 画像：センタリング、角丸 */
.hatena-fotolife, .http-image {
	display: block;
	border-radius:10px;
	margin: 0px auto;
}

img.hatena-fotolife2 {
    cursor: zoom-in;
}

.hatena-fotolife2 {
	display: block;
	border-radius:10px;
	margin: 0px auto;
	box-shadow: 5px 5px 5px 0 #999999;
}

.hatena-fotolife3 {
	display: block;
	border-radius:0px;
	margin: 0px auto;
	box-shadow: 5px 5px 5px 0 #999999;
}

/* 画像：左、角丸 */
.hatena-fotoleft {
	display: block;
	border-radius:10px;
	cursor: zoom-in;
}




/* --------------------------------------
　マーカー
--------------------------------------- */

.marker-midori {
	background: linear-gradient(transparent 50%, #66CDAA 50%);
}
.marker-kiiro {
	background: linear-gradient(transparent 50%, #FFFF00 50%);
}
.marker-pink {
	background: linear-gradient(transparent 50%, #FFB6C1 50%);
}
.marker-ao {
	background: linear-gradient(transparent 50%, #00BFFF 50%);
}

.marker-momo {
	background: linear-gradient(transparent 50%, #f2a0a1 50%);
}


/* --------------------------------------
.marker-● {
	background: linear-gradient(transparent 50%, #93CA76 50%);
}
--------------------------------------- */


/* --------------------------------------
　吹き出し
--------------------------------------- */

.entry-content .l-fuki,
.entry-content .r-fuki {
  position: relative;
  width: calc(100% - 82px);
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 20px;
  border-radius: 6px;
  border: 2px solid #EEC573; /* #ddd */
  box-shadow: 0 3px 8px -2px rgba(0,0,0,.16);
  background-color: #fbf9f3; /* #FFFFFF */
  z-index: 1;
  box-sizing: border-box;
}
.entry-content .l-fuki {
  margin: 20px auto 36px 0;
}
.entry-content .r-fuki {
  margin: 20px 0 36px auto;
}
.entry-content .l-fuki::before,
.entry-content .r-fuki::before {
  position: absolute;
  content: "";
  top: 16px;
  width: 10px;
  height: 10px;
  border-right: 2px solid #EEC573; /* #ddd */
  border-bottom: 2px solid #EEC573; /* #ddd */
  background-color: #fbf9f3; /* #FFFFFF */
  z-index: 2;
}
.entry-content .l-fuki::before {
  right: -8px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.entry-content .r-fuki::before {
  left: -8px;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}
.entry-content .l-fuki::after,
.entry-content .r-fuki::after {
  position: absolute;
  content: "";
  top: -6px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 1px solid #EEC573;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  box-shadow: 1px 1px 5px #aaa;
  box-sizing: border-box;
}
.entry-content .l-fuki::after {
  right: -82px;
}
.entry-content .r-fuki::after {
  left: -82px;
}
@media screen and (min-width: 478px) {
  .entry-content .l-fuki::after,
  .entry-content .r-fuki::after {
    width: 80px;
    height: 80px;
  }
  .entry-content .l-fuki,
  .entry-content .r-fuki {
    width: calc(100% - 106px);
  }
  .entry-content .l-fuki::after {
    right: -106px;
  }
  .entry-content .r-fuki::after {
    left: -106px;
  }
}

/* アイコン */

.mama1::after {background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/c/cafebabymilk/20211018/20211018144855.png);}
.mama2::after {background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/c/cafebabymilk/20211018/20211018144857.png);}
.mama3::after {background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/c/cafebabymilk/20211018/20211018144900.png);}
.mama4::after {background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/c/cafebabymilk/20211018/20211018144904.png);}
.mama5::after {background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/c/cafebabymilk/20211018/20211018144906.png);}
.mama6::after {background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/c/cafebabymilk/20220330/20220330161335.png);}
.mama7::after {background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/c/cafebabymilk/20220330/20220330161339.png);}
.papa1::after {background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/c/cafebabymilk/20211018/20211018144944.png);}
.papa2::after {background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/c/cafebabymilk/20211018/20211018144931.png);}
.papa3::after {background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/c/cafebabymilk/20211018/20211018144935.png);}
.papa4::after {background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/c/cafebabymilk/20211018/20211018144937.png);}
.papa5::after {background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/c/cafebabymilk/20211018/20211018144940.png);}
.papa6::after {background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/c/cafebabymilk/20220330/20220330161342.png);}
.papa7::after {background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/c/cafebabymilk/20220330/20220330161345.png);}
.ojou1::after {background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/c/cafebabymilk/20211018/20211018145146.png);}
.ojou2::after {background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/c/cafebabymilk/20211018/20211018145149.png);}
.ojou3::after {background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/c/cafebabymilk/20211018/20211018145152.png);}
.ojou4::after {background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/c/cafebabymilk/20211018/20211018145155.png);}
.ojou5::after {background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/c/cafebabymilk/20211018/20211018145158.png);}
.ojou6::after {background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/c/cafebabymilk/20220330/20220330161350.png);}
.ojou7::after {background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/c/cafebabymilk/20220330/20220330161354.png);}
.yaichi::after {background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/c/cafebabymilk/20211018/20211018145301.png);}
.koume::after {background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/c/cafebabymilk/20211018/20211018145255.png);}
.toku::after {background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/c/cafebabymilk/20211018/20211018145259.png);}
.jiji::after {background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/c/cafebabymilk/20211018/20211018145314.png);}
.baba::after {background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/c/cafebabymilk/20211018/20211018145311.png);}
.kuronya::after {background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/c/cafebabymilk/20211018/20211018145331.png);}
.dareka::after {background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/c/cafebabymilk/20211018/20211018145328.png);}
.sense::after {background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/c/cafebabymilk/20211018/20211018164304.png);}

/* .●::after {background-image:url(●);} */



/* --------------------------------------
　ボックス
--------------------------------------- */

/* タイトルあり */
.kijibox1 {
    position: relative;
    padding: 15px 15px 10px 15px;
    border: solid 4px #d3381c;/* ボーダー・緋色 */
    border-radius: 0px 8px 8px 8px;
    background: #FFFFFF;/* 背景色 */
}

.kijibox1 .kijibox1-title {
    position: absolute;
    display: inline-block;
    top: -1.8em;
    left: -4px;
    padding: 6px 10px 2px 10px;
    line-height: 1;
    font-size: 19px;
    border: solid 2px #d3381c;/* ボーダー・緋色 */
    background: #d3381c;/* 背景色 */
    color: #FFFFFF;/* 文字の色 */
    font-weight: bold;
    border-radius: 8px 8px 0px 0px;
}

.kijibox1 p {
    margin: 0;
    padding: 10px 10px 5px 10px;
}


/* タイトルなし */
.kijibox2 {
    position: relative;
    /* margin: 2em 0; */
    padding: 10px;
    border: solid 4px #d3381c;/* ボーダー・緋色 */
    border-radius: 8px;
}

.kijibox2 p {
	margin: 0;
    padding: 5px;
}


/* ソースコード用 */
.codebox {
    position: relative;
    margin: 2em 0;
    padding: 0.5em 1em;
    border: solid 3px #CCCCCC;
    background: #f5f5f5;
}
.codebox .codebox-title {
    position: absolute;
    display: inline-block;
    top: -27px;
    left: -3px;
    padding: 0 9px;
    height: 25px;
    line-height: 25px;
    font-size: 17px;
    background: #999999;
    color: #ffffff;
    font-weight: bold;
    border-radius: 5px 5px 0 0;
}
.codebox-title:before{
	font-family: blogicon;
	content: "\f038";/* </> */
}
.codebox p {
    margin: 0; 
    padding: 0;
}

/* 注意（caution）用 */
.caubox {
    position: relative;
    margin: 2em 0;
    padding: 0.5em 1em;
    border: solid 3px #FFD400;
    background: #f9f2da;
}
.caubox .caubox-title {
    position: absolute;
    display: inline-block;
    top: -27px;
    left: -3px;
    padding: 0 9px;
    height: 25px;
    line-height: 25px;
    font-size: 17px;
    background: #FFD400;
    color: #ED1A3D;
    font-weight: bold;
    border-radius: 5px 5px 0 0;
}
.caubox-title:before{
	font-family: blogicon;
	content: "\f032";/* 注意マーク */
}
.caubox p {
    margin: 0; 
    padding: 0;
}

/* 私の好きな一節用 */

.issetu {
    background: #ebf6f7;
    font-size: 15px;
    line-height: 1.8em;
    margin-left: 1em;
    padding: 1em;
    border-left: 10px solid #999999;
    box-shadow: 5px 5px 5px 0 #999999;
    border-radius: 0px 10px 10px 0px;
}

/* --------------------------------------
　見出し
--------------------------------------- */
/* 見出しキャンセル */

.entry-content h6 {
	margin: 20px 0 20px 0;
}

@media screen and (max-width: 680px) {
	
	.entry-content h3 {
		margin: 30px 0 20px 0;
	
}
	
	.entry-content h4 {
		margin: 20px 0 16px 0;
	
}
	
	.entry-content h5 {
		margin: 20px 0 16px 0;
}
	
	.entry-content h6 {
		margin: 20px 0 16px 0;
		font-size: 15px;
	
}
}
/* 大見出し */

.entry-content h3 {
	background: #e0edff;
    padding: 0.5em 1em;
    color: #333333;
    background: #fbeded;
    border-left: solid 5px #d3381c;
    border-bottom-right-radius: 20px;
    border-top-right-radius: 20px;
    margin: 20px -10px 25px -10px;
    font-size: 140%; 
}

.entry-content h3:after {
  position: absolute;
  content: '';
  top: 100%;
  left: 30px;
  border: 15px solid transparent;
  border-top: 15px solid #e0edff;
  width: 0;
  height: 0;
}


/* 中見出し */

.entry-content h4 {
    border-bottom: solid 3px #f2a0a1;
    padding: 0 0 5px 0;
    position: relative;
    margin: 28px 0;
    font-size: 120%;
}

.entry-content h4:after {
    position: absolute;
    content: " ";
    display: block;
    border-bottom: solid 3px #d3381c;
    bottom: -3px;
    width: 30%;
}

/* 小見出し */

.entry-content h5 {
    color: #333333;
    margin: 20px 0 20px 0px;
    padding: 5px 15px 5px 10px;
    border-left: 5px solid #d3381c;
    font-size: 120%;
}

.entry-content h5:before {
    border: none;
}

/* なんちゃって小見出し */

.damh5 {
    padding-left: 10px;
    margin: 0 0 20px 5px;
    color: #00a381;
    border-left: 5px solid #98d98e;
    font-size: 120%;
    font-weight: bold;
}

/* もとの大見出し
.entry-content h3 {
	color: #333333;/* #444444 */

background: #ffe9c1;/* #f6f6f6 */padding: 10px 15px;/* 12px 16px */border-radius: 10px;/* new */box-shadow: 0px 0px 0px 5px #ffe9c1;/* new */border: dashed 2px white;/* new */ */


/* --------------------------------------
　アプリーチ
--------------------------------------- */


.appreach {
  text-align: left;
  padding: 10px;
  border: 1px solid #7C7C7C;
  overflow: hidden;
}
.appreach:after {
  content: "";
  display: block;
  clear: both;
}
.appreach p {
  margin: 0;
}
.appreach a:after {
  display: none;
}
.appreach__icon {
  float: left;
  border-radius: 10%;
  overflow: hidden;
  margin: 0 3% 0 0 !important;
  width: 25% !important;
  height: auto !important;
  max-width: 120px !important;
}
.appreach__detail {
  display: inline-block;
  font-size: 20px;
  line-height: 1.5;
  width: 72%;
  max-width: 72%;
}
.appreach__detail:after {
  content: "";
  display: block;
  clear: both;
}
.appreach__name {
  font-size: 16px;
  line-height: 1.5em !important;
  max-height: 3em;
  overflow: hidden;
}
.appreach__info {
  font-size: 12px !important;
}
.appreach__developper, .appreach__price {
  margin-right: 0.5em;
}
.appreach__posted a {
  margin-left: 0.5em;
}
.appreach__links {
  float: left;
  height: 40px;
  margin-top: 8px;
  white-space: nowrap;
}
.appreach__aslink img {
  margin-right: 10px;
  height: 40px;
  width: 135px;
}
.appreach__gplink img {
  height: 40px;
  width: 134.5px;
}
.appreach__star {
  position: relative;
  font-size: 14px !important;
  height: 1.5em;
  width: 5em;
}
.appreach__star__base {
  position: absolute;
  color: #737373;
}
.appreach__star__evaluate {
  position: absolute;
  color: #ffc107;
  overflow: hidden;
  white-space: nowrap;
}


/* --------------------------------------
　サイドバー
--------------------------------------- */
/* サイドバー全体のフォントサイズと色 */

.hatena-module-body {
	font-size: 14px;
}

.hatena-module-title a {
	color: #47a89c!important;
}

.hatena-module-body a {
	color: #333333!important;
}
/* サイドバー各項目タイトル */

.hatena-module-title::before {
	content: ':::';
}

.hatena-module-title {
	position: relative;
	color: #47a89c;/* 文字色 */
	margin-bottom: 15px;/* 下余白 */
	padding: .25em 0 .25em 0;
	font-family: 'Lucida Grande', 'segoe UI', Verdana, Arial, sans-serif;/* フォント指定 */
	border-bottom: 1px solid #47a89c;/* 下線 */
	border-left: none;
}
/* --------------------------------------
　プロフィール
--------------------------------------- */

.profile-description {
	font-size: 12px;
}

span.user-name-nickname {
	font-weight: bold;
}

span.user-name-paren {
	font-size: 10px;
}

span.user-name-hatena-id {
	font-size: 10px;
}

/* --------------------------------------
　Aboutページ
--------------------------------------- */

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

.entry-content dd {
    margin-top: 0.5em;
}

/* --------------------------------------
　検索窓
--------------------------------------- */
/* ボーダーを表示する */

.search-module-input {
	border: 1px solid #CCCCCC;
}
/* 文字入力時の窓のスタイル変更 */

.search-module-input:focus {
	background-color: #ffffff;
	color: #333333;
}
/* --------------------------------------
　リンク
--------------------------------------- */

.hatena-module-links a {
	display: block;
	padding: 0 5px 0 10px;
	color: #333333!important;
	font-weight: 400;
}
/* マーカー変更 */

.hatena-module-links a::before {
	padding-left: 10px;
	content: url(https://cdn-ak.f.st-hatena.com/images/fotolife/c/cafebabymilk/20190624/20190624135923.gif);
	position: relative;
	left: -0.5em;
}
/* 下線打ち消し */

.hatena-module-links li {
	border: none;
}

.hatena-module-links li:last-child {
	/* 下線打ち消し */
	border-bottom: none;
}

.hatena-module-links .hatena-urllist {
	list-style: none;
	margin: 10px 0;
	padding: 0;
}
/* --------------------------------------
　最新記事・関連記事・注目記事
--------------------------------------- */
/* 全体のスタイル */

.urllist-item {
	border-bottom: 1px solid #CCCCCC;/* 下線を追加 */
	margin-bottom: 7px;
	padding: 3px 10px 5px 10px;
	line-height: 1.4em;
}

/* 画像の角を丸くする */

.urllist-with-thumbnails li .urllist-image {
    border-radius: 10%;/* 0>100 角の丸みも増す */
}

/* 記事タイトルの大きさ */

.urllist-title-link {
    font-weight: normal;
}


/* --------------------------------------
　月別アーカイブ
--------------------------------------- */
/* 月のフォントサイズ変更 */

.archive-module-months {
	font-size: 14px;
}
/* 左のマージン追加 */

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

.hatena-urllist .archive-module-year {
	padding: 3px 0 3px 0;
}

.hatena-urllist .archive-module-year .archive-module-button {
	opacity: 1.0;
}

/* --------------------------------------
　カテゴリー
--------------------------------------- */
/* アイコンの打ち消し */

.hatena-module-category a::before {
	display: none;
	cursor: pointer;
}


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

.hatena-module-category a {
    display: unset;
}

/* 行間の変更 */

.hatena-module-category ul li {
	padding: 3px 0!important;
}

.hatena-module-category ul li a {
	transition: .3s!important;
}

.hatena-module-category a:hover {
	padding: 0!important;
}

.hatena-module-category li {
	color: #333333;
	font-size: 14px;/* フォント変更 ←12px */
	cursor: pointer;
}



ul.hatena-breadcrumb-plus-child1 {
	padding-left: 40px;
}

ul.hatena-breadcrumb-plus-child1 li::before {
	content: "└";
}

/* --------------------------------------
　ページャー
--------------------------------------- */
/* 左に余白追加 */

.pager .pager-prev {
	padding-left: 10px;
}
/* 右に余白追加 */

.pager .pager-next {
	padding-right: 10px;
}

/* Pager */
.pager {
    position: relative;
    margin: 2em 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.pager a {
    color: RGB(68, 153, 187);
}

.pager a:hover {
    color: RGB(68, 153, 187);
}

.pager.autopagerize_insert_before .pager-prev {
    padding: .5em 0;
}

.pager.autopagerize_insert_before .pager-prev a {
    padding: .5em 1em .5em 2em;
}

.pager.autopagerize_insert_before .pager-next {
    padding: .5em 0;
    margin-left: auto;
}

.pager.autopagerize_insert_before .pager-next a {
    padding: .5em 2em .5em 1em;
}


.pager.pager-permalink .pager-prev {
    margin-right: .25em;
    padding: .5em;
}

.pager.pager-permalink .pager-next {
    margin-left: auto;
    padding: .5em;
}

/* --------------------------------------
　アーカイブ
--------------------------------------- */

.page-archive .entry-thumb {
    width: 200px;
    height: 170px;
    border-radius: 10%;
    box-shadow: 4px 4px 5px 0 #999999;
    margin-right: 15px;
}

@media screen and (max-width: 680px){
	
   .page-archive .entry-thumb {
   	 width: 120px;
   	 height: 100px;
   	 border-radius: 10%;
   	 margin-top: 0.5em;
}
	.archive-entry-tags-wrapper {
        display: none;
}
	.page-archive .categories {
		display: none;
}
}

.page-archive .archive-entry {
	border-bottom: 1px solid #CCCCCC;
	margin-bottom: 0;
}

.page-archive .entry-title {
	padding: 10px 0 0 5px;
}

.page-archive .entry-title a {
    font-size: 22px;
}

.page-archive .categories {
	margin-top: 1em;/* 10px */
}

.page-archive .categories a {
	margin: 0 .2em 0 0;
	padding: 3px 10px;
	font-size: unset;
}

.page-archive .categories a::before {
    content: '\f04a';
}
/* --------------------------------------
　カテゴリページ
--------------------------------------- */
/* パンくずリスト */

#top-box {
	background-color: #ffffff;
	border-bottom: 0;
	color: #333333;
	height: 30px;
}

#top-box .breadcrumb-inner {
	line-height: 2.5em;
}

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

a.breadcrumb-child-link {
	color: #333333;
	font-weight: 400;
	text-decoration: none;
}

#top-box .breadcrumb-child:last-child {
	display:none;
}

/* --------------------------------------
　引用
--------------------------------------- */
/* 引用全体 */

.entry-content blockquote {
    position: relative;
    margin: 0px 0px 0px 1em;
    padding: 2em 1em 1em 2em;
    background-color: #f6f6f6;
    border-left: 4px solid #bbc8e6;
    border-radius: 10px;
}

/* 引用符のアイコン（左上） */

.entry-content blockquote::before {
    position: absolute;
    z-index: 1;
    top: 5px;
    left: 5px;
    font-weight: normal;
    color: #bbc8e6;
    display: inline-block;
    font-family: serif;
    font-size: 500%;
    line-height: 1;
    content: '“';
    opacity: unset;
}

/* 引用符のアイコン（右下） */

.entry-content blockquote::after {
    content: none;
}

/* 引用ボタンを非表示 */

.requote-button {
	display: none !important;
}


/*--------------------------------------
  もくじ
--------------------------------------*/
 /* もくじ全体のスタイル */

.entry-content .table-of-contents {
	width: 80%;
	background: #ffffff;
	margin: 1em auto;
	padding: 5px 20px 20px 20px;
	border: 1px #999999 solid;
	border-radius: 10px;
    font-size: 100%;
	list-style-type: none;
}

ul.table-of-contents a {
	color: #333333!important;
	line-height: 1.7em;
}

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

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

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

@media screen and (max-width: 680px) {
	
	.entry-content ul,.entry-content ol {
		padding: 0 0 0 20px;
	
}
}
/* もくじに「Index」を追加する */

ul.table-of-contents:before {
	content: "::::  I N D E X  ::::";
	display: block;
	text-align: center;
	margin: 0.8em;
	padding: 0 0 1em;
	font-weight: bold;
	font-size: 100%;
	border-bottom: 1px dashed lightgrey;
}

/* リストマーカー */

ul.table-of-contents li {
    list-style-type: decimal;
    /* padding-left: 1.5em; */
    /* text-indent: -2.3em; */
    margin-left: 2.5em;
}

ul.table-of-contents li ul li {
    list-style-type: none;
    margin-left: 0;
}
ul.table-of-contents li ul li ul li {
    list-style-type: none;
}

ul.table-of-contents li ul li:before {
	content: "┗";
	position: relative;
	left: -0.5em;
}

ul.table-of-contents li ul li ul li:before {
	content:"└";
	position: relative;
	left: -0.5em;
    font-size: 90%;
}

.show-area {
    display: inline-block;
    padding: 0px 10px 0px 10px;
    cursor: pointer;
    margin-bottom: 0;
    color: #deb068;
    /* border-left: 5px #999999 double; */
}



/* --------------------------------------
　箇条書き
--------------------------------------- */

.entry-content .ppcantent {
	width: 80%;
	background: #ffffff;
	margin: 1em auto;
    margin-left: 10px;
    margin-right: 10px;
    padding: 0.8em 0.5em 0.8em 2.5em;
	font-size: 16px;
}

.entry-content .ippin {
    background: #FFFFFF;
    /* box-shadow: 0px 0px 0px 10px #fef4f4; */
    border: none;
    margin: 0;
    padding: 0.8em 0.5em 0.8em 2.5em;
}

ul.ppcontent li {
	list-style-type: disc;
	margin-left: 10px;
    margin-right: 10px;
}


/* 普通の箇条書き */
.entry-content > ul:not(.table-of-contents):not(.ppcontent):not(.ippin) {
    background: #fef4f4;/* 桜色 */
    /* box-shadow: 0px 0px 0px 10px #fef4f4; */
    border: 4px #f08300 solid;/* 蜜柑色 */
    border-radius: 9px;
    margin-left: 10px;
    margin-right: 10px;
    padding: 0.8em 0.5em 0.8em 2.5em;
}


/* 数字の箇条書き */
.entry-content > ol:not(.table-of-contents):not(.ippin) {
    background: #fef4f4;/* 桜色 */
    /* box-shadow: 0px 0px 0px 10px #fef4f4; */
    border: 4px #a25768 solid;/* 浅蘇芳 */
    border-radius: 9px;
    margin-left: 10px;
    margin-right: 10px;
    padding: 0.8em 0.5em 0.8em 2.5em;
}





/* --------------------------------------
　記事下
--------------------------------------- */

.kiji-footer {
	margin: 5em 0 0 0;
	text-align: center;
}

.entry-footer {
    padding-top: 40px;
}

 /*記事下 名前 削除*/

span.author.vcard {
display: none;
}

/* --------------------------------------
　脚注
--------------------------------------- */


div.footnote {
    font-size: 12px;
    margin-bottom: 1em;
    background: #FFFFFF;
    border-top: 5px double #CCCCCC;
    /* border-bottom: 5px double #c7dc68; */
    /* border-radius: 10px; */
    padding: 10px;
}

p.footnote {
	margin: .5em .5em;
	padding: 0 5px 5px 5px;
	border-bottom: 1px dashed #CCCCCC;
}


/* --------------------------------------
　コメントを書く
--------------------------------------- */

.leave-comment-title::before {
	font-family: blogicon;
	content: "\f024";
	padding-right: 5px;
}

.leave-comment-title {
	border: 1px solid #CCCCCC;
	padding: 2px 5px;
	border-radius: 5px;
}
