@charset "utf-8";


/*667px*/
@media screen and (min-width : 667px){

}

/*768{px*/
@media screen and (min-width : 769px){

}

/*1024px*/
@media screen and (min-width : 1024px) {
	
	#error .main-inner{
		font-size:1.3rem;
	}
	
	#error .main-inner h1{
		font-size:2.4rem;
		margin-bottom:20px;
	}
	
	#error .main-inner{
		min-height:300px;
		margin-bottom:50px;
	}
	
	#error .main-inner a{
		color: #0066cc;
		text-decoration: underline;
	}
}   