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