Index: /branches/dev/data/class/SC_CustomerList.php
===================================================================
--- /branches/dev/data/class/SC_CustomerList.php	(revision 12402)
+++ /branches/dev/data/class/SC_CustomerList.php	(revision 12403)
@@ -203,5 +203,5 @@
         	$val = ($this->arrSql['domain']);
         	if($val==3){
-        			$this->setWhere( "email_mobile LIKE '%@docomo.ne.jp%'");
+        			$this->setWhere( "email_mobile NOT LIKE '%@docomo.ne.jp%'");
         	}
         }
