@charset "UTF-8";
/* CSS Document */

/* ----------------------------------------------------------------------------
    TITLE
------------------------------------------------------------------------------ */
#title {
	background: url(../common/images/img_sub_404.jpg) no-repeat center center;
}


/* ----------------------------------------------------------------------------
    CONTENT
------------------------------------------------------------------------------ */
#notFound {
	width: 980px;
	min-height: 500px;
	padding: 0 20px 40px;
	margin: 0 auto;
}
#notFound h2 {
	width: 100%;
	margin: 0 0 40px;
	text-align: center;
	font-size: 18px;
	font-size: 1.8rem;
}
#notFound p {
	text-align: center;
}
