.post_content h2, .toppage-block-wrap h2, .toppage-siteinfo h2, .toppage-infomation h2{
    margin: 20px 0;
    font-size: 1.5em;
    font-weight: bold;
    color: #1DB3CE;
    padding: 0.5em 0;
    border-top: solid 3px #1DB3CE;
    border-bottom: solid 3px #1DB3CE;
}
.post_content h3, .toppage-block-wrap h3, .toppage-siteinfo h3, .toppage-infomation h3{
margin: 20px 0;
    font-size: 1.3em;
    font-weight: bold;
    padding: 0.25em 0.5em;
    color: #1DB3CE;
    background: transparent;
    border-left: solid 5px #1DB3CE;
}
.post_content th {
    background: #444444;
}

#related_post ol{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#related_post li {
	flex-basis: 30%;
	width: 100%;
}
@media screen and (max-width:782px) {
	#related_post li {
	flex-basis: 45%;
    }
}

body.blog #archive_headline{
	display: none;
}
body.blog #archive_desc{
	display: none;
}

.s_table{
	word-break: break-all;
}