/*
Theme Name: Lightning Child
Theme URI:
Template: lightning
Description:
Author:
Tags:
Version: 0.6.1
*/
/* アイキャッチのカテゴリラベル非表示 */
.vk_post_imgOuter_singleTermLabel {
display: none;
}

/*パンくずリスト非表示*/
.breadcrumb-list{
display:none !important;
}

/* 記事が所属する分類リストを非表示 */
.entry-meta-data-list {
	display: none;
}

/*上に戻るボタンの位置変更*/
.page_top_btn {
    bottom: 10%;
}
