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