.d .title {
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	color: #333;
	padding-top: 20px;
}
.d .info {
	text-align: center;
	margin: 20px 0;
	color: #999;
}
.d {
	font-size: 16px;
	line-height: 2;
}
.d p {
	text-indent: 2em;
}
.d .wp-block-separator {
    background-color: #ddd; 
    height:1px; 
    border:none;
    margin: 50px 20px 50px 30px;
}
.d figcaption {
	text-align: center;
}

.sinPage {
	font-size: 14px;
	color: #999;
}
.prev {
	margin-top: 40px;
}
.sinPage a {
	color: #666;
}
.sinPage a:hover {
	text-decoration: underline;
}