


/* 本文の文字サイズ吹き出し以外 */
body {
    font-family: Arial,Helvetica,"游ゴシック",YuGothic,"Hiragino Kaku Gothic ProN",Meiryo,sans-serif;
    font-size: 0.95em;
    line-height: 1.5;
    color: #545B63;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    word-wrap: break-word;
    background: #f7f7f7;
}

.voice {
    margin: 1em 0 1.3em;
    font-size: 1.0em; 
}


/* トップページの記事タイトルサイズ変更 */
.post-list-card .post-list .entry-content .entry-title {
    font-size: 0.9em;
    margin-top: 0.5em;
    margin-bottom: 0.3em;
}

/* トップページ 投稿日の位置を右寄せに変更 */
element.style {
}
.post-list-card .post-list .entry-content p {
    font-size: .9em;
    margin-bottom: 0;
    text-align: right;
}

/* トップページの記事タイトルサイズ変更 */
.header-info a{
display: block;
font-size: .9em;
text-decoration: none;
text-align: center;
color: #ffff;
background: #ff8c00;
padding: .0em;
}

/* トップのラベル消す*/
.post-list-card .post-list .eyecatch .cat-name, .top-post-list .post-list .eyecatch .cat-name, .byline .cat-name, .single .authorbox .author-newpost li .cat-name, .related-box li .cat-name, .carouselwrap .cat-name, .eyecatch .cat-name {
    /* background: #fcee21; */
    /* color: #444444; */
  visibility:hidden
}
