@charset "UTF-8";
/* CSS Document */


@media screen and (max-width: 750px) {
	
/*--------------------------------------------------------------------------------------------------------------------------------------------------------
	result.html
--------------------------------------------------------------------------------------------------------------------------------------------------------*/
	#notfoundList { display: block; }
	#notfoundList > li { width: 100%; }
	#notfoundList > li:nth-child(n+2),
	#notfoundList > li:nth-child(n+3) { margin-top: 20px; }

	#notfoundList + p { margin-top: 35px; }

}
