commit 001918d1fb5480e31ff700629b4004bf5900912a
Author: shiwa <shiwa@i-hearts.jp>
Date:   Thu Mar 10 20:55:32 2016 +0900

    退会の流れの追加、及びCSSの変更・追記

diff --git a/app/Controller/TopController.php b/app/Controller/TopController.php
index e3a44e7..63a76fb 100755
--- a/app/Controller/TopController.php
+++ b/app/Controller/TopController.php
@@ -79,6 +79,16 @@ class TopController extends AppController {
 	public function howto() {
 	}
 /**
+ *	howto 
+ */
+	public function withdraw_check() {
+	}
+/**
+ *	howto 
+ */
+	public function withdraw_comp() {
+	}
+/**
  * contact
  */
 	public function contact() {
diff --git a/app/View/top/contact.ctp b/app/View/top/contact.ctp
index b3a15e6..c96877e 100755
--- a/app/View/top/contact.ctp
+++ b/app/View/top/contact.ctp
@@ -25,12 +25,6 @@
 											'label' => 'お名前',
 											'placeholder'=>'お名前'
 										));
-								echo $this->Form->input('age',
-									array( 'placeholder'=>'半角数字',
-											'label' => '年齢',
-											'maxlength' => '2',
-											'type' => 'text'
-										));
 								echo $this->Form->input('email',
 									array('placeholder'=>'半角英数字',
 											'label' => 'メールアドレス',
diff --git a/app/View/top/withdraw_check.ctp b/app/View/top/withdraw_check.ctp
new file mode 100644
index 0000000..f9e3d7d
--- /dev/null
+++ b/app/View/top/withdraw_check.ctp
@@ -0,0 +1,15 @@
+<!-- ログイン リマインダー送信完了画面 -->
+	<main role="main">
+		<article class="contact">
+			<h2>
+				<img src="/img/img_h1_withdraw01.png" alt="退会処理">
+			</h2>
+				<p>PictCodeの退会処理を行います。</p>
+				<p>退会処理を行いますと、今まで作成し保存されたプログラミングのデータが全て削除されてしまいます。</p>
+				<p>本当に退会してもよろしいですか？</p>
+			<section class="button_area01">
+				<a href="/top/index"><p class="button btn_back01"></p></a>
+				<a href="/withdraw/comp"><p class="button btn_withdraw01"></p></a>
+			</section>
+		</article>
+	</main>
\ No newline at end of file
diff --git a/app/View/top/withdraw_comp.ctp b/app/View/top/withdraw_comp.ctp
new file mode 100644
index 0000000..93b4e0d
--- /dev/null
+++ b/app/View/top/withdraw_comp.ctp
@@ -0,0 +1,16 @@
+<!-- ログイン リマインダー送信完了画面 -->
+	<main role="main">
+		<article class="contact">
+			<h2>
+				<img src="/img/img_h1_withdraw_comp.png" alt="退会処理 - 退会完了">
+			</h2>
+				<p>PictCodeの退会処理が完了しました。</p>
+				<p>またの機会がありましたら、ご利用よろしくお願いします。</p>
+			<section class="image">
+				<img src="/img/img_img_withdraw.png">
+			</section>
+			<section class="button_area01">
+				<a href="index.html"><p class="button btn_top02"></p></a>
+			</section>
+		</article>
+	</main>
\ No newline at end of file
diff --git a/app/webroot/css/main.css b/app/webroot/css/main.css
index af6d088..b428e7a 100755
--- a/app/webroot/css/main.css
+++ b/app/webroot/css/main.css
@@ -1,4 +1,4 @@
-@header-height: 100px;
+﻿@header-height: 100px;
 @header-color: white;
 @header-bg: black;
 @footer-height: 100px;
@@ -637,7 +637,7 @@ article.contact dl dt {
 
 article.contact dl dd {
 	margin:12px 0 0;
-	padding: 6px 0 2px 155px;
+	padding: 6px 0 2px 275px;
 }
 
 article.contact dl dt label{
@@ -730,6 +730,7 @@ section.button_area01 .btn_login {background: url(../img/img_button_login01.png)
 section.button_area01 .btn_top01 {background: url(../img/img_button_top01.png) top; margin:auto;}
 section.button_area01 .btn_top02 {background: url(../img/img_button_top02.png) top; margin:auto;}
 section.button_area01 .btn_top03 {background: url(../img/img_button_top03.png) top; margin:auto; width: 274px;}
+section.button_area01 .btn_withdraw01 {background: url(../img/img_button_withdraw01.png) top; float: right;}
 
 
 /* Reminder */
diff --git a/app/webroot/img/img_button_withdraw01.png b/app/webroot/img/img_button_withdraw01.png
new file mode 100644
index 0000000..a848002
Binary files /dev/null and b/app/webroot/img/img_button_withdraw01.png differ
diff --git a/app/webroot/img/img_h1_withdraw01.png b/app/webroot/img/img_h1_withdraw01.png
new file mode 100644
index 0000000..58e2be3
Binary files /dev/null and b/app/webroot/img/img_h1_withdraw01.png differ
diff --git a/app/webroot/img/img_h1_withdraw02.png b/app/webroot/img/img_h1_withdraw02.png
new file mode 100644
index 0000000..621d1a0
Binary files /dev/null and b/app/webroot/img/img_h1_withdraw02.png differ
diff --git a/app/webroot/img/img_img_withdraw.png b/app/webroot/img/img_img_withdraw.png
new file mode 100644
index 0000000..2967382
Binary files /dev/null and b/app/webroot/img/img_img_withdraw.png differ
