/* list */
.excerpt-wrap li, .nv-content-wrap li {
    margin-top: 0;
}

/* table */
tr:nth-child(odd) {
    background-color: #eee;
}
tr td:first-child {
    font-weight: bold;
}
td {
	border-bottom:none;
}

/* headline */
h3.wp-block-heading {
	border:2px solid #000;
	padding:0.3em 0.7em;
	margin-top:1em
}
h4.wp-block-heading {
	background-color:#ededed;
	padding:0.3em 0.7em
}
h5.wp-block-heading {
	background: linear-gradient(transparent 60%, #F5EBC4 60%);
	padding-left:0.5em;
}

/* footer */
div.menu-footer-menu-01-container ul li {
	font-size:0.9em;
	margin-top: 0px; 
}
div.menu-footer-menu-02-container ul li {
	font-size:0.9em;
	margin-top: 0px; 
}

/* copy right */
/* div.component-wrap {display:none;} */

/* Neve フッター下部エリアを完全に非表示 */
footer.site-footer .footer-bottom,
footer.site-footer .footer--row-bottom,
footer.site-footer [class*="footer_copyright"],
footer.site-footer [class*="copyright"] {
    display: none !important;
    height: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: hidden !important;
} 

