@charset "utf-8";
/*
Theme Name: lightning_child_bowls
Theme URI:
Template: lightning
Description:
Author:oswktr
Tags:
Version: 1.0
*/


.flowtitle {
	text-align: center;
	font-size: 45px;
	font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
	font-weight: bold;
}


/*　リンクスクロール　*/
html {
  scroll-behavior: smooth;
}

/*　テンプレコピーライト削除　*/
.site-footer-copyright p:nth-child(2) {
display:none;
}

/*　投稿者名・投稿日時・更新日時を非表示　*/
.entry-meta-item-author {
	display:none;
}

.entry-meta-item-date {
	display:none;
}

.entry-meta-item-updated {
	display:none;
}

/* アイテムカテゴリ別　検索結果ページ　日時消し*/
.vk_post_date {
	display:none;
}