Index: branches/version-2_11-dev/data/Smarty/templates/default/products/list.tpl
===================================================================
--- branches/version-2_11-dev/data/Smarty/templates/default/products/list.tpl	(revision 21246)
+++ branches/version-2_11-dev/data/Smarty/templates/default/products/list.tpl	(revision 21341)
@@ -153,5 +153,6 @@
             <div class="listphoto">
                 <!--★画像★-->
-                <a href="<!--{$smarty.const.P_DETAIL_URLPATH}--><!--{$arrProduct.product_id|u}-->" class="over"><!--商品写真--><img src="<!--{$smarty.const.IMAGE_SAVE_URLPATH|sfTrimURL}-->/<!--{$arrProduct.main_list_image|sfNoImageMainList|h}-->" alt="<!--{$arrProduct.name|h}-->" class="picture" /></a>
+                <a href="<!--{$smarty.const.P_DETAIL_URLPATH}--><!--{$arrProduct.product_id|u}-->">
+                    <img src="<!--{$smarty.const.IMAGE_SAVE_URLPATH}--><!--{$arrProduct.main_list_image|sfNoImageMainList|h}-->" alt="<!--{$arrProduct.name|h}-->" class="picture" /></a>
             </div>
 
