@charset "UTF-8";

/* error
---------------------------------------------------------------------------*/
/*
#errorContents {
	padding: 80px 0 0;
	text-align: center;
}
*/

.error-title {
	margin: 80px auto 45px;
	text-align: center;
}

.error-title h1 {
	position: static;
	top: inherit;
	left: inherit;
	margin: 0 0 10px !important;
	font-size: 30px;
	letter-spacing: 0.05em;
}

.error-title h2 {
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 0.05em;
}

.error-txt p {
	margin: 0 0 12px;
	line-height: 1.8;
	letter-spacing: 0.05em;
	text-align: center;
}

.error-txt p a,
.error-txt p a span {
	text-decoration: underline;
}