/*-----------------------------------
404.css
------------------------------------*/

body#err404{

	}

body#err404 #contents{
	width:auto!important;
	}
body#err404 #contents .inner{
	max-width:800px;
	width:90%!important;
	margin:40px auto!important;
	}
body#err404 #contents .inner p{
	margin:2em auto!important;
	font-size:18px;
	line-height:1.8em;
	}

body#err404 #contents .inner p strong{
	font-size:24px;
	display:block;
	}