@charset "utf-8";



/* error404_unit
-----------------------------------*/
#error404_unit{
	width: 100%;
	margin-bottom: 200px;
}
#error404_unit > h3{
	width: 1000px;
	text-align: center;
	margin: 236px auto 22px;
	position: relative;
}
#error404_unit > h3:after{
	content: "";
	width: 582px;
	height: 153px;
	background: url("../img/bg_404_01.png") no-repeat 0 0;
	display: block;
	position: absolute;
	left: 209px;
	top: -162px;
}
#error404_unit > .comment{
	font-size: 116%;
	line-height: 1.66;
	width: 1000px;
	text-align: center;
	margin: 0 auto 153px;
}
#error404_unit > .home{
	width: 1000px;
	text-align: center;
	margin: 0 auto;
}
#error404_unit > .home img{
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
#error404_unit > .home a:hover img{
	opacity: 0.7;
}