/* ページタイトル */
#pagetitle {
	font-size: 1.3em;
	font-weight: bold;
	color: #555;
	line-height: 1.5;
	text-align: center;
	margin-bottom: 1.5em;
}
@media screen and (max-width:480px) {
	#pagetitle {
		width: 92%;
		margin: 1.5em auto;
	}
}

.not-found { margin-bottom: 5rem }

/* search_result.css */
