/* <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=d521df40822702b2798181e2322e97');
    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 {
    background: #fff;
}
#container {
    position: relative;
}
#n-menu {
    border-bottom: 1px solid #dcdcdc;
    width: 100%;
    background: #8bc2cb; /* fallback for old browsers */
background: -webkit-linear-gradient(to bottom, #8bc2cb , #C4E0E5); /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to bottom, #8bc2cb , #C4E0E5); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
#n-menu .menu-inner {
    position: relative;
}
#n-menu .menu-content > li > a {
    color: #fff;
    font-weight: normal;
}
#n-menu .menu-content > li > a:hover {
    border-bottom: none
}
#n-menu .menu-btn {
    color: #fff;
}
@media screen and (max-width: 768px) {
#n-menu .menu-btn {
    display: inline-block;
}
#n-menu .menu-content {
    display: block;
    z-index: -1;
    position: fixed;
    top: 0;
    right: 0;
    width: 260px;
    visibility: hidden;
    background: #4CA1AF; /* fallback for old browsers */
    background: -webkit-linear-gradient(to bottom, #4CA1AF , #C4E0E5); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to bottom, #4CA1AF , #C4E0E5); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
#n-menu .menu-content > li {
    position: relative;
    margin: 0 auto;
    text-align: left;
    border: none;
}
#n-menu .menu-content > li > a {
    color: #fff;
    padding-left: 16px;
    width: calc(100% - 16px);
}
#n-menu .menu-content > li > a:active {
    opacity: 0.8;
}
#n-menu .menu-content > li > a:after {
    content: "\f054";
    font-family: FontAwesome;
    position: absolute;
    right: 16px;
}
#n-menu .close-area {
    cursor: pointer;
    height: 130%;
}
#top-layer {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    z-index: 11;
    opacity: 0.5;
    display: none;
}
}
article,
.archive-entry{
    border-bottom: 1px solid #dcdcdc;
}
article,
.page-archive .archive-entries {
    margin-top: 0;
    margin-bottom: 0;
}

@media screen and (min-width: 680px) {
    article,
    .archive-entry {
        padding-left: 0 !important;
    }
    #n-menu .menu-content > li > a {
        padding: 0 20px;
    }
    #n-menu .menu-content > li > a:last-child {
        border-right; 1px solid #dcdcdc;
}
}
/*タイトル下アイコン*/
#title:before {
    content: "";
    display: inline-block;
    position: relative;
    left: 0;
    top: 5px;
    margin-right: 5px;
    height: 100%;
    background-image: url('http://cdn-ak.f.st-hatena.com/images/fotolife/f/ftmaccho/20170313/20170313215941.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 30px;
    height: 30px;
    border-radius: 50%;
}
@media screen and (min-width: 680px) {
#title:before {
    width: 35px;
    height: 35px;
    margin-right: 10px;
}
}
@media screen and (min-width: 1100px) {
#title:before {
    position: absolute;
    display: block;
    top: 90px;
    left: calc(50% - 30px);
    width: 60px;
    height: 60px;
    margin: 0;
}
}

#box2-inner {
    padding-top: 32px;
}
/*検索結果画面*/
.search-result {
    margin-top: 40px;
    margin-bottom: 16px;
}
.search-result-form {
    margin: 0 auto;
}
/*トップサーチフォーム*/
#n-menu .top-search-form {
    position: absolute;
    top: -40px;
    right: 0px;
    height: 35px;
    box-sizing: inherit;
    text-align: center;
    overflow: hidden;
    width: 120px;
}
#n-menu .top-search-module-input {
    position: relative;
    width: 100%;
    height: 3em;
    z-index: 1;
    background: none;
    border: none;
    font-size: 16px;
    transform: scale(0.8);
    color: #fff;
    font-weight: normal;
    padding: 0;
    margin-bottom: 0;
    text-align: inherit;
    height: 35px;
}
#n-menu .top-search-module-input::-webkit-input-placeholder{
    color: #fafafa;
    opacity: 0;
    transition: all .5s ease;
    font-weight: normal;
}
#n-menu .top-search-module-input:-ms-input-placeholder{
    color: #fafafa;
    opacity: 0;
    transition: all .5s ease;
    font-weight: normal;
}
#n-menu .top-search-module-input::-moz-placeholder{
    color: #fafafa;
    opacity: 0;
    transition: all .5s ease;
    font-weight: normal;
}
#n-menu .top-search-module-input:focus::-webkit-input-placeholder {opacity: 0.4;}
#n-menu .top-search-module-input:focus::-ms-input-placeholder {opacity: 0.4;}
#n-menu .top-search-module-input:focus::-moz-placeholder {opacity: 0.4;}
#n-menu .top-search-module-input:focus {
    outline: 0;
    opacity: 1;
}
#n-menu .top-search-form span {
    display: block;
    position: relative;
    bottom: 0;
}
#n-menu .top-search-module-input + span::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 1px;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    background-color: #fff;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    
}
#n-menu .top-search-module-input:focus + span::after {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
}
#n-menu .top-search-form i {
    color: #fff;
    position: absolute;
    bottom: 10px;
    right: 10px;
    transition: all .5s ease;
}
#n-menu .top-search-module-input:focus + span i {
    bottom: 20px;
    opacity: 0;
}
#n-menu .top-search-module-button {
    display: none;
    visibility: hidden;
}
@media screen and (min-width:680px){
#n-menu .top-search-form {
    top: -50px;
    width: 200px;
    height: 40px;
}
#n-menu .top-search-module-input {
    font-size: 14px;
    transform: scale(1);
    height: 40px;
}
}
@media screen and (min-width: 1100px) {
#n-menu .top-search-form {
    display: block;
    position: relative;
    top: 0;
    right: 0;
    width: 100%;
    display: block;
    height: 70px;
}
#n-menu .top-search-form i {
    right: calc(50% - 8px);
}
}
/*アマゾンリンク*/
.hatena-asin-detail {
    position: relative;
    overflow: hidden;
    border: double #ccc;
}
.hatena-asin-detail > a,
.hatena-asin-detail > div {
    position: relative;
    z-index: 2;
}
.hatena-asin-detail .hatena-asin-detail-title a {
    position: relative;
    color: #ff9900;
}
.hatena-asin-detail .hatena-asin-detail-title a:before {
    content: "\f009";
    display: inline-block;
    font-family: blogicon;
    color: #ff9900;
    margin-right: 3px;
}
.hatena-asin-detail .hatena-asin-detail-title a:after {
    position: absolute;
    bottom: -50px;
    left: 0;
    content: "Amazon";
    display: inline-block;
    background-color: #ff9900;
    color: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 5px;
    width: 150px;
    text-align: center;
}
.hatena-asin-detail::before {
    color: #f0f0f0;
    content: "\f034";
    cursor: default;
    display: inline-block;
    font: 200px/1 blogicon;
    vertical-align: middle;
    transform: rotate(-45deg);
    position: absolute;
    bottom: -20px;
    right: 0;
    z-index: 1;
}
.hatena-asin-detail ul {
    margin-top: 56px;
}

#box2 .hatena-module-category .hatena-urllist li {
    display: inline-block;
    width: auto;
    border: 1px solid #f6f6f6;
    margin-bottom: 5px;
}
#box2 .hatena-module-category .hatena-urllist li a:hover {
    padding: 8px 10px;
}
#box2 .hatena-module-category .hatena-urllist li a:before {
    display: none;
}
body {
    font-family: inherit,  "Lato","游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Meiryo","メイリオ", sans-serif;
}


#blog-title-inner,
#content-inner,
#n-menu .menu-inner,
#top-box .breadcrumb-inner{
    max-width: 1200px;
}
#top-box .breadcrumb-inner .breadcrumb-child:nth-of-type(4) > span {
    display: none;
}
#top-box .breadcrumb-inner .breadcrumb-gt:nth-of-type(3) {
    display: none;
}
/*サイドバーレコメンド本*/
#recommend-goods {
    font-size: 0;
}
#recommend-goods .recommend-link{
    display: inline-block;
    width: 120px;
    margin-right: 30px;
}
#recommend-goods .recommend-title {
    margin: 0;
    font-weight: bold;
    font-size: 12px;
}
/*目次*/
ul.table-of-contents {
    border-radius: 0px;
    border: 1px solid #dcdcdc;
    padding-top: 0;
}
ul.table-of-contents:before {
    content: '目次（クリックでとべます）';
    font-size: 120%;
    display: block;
    background-color: #f8f8f8;
    padding: 20px 10px 10px 20px;
    margin: 0 -10px 10px -40px;
}
.page-entry article {
    padding-top: 0;
    margin-top: 0;
}
#top-box {
    background-color: #fff;
    border-bottom: none;
}
.breadcrumb a {
    text-decoration: none;
    color: #444;
}
#blog-description {
    display: none;
}
#title a {
    color: #fff;
    font-family: 'Rambla';
    font-weight: bold;
    letter-spacing: 1px;
}
#blog-title {
    background: #4CA1AF; /* fallback for old browsers */
background: -webkit-linear-gradient(to bottom, #4CA1AF , #8bc2cb); /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to bottom, #4CA1AF , #8bc2cb); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
#blog-title-content {
    padding-top: 20px;
    padding-bottom: 10px;
}
#content {
    background-color: #fff;
}
#content-inner {
    padding-top: 0;
}

.entry-content h3 {
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 40px;
    border-top: 5px solid #4CA1AF;
    border-left: none;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 10;
}
.entry-content h4 {
    margin-left: 0;
    margin-right: 0;
    padding: 8px 0 8px 8px;
    width: calc(100% - 8px);
    border-bottom: none;
    border-left: 5px solid #4CA1AF;
}
.entry-content h5:before {
    border-color: #4CA1AF;
}
.entry-content p {
    margin-bottom: 18px;
    line-height: 24px;
}
a.entry-see-more {
    color: #fff;
    border-radius: 0;
    display: block;
    background: #FFB75E; /* fallback for old browsers */
    background: -webkit-linear-gradient(to top, #FFB75E , #ED8F03); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to top, #FFB75E , #ED8F03); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
#n-footer {
    background-color: #f8f8f8;/*背景色*/
}
#n-copyright {
    background-color: #333;
}
.entry-content img.hatena-fotolife,
.entry-content .magnifiable{
    display: block;
    border: 10px solid #f8f8f8;
    max-width: calc(100% - 20px);
    margin: 0 auto;
}

.show-button{
    display: inline-block;
    padding: 10px 15px;
    cursor: pointer;
    border: 2px solid black;
    border-radius: 5px;
}
.show-button:hover{
    transition: .3s;
    color: white;
    background: black;
}
.hide-area{
    display: none;
    padding: 20px;
    border: 3px dotted #283645;
    border-radius: 5px;
}

/*ギャラリーデザイン*/
.gallery{
    line-height: 0;
    width: 90%;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 20px 5% 20px 5%;
    border-radius: 5px;
    background: #ededed;
}
.mainimage{
    text-align: center;
}
.mainimage > img{
    max-width: 100%;
}
.thumbnails{
    margin: 10px 0 0 0;
    padding-left: 0;
}
.thumbnails li{
    float: left;
    width: 60px;
    margin: 0 2px 0 0;
    list-style-type: none;
    border: 2px solid #ededed;
}
.thumbnails li.selected{
    border: 2px solid #8ac2d0;
}

.clear{
    overflow: hidden;
}

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

/*シェアボタン*/
.share-top{
    margin-bottom: 10px;
    text-align: right;
}
.share-top-inner a{
    font-size: 16px;
    line-height: 15px;
    position: relative;
    display: inline-block;
    width: 50px;
    height: 40px;
    text-align: center;
    text-decoration: none;
    background: #fff;
}
.share-top .small-text{
    font-size: 10px;
}
.share-top .hatena-bookmark-button{
    color: #00a4de;
}
.share-top .twitter-button{
    color: #55acee;
}
.share-top .facebook-button{
    color: #405ba7;
}

/*枠組み系*/
.caution{
    position: relative;
    margin: 5px;
    padding: 40px 20px 30px 20px;
    border-radius: 5px;
    background: #ffdcdc;
}
.caution:before{
    font-family: 'blogicon';
    font-weight: bold;
    position: absolute;
    top: 5px;
    content: '\f041 Caution';
}
.background-dashed{
    margin: 5px;
    padding: 20px;
    border: 2px dashed #2f4052;
    border-radius: 5px;
}
.background-solid{
    margin: 5px;
    padding: 20px;
    border: 2px solid #444;
    border-radius: 5px;
}
.background-gray{
    margin: 5px;
    padding: 30px;
    border-radius: 5px;
    background: #f0f0f0;
}
.background-blue{
    margin: 5px;
    padding: 30px;
    border-radius: 5px;
    background: #eaf6fd;
}
.background-red{
    margin: 5px;
    padding: 30px;
    border-radius: 5px;
    background: #ffdcdc;
}
.entry-content .point-batch {
    position: relative;
    text-align: center;
    padding: 40px 20px 30px 20px;
    border: 1px solid #ececec;
    border-radius: 5px;
    margin-bottom: 16px;
}
.entry-content .point-batch:before {
    font-family: 'blogicon';
    position: absolute;
    top: 10px;
    left: 20px;
    content: "\f024 POINT";
    font-weight: bold;
    font-size: 90%;
}

/*シェアボタン*/
.share-and-follow-btn{
    margin-top: 10px;
    padding-bottom: 10px;
    border-radius: 5px;
    background: #f0f0f0;
}
.share-balloon{
    margin-bottom: 10px;
}
.share-inner-balloon{
    text-align: center;
}
.share-btn{
    display: inline-block;
    width: 15%;
}
.share-figure{
    font-size: 10px;
    line-height: 30px;
    position: relative;
    z-index: 0;
    display: block;
    width: 80%;
    height: 30px;
    margin: 0 auto;
    text-align: center;
    color: #444;
    border: 1px solid #444;
    border-radius: 5px;
    background: #fff;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .26);
}
.share-figure :before{
    position: absolute;
    z-index: 0;
    bottom: -9px; left: 50%;
    width: 0;
    height: 0;
    margin-left: -9px;
    content: '';
    border-width: 9px 9px 0 9px;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
}
.share-figure :after{
    position: absolute;
    z-index: -1;
    bottom: -10px; left: 50%;
    width: 0;
    height: 0;
    margin-left: -10px;
    content: '';
    border-width: 10px 10px 0 10px;
    border-style: solid;
    border-color: #444 transparent transparent transparent;
}
.share-figure:hover{
    font-size: 12px;
    transition: all .3s;
    color: #000;
}
.share-icon{
    font-size: 18px;
    line-height: 30px;
    position: relative;
    display: block;
    width: 100%;
    height: 35px;
    margin-top: 14px;
    transition: box-shadow .2s cubic-bezier(.4, 0, .2, 1);
    transition-delay: .2s;
    text-align: center;
    text-decoration: none;
    color: #fff;
    border-radius: 5px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .26);
}
.share-icon:hover{
    color: white;
}
.share-icon:active{
    transition-delay: 0s;
    box-shadow: 0 8px 17px 0 rgba(0, 0, 0, .2);
}
.share-and-follow-btn .hatena-bookmark-button{
    background: #00a4de;
}
.share-and-follow-btn .twitter-button{
    background: #55acee;
}
.share-and-follow-btn .googleplus-button{
    background: #c53727;
}
.share-and-follow-btn .facebook-button{
    background: #405ba7;
}
.share-and-follow-btn .pocket-button{
    background: #ee4256;
}
/*フォローボタン*/
.follow_btn{
    width: 100%;
}
.follow_btn .small-text {
    font-size: 10px;
}
.follow_btn a{
    font-size: 16px;
    line-height: 25px;
    position: relative;
    display: inline-block;
    width: 14%;
    height: 50px;
    margin-bottom: 10px;
    transition: box-shadow .2s cubic-bezier(.4, 0, .2, 1);
    transition-delay: .2s;
    text-align: center;
    text-decoration: none;
    border-radius: 5px;
    background: #fff;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .26);
}
.follow_btn a.follow_hatena{
    color: #3d3f44;
    border: 2px solid #3d3f44;
}
.follow_btn a.follow_tw{
    color: #00acee;
    border: 2px solid #00acee;
}
.follow_btn a.follow_facebook{
    color: #405ba7;
    border: 2px solid #405ba7;
}
.follow_btn a.follow_instagram{
    color: #3f729b;
    border: 2px solid #3f729b;
}
.follow_btn a.follow_rss{
    color: #70ca3b;
    border: 2px solid #70ca3b;
}
.follow_btn a:active{
    transition-delay: 0s;
    box-shadow: 0 8px 17px 0 rgba(0, 0, 0, .2);
}

/*トップフッター消去*/
.page-index .entry-footer{
    display: none;
}

/*フォローボタン*/
.follow-btn a{
    font-size: 20px;
    display: inline-block;
    width: 20%;
    margin-top: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: center;
    line-height: 20px;
    text-decoration: none;
    border-radius: 5px;
}
.follow-btn a.follow_hatena{
    color: #3d3f44;
}
.follow-btn a.follow_facebook{
    color: #405ba7;
}
.follow-btn a.follow_tw{
    color: #00acee;
}
.follow-btn a.follow_instagram{
    color: #3f729b;
}
.follow-btn a.follow_rss{
    color: #70ca3b;
}
.follow-btn a:hover{
    transition: all .3s;
    color: #fff;
}
.follow-btn a.follow_hatena:hover{
    background: #3d3f44;
}
.follow-btn a.follow_facebook:hover{
    background: #405ba7;
}
.follow-btn a.follow_tw:hover{
    background: #00acee;
}
.follow-btn a.follow_instagram:hover{
    background: #3f729b;
}
.follow-btn a.follow_rss:hover{
    background: #70ca3b;
}
#box2 .urllist-item {
    padding: 0;
    margin-bottom: 10px;
}
#box2 .search-module-input {
    border: 1px solid #dcdcdc;
}
/*サイドバータブメニュー*/
.tab{
    display: block;
    float: left;
    width: calc(25% - 1px);
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    background-color: #f8f8f8;/*反応していないタブの背景色*/
    font-size: 12px;/*横に入りきらない場合はここの数字を小さく*/
    color: #444;
    cursor: pointer;
    text-align: center;
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
.tab:last-child {
    border-right: 1px solid #ccc;
    width: calc(25% - 2px);
}
.active{
    background-color: #fff;/*反応しているタブの背景色*/
    border-bottom: none;
}
.hatena-module-title2{
    margin-bottom: 10px;
}
.hatena-module-recent-entries,
.hatena-module-archive,
.hatena-module-entries-access-ranking .hatena-module-title,
.hatena-module-recent-entries .hatena-module-title,
.hatena-module-archive .hatena-module-title{
    display: none;
}

/*トップに戻る*/
#pagetop{
    position: fixed;
    z-index: 5;
    right: 30px;
    bottom: 30px;
    display: none;
    width: 60px;
    height: 60px;
    text-align: center;
    text-decoration: none;
    border-radius: 50%;
    border: 1px solid #dcdcdc;
    background-color: #f8f8f8;
    box-shadow: rgba(0, 0, 0, .137255) 0 0 4px 0, rgba(0, 0, 0, .278431) 0 4px 8px 0;
}
#pagetop i{
    font-size: 20px;
    line-height: 55px;
    color: #888;
}

/*==========================================
            スマホ
===========================================*/
@media screen and (max-width:680px){
    .mobile-none {
        display: none;
    }
    /*シェアボタン*/
    .share-top-inner a{
        width: 15%;
    }
    /*-------------------------------------
               記事下
---------------------------------------*/
    /*シェアボタン*/
    .share-figure{
        width: 100%;
    }
    .share-btn{
        display: inline-block;
        width: 15%;
    }
    /*フォローボタン*/
    .follow_btn .figure{
        font-size: 10px;
    }
    .follow_btn a{
        line-height: 35px;
        height: 40px;
    }
    /*-------------------------------------
               フッター
---------------------------------------*/
    #pagetop{
        right: 10px;
        bottom: 10px;
        width: 50px;
        height: 50px;
    }
    #pagetop i{
        line-height: 45px;
    }
}


@media screen and (min-width: 1100px) {
html,body,#container,#container-inner {
    height: 100%;
}
#blog-title {
    position: fixed;
    top: 0;
    float: left;
    width: 250px;
    height: 100%;
background: #4CA1AF; /* fallback for old browsers */
background: -webkit-linear-gradient(to bottom, #4CA1AF , #C4E0E5); /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to bottom, #4CA1AF , #C4E0E5); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
        
}
#blog-title-content {
    padding-top: 40px;
    text-align: center;
}
#blog-title a {
    color: #fff;
    font-weight: normal;
}
#blog-description {
    display: none;
}
#top-editarea {
    float: left;
    width: 250px;
    position: fixed;
    bottom: 60px;
}
#n-menu {
    background: transparent;
    border: none;
}
#n-menu .menu-content {
    text-align: center;
}
#n-menu li{
    float: none;
    width: 100% !important;
}
#n-menu .menu-content > li > a {
    position: relative;
    border-left: none !important;
    color: #fff !important;
    font-weight: normal !important;
    width: 100px !important;
    margin: 0 auto !important;
}
#n-menu .menu-content > li > a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    background-color: #fff;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
#n-menu .menu-content > li > a:hover::after {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
}
#n-menu .menu-content > li .second-level {
    position: absolute;
    display: none;
    top: 0;
    right: -160px;
}
#n-menu .menu-content > li:hover .second-level {
    top: 0;
    right: -140px;
}
#n-menu .second-level > li > a {
    background-color: #fff !important;
    color: #444 !important;
    width: 100% !important;
}
#content ,#top-box, #bottom-editarea {
    width: calc(100% - 250px);
    margin-left: -250px;
    float: right;
    box-sizing: border-box;
}
#content, #top-box{
    padding-right: 60px;
    padding-left: 72px;
}
#content-inner, #top-box .breadcrumb-inner {
    width: 100%;
    max-width: 100%;
    float: left;
}
.entry-header, .share-top, .entry-content h3, .entry-content h4, .entry-content h5, #box2 .hatena-module-title, .archive-entry-header, .archive-entries .categories, .archive-heading {
    text-align: center;
}
#box2 .hatena-module-title {
    border-left: none;
    border-bottom: 3px solid #f8f8f8;
}
.entry-header .entry-title {
    padding: 32px 0 20px 0;
    line-height: 1.7em;
}
.entry-header .entry-categories {
    margin-bottom: 20px;
}
.entry-content h4 {
    border-left: none;
    border-bottom: 5px solid #4CA1AF;
}
.entry-content h5:before {
    border: none;
}
}

@media screen and (min-width: 1600px) {
#blog-title, #top-editarea {
    width: 300px;
}
#content ,#top-box, #bottom-editarea {
    width: calc(100% - 300px);
    margin-left: -300px;
}
#content, #top-box{
    padding-left: 122px;
    padding-right: 100px;
}
#wrapper {
    padding-right: 390px;
    margin-right: -390px;
}
}
.category-NoShare .share,
.category-NoShare .entry-categories a:last-child {
    display: none !important;
}