/*===============================================
画面の横幅が640px以下
===============================================*/

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

.notfoundBox{
	text-align:center;
	padding:30px 0 30px 0;
}

.notfoundBox h2{
	font-size:18px;
	font-weight:bold;
	line-height:1.6em;
	margin-bottom:15px;
}

}

