/* 個別投稿ページ */
div#content {
	margin-top: 0!important;
}
div#content-in {
	margin-top: 0!important;
}
main#main {
	display: flow-root;
	background-color: #f4f5f7;
}
.content-wrapper {
	width: 96%;
	max-width: 800px;
	margin: 86px auto 12px auto!important;
	padding: 1.5rem;
	border: solid 1px #ddd;
	border-radius: 5px;
	background-color: #fff;
}