Index: branches/dev/data/Smarty/templates/mobile/mypage/set1.tpl
===================================================================
--- branches/dev/data/Smarty/templates/mobile/mypage/set1.tpl	(revision 11686)
+++ branches/dev/data/Smarty/templates/mobile/mypage/set1.tpl	(revision 11691)
@@ -21,12 +21,10 @@
 	¡ÚÀ¸Ç¯·îÆü¡Û<font color="#FF0000">*</font><br>
 	<font color="#FF0000"><!--{$arrErr.year}--><!--{$arrErr.month}--><!--{$arrErr.day}--></font>
-	<select name="year">
-		<!--{html_options options=$arrYear selected=$arrForm.year}-->
-	</select>Ç¯<br>
+	<input type="text" name="year" value="<!--{$arrForm.year|escape}-->" size="4" maxlength="4" istyle="4">Ç¯<br>
 	<select name="month">
 		<option value="">--</option>
 		<!--{html_options options=$arrMonth selected=$arrForm.month}-->
 	</select>·î<br>
-	<select value="" name="day">
+	<select name="day">
 		<option value="">--</option>
 		<!--{html_options options=$arrDay selected=$arrForm.day}-->
Index: branches/dev/data/Smarty/templates/mobile/shopping/deliv_date.tpl
===================================================================
--- branches/dev/data/Smarty/templates/mobile/shopping/deliv_date.tpl	(revision 11691)
+++ branches/dev/data/Smarty/templates/mobile/shopping/deliv_date.tpl	(revision 11691)
@@ -0,0 +1,60 @@
+<!--{*
+/*
+ * Copyright(c) 2000-2007 LOCKON CO.,LTD. All Rights Reserved.
+ *
+ * http://www.lockon.co.jp/
+ */
+*}-->
+<center>ÇÛÃ£Æü»þ»ØÄê</center>
+
+<hr>
+
+<form method="post" action="<!--{$smarty.server.PHP_SELF|escape}-->">
+<input type="hidden" name="mode" value="confirm">
+<input type="hidden" name="uniqid" value="<!--{$tpl_uniqid}-->">
+<input type="hidden" name="payment_id" value="<!--{$arrForm.payment_id.value}-->">
+<!--<input type="hidden" name="message" value="">-->
+<!--{if $tpl_login == 1}-->
+<!--<input type="hidden" name="point_check" value="2">-->
+<!--{/if}-->
+
+¢£ÇÛÁ÷Æü»ØÄê<br>
+<!--{assign var=key value="deliv_date"}-->
+<!--{if $arrErr[$key] != ""}-->
+<font color="red"><!--{$arrErr[$key]}--></font>
+<!--{/if}-->
+<!--{if $arrDelivDate}-->
+<select name="<!--{$key}-->">
+<option value="">»ØÄê¤Ê¤·</option>
+<!--{html_options options=$arrDelivDate selected=$arrForm[$key].value}-->
+</select>
+<!--{else}-->
+¤´»ØÄêÄº¤±¤Þ¤»¤ó¡£
+<!--{/if}-->
+<br><br>
+
+¢£»þ´ÖÂÓ»ØÄê<br>
+<!--{assign var=key value="deliv_time_id"}-->
+<!--{if $arrErr[$key] != ""}-->
+<font color="red"><!--{$arrErr[$key]}--></font>
+<!--{/if}-->
+<select name="<!--{$key}-->">
+<option value="">»ØÄê¤Ê¤·</option>
+<!--{html_options options=$arrDelivTime selected=$arrForm[$key].value}-->
+</select>
+<br>
+
+<center><input type="submit" value="¼¡¤Ø"></center>
+</form>
+
+<br>
+<hr>
+
+<a href="<!--{$smarty.const.URL_CART_TOP}-->" accesskey="9"><!--{9|numeric_emoji}-->¤«¤´¤ò¸«¤ë</a><br>
+<a href="<!--{$smarty.const.URL_SITE_TOP}-->" accesskey="0"><!--{0|numeric_emoji}-->TOP¥Ú¡¼¥¸¤Ø</a><br>
+
+<br>
+
+<!-- ¢§¥Õ¥Ã¥¿¡¼ ¤³¤³¤«¤é -->
+<center>LOCKON CO.,LTD.</center>
+<!-- ¢¥¥Õ¥Ã¥¿¡¼ ¤³¤³¤Þ¤Ç -->
Index: branches/dev/data/Smarty/templates/mobile/shopping/payment.tpl
===================================================================
--- branches/dev/data/Smarty/templates/mobile/shopping/payment.tpl	(revision 11686)
+++ branches/dev/data/Smarty/templates/mobile/shopping/payment.tpl	(revision 11691)
@@ -6,10 +6,10 @@
  */
 *}-->
-<center>ÇÛÃ£Æü¡¦»ÙÊ§¤¤»ØÄê</center>
+<center>»ÙÊ§¤¤ÊýË¡»ØÄê</center>
 
 <hr>
 
 <form method="post" action="<!--{$smarty.server.PHP_SELF|escape}-->">
-<input type="hidden" name="mode" value="confirm">
+<input type="hidden" name="mode" value="deliv_date">
 <input type="hidden" name="uniqid" value="<!--{$tpl_uniqid}-->">
 <!--<input type="hidden" name="message" value="">-->
@@ -17,37 +17,4 @@
 <!--<input type="hidden" name="point_check" value="2">-->
 <!--{/if}-->
-
-¢£ÇÛÃ£Æü»þ»ØÄê<br>
-ÇÛÁ÷Æü»ØÄê<br>
-<!--{assign var=key value="deliv_date"}-->
-<!--{if $arrErr[$key] != ""}-->
-<font color="red"><!--{$arrErr[$key]}--></font>
-<!--{/if}-->
-<!--{if $arrDelivDate}-->
-<select name="<!--{$key}-->">
-<option value="">»ØÄê¤Ê¤·</option>
-<!--{html_options options=$arrDelivDate selected=$arrForm[$key].value}-->
-</select>
-<!--{else}-->
-¤´»ØÄêÄº¤±¤Þ¤»¤ó¡£
-<!--{/if}-->
-<br>
-
-»þ´ÖÂÓ»ØÄê<br>
-<!--{assign var=key value="deliv_time_id"}-->
-<!--{if $arrErr[$key] != ""}-->
-<font color="red"><!--{$arrErr[$key]}--></font>
-<!--{/if}-->
-<select name="<!--{$key}-->">
-<option value="">»ØÄê¤Ê¤·</option>
-<!--{html_options options=$arrDelivTime selected=$arrForm[$key].value}-->
-</select>
-<br>
-
-<br>
-
-<center>»ÙÊ§¤¤ÊýË¡»ØÄê</center>
-
-<hr>
 
 <!--{assign var=key value="payment_id"}-->
Index: branches/dev/data/Smarty/templates/mobile/entry/set1.tpl
===================================================================
--- branches/dev/data/Smarty/templates/mobile/entry/set1.tpl	(revision 11686)
+++ branches/dev/data/Smarty/templates/mobile/entry/set1.tpl	(revision 11691)
@@ -20,12 +20,10 @@
 	¡ÚÀ¸Ç¯·îÆü¡Û<font color="#FF0000">*</font><br>
 	<font color="#FF0000"><!--{$arrErr.year}--><!--{$arrErr.month}--><!--{$arrErr.day}--></font>
-	<select name="year">
-		<!--{html_options options=$arrYear selected=$year}-->
-	</select>Ç¯<br>
+	<input type="text" name="year" value="<!--{$year|escape}-->" size="4" maxlength="4" istyle="4">Ç¯<br>
 	<select name="month">
 		<option value="">--</option>
 		<!--{html_options options=$arrMonth selected=$month}-->
 	</select>·î<br>
-	<select value="" name="day">
+	<select name="day">
 		<option value="">--</option>
 		<!--{html_options options=$arrDay selected=$day}-->
