Index: branches/version-2_12-dev/data/Smarty/templates/mobile/products/detail.tpl
===================================================================
--- branches/version-2_12-dev/data/Smarty/templates/mobile/products/detail.tpl	(revision 22206)
+++ branches/version-2_12-dev/data/Smarty/templates/mobile/products/detail.tpl	(revision 22549)
@@ -115,4 +115,14 @@
     <br>
 
+    <!--★メーカー★-->
+    <!--{if $arrProduct.maker_name|strlen >= 1}-->
+        メーカー：<!--{$arrProduct.maker_name|h}--><br>
+    <!--{/if}-->
+
+    <!--★メーカーURL★-->
+    <!--{if $arrProduct.comment1|strlen >= 1}-->
+        メーカーURL：<a href="<!--{$arrProduct.comment1|h}-->"><!--{$arrProduct.comment1|h}--></a><br>
+    <!--{/if}-->
+
     <!--★関連カテゴリ★-->
     関連カテゴリ：<br>
Index: branches/version-2_12-dev/data/Smarty/templates/sphone/products/detail.tpl
===================================================================
--- branches/version-2_12-dev/data/Smarty/templates/sphone/products/detail.tpl	(revision 22440)
+++ branches/version-2_12-dev/data/Smarty/templates/sphone/products/detail.tpl	(revision 22549)
@@ -210,4 +210,14 @@
                     <!--{/if}-->
 
+                    <!--▼メーカー-->
+                    <!--{if $arrProduct.maker_name|strlen >= 1}-->
+                        <p class="maker">
+                            <span class="mini">メーカー：</span><span>
+                                <!--{$arrProduct.maker_name|h}-->
+                            </span>
+                        </p>
+                    <!--{/if}-->
+                    <!--▲メーカー-->
+
                     <!--▼メーカーURL-->
                     <!--{if $arrProduct.comment1|strlen >= 1}-->
