/*
 Theme Name:   Lightning Child
 Template:     lightning
*/

p {
	margin-block-end:0;
	padding-top:0.3em;
	padding-bottom:0.3em;
}

details p{
	background-color:#f2feff;
	margin-left:0.5em;	
	padding-left:0.5em;
	border-top: solid 1px #59b2b8;
		border-bottom: solid 1px #59b2b8;
}

:where(body .is-layout-flow) > :first-child:first-child {
    margin-block-start:1em;
}


/* 見出し設定 */


.red {
	color: #ff0000;
}

figure.nmbr td {
	vertical-align: top;
}

/* Powered by WordPress & Lightning Theme by Vektor,Inc. technology.を消す */
footer .site-footer-copyright p:nth-child(2) {
	display:none;
}