Index: branches/dev/data/class/SC_CustomerList.php
===================================================================
--- branches/dev/data/class/SC_CustomerList.php	(revision 12418)
+++ branches/dev/data/class/SC_CustomerList.php	(revision 12419)
@@ -211,7 +211,7 @@
         	if($val==2){
         		if($this->arrSql['mail_type']==1){
-            	$this->setWhere( "email LIKE '%@docomo.ne.jp%'" );
+            	$this->setWhere( "email NOT LIKE '%@docomo.ne.jp%'" );
         	}elseif($this->arrSql['mail_type']==2){
-        		$this->setWhere( "email_mobile LIKE '%@docomo.ne.jp%'" );
+        		$this->setWhere( "email_mobile NOT LIKE '%@docomo.ne.jp%'" );
         	    }
         	}
