Index: branches/dev/html/mobile/nonmember/deliv.php
===================================================================
--- branches/dev/html/mobile/nonmember/deliv.php	(revision 12845)
+++ branches/dev/html/mobile/nonmember/deliv.php	(revision 12850)
@@ -1,3 +1,41 @@
 <?php 
+
+require_once("../require.php");
+
+class LC_Page {
+    var $arrSession;
+    var $tpl_mode;
+    var $tpl_login_email;
+    function LC_Page() {
+        $this->tpl_mainpage = 'nonmember/index.tpl';
+        global $arrPref;
+        $this->arrPref = $arrPref;
+        global $arrSex;
+        $this->arrSex = $arrSex;
+        global $arrJob;
+        $this->arrJob = $arrJob;
+        $this->tpl_onload = 'fnCheckInputDeliv();';
+        
+        /*
+         session_start»þ¤Îno-cache¥Ø¥Ã¥À¡¼¤òÍÞÀ©¤¹¤ë¤³¤È¤Ç
+         ¡ÖÌá¤ë¡×¥Ü¥¿¥ó»ÈÍÑ»þ¤ÎÍ­¸ú´ü¸ÂÀÚ¤ìÉ½¼¨¤òÍÞÀ©¤¹¤ë¡£
+         private-no-expire:¥¯¥é¥¤¥¢¥ó¥È¤Î¥­¥ã¥Ã¥·¥å¤òµö²Ä¤¹¤ë¡£
+        */
+        session_cache_limiter('private-no-expire');             
+    }
+}
+
+$conn = new SC_DBConn();
+$objPage = new LC_Page();
+$objView = new SC_MobileView();
+$objSiteSess = new SC_SiteSession();
+$objCartSess = new SC_CartSession();
+$objCustomer = new SC_Customer();
+$objCookie = new SC_Cookie();
+$objFormParam = new SC_FormParam();         // ¥Õ¥©¡¼¥àÍÑ
+lfInitParam();                              // ¥Ñ¥é¥á¡¼¥¿¾ðÊó¤Î½é´ü²½
+$objFormParam->setParam($_POST);            // POSTÃÍ¤Î¼èÆÀ
+
+
 if ($_POST["mode2"] == "deliv") {
             
