@charset "UTF-8";

#error h1 {
	display: none;
}

#error #main {
	float: none;
	width: 950px;
	text-align: center;
}

#error #main #message {
	margin: 127px auto 108px;
}

#error #main #message ul.notice {
	margin: -4px 0 0 264px;
	text-align: left;
}

#error #main #message ul.notice li {
	list-style: disc;
	padding: 0 0 8px 0;
}

#error #main #message ul.notice li em {
	color: #000;
}

#error #footer {
	display: none;
}