Index: branches/dev/html/mobile/shopping/payment.php
===================================================================
--- branches/dev/html/mobile/shopping/payment.php	(revision 12681)
+++ branches/dev/html/mobile/shopping/payment.php	(revision 12684)
@@ -83,4 +83,11 @@
 case 'deliv_date':
 	$objFormParam->setParam($_POST);
+	
+	$objPage->arrAddr[0]['zip01'] = $_POST['zip01'];
+    $objPage->arrAddr[0]['zip02'] = $objPage->zip02;
+    $objPage->arrAddr[0]['pref'] = $objPage->pref;
+    $objPage->arrAddr[0]['addr01'] = $objPage->addr01;
+    $objPage->arrAddr[0]['addr02'] = $objPage->addr02; 
+	
 	// ÆþÎÏÃÍ¤ÎÊÑ´¹
 	$objFormParam->convParam();
