/*==S記事タイトル下投稿者情報
.entry-content span.byline {
    display:none;
}
.entry-content span.posted-on {
    display:none;
}
.entry-content span.cat-links {
    display:none;
}
==*/
/*==S記事前の記事　次の記事==*/
.post-navigation {
    border-top: none;
    border-bottom: none;
    margin:0;
}
.post-navigation div + div {
    border-top:none;
}
div.nav-previous {
    width:48%;
    float:left;
    text-align:right;
}
div.nav-previous span.meta-nav {
    display:none;
}
div.nav-previous span.screen-reader-text {
    font-size:15px;
    font-weight:normal;
    display:none;
}
div.center-nav {
    font-size:15px;
    text-align:center;
}
.center-nav span.nav-line {
    padding:0.2em;
    /*margin-right:0.5em;*/
	margin-left: 0.25em;
    margin-right: 0.25em;
}
.center-nav span.nav-line a {
    color:#333;
	text-decoration:none;
}
.center-nav span.nav-line ul.post-categories {
    display:inline;
    list-style:none;
    margin:0;
}
.center-nav span.nav-line ul.post-categories li {
    width:15%;
    display:inline;
}

//アーカイブ、カテゴリー
#list .entry .category-title {
    font-size:14px;
}
#list .entry .category-title a {
    color:#333;
}
