@charset "utf-8";
/* CSS Document */

.errBox{
	text-align:center;
	margin-top:2em;
}

.errBox h1{
	font-size:240%;
	color:#333;
	font-weight:bold;
	margin-bottom:40px;
}

.errBox p{
	width:70%;
	margin:2em auto;
	text-align:left;
	line-height:20px;
}

.errBox .errBack{
	width:40%;
	line-height:1.6;
	margin:2em auto;
}

.errBox .errBack ul li{
	background:#f3f3f3;
	border:1px solid #06C;
	line-height:1.6;
	margin-bottom:1em;
}

.mainTerm p.errImg{
	text-align:center;
}


@media screen and (max-width: 900px) {

.mainTerm img.er404{
	width:90%;
}

.errBox img{
	width:80%!important;
}

.errBox .errBack{
	width:90%;
}



}



@media screen and (max-width: 768px) {




.errBox h1{
	font-size:180%;
}

}