Index: /branches/dev/data/class/SC_Date.php
===================================================================
--- /branches/dev/data/class/SC_Date.php	(revision 17)
+++ /branches/dev/data/class/SC_Date.php	(revision 11689)
@@ -22,7 +22,15 @@
 		$this->start_year = $year;
 	}
-
+	
+	function getStartYear(){
+		return $this->start_year;
+	}
+	
 	function setEndYear($endYear) {
 		$this->end_year = $endYear;	
+	}
+	
+	function getEndYear() {
+		return $this->end_year;
 	}
 	
Index: /branches/dev/data/class/SC_CheckError.php
===================================================================
--- /branches/dev/data/class/SC_CheckError.php	(revision 11460)
+++ /branches/dev/data/class/SC_CheckError.php	(revision 11689)
@@ -182,4 +182,15 @@
 		if($this->arrParam[$value[1]] > $value[2] ) {
 			$this->arrErr[$value[1]] = "¢¨ " . $value[0] . "¤Ï" . $value[2] . "°Ê²¼¤ÇÆþÎÏ¤·¤Æ¤¯¤À¤µ¤¤¡£<br />";
+		}
+	}
+	
+	/*¡¡ºÇ¾®¿ôÃÍÀ©¸Â¤ÎÈ½Äê¡¡*/
+	// value[0] = ¹àÌÜÌ¾ value[1] = È½ÄêÂÐ¾ÝÊ¸»úÎó  value[2] = ºÇ¾®¿ô
+	function MIN_CHECK( $value ) {		// ÆþÎÏ¤¬ºÇ¾®¿ôÌ¤Ëþ¤Ê¤é¥¨¥é¡¼¤òÊÖ¤¹
+		if(isset($this->arrErr[$value[1]])) {
+			return;
+		}
+		if($this->arrParam[$value[1]] < $value[2] ) {
+			$this->arrErr[$value[1]] = "¢¨ " . $value[0] . "¤Ï" . $value[2] . "°Ê¾å¤ÇÆþÎÏ¤·¤Æ¤¯¤À¤µ¤¤¡£<br />";
 		}
 	}
Index: /branches/dev/data/conf/mobile.conf
===================================================================
--- /branches/dev/data/conf/mobile.conf	(revision 11686)
+++ /branches/dev/data/conf/mobile.conf	(revision 11689)
@@ -64,5 +64,5 @@
  * Ç¤°Õ¤Î¿ô¤Î¡Ö,¡×¡Ö ¡×¤Ç¶èÀÚ¤ë¡£
  */
-define('MOBILE_ADDITIONAL_MAIL_DOMAINS', 'lockon.co.jp, rebelt.co.jp');
+define('MOBILE_ADDITIONAL_MAIL_DOMAINS', 'rebelt.co.jp');
 
 /**
