/*===============================================
画面の横幅が641px以上
===============================================*/

@media print, screen and (min-width: 641px){

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

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

}

