@import url("https://codomisu.sakura.ne.jp/minimalism/old.css");



/* <system section="background" selected="fff"> */
body{background:#fff;}
/* </system> */

/* ### ヘッダーの背景色 ### */
#blog-title{
  background: #FFC679 !important;
}
/* ### ブログタイトルの文字色 ### */
#title a{
  color: #FFF !important; 
}
/* ### ブログ説明の文字色 ### */
#blog-description{
  color:#FFF !important; 
}

/* ### シェアボタンの色 ### */
.share_btn {
  background: #FFC679 !important;
}

/* ### 何分前の削除 ### */
span.author.vcard{ 
display:none; 
} 

/* ### 見出し ### */
.entry-content h2{
  position: relative;
  color: #fffdfc ;
  background: #FFC679;
  line-height: 1.4;
  padding: 0.5em 0.5em 0.5em 1.8em;
}

.entry-content h2:before {/*疑似要素*/
  font-family: FontAwesome;
  content: "\f0f5";
  position: absolute;
  left : 0.5em; /*左端からのアイコンまでの距離*/
}

.entry-content h3 {
color: #494949;/*文字色*/
border-bottom: double 5px #FFC679 ;
/*線の種類（二重線）太さ 色*/
}

.entry-content h4 {
padding: 0.25em 0.5em;/*上下 左右の余白*/
color: #494949;/*文字色*/
background: transparent;/*背景透明に*/
border-left: solid 5px #FFC679 ;/*左線*/
}

/* ### サイドバータイトル ### */
.hatena-module-title {
    padding: 6px 0;
    color: #fff !important;
    text-align: center;
    background: #FFC679;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    text-decoration: bold;
    border-radius: 4px;
}

.hatena-module-title a {
    color: #fff;
}

.hatena-module-title:before {
    content: none;
}