Index: branches/dev/html/mobile/nonmember/payment.php
===================================================================
--- branches/dev/html/mobile/nonmember/payment.php	(revision 12831)
+++ branches/dev/html/mobile/nonmember/payment.php	(revision 12835)
@@ -68,5 +68,6 @@
 		// Àµ¾ï¤Ê¿ä°Ü¤Ç¤¢¤ë¤³¤È¤òµ­Ï¿¤·¤Æ¤ª¤¯
 		$objSiteSess->setRegistFlag();
-		header("Location: " . gfAddSessionId(MOBILE_URL_SHOP_TOP));
+		//header("Location: " . gfAddSessionId(MOBILE_URL_SHOP_TOP));
+        header("Location: " . gfAddSessionId('./index.php'));
 		exit;
 	}
@@ -122,5 +123,5 @@
 	// Àµ¾ï¤Ê¿ä°Ü¤Ç¤¢¤ë¤³¤È¤òµ­Ï¿¤·¤Æ¤ª¤¯
 	$objSiteSess->setRegistFlag();
-	header("Location: " . gfAddSessionId('index.php'));
+	header("Location: " . gfAddSessionId('./index.php'));
 	exit;
 	break;
