@charset "utf-8";
/*
Theme Name: custom
Theme URI: ★ テーマの公式サイトなどのURL（空欄でも可） ★
Template: lightning
Description: ★ テーマの説明（空欄でも可） ★
Author: ★ テーマ作成者の名前（空欄でも可） ★
Tags: 
Version: 5.1.2
*/

/*ヘッダー上部*/
.header-top .header-top-description {
	padding: 4px 0 8px !important;
}
#menu-sub-navi {
	margin-top: 4px;
}
/*テーブルボーダー*/
.wp-block-table :is(table, thead, tbody, tfoot, th, td) {
	border-color: #ddd;
}
/*PageUp*/
.page_top_btn {
	background-color: #00973e;
	box-shadow: none;
	background-size: 70%;
	width: 60px;
	height: 60px;
	border-radius: 30px;
}
/*投稿の次のページ*/
.vk_posts.next-prev {
	display: none;
}