/*
Template: hummingbird
Theme Name: hummingbird_custom
Theme URI:http://open-cage.com/hummingbird/
*/


/* H2見出しのステッチをドットラインを無くしてフォントサイズを大きくして角丸をなくす */
.entry-content h2{
font-size:1.4em;
box-shadow: none;
}
.entry-content h2:before,
.entry-content h2:after{
content:none;
}


/* H3タグに背景色を設定する */
.entry-content h3{
background: #dae8de;
}


/* H4タグに下線を設定する */
.entry-content h4{
border-bottom: 3px solid #a7a199;
padding: .5em 0;
}


.entry-content Strong{
background: linear-gradient(transparent 60%, #FF6633 70%);
}


/* サイドバーのカスタマイズ */
.widgettitle {
box-shadow: none;
}
.widgettitle span{
border-top: none;
border-bottom: none
}