@charset "utf-8";

/* error */

#errorBox01{
	width:100%;
	margin:0 auto;
	padding:100px 0;
	text-align:center;
}

#errorBox01 a{
	font-weight:bold;
	font-size:120%;
}

#errorBox01 img{
	width:100%;
	max-width:690px;
	height: 100%;
}


