    @import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);

    body {

    font-family: ‘Noto Sans Japanese’, serif;

    }

    h3, h4, h5, h6 {
    font-family: ‘Noto Sans Japanese’, serif;
    }

.entry-title:before {
    content:''; 
    height: 7px; /* 線太さ */
    width: 100%;
    display: block; 
    position: absolute; 
    top: 13px;  /* 上からの距離 */
    left: 0px; 
    background-color: #B92A2C; /* 背景色 */
    filter: alpha(opacity=40);
    -moz-opacity: 0.40;
    -khtml-opacity: 0.40;
    opacity: 0.40;
    box-shadow: 0px 3px 3px 3px rgba(255,255,255, 0.3) inset;
}
 
a[title="noevent"] { pointer-events: none; }