header {
	background: url("images/notfound/pc_header_bg.jpg") center top no-repeat;
	background-size: cover;
	width: 100%;
}

p.message {
	text-align: center;
	padding: 0 0 40px;
}

p.message a {
	color: #000;
}

p.message a:hover {
	text-decoration: none;
}

/* smart phone */
@media only screen and ( max-width: 768px ){

	h1 {
		background-image: none;
		width: 100%;
		text-align: center;
		margin: 0 auto 8.9552%;
	}
	h1 img {
		opacity: 1;
		width: 100%;
		display: block;
	}
}