Index: branches/dev/html/js/site.js
===================================================================
--- branches/dev/html/js/site.js	(revision 13154)
+++ branches/dev/html/js/site.js	(revision 13155)
@@ -370,5 +370,5 @@
 		zip01 = "";
 		zip02 = "";
-	}elseif(zip01.length >= 3 && zip02.length >= 4){
+	}else if(zip01.length >= 3 && zip02.length >= 4){
 		//input_zip_json.php¤ËÍ¹ÊØÈÖ¹æ¤òÁ÷¿®¤·¤ÆÌá¤Ã¤Æ¤­¤¿¥Ç¡¼¥¿¤òfnReturnAddress¤ËÅÏ¤¹
 		sendRequest(fnReturnAddress,'&zip01='+zip01+'&zip02='+zip02,'GET','../input_zip_json.php',true,true);
