<style> #left-menu ul li a { display: block; width: 165px; height: 41px; text-indent: -9999px; background-image: url("<?php echo CFIMG_URL; ?>public_images/lmenu/sprite_global_navi_side.png"); } #left-menu-1-1 { background-position: 0 0 !important; } #left-menu-1-2 { background-position: 0 -40px !important; } #left-menu-1-3 { background-position: 0 -80px !important; } #left-menu-1-4 { background-position: 0 -120px !important; } #left-menu-1-5 { background-position: 0 -160px !important; } #left-menu-1-6 { background-position: 0 -200px !important; } #left-menu-1-7 { background-position: 0 -240px !important; } #left-menu-1-8 { background-position: 0 -280px !important; } #left-menu-1-9 { background-position: 0 -320px !important; } #left-menu-1-10 { background-position: 0 -360px !important; } #left-menu-1-11 { background-position: 0 -400px !important; } #left-menu-1-12 { background-position: 0 -440px !important; } #left-menu-1-13 { background-position: 0 -480px !important; } #left-menu-1-14 { background-position: 0 -520px !important; } #left-menu-1-15 { background-position: 0 -560px !important; } #left-menu-1-16 { background-position: 0 -600px !important; } #left-menu-1-17 { background-position: 0 -640px !important; } #left-menu-1-18 { background-position: 0 -680px !important; height: 41px !important; } #left-menu-1-19 { background-position: 0 -1079px !important; } #left-menu-2-1 { background-position: 0 -720px !important; } #left-menu-2-2 { background-position: 0 -760px !important; } #left-menu-2-3 { background-position: 0 -800px !important; } #left-menu-2-4 { background-position: 0 -840px !important; } #left-menu-2-5 { background-position: 0 -880px !important; } #left-menu-2-6 { background-position: 0 -919px !important; } #left-menu-2-7 { background-position: 0 -959px !important; } #left-menu-2-8 { background-position: 0 -999px !important; } #left-menu-2-9 { background-position: 0 -1039px !important; } .ec-layoutRole .ec-layoutRole__contents { display: block; }</style><!-- #item-list --> <section style="margin: 20px 0;"> <div class="title-h2"><h2>他のカテゴリから探す</h2></div> <div id="other-category-pulldown-wrap"> <form> <select id="other-category-pulldown"> <option>カテゴリを選んでください</option> {% if other_category_path_map is not defined %} {% set other_category_path_map = default_sp_other_category_pulldown_map() %} {% endif %} {% for type_data in other_category_path_map %} <optgroup label="{{ type_data.group_label | display_form_text }}"> {% for path, label in type_data.map %} <option value="{{ path | display_form_text }}">{{ label | display_text }}</option> {% endfor %} </optgroup> {% endfor %} </select> </form> </div> </section><!-- /#item-list --><!-- 検索して探す --><section style="margin: 20px 0;"> <div class="title-h2"><h2>検索して探す</h2></div> <div id="search-on-main-contents"> <div id="search-wrapper-on-main-contents"> <form method="get" action="/sp/search/" accept-charset="UTF-8" id="search_form-on-main-contents"> <div class="searchpop_parent"> <input class="searchpop" id="search_string-on-main-contents" name="searchtext" type="text" placeholder="商品名・品番で検索" value=""> <input type="submit" value="検索" id="search-button-on-main-contents"> <input type="hidden" name="hantei" value="検索"> <div class="searchpop_container"><div class="searchpop_suggests"></div></div></div> </form> </div> </div></section><!-- /検索して探す --><div class="page-nav clearfix"> <a class="scroll-to-top" href="#" style="min-width: 46%">このページのトップへ戻る</a> {% if breadCrumb is defined and breadCrumb[0] is defined and breadCrumb[0].label is defined %} <a class="category-top" href="{{ breadCrumb[0].href }}" style="min-width: 46%">{{ breadCrumb[0].label }}TOPへ戻る</a> {% endif %}</div><link rel="stylesheet" type="text/css" href="//fonts.googleapis.com/css?family=Open+Sans:700italic" /><script type="text/javascript" src="/javascripts/sp/sp_path_converter.js"></script><script type="text/javascript"> var $topButton = $('.scroll-to-top'); $topButton.on('click', function(e){ e.preventDefault(); $(window).scrollTop(0); });</script><!-- 商品DB 高さ調整 --><script type="text/javascript" src="https://www.l-m.co.jp/javascripts/item_db_height_sp.js"></script><!-- //商品DB 高さ調整 --><script type="text/javascript">$(function() { // 「他のカテゴリから探すプルダウン」 $('#other-category-pulldown').on('change', function(){ if( $(this).val() !== '' ){ location.href = $(this).val(); } });});</script>