﻿/*
Theme Name:twentytwentyfour_kids
Template:twentytwentyfour
*/

/* 昔（html時代）から使用しているスタイル */
SPAN.women3 {
    color: fuchsia;
    font-weight: bold;
    font-size: 120%;
}

SPAN.women4 {
    color: fuchsia;
    font-weight: bold;
    font-size: 150%;
}

SPAN.women {
    color: fuchsia;
}

SPAN.women2 {
    color: fuchsia;
    font-weight: bold;
}

SPAN.men3 {
    color: green;
    font-weight: bold;
    font-size: 120%;
}

SPAN.men4 {
    color: green;
    font-weight: bold;
    font-size: 150%;
}

SPAN.men {
    color: green;
}

SPAN.men2 {
    color: green;
    font-weight: bold;
}

SPAN.key3 {
    color: blue;
    font-weight: bold;
    font-size: 120%;
}

SPAN.key4 {
    color: blue;
    font-weight: bold;
    font-size: 150%;
}

SPAN.key {
    color: blue;
}

SPAN.key2 {
    color: blue;
    font-weight: bold;
}

SPAN.red3 {
    color: red;
    font-weight: bold;
    font-size: 120%;
}

SPAN.red4 {
    color: red;
    font-weight: bold;
    font-size: 150%;
}

SPAN.red5 {
    color: red;
    font-weight: bold;
    font-size: 200%;
}

SPAN.red {
    color: red;
}

SPAN.red2 {
    color: red;
    font-weight: bold;
}

SPAN.hosoku {
    color: dimgray;
    font-size: 90%;
}

SPAN.k-kaz3 {
    color: #c0f;
    font-weight: bold;
    font-size: 120%;
}

SPAN.k-kaz4 {
    color: #c0f;
    font-weight: bold;
    font-size: 150%;
}

SPAN.k-kaz {
    color: #c0f;
}

SPAN.k-kaz2 {
    color: #c0f;
    font-weight: bold;
}

/* 昔（html時代）から使用しているスタイル ここまで*/


/* WordPress用
テーマ：Twenty Nineteen */

/* 文字装飾 WP用*/

body {
    font-size: 19px !important;
    background: #f5f5f5;
}

/* これだとホーム画面でしか背景色の変更ができなかった
.home .has-post-thumbnail {
    background: #fff;
} */

/* これなら、ホーム、カテゴリ、アーカイブ等の一覧で背景色の変更が可能 */
.hfeed .has-post-thumbnail {
    background: #fff;
}

/* Gutenberg用 基本フォントサイズ変更 */
.components-autocomplete div.editor-styles-wrapper {
    font-size: 19px !important;
}

div.components-autocomplete p:not(.has-text-color):not(.wp-block-cover-text) {
    font-size: 19px;
}

.red {
    color: #ff0000;
}

.min {
    font-size: 0.8em !important;
}

.has-red-n-color {
    color: #ff0000;
    font-size: 1.125em;
}

.has-red-lb-color {
    color: #ff0000;
    font-weight: bold;
    font-size: 1.6875em;
}

.has-red-llb-color {
    color: #ff0000;
    font-weight: bold;
    font-size: 2.25em;
}

.has-red-n-background-color,
.has-red-lb-background-color,
.has-red-llb-background-color {
    background-color: #ff0000;
}

.has-men-n-color {
    color: #008000;
    font-size: 1.125em;
}

.has-men-lb-color {
    color: #008000;
    font-weight: bold;
    font-size: 1.6875em;
}

.has-men-llb-color {
    color: #008000;
    font-weight: bold;
    font-size: 2.25em;
}

.has-men-n-background-color,
.has-men-lb-background-color,
.has-men-llb-background-color {
    background-color: #008000;
}

.has-women-n-color {
    color: #ff00ff;
    font-size: 1.125em;
}

.has-women-lb-color {
    color: #ff00ff;
    font-weight: bold;
    font-size: 1.6875em;
}

.has-women-llb-color {
    color: #ff00ff;
    font-weight: bold;
    font-size: 2.25em;
}

.has-women-n-background-color,
.has-women-lb-background-color,
.has-women-llb-background-color {
    background-color: #ff00ff;
}

.has-k-kaz-n-color {
    color: #cc00ff;
    font-size: 1.125em;
}

.has-k-kaz-lb-color {
    color: #cc00ff;
    font-weight: bold;
    font-size: 1.6875em;
}

.has-k-kaz-llb-color {
    color: #cc00ff;
    font-weight: bold;
    font-size: 2.25em;
}

.has-k-kaz-n-background-color,
.has-k-kaz-lb-background-color,
.has-k-kaz-llb-background-color {
    background-color: #cc00ff;
}

.has-hosoku-n-color {
    color: #696969;
    font-size: 0.8em;
}

.has-hosoku-n-background-color {
    background-color: #696969;
}

.has-white-n-color {
    color: #ffffff;
    font-size: 1.125em;
}

.has-white-n-background-color {
    background-color: #ffffff;
}

/* カラーパレットで装飾したもの以外の太字に蛍光ペン */
p:not(.has-text-color) strong {
    background-image: linear-gradient(transparent 70%, #c1e0ff 70%);
}

/* コンテンツ内の画像に影を付ける */
.blocks-gallery-item img,
.wp-block-image img {
    box-shadow: 5px 10px 20px rgba(0, 0, 0, 0.25);
}

/* タイトル装飾変更 */
/* .components-autocomplete は Gutenberg用に追加している
   エディタ画面はブラウザキャッシュが効いているので、ブラウザでキャッシュ削除してから確認 */
.components-autocomplete h2,
body:not(.home) article h2:not(.entry-title) {
    position: relative;
    background: #cae7f2;
    padding: 4px 5px 4px 50px;
    margin-top: 50px !important;
    font-size: 1.2em;
    color: #474747;
    border-radius: 0 10px 10px 0;
}

.components-autocomplete h2:before,
body:not(.home) article h2:not(.entry-title):before {
    font-family: Font Awesome\ 5 Free !important;
    content: "\f303";
    display: inline-block;
    line-height: 40px;
    position: absolute;
    padding: 0em;
    color: white;
    background: #44A5CB;
    width: 50px;
    text-align: center;
    height: 50px;
    line-height: 40px;
    left: -0.5em;
    top: -10%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border: solid 3px white;
    border-radius: 50%;
}

article h3 {
    border-bottom: 3px solid #767676;
    /*下線薄い方の色*/
    position: relative;
    padding: 10px 0 0px 0px;
    font-size: 20px;
    /*文字サイズ*/
}

article h3:before {
    content: "";
    position: absolute;
    bottom: -3px;
    height: 3px;
    background: #000;
    /*下線濃い方の色*/
    width: 20%;
    /*下線濃い方の長さ*/
}

article h4 {
    display: inline;
    padding: 5px 10px;
    font-size: 18px;
    /*文字サイズ*/
    background: #767676;
    /*背景色*/
    color: #fff;
    /*文字色*/
}

/* リスト装飾 */
ul.list {
    background: #fffcf4;
    border-radius: 8px;
    /*角の丸み*/
    box-shadow: 0px 0px 5px silver;
    /*5px=影の広がり具合*/
    padding: 0.5em 0.5em 0.5em 2em;
}

ul li.list {
    line-height: 1.5;
    padding: 0.5em 0;
}

/* リンク装飾 */
/* Amazonアフェリエイトは外部ウィンドウで開くアイコンを付けない
    それ以外の外部サイトはアイコンを付ける */
a:not([href*="kkaz-22"]):not(.noicon)[target="_blank"]::after {
    content: "\f360";
    font-size: 0.8em;
    font-family: Font Awesome\ 5 Free;
    font-weight: 900;
    padding-left: 0.5em;
}

/* 文字装飾 WP用 ここまで*/


/* トップページの表示 */
.hfeed .entry .entry-header h2 {
    font-size: 17px;
}

.pagination {
    width: 100%;
    text-align: center;
    margin-top: 30px;
}

.pagination .nav-links {
    margin: 0 auto;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
}

.entry {
    margin-top: 70px;
    padding: 5px 0px;
}

.hfeed .post-thumbnail {
    margin-bottom: 10px;
}

.hfeed .entry .entry-header,
.hfeed .entry .entry-footer {
    margin-top: 0;
    margin-bottom: 0;
}

.hfeed .entry .entry-header h2:before {
    content: none;
}

@media screen and (min-width: 481px) {
    .hfeed .site-main {
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: space-around;
        justify-content: space-around;
        width: 80%;
        margin: auto;
        padding: 20px 0;
    }

    .hfeed article {
        width: 42%;
        /*１つあたりのブロック横幅*/
        padding: 20px 10px;
        border: 1px solid #ababab;
        border-radius: 5px;
        transition-duration: .4s;
        margin-top: 20px;
    }

    .hfeed article:hover {
        transform: translateY(-2px);
        box-shadow: 1px 0px 2px 1px rgba(0, 0, 0, 0.2);
    }

    .hfeed article .entry-title {
        margin-bottom: 10px;
    }

    .hfeed .entry:first-of-type {
        margin-top: 20px;
    }

    .hfeed article h2 {
        font-size: 18px;
    }

    .hfeed article h2::before {
        content: none !important;
    }

    .hfeed .page-header {
        width: 80%;
        margin: auto;
        text-align: center;
    }

    .hfeed .entry .entry-header,
    .hfeed .entry .post-thumbnail,
    .hfeed .entry .entry-footer,
    .archive .page-header,
    .search .page-header {
        margin: auto;
    }

    .hfeed .entry .post-thumbnail {
        position: relative;
        display: block;
        overflow: hidden;
        height: 170px;
        margin-bottom: 10px;
    }

    .hfeed .entry .post-thumbnail a img {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        width: 100%;
    }

    .hfeed .entry {
        padding: 10px 10px;
    }
 }

@media screen and (min-width:768px) {
    .hfeed article {
        /*１つあたりのブロック横幅*/
        width: 32%;
    }
}

@media screen and (min-width:1168px) {
    .hfeed article {
        /*１つあたりのブロック横幅*/
        width: 24%;
    }
}

/* トップページのタイル表示 ここまで*/


/* ボックス集 */
.box2 {
    display: block;
    padding: 0.5em 1em;
    margin: 2em 0;
    font-weight: bold;
    color: #6091d3;
    /*文字色*/
    background: #FFF;
    border: solid 3px #6091d3;
    /*線*/
    border-radius: 10px;
    /*角の丸み*/
}

.box1 {
    display: inline;
    padding: 0.5em 1em;
    margin: 1em 0;
    background: #f4f4f4;
    border-left: solid 6px #5bb7ae;
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.33);
}

.box3 {
    display: block;
    background: #17a3e9;
    border-radius: 5px;
    padding: 0.5em 1em;
    margin: 2em;
    color: #fff;
}

.box0 {
    display: inline-block;
    padding: 0.5em 1em;
    margin: 2em 0;
    background: whitesmoke;    /*背景色*/
    border-top: solid 6px gray;
    box-shadow: 0 3px 4px rgba(0, 0, 0, 0.32);    /*影*/
    font-size: 70%;
    color: dimgray;
}

.box-hosoku,.box-hitori {
    background-color: #FFF;
    border: 2px solid gray;
    border-radius: 4px;
    margin: 2em 0;
    padding: 0.5em;
    box-shadow: 2px 5px 10px rgba(0, 0, 0, 0.25);
}
.box-hosoku::before {
    content: '補足\A';
    white-space: pre;
    border-bottom: solid 1px gray;
}
.box-hitori::before {
    content: 'ひとり言\A';
    white-space: pre;
    border-bottom: solid 1px gray;
}

.box-link {
    display: inline-block;
    padding: 0.5em !important;
    margin: 0.5em 0 !important;
    background: #FFF;
    border-left: solid 6px #5bb7ae;
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.33);
    font-size: 0.8em !important;
    color: dimgray;
}

.box-link a:before {
    content: "\f0c1";
    font-size: 1.2em;
    font-family: Font Awesome\ 5 Free;
    font-weight: bold;
    padding-right: 0.2em;
}

.box-link a {
    text-decoration: none !important;
    font-size: 1em;
}

.ul-box {
    display: flex;
    padding: 0 !important;
    margin: 0 !important;
    list-style-type: none !important;
    /*ポチ消す*/
    background: #f4f4f4;
    border-left: solid 6px #5bb7ae;
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.33);
    max-width: 600px !important;
}

.ul-box li {
    padding: 0.2em;
    display: inline-box !important;
}

.us-box li .ic {
    color: dimgray !important;
}

.ul-box li .kiji {
    font-size: 0.8em;
}

.ul-box li .title {
    font-size: 0.6em;
    color: gray !important;
}

.box-min {
    background: #fffcf4;
    border-radius: 8px;
    /*角の丸み*/
    box-shadow: 0px 0px 5px silver;
    /*5px=影の広がり具合*/
    padding: 0.5em;
    font-size: 0.8em;
}

/* list メニュー > 用 */

ul.list-arrow {
    border: solid 2px #ffb03f;
    padding: 0 0.5em;
    position: relative;
}

ul.list-arrow li {
    line-height: 1.5;
    padding: 0.5em 0 0.5em 1.4em;
    border-bottom: dashed 1px silver;
    list-style-type: none !important;
}

ul.list-arrow li:before {
    font-family: Font Awesome\ 5 Free;
    font-weight: 900;
    content: "\f138";
    /*アイコン種類*/
    position: absolute;
    left: 0.5em;
    /*左端からのアイコンまで*/
    color: #ffb03f;
    /*アイコン色*/
}

ul.list-arrow li:last-of-type {
    border-bottom: none;
}
/* list メニュー > 用 ここまで*/

/* 固定ページ words 用*/
.box-words {
    padding: 1em 1em;
    margin: 2em 0;
    color: #565656;
    background: #ffeaea;
    box-shadow: 0px 0px 0px 10px #ffeaea;
    border: dashed 2px #ffc3c3;
    border-radius: 8px;
    font-size: 0.8em !important;
}

.box-words::first-line {
    font-size: 0.9rem !important;
}

/* 固定ページ words 用 ここまで*/

/* ボックス集 ここまで*/

/* 関連記事 */
.kanrenkiji-box {
    display: block;
    position: relative;
    padding: 0.5em 1em !important;
    border-top: solid 1.5em gray;
    box-shadow: 0 0.2em 0.3em rgba(0, 0, 0, 0.22);
    font-size: 80%;
    margin: calc(2 * 1rem) 1rem;
    background: #fff;
}

.kanrenkiji-date {
    color: dimgray;
    font-size: 80%;
}

.kanrenkiji-box p {
    margin: 0.5em;
}

.kanrenkiji-box ul {
    margin: 0.5em;
}

.kanrenkiji-box li {
    line-height: 1.2em;
    margin-bottom: 1em;
}

@media only screen and (min-width: 768px) {
    .kanrenkiji-box {
        max-width: calc(8 * (100vw / 12) - 28px);
    }
}

@media only screen and (min-width: 1168px) {
    .kanrenkiji-box {
        max-width: calc(6 * (100vw / 12) - 28px);
    }
}

@media only screen and (min-width: 768px) {
    .kanrenkiji-box {
        margin: calc(3 * 1rem) calc(10% + 60px);
    }
}

/* 関連記事 ここまで*/

/* Google Web Fonts */
/* Noto Sans CJK JP は、android標準フォントなのでローカル表示可能（速い） */
/* Robot と Noto Sans JP がWebフォント */
html[lang="ja"] .site * {
    font-family: 'Roboto', 'Noto Sans CJK JP', 'Noto Sans JP', sans-serif !important;
}

/* Google Web Fonts ここまで*/

/* 初期フォントを変更
html[lang="ja"] .site *{
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif !important;
}
初期フォントを変更 ここまで */

/* font awesome */
/* ..components-autocomplete i.fab(far,fas) , は、エディタ画面用 */
.components-autocomplete i.fas,
html[lang="ja"] .fas {
    font-family: Font Awesome\ 5 Free !important;
}

.components-autocomplete i.far,
html[lang="ja"] .far {
    font-family: Font Awesome\ 5 Free !important;
}

.components-autocomplete i.fab,
html[lang="ja"] .fab {
    font-family: Font Awesome\ 5 Brands !important;
}

/* font awesome ここまで*/

/* 引用 */
.wp-block-quote {
    position: relative;
    padding: 25px 15px 5px !important;
    box-sizing: border-box;
    background: #e6e6e6;
    box-shadow: 0 3px 4px rgba(0, 0, 0, 0.15);
    border-left: none !important;
}

.wp-block-quote:before {
    display: inline-block;
    position: absolute;
    top: -8px;
    left: 9px;
    width: 40px;
    height: 30px;
    vertical-align: middle;
    text-align: center;
    content: "\f10d";
    font-family: Font Awesome\ 5 Free;
    color: #FFF;
    font-size: 18px;
    line-height: 30px;
    background: #6fcdd9;
    font-weight: 900;
}

.wp-block-quote:after {
    position: absolute;
    content: "";
    top: -8px;
    left: 49px;
    border: none;
    border-bottom: solid 8px #6cacb5;
    border-right: solid 9px transparent;
}

.wp-block-quote p {
    position: relative;
    padding: 0;
    margin: 0;
    z-index: 3;
    line-height: 1.5;
    font-style: italic !important;
    font-size: 0.8em !important;
    color: #484848;
}

.wp-block-quote cite {
    display: block;
    text-align: right;
    color: #888888;
    font-size: 0.71111em !important;
    margin: 0 !important;
}

/* 引用 ここまで */


/* パンくず */
#breadcrumb ul{
    padding-left: 2px;
/*    border-bottom: dotted 0.1em;
    border-color: #a8a8a8; */
    font-size: 0.9em;
}

#breadcrumb li{
    display: inline;
    list-style-type: none;
    }

#breadcrumb li a{
    text-decoration: none;
    color: #a8a8a8;
    }
    
#breadcrumb li:after{
    content: '>';
    padding: 0 3px;
    color: #a8a8a8;
    }
        
#breadcrumb li:last-child:after{
        content: '';
    }

#breadcrumb li:first-child a:before{
    font-family: Font Awesome\ 5 Free;
    content: '\f015';
    font-weight: 900;
    }

/* 愛しのあの娘 k-kaz.css */
SPAN.t { color: yellow; font-size: 1.5em; font-weight: bold;}
SPAN.time { color: rgb(153,153,153);}
SPAN.rn { color: red;}
SPAN.r0 { color: red; font-size: 0.8em;}
SPAN.r { color: red; font-weight: bold; font-size: 1.2em;}
SPAN.r2 { color: red; font-weight: bold; font-size: 1.5em;}
SPAN.rn2 { color: red; font-size: 1.5em;}
SPAN.r3 { color: red; font-weight: bold; font-size: 2em;}
SPAN.rn3 { color: red; font-size: 2em;}
SPAN.r4 { color: red; font-weight: bold; font-size: 2.5em;}
SPAN.rn4 { color: red; font-size: 2.5em;}
SPAN.r5 { color: red; font-weight: bold; font-size: 3em;}
SPAN.rn5 { color: red; font-size: 3em;}
SPAN.r6 { color: red; font-weight: bold; font-size: 7em;}
SPAN.y0 { color: yellow; font-size: 0.8em;}
SPAN.yn { color: yellow;}
SPAN.y { color: yellow; font-weight: bold; font-size: 1.2em;}
SPAN.y2 { color: yellow; font-weight: bold; font-size: 1.5em;}
SPAN.yn2 { color: yellow; font-size: 1.5em;}
SPAN.y3 { color: yellow; font-weight: bold; font-size: 2em;}
SPAN.yn3 { color: yellow; font-size: 2em;}
SPAN.y4 { color: yellow; font-weight: bold; font-size: 2.5em;}
SPAN.yn4 { color: yellow; font-size: 2.5em;}
SPAN.y5 { color: yellow; font-weight: bold; font-size: 3em;}
SPAN.yn5 { color: yellow; font-size: 3em;}
SPAN.p05 { color: rgb(255,153,255); font-size: 0.6em;}
SPAN.p0 { color: rgb(255,153,255); font-size: 0.8em;}
SPAN.pn { color: rgb(255,153,255);}
SPAN.p { color: rgb(255,153,255); font-weight: bold; font-size: 1.2em;}
SPAN.p2 { color: rgb(255,153,255); font-weight: bold; font-size: 1.5em;}
SPAN.pn2 { color: rgb(255,153,255); font-size: 1.5em;}
SPAN.p3 { color: rgb(255,153,255); font-weight: bold; font-size: 2em;}
SPAN.pn3 { color: rgb(255,153,255); font-size: 2em;}
SPAN.p4 { color: rgb(255,153,255); font-weight: bold; font-size: 2.5em;}
SPAN.pn4 { color: rgb(255,153,255); font-size: 2.5em;}
SPAN.p5 { color: rgb(255,153,255); font-weight: bold; font-size: 3em;}
SPAN.pn5 { color: rgb(255,153,255); font-size: 3em;}
SPAN.bp0 { color: rgb(153,153,255); font-size: 0.8em;}
SPAN.bpn { color: rgb(153,153,255);}
SPAN.bp { color: rgb(153,153,255); font-weight: bold; font-size: 1.2em;}
SPAN.bp2 { color: rgb(153,153,255); font-weight: bold; font-size: 1.5em;}
SPAN.bpn2 { color: rgb(153,153,255); font-size: 1.5em;}
SPAN.bp3 { color: rgb(153,153,255); font-weight: bold; font-size: 2em;}
SPAN.bpn3 { color: rgb(153,153,255); font-size: 2em;}
SPAN.bp4 { color: rgb(153,153,255); font-weight: bold; font-size: 2.5em;}
SPAN.bpn4 { color: rgb(153,153,255); font-size: 2.5em;}
SPAN.bp5 { color: rgb(153,153,255); font-weight: bold; font-size: 3em;}
SPAN.bpn5 { color: rgb(153,153,255); font-size: 3em;}
SPAN.g0 { color: rgb(153,153,153); font-size: 0.8em;}
SPAN.gn { color: rgb(153,153,153);}
SPAN.g { color: rgb(153,153,153); font-weight: bold; font-size: 1.2em;}
SPAN.g2 { color: rgb(153,153,153); font-weight: bold; font-size: 1.5em;}
SPAN.gn2 { color: rgb(153,153,153); font-size: 1.5em;}
SPAN.g3 { color: rgb(153,153,153); font-weight: bold; font-size: 2em;}
SPAN.gn3 { color: rgb(153,153,153); font-size: 2em;}
SPAN.g4 { color: rgb(153,153,153); font-weight: bold; font-size: 2.5em;}
SPAN.gn4 { color: rgb(153,153,153); font-size: 2.5em;}
SPAN.g5 { color: rgb(153,153,153); font-weight: bold; font-size: 3em;}
SPAN.gn5 { color: rgb(153,153,153); font-size: 3em;}
SPAN.w0 { font-size: 0.8em;}
SPAN.w { font-weight: bold; font-size: 1.2em;}
SPAN.w2 { font-weight: bold; font-size: 1.5em;}
SPAN.wn2 { font-size: 1.5em;}
SPAN.w3 { font-weight: bold; font-size: 2em;}
SPAN.wn3 { font-size: 2em;}
SPAN.w4 { font-weight: bold; font-size: 2.5em;}
SPAN.wn4 { font-size: 2.5em;}
SPAN.w5 { font-weight: bold; font-size: 3em;}
SPAN.wn5 { font-size: 3em;}
div.m1 { margin-left: 1em;}
div.m2 { margin-left: 2em;}
SPAN.b { margin: 30px 30px; padding: 10px; border-top: medium solid #0000ff;}
.c {text-align:center;}
.r {text-align:right;}
/* 愛しのあの娘 k-kaz.css ここまで */

/* snsシェアボタン */
.fa-hatena:before {
    font-family: Verdana;
    font-weight: bold;
    content: 'B!';
  }
   
  .share {
    margin-top: 40px;
    margin-bottom: 40px;
  }
   
  .share ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }
   
  .share ul:after {
    display: block;
    clear: both;
    content: '';
  }
   
  .share li {
    float: left;
    width: 20%;
    margin: 2px;
    margin-top: 15px;
  }
   
  .share li a {
    display: block;
    padding: 10px;
    text-align: center;
    text-decoration: none;
    color: #fff;
    background: #fff;
    border-radius: 10px;
    border: 1px solid #dcdcdc;
    box-shadow: 2px 5px 10px rgba(0, 0, 0, 0.25);
  }
   
  .share li a:hover {
    opacity: .8;
  }
   
  .share li a:visited {
    color: #fff;
  }
   
  .tweet a {
    color: #55acee !important;
  }
   
  .facebook a {
    color: #315096 !important;
  }
   
  .googleplus a {
    color: #dd4b39 !important;
  }
   
  .hatena a {
    color: #008fde !important;
  }
   
  @media(max-width: 599px) {
    .share li {
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      padding: 3px;
    }
    .share li i {
      font-size: 1.3em;
      padding-top: 3px;
    }
    .share li span {
      display: none;
    }
  }
/* snsシェアボタン ここまで*/

/* gist スタイル調整 */
.gist * {
    font-size: 1em !important;
}
.gist-meta {
    display: none; /* フッタ非表示 */
  }
.gist-file {
    border-bottom: none !important; /* コード領域の下枠線削除 */
  }
table.highlight tr:nth-child(2n+1) td {
    background: #f0f8ff; /* 奇数行だけ色を付ける */
  }
.gist-data{
    max-height:400px!important; /* 枠の高さを調整 */
    padding: 5px;
  }
table.highlight tr td,table.highlight tr td span {
    border: none;
  }
