@charset "shift_jis";
/* CSS Document */


#error{
	text-align:center;
	width:100%;
}
#error table.error-box{
	margin:0 auto;
	font-size:5vw;
}
#error table.error-box td{
	background:#f5f5dc;
	color:#990033;
    padding: 10px 20px;
}

#error a:hover{
	color: red;
}