Index: /branches/version-2_5-dev/html/user_data/packages/sphone/css/table.css
===================================================================
--- /branches/version-2_5-dev/html/user_data/packages/sphone/css/table.css	(revision 19858)
+++ /branches/version-2_5-dev/html/user_data/packages/sphone/css/table.css	(revision 19898)
@@ -481,4 +481,20 @@
 }
 
+/* 会員登録内容変更
+----------------------------------------------- */
+table[summary="会員登録内容変更"] td{
+padding-left:5px;
+text-align: left;
+vertical-align: middle;
+}
+
+/* お届け先登録
+----------------------------------------------- */
+table[summary="お届け先登録"] td{
+padding-left:5px;
+text-align: left;
+vertical-align: middle;
+}
+
 /* お問い合わせ
 ----------------------------------------------- */
Index: /branches/version-2_5-dev/data/Smarty/templates/sphone/mypage/mail_view.tpl
===================================================================
--- /branches/version-2_5-dev/data/Smarty/templates/sphone/mypage/mail_view.tpl	(revision 19807)
+++ /branches/version-2_5-dev/data/Smarty/templates/sphone/mypage/mail_view.tpl	(revision 19898)
@@ -1,3 +1,3 @@
-<!--{include file="`$smarty.const.TEMPLATE_REALDIR`popup_header.tpl" subtitle="MYページ/メール履歴詳細"}-->
+<!--{include file="`$smarty.const.SMARTPHONE_TEMPLATE_REALDIR`popup_header.tpl" subtitle="MYページ/メール履歴詳細"}-->
 
 <table class="form">
@@ -12,3 +12,3 @@
 </table>
 
-<!--{include file="`$smarty.const.TEMPLATE_REALDIR`popup_footer.tpl"}-->
+<!--{include file="`$smarty.const.SMARTPHONE_TEMPLATE_REALDIR`popup_footer.tpl"}-->
Index: /branches/version-2_5-dev/data/Smarty/templates/sphone/mypage/delivery_addr.tpl
===================================================================
--- /branches/version-2_5-dev/data/Smarty/templates/sphone/mypage/delivery_addr.tpl	(revision 19807)
+++ /branches/version-2_5-dev/data/Smarty/templates/sphone/mypage/delivery_addr.tpl	(revision 19898)
@@ -22,5 +22,5 @@
  */
 *}-->
-<!--{include file="`$smarty.const.TEMPLATE_REALDIR`popup_header.tpl" subtitle="新しいお届け先の追加・変更"}-->
+<!--{include file="`$smarty.const.SMARTPHONE_TEMPLATE_REALDIR`popup_header.tpl" subtitle="新しいお届け先の追加・変更"}-->
 
 <div id="windowarea">
@@ -35,5 +35,5 @@
 
         <table summary="お届け先登録">
-            <!--{include file="`$smarty.const.TEMPLATE_REALDIR`frontparts/form_personal_input.tpl" flgFields=1 emailMobile=false prefix=""}-->
+            <!--{include file="`$smarty.const.SMARTPHONE_TEMPLATE_REALDIR`frontparts/form_personal_input.tpl" flgFields=1 emailMobile=false prefix=""}-->
         </table>
 
@@ -44,3 +44,3 @@
 </div>
 
-<!--{include file="`$smarty.const.TEMPLATE_REALDIR`popup_footer.tpl"}-->
+<!--{include file="`$smarty.const.SMARTPHONE_TEMPLATE_REALDIR`popup_footer.tpl"}-->
Index: /branches/version-2_5-dev/data/Smarty/templates/sphone/mypage/change.tpl
===================================================================
--- /branches/version-2_5-dev/data/Smarty/templates/sphone/mypage/change.tpl	(revision 19807)
+++ /branches/version-2_5-dev/data/Smarty/templates/sphone/mypage/change.tpl	(revision 19898)
@@ -35,5 +35,5 @@
   <input type="hidden" name="customer_id" value="<!--{$arrForm.customer_id|h}-->" />
     <table summary="会員登録内容変更 " class="delivname">
-      <!--{include file="`$smarty.const.TEMPLATE_REALDIR`frontparts/form_personal_input.tpl" flgFields=3 emailMobile=true prefix=""}-->
+      <!--{include file="`$smarty.const.SMARTPHONE_TEMPLATE_REALDIR`frontparts/form_personal_input.tpl" flgFields=3 emailMobile=true prefix=""}-->
     </table>
     <!--{if 'sfGMOMypageDisplay'|function_exists}-->
Index: /branches/version-2_5-dev/data/Smarty/templates/sphone/mypage/error.tpl
===================================================================
--- /branches/version-2_5-dev/data/Smarty/templates/sphone/mypage/error.tpl	(revision 19807)
+++ /branches/version-2_5-dev/data/Smarty/templates/sphone/mypage/error.tpl	(revision 19898)
@@ -22,5 +22,5 @@
  */
 *}-->
-<!--{include file="`$smarty.const.TEMPLATE_REALDIR`popup_header.tpl" subtitle="エラー"}-->
+<!--{include file="`$smarty.const.SMARTPHONE_TEMPLATE_REALDIR`popup_header.tpl" subtitle="エラー"}-->
 
 <div id="compbox">
@@ -32,3 +32,3 @@
 </div>
 
-<!--{include file="`$smarty.const.TEMPLATE_REALDIR`popup_footer.tpl"}-->
+<!--{include file="`$smarty.const.SMARTPHONE_TEMPLATE_REALDIR`popup_footer.tpl"}-->
Index: /branches/version-2_5-dev/data/Smarty/templates/sphone/forgot/secret.tpl
===================================================================
--- /branches/version-2_5-dev/data/Smarty/templates/sphone/forgot/secret.tpl	(revision 19807)
+++ /branches/version-2_5-dev/data/Smarty/templates/sphone/forgot/secret.tpl	(revision 19898)
@@ -20,5 +20,5 @@
  * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
  *}-->
-<!--{include file="`$smarty.const.TEMPLATE_REALDIR`popup_header.tpl" subtitle="パスワードを忘れた方(確認ページ)"}-->
+<!--{include file="`$smarty.const.SMARTPHONE_TEMPLATE_REALDIR`popup_header.tpl" subtitle="パスワードを忘れた方(確認ページ)"}-->
 
   <div id="windowarea">
@@ -39,3 +39,3 @@
   </div>
 
-<!--{include file="`$smarty.const.TEMPLATE_REALDIR`popup_footer.tpl"}-->
+<!--{include file="`$smarty.const.SMARTPHONE_TEMPLATE_REALDIR`popup_footer.tpl"}-->
Index: /branches/version-2_5-dev/data/Smarty/templates/sphone/forgot/index.tpl
===================================================================
--- /branches/version-2_5-dev/data/Smarty/templates/sphone/forgot/index.tpl	(revision 19807)
+++ /branches/version-2_5-dev/data/Smarty/templates/sphone/forgot/index.tpl	(revision 19898)
@@ -20,5 +20,5 @@
  * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
  *}-->
-<!--{include file="`$smarty.const.TEMPLATE_REALDIR`popup_header.tpl" subtitle="パスワードを忘れた方(入力ページ)"}-->
+<!--{include file="`$smarty.const.SMARTPHONE_TEMPLATE_REALDIR`popup_header.tpl" subtitle="パスワードを忘れた方(入力ページ)"}-->
 
   <div id="windowarea">
@@ -38,3 +38,3 @@
   </div>
 
-<!--{include file="`$smarty.const.TEMPLATE_REALDIR`popup_footer.tpl"}-->
+<!--{include file="`$smarty.const.SMARTPHONE_TEMPLATE_REALDIR`popup_footer.tpl"}-->
Index: /branches/version-2_5-dev/data/Smarty/templates/sphone/forgot/complete.tpl
===================================================================
--- /branches/version-2_5-dev/data/Smarty/templates/sphone/forgot/complete.tpl	(revision 19807)
+++ /branches/version-2_5-dev/data/Smarty/templates/sphone/forgot/complete.tpl	(revision 19898)
@@ -20,5 +20,5 @@
  * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
  *}-->
-<!--{include file="`$smarty.const.TEMPLATE_REALDIR`popup_header.tpl" subtitle="パスワードを忘れた方(完了ページ)"}-->
+<!--{include file="`$smarty.const.SMARTPHONE_TEMPLATE_REALDIR`popup_header.tpl" subtitle="パスワードを忘れた方(完了ページ)"}-->
 
   <div id="windowarea">
@@ -36,3 +36,3 @@
   </div>
 
-<!--{include file="`$smarty.const.TEMPLATE_REALDIR`popup_footer.tpl"}-->
+<!--{include file="`$smarty.const.SMARTPHONE_TEMPLATE_REALDIR`popup_footer.tpl"}-->
Index: /branches/version-2_5-dev/data/Smarty/templates/sphone/entry/index.tpl
===================================================================
--- /branches/version-2_5-dev/data/Smarty/templates/sphone/entry/index.tpl	(revision 19887)
+++ /branches/version-2_5-dev/data/Smarty/templates/sphone/entry/index.tpl	(revision 19898)
@@ -33,5 +33,5 @@
 
             <table summary="会員登録フォーム">
-            <!--{include file="`$smarty.const.TEMPLATE_REALDIR`frontparts/form_personal_input.tpl" flgFields=3 emailMobile=false prefix=""}-->
+            <!--{include file="`$smarty.const.SMARTPHONE_TEMPLATE_REALDIR`frontparts/form_personal_input.tpl" flgFields=3 emailMobile=false prefix=""}-->
             </table>
 
Index: /branches/version-2_5-dev/data/Smarty/templates/sphone/frontparts/form_personal_input.tpl
===================================================================
--- /branches/version-2_5-dev/data/Smarty/templates/sphone/frontparts/form_personal_input.tpl	(revision 19898)
+++ /branches/version-2_5-dev/data/Smarty/templates/sphone/frontparts/form_personal_input.tpl	(revision 19898)
@@ -0,0 +1,222 @@
+<!--{*
+/*
+ * This file is part of EC-CUBE
+ *
+ * Copyright(c) 2000-2010 LOCKON CO.,LTD. All Rights Reserved.
+ *
+ * http://www.lockon.co.jp/
+ *
+ * This program is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU General Public License
+ * as published by the Free Software Foundation; either version 2
+ * of the License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
+ */
+*}-->
+<tr>
+  <th>お名前<span class="attention">※</span></th>
+  <td>
+    <!--{assign var=key1 value="`$prefix`name01"}-->
+    <!--{assign var=key2 value="`$prefix`name02"}-->
+    <!--{if $arrErr[$key1] || $arrErr[$key2]}-->
+    <div class="attention"><!--{$arrErr[$key1]}--><!--{$arrErr[$key2]}--></div>
+    <!--{/if}-->
+    姓&nbsp;<input type="text" name="<!--{$key1}-->" value="<!--{$arrForm[$key1]|h}-->" maxlength="<!--{$smarty.const.STEXT_LEN}-->" style="<!--{$arrErr[$key1]|sfGetErrorColor}-->; ime-mode: active;" size="15" class="box120" />&nbsp;
+    名&nbsp;<input type="text" name="<!--{$key2}-->" value="<!--{$arrForm[$key2]|h}-->" maxlength="<!--{$smarty.const.STEXT_LEN}-->" style="<!--{$arrErr[$key2]|sfGetErrorColor}-->; ime-mode: active;" size="15" class="box120" />
+  </td>
+</tr>
+<tr>
+  <th>お名前(フリガナ)<span class="attention">※</span></th>
+  <td>
+    <!--{assign var=key1 value="`$prefix`kana01"}-->
+    <!--{assign var=key2 value="`$prefix`kana02"}-->
+    <!--{if $arrErr[$key1] || $arrErr[$key2]}-->
+    <div class="attention"><!--{$arrErr[$key1]}--><!--{$arrErr[$key2]}--></div>
+    <!--{/if}-->
+    セイ&nbsp;<input type="text" name="<!--{$key1}-->" value="<!--{$arrForm[$key1]|h}-->" maxlength="<!--{$smarty.const.STEXT_LEN}-->" style="<!--{$arrErr[$key1]|sfGetErrorColor}-->; ime-mode: active;" size="15" class="box120" />&nbsp;
+    メイ&nbsp;<input type="text" name="<!--{$key2}-->" value="<!--{$arrForm[$key2]|h}-->" maxlength="<!--{$smarty.const.STEXT_LEN}-->" style="<!--{$arrErr[$key2]|sfGetErrorColor}-->; ime-mode: active;" size="15" class="box120" />
+  </td>
+</tr>
+<tr>
+  <th>郵便番号<span class="attention">※</span></th>
+  <td>
+    <!--{assign var=key1 value="`$prefix`zip01"}-->
+    <!--{assign var=key2 value="`$prefix`zip02"}-->
+    <!--{assign var=key3 value="`$prefix`pref"}-->
+    <!--{assign var=key4 value="`$prefix`addr01"}-->
+    <!--{assign var=key5 value="`$prefix`addr02"}-->
+    <!--{if $arrErr[$key1] || $arrErr[$key2]}-->
+    <div class="attention"><!--{$arrErr[$key1]}--><!--{$arrErr[$key2]}--></div>
+    <!--{/if}-->
+    〒&nbsp;<input type="text" name="<!--{$key1}-->" value="<!--{$arrForm[$key1]|h}-->" maxlength="<!--{$smarty.const.ZIP01_LEN}-->" style="<!--{$arrErr[$key1]|sfGetErrorColor}-->; ime-mode: disabled;" size="6" class="box60" />&nbsp;-&nbsp;<input type="text" name="<!--{$key2}-->" value="<!--{$arrForm[$key2]|h}-->" maxlength="<!--{$smarty.const.ZIP02_LEN}-->" style="<!--{$arrErr[$key2]|sfGetErrorColor}-->; ime-mode: disabled;" size="6" class="box60" />&nbsp;
+    <a href="http://search.post.japanpost.jp/zipcode/" target="_blank"><span class="fs12">郵便番号検索</span></a>
+    <p class="zipimg"><a href="<!--{$smarty.const.URL_PATH}-->input_zip.php" onclick="fnCallAddress('<!--{$smarty.const.INPUT_ZIP_URL_PATH}-->', '<!--{$key1}-->', '<!--{$key2}-->', '<!--{$key3}-->', '<!--{$key4}-->'); return false;" target="_blank"><img src="<!--{$TPL_DIR}-->img/button/btn_address_input.gif" width="86" height="20" alt="住所自動入力" /></a>
+    <span class="mini">&nbsp;郵便番号を入力後、クリックしてください。</span></p>
+  </td>
+</tr>
+<tr>
+  <th>住所<span class="attention">※</span></th>
+  <td>
+    <!--{if $arrErr[$key3] || $arrErr[$key4] || $arrErr[$key5]}-->
+    <div class="attention"><!--{$arrErr[$key3]}--><!--{$arrErr[$key4]}--><!--{$arrErr[$key5]}--></div>
+    <!--{/if}-->
+    <select name="<!--{$key3}-->" style="<!--{$arrErr[$key3]|sfGetErrorColor}-->">
+      <option value="" selected="selected">都道府県を選択</option>
+      <!--{html_options options=$arrPref selected=$arrForm[$key3]}-->
+    </select>
+    <p class="mini"><input type="text" name="<!--{$key4}-->" value="<!--{$arrForm[$key4]|h}-->" size="60" class="box300" style="<!--{$arrErr[$key4]|sfGetErrorColor}-->; ime-mode: active;" /><br />
+     <!--{$smarty.const.SAMPLE_ADDRESS1}--></p>
+    <p class="mini"><input type="text" name="<!--{$key5}-->" value="<!--{$arrForm[$key5]|h}-->" size="60" class="box300" style="<!--{$arrErr[$key5]|sfGetErrorColor}-->; ime-mode: active;" /><br />
+      <!--{$smarty.const.SAMPLE_ADDRESS2}--></p>
+    <p class="mini"><em>住所は2つに分けてご記入ください。マンション名は必ず記入してください。</em></p>
+  </td>
+</tr>
+<tr>
+  <th>電話番号<span class="attention">※</span></th>
+  <td>
+    <!--{assign var=key1 value="`$prefix`tel01"}-->
+    <!--{assign var=key2 value="`$prefix`tel02"}-->
+    <!--{assign var=key3 value="`$prefix`tel03"}-->
+    <!--{if $arrErr[$key1] || $arrErr[$key2] || $arrErr[$key3]}-->
+    <div class="attention"><!--{$arrErr[$key1]}--><!--{$arrErr[$key2]}--><!--{$arrErr[$key3]}--></div>
+    <!--{/if}-->
+    <input type="text" name="<!--{$key1}-->" value="<!--{$arrForm[$key1]|h}-->" maxlength="<!--{$smarty.const.TEL_ITEM_LEN}-->" size="6" style="<!--{$arrErr[$key1]|sfGetErrorColor}-->; ime-mode: disabled;" class="box60" />&nbsp;-&nbsp;<input type="text" name="<!--{$key2}-->" value="<!--{$arrForm[$key2]|h}-->" maxlength="<!--{$smarty.const.TEL_ITEM_LEN}-->" size="6" style="<!--{$arrErr[$key2]|sfGetErrorColor}-->; ime-mode: disabled;" class="box60" />&nbsp;-&nbsp;<input type="text" name="<!--{$key3}-->" value="<!--{$arrForm[$key3]|h}-->" maxlength="<!--{$smarty.const.TEL_ITEM_LEN}-->" size="6" style="<!--{$arrErr[$key3]|sfGetErrorColor}-->; ime-mode: disabled;" class="box60" />
+  </td>
+</tr>
+<!--{if $flgFields > 1}-->
+<tr>
+  <th>FAX</th>
+  <td>
+    <!--{assign var=key1 value="`$prefix`fax01"}-->
+    <!--{assign var=key2 value="`$prefix`fax02"}-->
+    <!--{assign var=key3 value="`$prefix`fax03"}-->
+    <!--{if $arrErr[$key1] || $arrErr[$key2] || $arrErr[$key3]}-->
+    <div class="attention"><!--{$arrErr[$key1]}--><!--{$arrErr[$key2]}--><!--{$arrErr[$key3]}--></div>
+    <!--{/if}-->
+    <input type="text" name="<!--{$key1}-->" value="<!--{$arrForm[$key1]|h}-->" maxlength="<!--{$smarty.const.TEL_ITEM_LEN}-->" size="6" style="<!--{$arrErr[$key1]|sfGetErrorColor}-->; ime-mode: disabled;" class="box60" />&nbsp;-&nbsp;<input type="text" name="<!--{$key2}-->" value="<!--{$arrForm[$key2]|h}-->" maxlength="<!--{$smarty.const.TEL_ITEM_LEN}-->" size="6" style="<!--{$arrErr[$key2]|sfGetErrorColor}-->; ime-mode: disabled;" class="box60" />&nbsp;-&nbsp;<input type="text" name="<!--{$key3}-->" value="<!--{$arrForm[$key3]|h}-->" maxlength="<!--{$smarty.const.TEL_ITEM_LEN}-->" size="6" style="<!--{$arrErr[$key3]|sfGetErrorColor}-->; ime-mode: disabled;" class="box60" />
+  </td>
+</tr>
+<tr>
+  <th>メールアドレス<span class="attention">※</span></th>
+  <td>
+    <!--{assign var=key1 value="`$prefix`email"}-->
+    <!--{assign var=key2 value="`$prefix`email02"}-->
+    <!--{if $arrErr[$key1] || $arrErr[$key2]}-->
+    <div class="attention"><!--{$arrErr[$key1]}--><!--{$arrErr[$key2]}--></div>
+    <!--{/if}-->
+    <input type="text" name="<!--{$key1}-->" value="<!--{$arrForm[$key1]|h}-->" style="<!--{$arrErr[$key1]|sfGetErrorColor}-->; ime-mode: disabled;" maxlength="<!--{$smarty.const.MTEXT_LEN}-->" size="40" class="box300" /><br />
+    <input type="text" name="<!--{$key2}-->" value="<!--{$arrForm[$key2]|h}-->" style="<!--{$arrErr[$key1]|cat:$arrErr[$key2]|sfGetErrorColor}-->; ime-mode: disabled;" maxlength="<!--{$smarty.const.MTEXT_LEN}-->" size="40" class="box300" /><br />
+    <p class="mini"><em>確認のため2度入力してください。</em></p>
+  </td>
+</tr>
+<!--{if $emailMobile}-->
+<tr>
+  <th>携帯メールアドレス</th>
+  <td>
+    <!--{assign var=key1 value="`$prefix`email_mobile"}-->
+    <!--{assign var=key2 value="`$prefix`email_mobile02"}-->
+    <!--{if $arrErr[$key1] || $arrErr[$key2]}-->
+    <div class="attention"><!--{$arrErr[$key1]}--><!--{$arrErr[$key2]}--></div>
+    <!--{/if}-->
+    <input type="text" name="<!--{$key1}-->" value="<!--{$arrForm[$key1]|h}-->" style="<!--{$arrErr[$key1]|sfGetErrorColor}-->; ime-mode: disabled;" maxlength="<!--{$smarty.const.MTEXT_LEN}-->" size="40" class="box300" /><br />
+    <input type="text" name="<!--{$key2}-->" value="<!--{$arrForm[$key2]|h}-->" style="<!--{$arrErr[$key1]|cat:$arrErr[$key2]|sfGetErrorColor}-->; ime-mode: disabled;" maxlength="<!--{$smarty.const.MTEXT_LEN}-->" size="40" class="box300" /><br />
+    <p class="mini"><em>確認のため2度入力してください。</em></p>
+  </td>
+</tr>
+<!--{/if}-->
+<tr>
+  <th>性別<span class="attention">※</span></th>
+  <td>
+    <!--{assign var=key1 value="`$prefix`sex"}-->
+    <!--{if $arrErr[$key1]}-->
+    <div class="attention"><!--{$arrErr[$key1]}--></div>
+    <!--{/if}-->
+    <span style="<!--{$arrErr[$key1]|sfGetErrorColor}-->">
+        <input type="radio" id="man" name="<!--{$key1}-->" value="1" <!--{if $arrForm[$key1] eq 1}--> checked="checked" <!--{/if}--> /><label for="man">男性</label>
+        <input type="radio" id="woman" name="<!--{$key1}-->" value="2" <!--{if $arrForm[$key1] eq 2}--> checked="checked" <!--{/if}--> /><label for="woman">女性</label>
+    </span>
+  </td>
+</tr>
+<tr>
+  <th>職業</th>
+  <td>
+    <!--{assign var=key1 value="`$prefix`job"}-->
+    <!--{if $arrErr[$key1]}-->
+    <div class="attention"><!--{$arrErr[$key1]}--></div>
+    <!--{/if}-->
+    <select name="<!--{$key1}-->">
+      <option value="" selected="selected">選択してください</option>
+      <!--{html_options options=$arrJob selected=$arrForm[$key1]}-->
+    </select>
+  </td>
+</tr>
+<tr>
+  <th>生年月日</th>
+  <td>
+    <!--{assign var=errBirth value="`$arrErr.year``$arrErr.month``$arrErr.day`"}-->
+    <!--{if $errBirth}-->
+      <div class="attention"><!--{$errBirth}--></div>
+    <!--{/if}-->
+    <select name="year" style="<!--{$errBirth|sfGetErrorColor}-->">
+      <!--{html_options options=$arrYear selected=$arrForm.year|default:''}-->
+    </select>年
+    <select name="month" style="<!--{$errBirth|sfGetErrorColor}-->">
+      <!--{html_options options=$arrMonth selected=$arrForm.month|default:''}-->
+    </select>月
+    <select name="day" style="<!--{$errBirth|sfGetErrorColor}-->">
+      <!--{html_options options=$arrDay selected=$arrForm.day|default:''}-->
+    </select>日
+  </td>
+</tr>
+<!--{if $flgFields > 2}-->
+<tr>
+  <th>希望するパスワード<span class="attention">※</span><br />
+  </th>
+  <td>
+    <!--{if $arrErr.password || $arrErr.password02}-->
+    <div class="attention"><!--{$arrErr.password}--><!--{$arrErr.password02}--></div>
+    <!--{/if}-->
+    <input type="password" name="password" value="<!--{$arrForm.password|h}-->" maxlength="<!--{$smarty.const.PASSWORD_LEN2}-->" style="<!--{$arrErr.password|sfGetErrorColor}-->" size="15" class="box120" />
+    <p><em>半角英数字<!--{$smarty.const.PASSWORD_LEN1}-->～<!--{$smarty.const.PASSWORD_LEN2}-->文字でお願いします。（記号不可）</em></p>
+    <input type="password" name="password02" value="<!--{$arrForm.password02|h}-->" maxlength="<!--{$smarty.const.PASSWORD_LEN2}-->" style="<!--{$arrErr.password|cat:$arrErr.password02|sfGetErrorColor}-->" size="15" class="box120" />
+    <p><em>確認のために2度入力してください。</em></p>
+  </td>
+</tr>
+<tr>
+  <th>パスワードを忘れた時のヒント<span class="attention">※</span></th>
+  <td>
+    <!--{if $arrErr.reminder || $arrErr.reminder_answer}-->
+    <div class="attention"><!--{$arrErr.reminder}--><!--{$arrErr.reminder_answer}--></div>
+    <!--{/if}-->
+    質問：
+    <select name="reminder" style="<!--{$arrErr.reminder|sfGetErrorColor}-->">
+      <option value="" selected="selected">選択してください</option>
+      <!--{html_options options=$arrReminder selected=$arrForm.reminder}-->
+    </select>
+    <br />
+    答え：<input type="text" name="reminder_answer" value="<!--{$arrForm.reminder_answer|h}-->" style="<!--{$arrErr.reminder_answer|sfGetErrorColor}-->; ime-mode: active;" size="40" class="box260" />
+  </td>
+</tr>
+<tr>
+  <th>メールマガジン送付について<span class="attention">※</span></th>
+  <td>
+    <!--{if $arrErr.mailmaga_flg}-->
+    <div class="attention"><!--{$arrErr.mailmaga_flg}--></div>
+    <!--{/if}-->
+    <span style="<!--{$arrErr.mailmaga_flg|sfGetErrorColor}-->">
+        <input type="radio" name="mailmaga_flg" value="1" id="html" <!--{if $arrForm.mailmaga_flg eq 1}--> checked="checked" <!--{/if}--> /><label for="html">HTMLメール＋テキストメールを受け取る</label><br />
+        <input type="radio" name="mailmaga_flg" value="2" id="text" <!--{if $arrForm.mailmaga_flg eq 2}--> checked="checked" <!--{/if}--> /><label for="text">テキストメールを受け取る</label><br />
+        <input type="radio" name="mailmaga_flg" value="3" id="no" <!--{if $arrForm.mailmaga_flg eq 3}--> checked="checked" <!--{/if}--> /><label for="no">受け取らない</label>
+    </span>
+  </td>
+</tr>
+<!--{/if}-->
+<!--{/if}-->
Index: /branches/version-2_5-dev/data/Smarty/templates/sphone/products/review.tpl
===================================================================
--- /branches/version-2_5-dev/data/Smarty/templates/sphone/products/review.tpl	(revision 19835)
+++ /branches/version-2_5-dev/data/Smarty/templates/sphone/products/review.tpl	(revision 19898)
@@ -22,5 +22,5 @@
  */
 *}-->
-<!--{include file="`$smarty.const.TEMPLATE_REALDIR`popup_header.tpl" subtitle="お客様の声書き込み（入力ページ）"}-->
+<!--{include file="`$smarty.const.SMARTPHONE_TEMPLATE_REALDIR`popup_header.tpl" subtitle="お客様の声書き込み（入力ページ）"}-->
 
   <div id="windowarea">
@@ -84,3 +84,3 @@
     </div>
 
-<!--{include file="`$smarty.const.TEMPLATE_REALDIR`popup_footer.tpl"}-->
+<!--{include file="`$smarty.const.SMARTPHONE_TEMPLATE_REALDIR`popup_footer.tpl"}-->
Index: /branches/version-2_5-dev/data/Smarty/templates/sphone/products/review_complete.tpl
===================================================================
--- /branches/version-2_5-dev/data/Smarty/templates/sphone/products/review_complete.tpl	(revision 19807)
+++ /branches/version-2_5-dev/data/Smarty/templates/sphone/products/review_complete.tpl	(revision 19898)
@@ -20,5 +20,5 @@
  * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
  *}-->
-<!--{include file="`$smarty.const.TEMPLATE_REALDIR`popup_header.tpl" subtitle="お客様の声書き込み（完了ページ）"}-->
+<!--{include file="`$smarty.const.SMARTPHONE_TEMPLATE_REALDIR`popup_header.tpl" subtitle="お客様の声書き込み（完了ページ）"}-->
 
   <div id="windowarea">
@@ -34,3 +34,3 @@
   </div>
 
-<!--{include file="`$smarty.const.TEMPLATE_REALDIR`popup_footer.tpl"}-->
+<!--{include file="`$smarty.const.SMARTPHONE_TEMPLATE_REALDIR`popup_footer.tpl"}-->
Index: /branches/version-2_5-dev/data/Smarty/templates/sphone/products/review_confirm.tpl
===================================================================
--- /branches/version-2_5-dev/data/Smarty/templates/sphone/products/review_confirm.tpl	(revision 19807)
+++ /branches/version-2_5-dev/data/Smarty/templates/sphone/products/review_confirm.tpl	(revision 19898)
@@ -20,5 +20,5 @@
  * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
  *}-->
-<!--{include file="`$smarty.const.TEMPLATE_REALDIR`popup_header.tpl" subtitle="お客様の声書き込み（確認ページ）"}-->
+<!--{include file="`$smarty.const.SMARTPHONE_TEMPLATE_REALDIR`popup_header.tpl" subtitle="お客様の声書き込み（確認ページ）"}-->
 
   <div id="windowarea">
@@ -69,3 +69,3 @@
     </div>
 
-<!--{include file="`$smarty.const.TEMPLATE_REALDIR`popup_footer.tpl"}-->
+<!--{include file="`$smarty.const.SMARTPHONE_TEMPLATE_REALDIR`popup_footer.tpl"}-->
Index: /branches/version-2_5-dev/data/Smarty/templates/sphone/popup_header.tpl
===================================================================
--- /branches/version-2_5-dev/data/Smarty/templates/sphone/popup_header.tpl	(revision 19898)
+++ /branches/version-2_5-dev/data/Smarty/templates/sphone/popup_header.tpl	(revision 19898)
@@ -0,0 +1,64 @@
+<!--{printXMLDeclaration}--><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<!--{*
+ * This file is part of EC-CUBE
+ *
+ * Copyright(c) 2000-2010 LOCKON CO.,LTD. All Rights Reserved.
+ *
+ * http://www.lockon.co.jp/
+ *
+ * This program is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU General Public License
+ * as published by the Free Software Foundation; either version 2
+ * of the License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
+ *}-->
+
+<html xmlns="http://www.w3.org/1999/xhtml" lang="ja" xml:lang="ja">
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=<!--{$smarty.const.CHAR_CODE}-->" />
+
+<meta name="viewport" content="width=320,maximum-scale=1.0,user-scalable=no">
+<meta name="format-detection" content="telephone=no">
+<meta http-equiv="Content-Script-Type" content="text/javascript" />
+<meta http-equiv="Content-Style-Type" content="text/css" />
+<!--{* 共通CSS *}-->
+<link rel="stylesheet" media="only screen" href="<!--{$TPL_DIR}-->css/import.css" type="text/css" />
+
+<script type="text/javascript" src="<!--{$smarty.const.URL_PATH}-->js/navi.js"></script>
+<script type="text/javascript" src="<!--{$smarty.const.URL_PATH}-->js/win_op.js"></script>
+<script type="text/javascript" src="<!--{$smarty.const.URL_PATH}-->js/site.js"></script>
+<script type="text/javascript" src="<!--{$smarty.const.URL_PATH}-->js/jquery-1.4.2.min.js"></script>
+<script type="text/javascript" src="<!--{$TPL_DIR}-->js/barbutton.js"></script>
+<script type="text/javascript" src="<!--{$TPL_DIR}-->js/category.js"></script>
+<script type="text/javascript" src="<!--{$TPL_DIR}-->js/news.js"></script>
+
+<title><!--{$arrSiteInfo.shop_name|h}--><!--{if $tpl_subtitle|strlen >= 1}--> / <!--{$tpl_subtitle|h}--><!--{elseif $tpl_title|strlen >= 1}--> / <!--{$tpl_title|h}--><!--{/if}--></title>
+<!--{* iPhone用アイコン画像 *}-->
+<link rel="apple-touch-icon" href="<!--{$smarty.const.SMARTPHONE_URL_PATH}-->sphone/apple-touch-icon.png" />
+
+<script type="text/javascript">//<![CDATA[
+    <!--{$tpl_javascript}-->
+    $(function(){
+        <!--{$tpl_onload}-->
+    });
+//]]>
+</script>
+</head>
+
+<body>
+<noscript>
+  <p><em>JavaScriptを有効にしてご利用下さい.</em></p>
+</noscript>
+
+<a name="top" id="top"></a>
+
+<!--▼CONTENTS-->
+<!--{if !$disable_wincol}--><div id="windowcolumn"><!--{/if}-->
Index: /branches/version-2_5-dev/data/Smarty/templates/sphone/popup_footer.tpl
===================================================================
--- /branches/version-2_5-dev/data/Smarty/templates/sphone/popup_footer.tpl	(revision 19898)
+++ /branches/version-2_5-dev/data/Smarty/templates/sphone/popup_footer.tpl	(revision 19898)
@@ -0,0 +1,24 @@
+<!--{*
+ * This file is part of EC-CUBE
+ *
+ * Copyright(c) 2000-2010 LOCKON CO.,LTD. All Rights Reserved.
+ *
+ * http://www.lockon.co.jp/
+ *
+ * This program is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU General Public License
+ * as published by the Free Software Foundation; either version 2
+ * of the License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
+ *}-->
+</div>
+</body>
+</html>
