@charset "utf-8";
.error404 {
	width: 557px;
	border-top: 6px solid #ff9a00;
	background-color: #fffff5;
	text-align: center;
	padding-bottom: 60px;
	position: relative;
}
.error404:after {
	content: "";
	width: 557px;
	height: 59px;
	display: block;
	background: url(./image/erro_foot.jpg) no-repeat 0 0;
	position: absolute;
	left: 0;
	bottom: 0;
}
.error404 img {
	padding: 24px 0;
}
.errorMessage {
	width: 440px;
	margin: 0 auto;
	text-align: left;
}
.errorMessage h5 {
	font-family: "Kozuka Gothic Pr6N R","YuGothic Medium",sans-serif;
	font-size: 16px;
	margin-top: 10px;
}
.errorMessage ol {
	margin-left: 1.5em;
	margin-bottom: 25px;
}
.errorMessage ol li {
	list-style-type: decimal;
	margin: 1em 0;
}