commit 304d523f157352bcc507b65e216f21bfc4b69756
Author: hasse <hasegawa@i-hearts.jp>
Date:   Wed Mar 16 22:22:42 2016 -0400

    バリデーションやログイン周り、CSSの修正

diff --git a/app/Model/ContactValidate.php b/app/Model/ContactValidate.php
index e6b1f95..1262cf5 100755
--- a/app/Model/ContactValidate.php
+++ b/app/Model/ContactValidate.php
@@ -55,7 +55,12 @@ class ContactValidate extends AppModel {
                 'message' => 'メールアドレス(確認)を入力してください'
             ), 
         ),
-
+        'postcode' => array(
+        	array(
+				'rule'    => 'numeric',
+                'message' => '数字のみ入力してください'
+            ),
+        ),
         'comment' => array(
 			'notblank' => array(
 				'rule' => array('notblank'),
