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