Index: branches/version-2_5-dev/data/Smarty/templates/default/shopping/confirm.tpl
===================================================================
--- branches/version-2_5-dev/data/Smarty/templates/default/shopping/confirm.tpl	(revision 18833)
+++ branches/version-2_5-dev/data/Smarty/templates/default/shopping/confirm.tpl	(revision 18851)
@@ -161,4 +161,7 @@
             <!--{* ログイン済みの会員のみ *}-->
 
+            <!--お届け先ここから-->
+            <!--{* 販売方法判定（ダウンロード販売のみの場合はお届け先を表示しない） *}-->
+            <!--{if $cartdown != "2"}-->
             <table summary="お届け先確認" class="delivname">
                 <thead>
@@ -214,4 +217,5 @@
                 </tbody>
             </table>
+            <!--{/if}-->
             <!--お届け先ここまで-->
 
@@ -227,4 +231,6 @@
                     <td><!--{$arrData.payment_method|escape}--></td>
                 </tr>
+                <!--{* 販売方法判定（ダウンロード販売のみの場合はお届け日、時間を表示しない） *}-->
+                <!--{if $cartdown != "2"}-->
                 <tr>
                     <th>お届け日</th>
@@ -235,4 +241,5 @@
                     <td><!--{$arrData.deliv_time|escape|default:"指定なし"}--></td>
                 </tr>
+                <!--{/if}-->
                 <tr>
                     <th>その他お問い合わせ</th>
@@ -245,5 +252,5 @@
                 <!--{'sfTSPrintOrderBox'|call_user_func}-->
             <!--{/if}-->
-            
+
             <div class="tblareabtn">
                 <a href="./payment.php" onmouseover="chgImgImageSubmit('<!--{$TPL_DIR}-->img/common/b_back_on.gif',back03)" onmouseout="chgImgImageSubmit('<!--{$TPL_DIR}-->img/common/b_back.gif',back03)"><img src="<!--{$TPL_DIR}-->img/common/b_back.gif" width="150" height="30" alt="戻る" border="0" name="back03" id="back03" /></a>&nbsp;
