Index: /branches/version-2_11-dev/html/user_data/packages/sphone/css/contents.css
===================================================================
--- /branches/version-2_11-dev/html/user_data/packages/sphone/css/contents.css	(revision 21164)
+++ /branches/version-2_11-dev/html/user_data/packages/sphone/css/contents.css	(revision 21168)
@@ -261,4 +261,7 @@
 display:block;
 }
+.deliv_check dd.end {
+border-bottom: none;
+}
 .deliv_check dd p{
 display:inline;
Index: /branches/version-2_11-dev/data/Smarty/templates/sphone/shopping/deliv.tpl
===================================================================
--- /branches/version-2_11-dev/data/Smarty/templates/sphone/shopping/deliv.tpl	(revision 21132)
+++ /branches/version-2_11-dev/data/Smarty/templates/sphone/shopping/deliv.tpl	(revision 21168)
@@ -74,5 +74,5 @@
    <!--{/if}-->
     </dt>
-      <dd>
+      <dd <!--{if $smarty.section.cnt.last && !($tpl_addrmax < $smarty.const.DELIV_ADDR_MAX)}-->class="end"<!--{/if}-->>
         <!--{assign var=key value=$arrAddr[cnt].pref}-->
         <!--{$arrPref[$key]}--><!--{$arrAddr[cnt].addr01|h}--><!--{$arrAddr[cnt].addr02|h}--><br />
@@ -82,11 +82,11 @@
  <!--{/section}-->
 
+<!--{if $tpl_addrmax < $smarty.const.DELIV_ADDR_MAX}-->
 <div class="inner">
-<!--{if $tpl_addrmax < $smarty.const.DELIV_ADDR_MAX}-->
   <a rel="external" href="javascript:void(0);" onclick="win02('<!--{$smarty.const.ROOT_URLPATH}-->mypage/delivery_addr.php?page=<!--{$smarty.server.PHP_SELF|h}-->','new_deiv','600','640'); return false;" class="btn_sub addbtn">新しいお届け先を追加</a>
+</div>
 <!--{/if}-->
-</div>
+</div><!--▲formBox -->
 
-</div><!--▲formBox -->
 
 
