/* <system section="theme" selected="11696248318753226143"> */
/* <system section="theme" selected="11696248318753226143"> */
@import "https://blog.hatena.ne.jp/css/theme/retropop/retropop.css";
/* </system> */
/* </system> */

/* <system section="background" selected="natural-05"> */
body{ background-image: url('https://cdn.blog.st-hatena.com/images/theme/backgrounds/2014/natural-05.png?version=004e9306eb273d9b47f75e31b4fe8453475bcdb2&env=production'); background-repeat: repeat; background-attachment: fixed; background-position: 0 0; background-size: 539px 200px; } @media (-webkit-min-device-pixel-ratio: 2) { body {background-image: url('https://cdn.blog.st-hatena.com/images/theme/backgrounds/2014/natural-05@2x.png?version=54b26b0ec5d14bfeee099df3ddba6843995ac2ae&env=production');} }
/* </system> */
/*改行で行間が広くならないようにする*/
.entry-content p { margin:0}

/*記事タイトルの色とサイズを変更*/
.entry-content h4 {
     font-size:17px;
}
/*記事内のリンクの色を変更*/
.entry-content a {
    color:#A52A2A; /*リンクの文字色*/
}
.entry-content a:hover {
    color: #A0522D; /*マウスオンオーバー時の文字色*/
}
/* 邪魔なキーワード下線を消す */
a.keyword {
    border: 0 !important;
    text-decoration: none !important;
    pointer-events: none !important;
    cursor: default;
    color: #5A5A5A;
}
/*記事の色とサイズを変更*/
.entry-content p {
    color: #000000;
    font-size:16px;

}
/*続きを読むボタン*/
.entry-content .entry-see-more {
 padding:0;
 width: 146px;
 height: 46px;
 line-height: 46px;
 color: #FFF;/*文字色*/
 background-color:#dc4e4e;/*背景色*/
 font-size: 18px;
 font-weight: 500;
 text-align: center;
 display: inline-block;
 text-decoration: none;
 -webkit-border-radius:30px;/*角丸はここを『30』*/
 border-radius:30px; /*角丸はここを『30』*/
 border: solid 2px #dc4e4e;/*押す前の線の色（同色の枠線があります）*/
 -webkit-transition: all .3s;
 transition: all .3s;
}

.entry-content .entry-see-more:hover {
 color: #dc4e4e;/*押した後の文字色*/
 background-color: transparent;
 border: solid 2px;
 border-color: #dc4e4e;/*線の色*/
}
/*しぇあボタン*/
.share-flat {
    overflow: hidden;
    margin-bottom: 30px;
}
.share-flat-inner a {
    box-sizing: border-box;
    width: 20%;
    float: left;
    text-align: center;
    text-decoration: none;
    border: 1px solid black;
    background-color: white;
    color: black;
    transition: background-color 0.4s ease-in-out 0s;
}
.share-flat-inner a:hover{
    background-color: black;
    color: white;
}
.share-flat-inner a:nth-child(2),
.share-flat-inner a:nth-child(4){
    border-left: 0;
    border-right: 0;
}

#copyright {
    padding: 20px;
    text-align: center;
    background: #FFDBC9;/*背景色 */
    font-size: 12px;
    color:##000000;/*文字色*/
}
#copyright a {
    color:#000000;/*コピーライト */
}