Index: branches/version-2_5-dev/data/class/pages/mypage/LC_Page_Mypage_RefusalComplete.php
===================================================================
--- branches/version-2_5-dev/data/class/pages/mypage/LC_Page_Mypage_RefusalComplete.php	(revision 20116)
+++ branches/version-2_5-dev/data/class/pages/mypage/LC_Page_Mypage_RefusalComplete.php	(revision 20141)
@@ -44,13 +44,14 @@
     function init() {
         parent::init();
-        $this->tpl_title = 'MYページ';
-        if ( Net_UserAgent_Mobile::isMobile() === true){
+        $this->tpl_title    = 'MYページ';
+
+        if (SC_Display::detectDevice() === DEVICE_TYPE_MOBILE){
             $this->tpl_title .= '/退会手続き(完了ページ)';
         } else {
             $this->tpl_subtitle = '退会手続き(完了ページ)';
         }
-        $this->tpl_navi = TEMPLATE_REALDIR . 'mypage/navi.tpl';
+        $this->tpl_navi     = TEMPLATE_REALDIR . 'mypage/navi.tpl';
         $this->tpl_mypageno = 'refusal';
-        $this->point_disp = false;
+        $this->point_disp   = false;
     }
 
@@ -61,5 +62,5 @@
      */
     function process() {
-         parent::process();
+        parent::process();
         $this->action();
         $this->sendResponse();
@@ -72,9 +73,4 @@
      */
     function action() {
-        $objCustomer = new SC_Customer();
-        //マイページトップ顧客情報表示用
-        $this->CustomerName1 = $objCustomer->getvalue('name01');
-        $this->CustomerName2 = $objCustomer->getvalue('name02');
-        $this->CustomerPoint = $objCustomer->getvalue('point');
     }
 
@@ -88,3 +84,2 @@
     }
 }
-?>
