@charset "utf-8";
/* CSS Document */

/*ブログ一覧　日付・カテゴリ消す*/
.blog-list__text {
	display: none;
}

.blog-list__date {
	display: none;
}

.blog-list > ul > li {
	padding: 0 20px 0;
}

/* ブログ記事　投稿者・時間消す */
.entryFooter ul {
	display: none;
}