Index: branches/dev/html/js/site.js
===================================================================
--- branches/dev/html/js/site.js	(revision 13151)
+++ branches/dev/html/js/site.js	(revision 13152)
@@ -366,7 +366,9 @@
 	var checkNum = new RegExp("[^0-9]","g");
 	
-	alert(checkNum.test(zip01+ zip02));
-		
-	if(zip01.length >= 3 && zip02.length >= 4){
+	if(checkNum.test(zip01+ zip02)){
+		alert("¿ô»ú¤òÆþÎÏ¤·¤Æ¤¯¤À¤µ¤¤¡£");
+		zip01 = "";
+		zip02 = "";
+	}elseif(zip01.length >= 3 && zip02.length >= 4){
 		//input_zip_json.php¤ËÍ¹ÊØÈÖ¹æ¤òÁ÷¿®¤·¤ÆÌá¤Ã¤Æ¤­¤¿¥Ç¡¼¥¿¤òfnReturnAddress¤ËÅÏ¤¹
 		sendRequest(fnReturnAddress,'&zip01='+zip01+'&zip02='+zip02,'GET','../input_zip_json.php',true,true);
