Index: /branches/feature-module-update/html/install/sql/insert_data.sql
===================================================================
--- /branches/feature-module-update/html/install/sql/insert_data.sql	(revision 16626)
+++ /branches/feature-module-update/html/install/sql/insert_data.sql	(revision 16636)
@@ -777,5 +777,4 @@
 INSERT INTO mtb_constants VALUES ('DELIV_ADDR_MAX','20',67,'別のお届け先最大登録数');
 INSERT INTO mtb_constants VALUES ('CUSTOMER_READING_MAX','30',68,'閲覧履歴保存数');
-INSERT INTO mtb_constants VALUES ('SSLURL_CHECK','0',69,'SSLURL判定');
 INSERT INTO mtb_constants VALUES ('ORDER_STATUS_MAX','50',70,'管理画面ステータス一覧表示件数');
 INSERT INTO mtb_constants VALUES ('REVIEW_REGIST_MAX','5',71,'フロントレビュー書き込み最大数');
Index: /branches/feature-module-update/data/mtb_constants_init.php
===================================================================
--- /branches/feature-module-update/data/mtb_constants_init.php	(revision 16586)
+++ /branches/feature-module-update/data/mtb_constants_init.php	(revision 16636)
@@ -128,6 +128,4 @@
 /** 閲覧履歴保存数 */
 define('CUSTOMER_READING_MAX', 30);
-/** SSLURL判定 */
-define('SSLURL_CHECK', 0);
 /** 管理画面ステータス一覧表示件数 */
 define('ORDER_STATUS_MAX', 50);
Index: /branches/feature-module-update/data/class/pages/campaign/LC_Page_CampaignEntry.php
===================================================================
--- /branches/feature-module-update/data/class/pages/campaign/LC_Page_CampaignEntry.php	(revision 16582)
+++ /branches/feature-module-update/data/class/pages/campaign/LC_Page_CampaignEntry.php	(revision 16636)
@@ -71,12 +71,4 @@
         $CONF = $objView->objSiteInfo->data;
         $objCampaignSess = new SC_CampaignSession();
-
-        //SSLURL判定
-        if (SSLURL_CHECK == 1){
-            $ssl_url= sfRmDupSlash(SSL_URL.$_SERVER['REQUEST_URI']);
-            if (!ereg("^https://", $non_ssl_url)){
-                sfDispSiteError(URL_ERROR);
-            }
-        }
 
         // レイアウトデザインを取得
Index: /branches/feature-module-update/data/class/pages/mypage/LC_Page_Mypage_Login.php
===================================================================
--- /branches/feature-module-update/data/class/pages/mypage/LC_Page_Mypage_Login.php	(revision 16582)
+++ /branches/feature-module-update/data/class/pages/mypage/LC_Page_Mypage_Login.php	(revision 16636)
@@ -62,12 +62,4 @@
         $objCookie = new SC_Cookie(COOKIE_EXPIRE);
 
-        //SSLURL判定
-        if (SSLURL_CHECK == 1){
-            $ssl_url= sfRmDupSlash(SSL_URL.$_SERVER['REQUEST_URI']);
-            if (!ereg("^https://", $non_ssl_url)){
-                SC_Utils_Ex::sfDispSiteError(URL_ERROR);
-            }
-        }
-
         // ログイン判定
         if($objCustomer->isLoginSuccess()) {
Index: /branches/feature-module-update/data/class/pages/contact/LC_Page_Contact.php
===================================================================
--- /branches/feature-module-update/data/class/pages/contact/LC_Page_Contact.php	(revision 16582)
+++ /branches/feature-module-update/data/class/pages/contact/LC_Page_Contact.php	(revision 16636)
@@ -70,12 +70,4 @@
 
         $this->arrData = isset($_SESSION['customer']) ? $_SESSION['customer'] : "";
-
-        //SSLURL判定
-        if (SSLURL_CHECK == 1){
-            $ssl_url= SC_Utils_Ex::sfRmDupSlash(SSL_URL.$_SERVER['REQUEST_URI']);
-            if (!ereg("^https://", $non_ssl_url)){
-                SC_Utils_Ex::sfDispSiteError(URL_ERROR);
-            }
-        }
 
         // レイアウトデザインを取得
@@ -246,5 +238,5 @@
 
     function lfSendMail($CONF, &$objPage){
-        //　パスワード変更お知らせメール送信
+
         $objQuery = new SC_Query();
         $objMailText = new SC_SiteView();
Index: /branches/feature-module-update/data/class/pages/entry/LC_Page_Entry.php
===================================================================
--- /branches/feature-module-update/data/class/pages/entry/LC_Page_Entry.php	(revision 16618)
+++ /branches/feature-module-update/data/class/pages/entry/LC_Page_Entry.php	(revision 16636)
@@ -73,12 +73,4 @@
         $CONF = $objDb->sf_getBasisData();
         $objDate = new SC_Date(START_BIRTH_YEAR, date("Y",strtotime("now")));
-        //SSLURL判定
-        if (SSLURL_CHECK == 1){
-            $ssl_url= SC_Utils_Ex::sfRmDupSlash(SSL_URL.$_SERVER['REQUEST_URI']);
-            if (!ereg("^https://", $non_ssl_url)){
-                // TODO エラーメッセージはデフォルト値でOK?
-                SC_Utils_Ex::sfDispSiteError(URL_ERROR);
-            }
-        }
 
         // レイアウトデザインを取得
@@ -272,12 +264,4 @@
         }
 
-        //SSLURL判定
-        if (SSLURL_CHECK == 1){
-            $ssl_url= SC_Utils_Ex::sfRmDupSlash(MOBILE_SSL_URL.$_SERVER['REQUEST_URI']);
-            if (!ereg("^https://", $non_ssl_url)){
-                SC_Utils_Ex::sfDispSiteError(URL_ERROR, "", false, "", true);
-            }
-        }
-
         // レイアウトデザインを取得
         $objLayout = new SC_Helper_PageLayout_Ex();
