        /*
        Theme Name: Naked
        Theme URI: http://blog.hatena.ne.jp/-/store/theme/6653812171397406126
        Description: *概要オシャレ・レスポンシブ対応・カスタマイズ可能なテーマです。-記事部分を白・黒・灰色のみでつくることで、多くの背景色・背景画像とマッチ-簡単にカスタマイズできるナビ・フッター機能-初期状態でデザインされた目次・カエレバ・ヨメレバ・アプリーチ*デモブログ-[http://theme-naked.hatenablog.jp:title]（ヘッダー画像など遊んだりしていますがご了承ください）*テーマの詳細-[http://www.yukihy.com/entry/theme-naked-release:title] <span style="font-size: 80%">（このテーマを紹介してくださる方は、このテーマストアでなく、左のURLのリンクを貼ってくださると嬉しいです）</span>*カスタマイズ例-ナビゲーションバー：[http://theme-naked.hatenablog.jp/entry/2016/05/20/192404:title]（子カテゴリを入れたい方は、[http://theme-naked.hatenablog.jp/entry/2016/06/09/155741:title]をご覧ください）-フッター：[http://theme-naked.hatenablog.jp/entry/2016/05/19/180330:title]-コピーライト：[http://theme-naked.hatenablog.jp/entry/2016/05/20/201352:title]その他にもデモブログからカスタマイズ方法を紹介しています。*利用上の注意点背景画像を変更する際に、一部の画像で崩れる可能性があります。崩れる可能性のある画像と対処を [http://theme-naked.hatenablog.jp/entry/2016/05/22/083311:title] に書いています。*ログ2016/5/22　公開2016/5/23　サイドバーのリンク色の優先度を変更（他のカスタマイズとの干渉を防ぎました）2016/6/1　表の線を、上下だけでなく全体をくくるように変更2016/6/7　300インストールありがとうございます！2016/6/8　編集リンクの位置を右下から右上に変更2016/6/9　子カテゴリ付きナビゲーションバーを設置できるように変更
        Author: ftmaccho
        Author URI: http://blog.hatena.ne.jp/ftmaccho/
        */
        /*フォント*/
        @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('http://cdn-ak.f.st-hatena.com/images/fotolife/B/BL-beginner/20160622/20160622135424.jpg?1466571452');
            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-size: contain;
                background-repeat: repeat;
            }
        }
        #content a {
            text-decoration: none;
        }
        #content a:hover {
            opacity: .6;
            /*追加*/
            text-decoration: underline;
            -webkit-transition: 0.3s;
            -moz-transition: 0.3s;
            -o-transition: 0.3s;
            -ms-transition: 0.3s;
            transition: 0.3s;
        }

        
        /*
        ************レイアウト・フォント************
        */
        /*レイアウト*/
        #content {
            position: relative;
        /*  background-color: #f5f5f5;*/
            background-color: #fafafa;
        }
        #blog-title-inner,
        #content-inner {
            max-width: 1024px;
            width: 90%;
            margin: 0 auto;
        }
        #blog-title-content {
        /*  padding: 80px 0 40px 0;*/
            padding: 80px 0 30px 0;
        }
        #content-inner {
    /*      padding-top: 30px;*/
            padding-top: 10px;
        }
        #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 45px 0;
        /*    padding: 32px 32px 40px 32px;*/
            padding: 32px 32px 60px 32px;
            background-color: #fefefe;
        /*    border-radius: 8px; */
        }
        #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: 30px 10px 15px 10px;
            }
            article {
                margin: 10px 0 25px 0;
                padding: 10px 10px 60px 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;*/
        font-family: 'Inconsolata', ;
        }

        /*
        ************ヘッダー・ブログタイトル************
        */
        #globalheader-container {
            color: #ccc;
        }
        #title {
            display: inline;
        }


        #title a {
            color: #fff;
            font-family: 'Cinzel', serif;
            font-size: 40px;
            font-weight: normal;
            text-decoration: none;
            letter-spacing: 0.01em;
        }

        /*追加*/
        #title a:hover {
            text-decoration: none;
            color: #fff;
            text-shadow: 0 0 12px #fff;
            -webkit-transition: 0.4s;
            -moz-transition: 0.4s;
            -o-transition: 0.4s;
            -ms-transition: 0.4s;
            transition: 0.4s;
            opacity: 1;
        }


        @media screen and (max-width: 680px) {
            #title a {
            font-size: 9.3vw;
        /*     letter-spacing: 2px;*/
            }
        }

        /*
        ************ブログの説明************
        */
        #blog-description {
            margin:0;
            color: #888;
            font-family: 'Cabin', sans-serif;
            font-size: 12px;
            font-weight: normal;
            letter-spacing: 0.2px;
            
        }
        @media screen and (max-width: 680px) {
            #blog-description {
                font-size: 10px;
            }
        }
        /*
        ************タイトル下***********
        */
        /*メニュー*/
        #n-menu {
            padding: 10px 0px;
            background-color: #eee;
    }
        #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 25px;
            color: #666;
            font-size: 75%;
            font-weight: bold;
            text-decoration: none;
            line-height: 40px;

        }
        #n-menu .menu-content > li > a:hover {
    /*      border-bottom: 6px solid #d5d5d5;*/
            border-bottom: 5px solid #922;
                -webkit-transition: 0.25s;
                -moz-transition: 0.25s;
                -o-transition: 0.25s;
                -ms-transition: 0.25s;
            transition: 0.25s;
            color: #922;

        }
        /*２階層目*/
        #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: 200;
            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: #fefefe;
            color: #666;
            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: #666;
                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;
            font-family: 'Inconsolata', ;
        }
        .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 0 10px;
            padding: 10px 0 3px 0;
            line-height: 1.3;
            border-bottom: 3px dotted #eee;
        }
        .entry-title a {
            color: #222;
            font-size: 26px;
            letter-spacing: -0.2px;
            font-weight: bold;
        }
        @media screen and (max-width: 680px) {
            .entry-title {
                margin: 0 0 10px;
                line-height: 1.1;
            }
            .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;
            font-weight: bold;
        }
        .entry-categories a::before {
            margin-right: 3px;
            font-family: 'blogicon';
    /*      content: '\f022';*/
            content: '\f04a';
        }


        /*編集リンク*/
        .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: #666;
            font-size: 16px;
        }
        .entry-content a {
            color: #0693cd;
        }
        .entry-content p{
            margin: 2em 0 3em;
        /*    line-height: 1.7em;*/
            line-height: 2.0em;
        letter-spacing: 0.06em;

        }
        @media screen and (max-width: 680px) {
            .entry-content {
                font-size: 15px;
            }
        }

        .entry-content h1 {
            margin: 64px -32px 20px -32px;
            padding: 20px 5px 20px 20px;
            border-left: 5px solid #666;
            color: #666 ;
            font-size: 20px ;
            font-weight: bold;
            line-height: 1.4;
            letter-spacing: 2px;
        }
        .entry-content h2 {
            margin: 64px -32px 20px -32px;
            padding: 20px 5px 20px 20px;
            background-color: #666;
            color: #fefefe ;
            font-size: 20px ;
            font-weight: bold;
            line-height: 1.4;
            letter-spacing: 2px;
        }
        .entry-content h3 {
            margin: 80px -32px 20px -32px;
            padding: 12px 20px;
            border-left: 8px solid #922;
            background-color: #f1f1f1;
            color: #666;
            font-size: 24px;
            font-weight: bold;
            line-height: 1.4;
            letter-spacing: 0.22px;
            border-radius: 6px;
        }
        .entry-content h4 {
            margin: 64px -16px 20px -16px;
            padding: 0 6px;
            border-bottom: 6px solid #ddd;
            font-size: 22px;
            font-weight: bold;
            line-height: 1.1;
            letter-spacing: 0.25px;
        }
        .entry-content h5 {
            position: relative;
            margin: 64px 0 0 16px;
            color: #666;
            font-size: 18px;
            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 #666;
            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: 50px -5px 20px -5px;
                padding: 15px 5px 15px 10px;
                border-left: 5px solid #666;
                color: #666 ;
                font-size: 20px;
                letter-spacing: 0;
            }
            .entry-content h2 {
                margin: 50px -5px 20px -5px;
                padding: 15px 5px 15px 10px;
                background-color: #666;
                color: #fefefe;
                font-size: 16px;
                letter-spacing: 1px;
            }
            .entry-content h3 {
                margin: 50px -8px 20px -8px;
                padding: 8px;
    　　        /*追加*/
                border-top: 2px dotted #eee;
    /*          border-left: 5px solid #666;*/
                background-color: #f1f1f1;
                color: #666;
                font-size: 20px;
                letter-spacing: 0.8;
            }
            .entry-content h4 {
                margin: 50px 0 16px 0;
                padding: 0;
                border-bottom: 7px solid #ddd;
                font-size: 20px;
                letter-spacing: 0.8;
            }
            .entry-content h5 {
                position: relative;
                margin: 50px 0 16px 16px;
                color: #666;
                font-size: 15px;
            }
            .entry-content h6 {
                margin: 20px 0 16px 0;
                font-size: 15px;
            }
        }

        a.entry-see-more {
            clear: both;
            font-size: 12px;
            height: 20px;
            margin-top: 10px;
            padding: 4px 15px 2px 15px;
            display:inline-block; 
            border: 1px solid #bbb !important; 
            border-radius: 3px; 
            -moz-border-radius: 3px; 
            -webkit-border-radius: 3px; 
            font-weight: bold;
            text-decoration: none; 
            color: #555 !important; 
            float: left; 
            background-color: #f5f5f5;

        }
        .entry-see-more::after{
            font-family: 'FontAwesome';
            content: " \f0a9";
            font-size: 110%;
        }
        @media screen and (max-width: 680px) {
        a.entry-see-more {
            font-size: 11px;
            padding: 8px 20px 4px 20px;

            }
        }

        .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: .1;
        /*    font-family: serif;*/
            font-size: 600%;
            font-family: 'Oswald', sans-serif;
            line-height: 1;
            
            content: '“';
        }
        .entry-content blockquote::after {
            position: absolute;
            right: 0;
            bottom: 0;
            opacity: .1;
        /*    font-family: serif;*/
            font-size: 600%;
            line-height: 0;
            font-family: 'Oswald', sans-serif;
            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%;
            background-color: #fefefe;
            padding: 0px 8px;


        }

        /*追加*/
        .hatena-module-body{
            padding:0 6px;
        }
        .hatena-module-title a,
        .hatena-module-body a {
            color: #666;
        }
        
        #box2 .hatena-module {
            margin-bottom: 40px;
        }
        .hatena-module-title {
            line-height: 1em;
            margin:40px 0 10px 0;
            padding: 2px 8px;
        /*    border-left: 5px solid #ccc;*/
            border-bottom: 4px solid #eee;
        /*    background-color: #f5f5f5;*/
            color: #666;
            font-size: 16px;
            font-weight: normal;
            letter-spacing: 0.01em;
        }
        .hatena-module-title:first-letter{
        float: left;
        line-height: 1;
        font-size: 150%;
        margin: -6px 0 0 0;
        font-weight: bold;
        }

        @media screen and (max-width: 680px) {
            #box2 .hatena-module {
                margin-bottom: 20px;
            }
            .hatena-module-title {
                margin-bottom: 5px;
                padding: 2px 10px;
                font-size: 16px;
                letter-spacing: 0.5px;
            }
        }

        /*プロフィール*/
        .profile-description p{
            font-size:14px;
            line-height:2.0em;
            font-weight: normal;
        }
        .profile-description a {
            color: #0693cd;
        }
        .profile-icon {
            margin: 0 12px 12px 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: #f5f5f5;
            -webkit-transition: .5s;
            -moz-transition: .5s;
                -ms-transition: .5s;
                -o-transition: .5s;
                    transition: .5s;
        }
        .search-module-input:focus {
            background-color: #555;
            color: #fefefe;
        }
        .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?version=1672117aa118e56a3cf2480ca37f9d) 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: #fafafa;
            /*追加*/
            display: inline-block; 
    /*      border: 1px solid #bbb !important;*/
            border-radius: 3px; 
        }
        .urllist-item a {
            color: #666;
            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: '\f04a';
        }
        .urllist-title-link {
            font-size: 12px;
            font-weight: bold;
        }
        .urllist-entry-body {
            color: #888;
            font-size: 10px;
        }
        /*追加*/
        .urllist-with-thumbnails li .urllist-image{
            border: 1px solid #bbb !important; 
            border-radius: 3px; 
        }

        /*カテゴリ*/
        .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 {
            margin-top: 40px;
            font-size: 26px;
            font-family: 'Cinzel', serif;
            color: #fff;
            text-align: center;
            text-shadow: 0 0 6px #000;

        }
        #footer2 {
            font-size: 14px;
            color: #fff;
            text-align: center;
            margin-bottom: 5px;
            text-shadow: 0 0 6px #000;
        }

        #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;
            text-align: center;
            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: #fefefe;
            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: #fefefe;
        }

        /*日付*/
        .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;
            color:#222;
        }
        .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: '\f04a';
        }
        @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: #fefefe;
            }
            .page-archive .entry-title a {
                font-size: 20px;
                letter-spacing: 0;
            }
            .page-archive .entry-description {
                font-size: 90%;
            }
        }

        /*
        ************カテゴリページ************
        */
        /*パンくずリスト*/
        #top-box {
            height: 30px;
            border-bottom: 1px solid #eee;
            background-color: #f8f8f8;
        }
        #top-box .breadcrumb {
            height: 100%;
        }
        #top-box .breadcrumb-inner {
            max-width: 964px;
            width: 90%;
            height: 100%;
            margin: 0 auto;
            font-size: 12px;
            line-height: 30px;
        }
        #top-box .breadcrumb-link,
        #top-box .breadcrumb-child {
            color: #888;
            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;
        }


        /*youtube軽量化*/
        .youtube {
            display: inline-block;
            position: relative;
            overflow: hidden;
            width: 320px;
            height: 180px;
        }

        .youtube::before {
            position: absolute;
            content: "Play Movie";
            font-family: 'Ubuntu', sans-serif; 
            color: #ddd;
            text-shadow: 0 0 10px #000;
            text-align: center;
            font-size: 22px;
            font-weight: bold;
            line-height: 180px;
            background: rgba(0, 0, 0, 0.7);
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            z-index: 10;
            transition: all 0.3s;
        }
        .youtube:hover::before {
            background: rgba(0, 0, 0, 0.3);
            cursor: pointer;
            color: #fefefe;
            transition: all 0.3s;
            text-shadow: 0 0 5px #000;
        }

        @media screen and (max-width: 500px) {
        .youtube {
            display: inline-block;
            position: relative;
            overflow: hidden;
            width: 250px;
            height: 140px;}
        .youtube::before {
            line-height: 140px;
        }

        }


        /* 詳細プロフィールボタン */
        .hatena-profile-button { 
            clear: both;
            font-size: 14px;
            height: 24px;
            width: 80%;
            margin: 0px 0px 15px 0;
            padding: 6px 15px 4px 15px;
            display: block; 
            border: 1px solid #bbb !important; 
            border-radius: 6px; 
            -moz-border-radius: 6px; 
            -webkit-border-radius: 6px; 
            font-weight: bold;
            text-decoration: none; 
            color: #555 !important; 
            float: left; 
            background-color: #f5f5f5;
        }
        .hatena-profile-button::before{
        font-family: 'FontAwesome';
        content: " \f0a9";
        font-size: 110%;
    }


        /* 強調 */
        .entry-content strong{
        color: #922;
        }


        /* ドロップキャップ */
        .txt{
        overflow: hidden;
        zoom:1;
        }
        .txt:first-letter{
        color:#922;
        float: left;
        line-height: 1;
        font-size: 130%;
        padding: 4px 0px 0px 0px;
        font-weight: bold;
        }

        /* トップ画面でのフッターを消去 */
        .page-index .entry-footer{
            display: none;
        }

    


    /*あまぞん*/
    #content .hatena-asin-detail a {
        color: #e47911;
        font-size: 90%;
    }

    #content .hatena-asin-detail a:hover {
        color: #fefefe;
        background-color: #ff9900
    }


    .hatena-asin-detail {
        position: relative;
        border-radius: 8px;
        background-color: #fffcf8

    }

    .hatena-asin-detail > a,
    .hatena-asin-detail > div {
        position: relative;
        z-index: 51;
    }

    .hatena-asin-detail::before {
        color: #f8f1e7;
        content: "\f034";
        cursor: default;
        display: inline-block;
        font: 180px/1 blogicon;
        vertical-align: middle;
        position: absolute;
        bottom: 0;
        right: 4px;
        z-index: 50;
    }

    .hatena-asin-detail .hatena-asin-detail-image{
        border-radius: 5%;
        border:2px solid #ffebcc;
    }

    .hatena-asin-detail ul {
        font-size: 75%;
    }

    .hatena-asin-detail .hatena-asin-detail-title{
        line-height:1.0em;
    }



/*SPナビ*/
#nav-bg {
    content: "";
    width: 2400px;
    height: 2400px;
    margin-right: -1200px;
    margin-top: -1200px;
    top: 40px;
    right: 40px;
    display: block;
    position: fixed;
    background: #17A669;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: scale(.02);
    transform: scale(.02);
}
.open #nav-bg {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .6s ease-out;
    transition: all .6s ease-out;
}
 
/* nav-list  */
#global-nav ul li {
    opacity: 0;
    -webkit-transform: scaleX(0) translateX(-260px);
    transform: scaleX(0) translateX(-260px);
    -webkit-transition: none;
    transition: none;
}
.open #global-nav ul li {
    opacity: 1;
    -webkit-transform: scaleX(1) translateX(0);
    transform: scaleX(1) translateX(0);
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    -webkit-transition-delay: .1s;
    transition-delay: .1s;
}


/*スクロールアップボタン*/
#page-top {
    display:none;
    position:fixed;
    right:20px;
    bottom:20px;    
    margin: 0;
    padding: 0;
    text-align:center;
    z-index: 100;

}
#move-page-top{
    vertical-align: center;
    color:#000;
    text-decoration:none;
    display:block;
    cursor:pointer;
    opacity: 0.7;
/*    z-index: 100;*/

}
#move-page-top:hover{
    color:#922;
    opacity: 1.0;

}
/*
@media only screen and (min-width: 400px){
 #page-top{
    right:50%;
    margin-right: -620px;
  }
}
*/

/*スクロールアップボタンサイズ(サイズを変えたい場合のみ記述*/
.fa-5x {
    font-size: 5.0em !important;/*ここの値を変更すればボタンのサイズが変わります*/
}

/*アーカイブ西暦*/
.archive-module-year-title{
    font-size: 15px;
    font-weight: bold;
}


/*合わせて読みたい*/
.js-htnpsne-awasete-module {
	padding: 0.2em 0;
}

.js-htnpsne-awasete-control {
	float: right;
}

	.js-htnpsne-awasete-control:after {
		content: '';
		clear: both;
		height: 0;
		display: block;
		visibility: hidden;
	}

	.js-htnpsne-awasete-control > a {
		font-size: 1.2em;
		text-decoration: none;
	}

span.js-htnpsne-awasete-title {
	font-size: 1.2em;
	padding-left: 0.3em;
	border-left: solid 3px #888;
}

.js-htnpsne-awasete-control select {
	margin: 0 1px;
	border-width: 0 0 1px 0;
}

.js-htnpsne-awasete-control button {
	background: #FFFFFF;
	border: solid 1px #D8D8D8;
	border-radius: 3px;
	margin: 0 1px;
	padding: 2px .6em;
}

.js-htnpsne-awasete-control i {
	font-size: 85%;
}

	.js-htnpsne-awasete-control i:after {
		padding-left: 0.3em;
	}

.js-htnpsne-awasete-btn-reload i:after {
	content: '再読み込み';
}

.js-htnpsne-awasete-btn-readmore i:after {
	content: 'もっと見る';
}

.js-htnpsne-awasete-btn-subscribe i:after {
	content: '購読する';
}

.js-htnpsne-awasete-entrys ul {
	padding: .5em;
}

.js-htnpsne-awasete-entrys li {
	padding: .2em;
	list-style: none;
	border-bottom: solid 1px;
}

	.js-htnpsne-awasete-entrys li:first-child {
		border-top: solid 1px;
	}

	.js-htnpsne-awasete-entrys li a {
		text-decoration: none;
	}

.js-htnpsne-awasete-entrys .bookmark-count {
	vertical-align: text-bottom;
}

/*読者登録ボタン*/
.reader-3d{
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
}
#content .reader-3d-inner a {
    color: #fff;
    position: relative;
    padding: 15px 25px 13px;
    display: inline-block;
    line-height: 1em;
    border-radius: 4px;
    font-size: 25px;
    font-weight:normal;
    text-align: center;
    text-decoration: none;
}
#content .reader-3d-inner a:hover {
  color: #fff;
  text-shadow: 0 0 8px #fff;
  text-decoration: none;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0-.3s;
    animation: rum 0.12s linear infinite;

}
.reader-3d .reader-button{
    background: #357;
    box-shadow: 0 3px #135;
}
.reader-3d a:active{
    top: 3px;
    box-shadow: none;
}
.reader-3d .reader-button:active{
    background: #024;
}


/*シェアボタン*/
.share-3d{
  margin-top: 50px;
  margin-bottom: 30px;
  text-align: center;
}
#content .share-3d-inner a {
  position: relative;
  padding-top: 5px;
  display: inline-block;
  width: 18%;
  line-height: 20px;
  border-radius: 4px;
  font-size: 30px;
  font-weight: normal;
  text-align: center;
  color: #ffffff;
  text-decoration: none;
}
#content .share-3d-inner a:hover {
  color: #fff;
  text-shadow: 0 0 8px #fff;
  text-decoration: none;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
}
.share-3d .small-text{
  font-size: 11px;
  font-weight: normal;
}
.share-3d .hatena-bookmark-button{
  background: #1792ae;
  box-shadow: 0 3px #43638b;
}
.share-3d .twitter-button{
  background: #5c9fc4;
  box-shadow: 0 3px #0092ca;
}
.share-3d .googleplus-button{
  background: #9e3533;
  box-shadow: 0 3px #8d1a0d;
}
.share-3d .facebook-button{
  background: #445c8a;
  box-shadow: 0 3px #2c4373;
}
.share-3d .pocket-button{
  background: #EE4256;
  box-shadow: 0 3px 0 #c24d64;
}
.share-3d a:active{
  top: 3px;
  box-shadow: none;
  text-shadow: 0 0 5px #fff;
  color: #fff;/*16*/
}
.share-3d .hatena-bookmark-button:active{
  background: #43638b;
}
.share-3d .twitter-button:active{
  background: #0092ca;
}
.share-3d .googleplus-button:active{
  background: #ad3a2d;
}
.share-3d .facebook-button:active{
  background: #2c4373;
}
.share-3d .pocket-button:active{
  background: #c0392b;
}


.share-3d-top{
  margin-top: -60px;
  margin-bottom: 30px;
  text-align: right;
}

#content .share-3d-inner-top a{
  position: relative;
  padding: 1px 2px;
  display: inline-block;
  width: 24px;
  line-height: 24px;
  font-size: 20px;
  font-weight: normal;
  text-align: center;
  text-decoration: none;  
}


#content .share-3d-inner-top .hatena-bookmark-button:hover {
  color: #1792ae;
}
#content .share-3d-inner-top .facebook-button:hover {
  color: #445c8a;
}
#content .share-3d-inner-top .twitter-button:hover {
  color: #5c9fc4;
}
#content .share-3d-inner-top .googleplus-button:hover {
  color: #9e3533;
}

#content .share-3d-inner-top .pocket-button:hover {
  color: #EE4256;
}

/*シェアボタン記事上*/
.share-2d{
  margin-top: -35px;
  margin-bottom: 30px;
  text-align: right;
}
#content .share-2d-inner a {
  position: relative;
  padding: 5px;
  display: inline-block;
/*  width: 18%;*/
  line-height: 20px;
  font-size: 20px;
  font-weight: normal;
  text-align: center;
  color: #888;
  text-decoration: none;
}
#content .share-2d-inner a:hover {
  color: #fff;
  text-shadow: 0 0 5px #000;
  text-decoration: none;
    -webkit-transition: 0.s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    -ms-transition: 0.2s;
    transition: 0.2s;
}

/*左回り込み*/
#left{
    float:left;
    padding:0 25px 0px 0px;
}

/*記事所要時間*/
#estimated-area {
    color: #888;
    font-size: 12px;
}
#estimated-area span {
    font-size: 16px;
    font-weight: bold;
    padding: 0 3px;
}


/*リライト日時*/
.lastmod {
    opacity: .6;
    color: #888;
/*  background-color: #111;*/
    padding: 5px 6px;
    text-decoration: none;
    font-size: 12px;
    display: inline;
    margin-left: 10px;
}
.lastmod::before {
    margin-right: 5px;
    padding-left: 3px;
    font-family: FontAwesome;
    content: '\f021';
}
.entry-date a {
    padding: 5px 6px !important;
}
.entry-date a::before {
    margin-right: 5px;
    padding-left: 3px;
    font-family: FontAwesome;
    content: '\f017';
}