@charset "utf-8";

#error{
margin:20px auto;
max-width:750px;
color:#666666;
font-size:80%;
text-align: center;
}


#error h1{
color:#6b6b6b;
font-size:200%;
font-weight: normal;
}

#error .lead span,
#error .pc_text span{
	display: block;
}

#error .reason{
	width: 600px;
	margin: 15px auto;
	padding: 20px;
	background-color: #f7f7f7;
}

#error .reason p{
	width: 300px;
	margin: 0 auto;
	color: #969696;
	text-align: left;
}

#error .sp_text {
	display: none;
}

#error .links {
	width: 510px;
	margin: 40px auto;
	text-align: left;
}
#error .links li{
	display: inline-block;
	width: 250px;
}

#error .links span{
	display: inline-block;
	margin-right: 10px;
	color: #197dff;
}

#error .links li a{
	color: #666666;
	text-decoration: none;
}

#error .links li a:hover{
	text-decoration: underline;
}