@charset "utf-8";



/* error404_unit
-----------------------------------*/
#error404_unit{
	width: 100%;
	margin-bottom: 240px;
	padding-top: 141px;
	position: relative;
}
#error404_unit:after{
	content: "";
	width: 71px;
	height: 59px;
	background: url("../img/ico_404_01.png") no-repeat 0 0;
	display: block;
	margin-left: -35px;
	position: absolute;
	left: 50%;
	top: 67px;
}


#error404_unit h3{
	color: #000000;
	font-size: 138.5%;
	font-weight: bold;
	width: 1000px;
	text-align: center;
	margin: 0 auto 10px;
}
#error404_unit > .comment{
	font-size: 116%;
	width: 1000px;
	text-align: center;
	margin: 0 auto 176px;
}
#error404_unit > .home{
	width: 1000px;
	text-align: center;
	margin: 0 auto;
}