@charset "utf-8";


/* header
-----------------------------------*/
#header:after{
	background: url("../img/bg_404_01.png") no-repeat 0 0;
}

/* page_title
-----------------------------------*/
#page_title h2{
	top: -260px;
	margin-left: -333px;
}



/* notfound_unit
-----------------------------------*/
#notfound_unit{
	width: 100%;
	position: relative;
	margin-bottom: 340px;
}
#notfound_unit > .notfound{
	margin-bottom: 120px;
	text-align: center;
}
#notfound_unit > .notfound h3{
	margin: 0 0px 13px 0;
	text-align: center;
}
#notfound_unit > .notfound h3 + p{
	width: 760px;
	font-size: 116%;
	font-weight: bold;
	margin: 0 auto 38px;
}
#notfound_unit > .home{
	text-align: center;
}
#notfound_unit > .home a{
	display: inline-block;
	background: #123d9c;
	position: relative;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
#notfound_unit > .home a:hover{
	background: #0b317f;
}
#notfound_unit > .home a:after{
	display: block;
	content: "";
	width: 11px;
	height: 16px;
	background: url("../../common/img/ico_02.png") no-repeat 0 0;
	position: absolute;
	top: 25px;
	right: 20px;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
#notfound_unit > .home a:hover:after{
	right: 17px;
}




