Index: branches/dev/data/class/SC_CustomerList.php
===================================================================
--- branches/dev/data/class/SC_CustomerList.php	(revision 12424)
+++ branches/dev/data/class/SC_CustomerList.php	(revision 12425)
@@ -206,12 +206,12 @@
             	$this->setWhere( "email LIKE '%@docomo.ne.jp%' OR email LIKE '%@softbank.ne.jp%' OR email LIKE '%@ezweb.ne.jp%' OR email LIKE '%@vodafone.ne.jp%'" );
         	}elseif($this->arrSql['mail_type']==2){
-        		$this->setWhere( "email LIKE '%@docomo.ne.jp%' OR email LIKE '%@softbank.ne.jp%' OR email LIKE '%@ezweb.ne.jp%' OR email LIKE '%@vodafone.ne.jp%'" );
+        		$this->setWhere( "email_mobile LIKE '%@docomo.ne.jp%' OR email_mobile LIKE '%@softbank.ne.jp%' OR email_mobile LIKE '%@ezweb.ne.jp%' OR email_mobile LIKE '%@vodafone.ne.jp%'" );
         	    }
         	}
         	if($val==2){
         		if($this->arrSql['mail_type']==1){
-            	$this->setWhere( "email LIKE '%@docomo.ne.jp%' OR email LIKE '%@softbank.ne.jp%' OR email LIKE '%@ezweb.ne.jp%' OR email LIKE '%@vodafone.ne.jp%'" );
+            	$this->setWhere( "email NOT LIKE '%@docomo.ne.jp%' OR email NOT LIKE '%@softbank.ne.jp%' OR email NOT LIKE '%@ezweb.ne.jp%' OR email NOT LIKE '%@vodafone.ne.jp%'" );
         	}elseif($this->arrSql['mail_type']==2){
-        		$this->setWhere( "email LIKE '%@docomo.ne.jp%' OR email LIKE '%@softbank.ne.jp%' OR email LIKE '%@ezweb.ne.jp%' OR email LIKE '%@vodafone.ne.jp%'" );
+        		$this->setWhere( "email_mobile NOT LIKE '%@docomo.ne.jp%' OR email_mobile NOT LIKE '%@softbank.ne.jp%' OR email_mobile NOT LIKE '%@ezweb.ne.jp%' OR email_mobile NOT LIKE '%@vodafone.ne.jp%'" );
         	    }
         	}
