Index: branches/version-2_5-dev/data/Smarty/templates/mobile/shopping/confirm.tpl
===================================================================
--- branches/version-2_5-dev/data/Smarty/templates/mobile/shopping/confirm.tpl	(revision 19961)
+++ branches/version-2_5-dev/data/Smarty/templates/mobile/shopping/confirm.tpl	(revision 19984)
@@ -90,6 +90,6 @@
 <br>
 
-お届け日：<!--{$shippingItem.deliv_date|default:"指定なし"|h}--><br>
-お届け時間：<!--{$shippingItem.deliv_time|default:"指定なし"|h}--><br>
+お届け日：<!--{$shippingItem.shipping_date|default:"指定なし"|h}--><br>
+お届け時間：<!--{$shippingItem.shipping_time|default:"指定なし"|h}--><br>
 
 <hr>
Index: branches/version-2_5-dev/data/Smarty/templates/mobile/shopping/payment.tpl
===================================================================
--- branches/version-2_5-dev/data/Smarty/templates/mobile/shopping/payment.tpl	(revision 19961)
+++ branches/version-2_5-dev/data/Smarty/templates/mobile/shopping/payment.tpl	(revision 19984)
@@ -41,30 +41,30 @@
 <!--{foreach item=shippingItem name=shippingItem from=$shipping}-->
 <!--{assign var=index value=$smarty.foreach.shippingItem.index}-->
-<!--{if $isMultiple}-->
-▼お届け先<!--{$smarty.foreach.shippingItem.iteration}--><br>
-<!--{$arrPref[$shippingItem.shipping_pref]}--><!--{$shippingItem.shipping_addr01}--><!--{$shippingItem.shipping_addr02}--><br>
-<!--{$shippingItem.shipping_name01}--><!--{$shippingItem.shipping_name02}--><br>
-<!--{/if}-->
 <!--★お届け日★-->
 <!--{assign var=key value="deliv_date`$index`"}-->
-<!--{if $arrErr[$key] != ""}--><font color="#FF0000"><!--{$arrErr[$key]}--></font><!--{/if}-->
-お届け日：
+<font color="#FF0000"><!--{$arrErr[$key]}--></font>
+お届け日：<br>
 <!--{if !$arrDelivDate}-->
-ご指定頂けません。
+    ご指定頂けません。
 <!--{else}-->
-<select name="<!--{$key}-->">
-<option value="">指定なし</option>
-<!--{html_options options=$arrDelivDate selected=$arrForm[$key].value}-->
-</select>
+    <select name="<!--{$key}-->">
+        <option value="" selected="">指定なし</option>
+        <!--{html_options options=$arrDelivDate selected=$arrForm[$key].value}-->
+    </select>
 <!--{/if}-->
 <br>
 <!--★お届け時間★-->
 <!--{assign var=key value="deliv_time_id`$index`"}-->
-<!--{if $arrErr[$key] != ""}--><font color="#FF0000"><!--{$arrErr[$key]}--></font><!--{/if}-->
-お届け時間：
-<select name="<!--{$key}-->">
-<option value="">指定なし</option>
-<!--{html_options options=$arrDelivTime selected=$arrForm[$key].value}-->
+<font color="#FF0000"><!--{$arrErr[$key]}--></font>
+お届け時間：<br>
+<select name="<!--{$key}-->" id="<!--{$key}-->">
+    <option value="" selected="">指定なし</option>
+    <!--{html_options options=$arrDelivTime selected=$arrForm[$key].value}-->
 </select>
+<br>
+<!--{if $isMultiple}-->
+    &nbsp;<!--{$shippingItem.shipping_name01}--><!--{$shippingItem.shipping_name02}-->
+    &nbsp;<!--{$arrPref[$shippingItem.shipping_pref]}--><!--{$shippingItem.shipping_addr01}--><!--{$shippingItem.shipping_addr02}-->
+<!--{/if}-->
 <hr>
 <!--{/foreach}-->
Index: branches/version-2_5-dev/data/Smarty/templates/sphone/shopping/confirm.tpl
===================================================================
--- branches/version-2_5-dev/data/Smarty/templates/sphone/shopping/confirm.tpl	(revision 19972)
+++ branches/version-2_5-dev/data/Smarty/templates/sphone/shopping/confirm.tpl	(revision 19984)
@@ -221,9 +221,9 @@
                     <tr>
                         <th>お届け日</th>
-                        <td><!--{$shippingItem.deliv_date|default:"指定なし"|h}--></td>
+                        <td><!--{$shippingItem.shipping_date|default:"指定なし"|h}--></td>
                     </tr>
                     <tr>
                        <th>お届け時間</th>
-                        <td><!--{$shippingItem.deliv_time|default:"指定なし"|h}--></td>
+                        <td><!--{$shippingItem.shipping_time|default:"指定なし"|h}--></td>
                     </tr>
                 <!--{/if}-->
Index: branches/version-2_5-dev/data/Smarty/templates/sphone/shopping/payment.tpl
===================================================================
--- branches/version-2_5-dev/data/Smarty/templates/sphone/shopping/payment.tpl	(revision 19943)
+++ branches/version-2_5-dev/data/Smarty/templates/sphone/shopping/payment.tpl	(revision 19984)
@@ -60,11 +60,19 @@
             </div>
 
-            <!--{if $cartdown != 2}-->
+            <!--{if $cartKey != $smarty.const.PRODUCT_TYPE_DOWNLOAD}-->
             <div class="payarea02">
                 <h3>お届け時間の指定</h3>
                 <p>ご希望の方は、お届け時間を選択してください。</p>
+                <!--{foreach item=shippingItem name=shippingItem from=$shipping}-->
+                <!--{assign var=index value=$smarty.foreach.shippingItem.index}-->
+                <!--{if $isMultiple}-->
+                <div>
+                        &nbsp;<!--{$shippingItem.shipping_name01}--><!--{$shippingItem.shipping_name02}--><br />
+                        &nbsp;<!--{$arrPref[$shippingItem.shipping_pref]}--><!--{$shippingItem.shipping_addr01}--><!--{$shippingItem.shipping_addr02}-->
+                </div>
+                <!--{/if}-->
                 <div>
                     <!--★お届け日★-->
-                    <!--{assign var=key value="deliv_date"}-->
+                    <!--{assign var=key value="deliv_date`$index`"}-->
                     <span class="attention"><!--{$arrErr[$key]}--></span>
                     <em>お届け日：</em>
@@ -80,5 +88,5 @@
                 <div>
                     <!--★お届け時間★-->
-                    <!--{assign var=key value="deliv_time_id"}-->
+                    <!--{assign var=key value="deliv_time_id`$index`"}-->
                     <span class="attention"><!--{$arrErr[$key]}--></span>
                     <em>お届け時間：</em>
@@ -87,5 +95,7 @@
                         <!--{html_options options=$arrDelivTime selected=$arrForm[$key].value}-->
                     </select>
-                 </div>
+                </div>
+                <p></p>
+                <!--{/foreach}-->
             </div>
             <!--{/if}-->
