
/* **************************************************

  		　      　ブログ記事一覧s

************************************************** */
section#blog_single {
    background:#000;
    padding:1rem 0 3rem;
}


.wp-block-post-date time {
    color:#fff;
    display:inline-block;
    font-size:1rem;
    line-height:1em;
    padding:0.15rem 0.5rem;
}
h1.wp-block-post-title {
    display:block;
    border-bottom:1px solid #eee;
    font-weight:bold;
    font-size:1.6rem;
    line-height:1em;
    margin:0 0 3rem 0;
    padding:0.5rem 0.5rem 1rem;
    color:#fff;
}

/* -----------------------------------------------------
　　　　　　　　　　　　共通
----------------------------------------------------- */
.entry-content {
    padding:0 1rem;
    margin:0 auto;
}
.entry-content figure {
	text-align:center;
}
.entry-content img {
	margin:0 auto;
}
.entry-content p {
	text-align:left;
    margin-bottom:1.5rem;
    color:#fff;
}
.entry-content p a {
    color:#fff;
    text-decoration:underline;
}

.entry-content iframe {
	width:100%;
	height:auto;
	aspect-ratio:16/9;
}
.entry-content table {
	border-collapse:collapse;
	border:0;
	margin:0;
	padding:0;
}
.entry-content table tr th {
	margin:0;
	padding:0;
}
.entry-content table tr td {
	word-break: break-all;
	margin:0;
	padding:0;
}
.entry-content table tr th ,
.entry-content table tr td {
	padding:0.5rem 1rem;
}





