@charset "utf-8";



/* header
-----------------------------------*/

#header{
	margin-bottom: 128px;
}

#header h2.page_title:after{
	height: 121px;
	background-image: url("../img/bg_404_01.png");
	top: 174px;
}


/* notfound_unit
-----------------------------------*/

#notfound_unit{
	width:100%;
	margin-bottom:144px;
	position:relative;
}

#notfound_unit .notfound{
	width:1000px;
	margin:0 auto 87px;
	position:relative;
}

#notfound_unit .notfound h3{
	text-align:center;
	font-size:138.5%;
	font-weight:bold;
	padding-left:10px;
	margin-bottom:215px;
}

#notfound_unit .notfound .image{
	position:absolute;
	top:29px;
	left:50%;
	margin-left:-274px;
}

#notfound_unit .notfound p{
	text-align:center;
}

#notfound_unit .home{
	text-align:center;
}