/* カスタム CSS をここに入力してください */

a{
 text-decoration: underline;
}

.entry-content h4 {
font-weight: bold;
border-left: solid 5px #182f44;
padding: 12px 13px 10px;
background: #F5F5F5;
border-bottom: none;
  border-radius: 0 30px 30px 0 / 0 30px 30px 0;
}

.entry-content h3 {
background: #F5F5F5;
padding: 18px 17px 14px;
border-radius: 10px 10px 0 0 / 10px 10px 0 0;
}

.entry-content h2 {
background: #424242;
padding: 20px 17px 15px;
border-radius: 10px 10px 0 0 / 10px 10px 0 0;
}

/* 広告バナーは角が丸くならないように */
a img {
 border-radius: 0 !important; 
}

/* リンクの下線をシェアボタンには出さない */
.normal-sns .sns-btn__item a {
text-decoration: none;
}

/* 目次 - toc */
#toc_container.toc_white {
background: #FFEFEF;
border-left: none;
border-bottom: none;
border-right: none;
border-radius: 0 0 10px 10px / 0 0 10px 10px;
}

/* SANGOのメモボックスのカスタマイズ */
.memo {
    background: #FFEFEF;
  border-radius: 10px
}
.memo_ttl {
    color: #424242;
  margin-bottom: 15px;
}
.memo_ttl:before {
    background: #FC6E70;
 }

/* 記事の上に出てくるSANGOのポップするシェアボタン */
.accent-bc {
    background-color: #FFEFEF !important;
  
}
.fa-share-alt:before {
color: #424242;
}

/* SANGOのタイトルつきボックス */
.box26 {
    border: solid 3px #424242;
}
.box26 .box-title {
    color: #424242;
}
.box28 {
    border: solid 2px #424242;
}
.box28 .box-title {
    left: -2px;
    background: #424242;
}
.box29 {
    border: solid 2px #424242;
}
.box29 .box-title {
    background: #424242;
}

.box3 {
  background: #f5f5f5;
  border-radius: 10px;
}

/* 画像 - img */
.entry-content img {
border-radius: 10px;
}

/* オススメ記事 */
.recommend_ttl {
  font-family: "Quicksand","Avenir","Arial", YuGothic,"Yu Gothic","Hiragino Sans","ヒラギノ角ゴシック","メイリオ", Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
 color: #ACAFB6; 
      font-size: 1.2em;
}
.footer-meta_title {
  display: block;
  text-align: left;
    font-size: 1.1em;
  font-weight: bold;
  padding: 50px 0 0;
}

/* 吹き出しの丸枠 */
.faceicon img {
border-radius: 50%;
}

/* サイドバーの見出し */
#sidebar1 h4:first-child, #nav_drawer h4:first-child {
border-radius: 5px;
}
#sidebar1 img {
  border-radius:5px;
}

/* 合わせて読みたい */
.my-related-post {
 background: #ae1710;
color: white;
font-weight: bold;
margin-bottom: 0;
padding-left: 15px;
padding-top: 2px;
width: 168px;
position: relative;
top: 10px; 
}

/* rinkerの商品写真 */
div.yyi-rinker-contents img {
border-radius: 0;
}