package org.apache.jsp;

import javax.servlet.*;
import javax.servlet.http.*;
import javax.servlet.jsp.*;
import org.apache.jasper.runtime.*;
import java.util.*;
import java.sql.*;
import java.io.File;
import org.apache.log4j.Category;
import jp.co.sint.database.*;
import jp.co.sint.tools.*;
import jp.co.sint.basic.*;
import jp.co.sint.config.*;
import jp.co.sint.beans.front.*;
import jp.co.sint.beans.mallmgr.*;
import jp.co.sint.servlet.front.SICustAccessLog;
import java.net.*;

public class index_html extends HttpJspBase {


  private static java.util.Vector _jspx_includes;

  static {
    _jspx_includes = new java.util.Vector(6);
    _jspx_includes.add("/sp/include/header_inc.jsp");
    _jspx_includes.add("/sp/include/global_inc.jsp");
    _jspx_includes.add("/sp/include/footer_inc.jsp");
    _jspx_includes.add("/sp/include/modal_menu_inc.jsp");
    _jspx_includes.add("/sp/include/modal_search_inc.jsp");
    _jspx_includes.add("/sp/include/modal_brand_inc.jsp");
  }

  private org.apache.jasper.runtime.TagHandlerPool _jspx_tagPool_response_sendRedirect;
  private org.apache.jasper.runtime.TagHandlerPool _jspx_tagPool_webshop_session_type_name_id;
  private org.apache.jasper.runtime.TagHandlerPool _jspx_tagPool_webshop_siquantity_value_nobody;
  private org.apache.jasper.runtime.TagHandlerPool _jspx_tagPool_webshop_siiterator_type_id_collection;

  public index_html() {
    _jspx_tagPool_response_sendRedirect = new org.apache.jasper.runtime.TagHandlerPool();
    _jspx_tagPool_webshop_session_type_name_id = new org.apache.jasper.runtime.TagHandlerPool();
    _jspx_tagPool_webshop_siquantity_value_nobody = new org.apache.jasper.runtime.TagHandlerPool();
    _jspx_tagPool_webshop_siiterator_type_id_collection = new org.apache.jasper.runtime.TagHandlerPool();
  }

  public java.util.List getIncludes() {
    return _jspx_includes;
  }

  public void _jspDestroy() {
    _jspx_tagPool_response_sendRedirect.release();
    _jspx_tagPool_webshop_session_type_name_id.release();
    _jspx_tagPool_webshop_siquantity_value_nobody.release();
    _jspx_tagPool_webshop_siiterator_type_id_collection.release();
  }

  public void _jspService(HttpServletRequest request, HttpServletResponse response)
        throws java.io.IOException, ServletException {

    JspFactory _jspxFactory = null;
    javax.servlet.jsp.PageContext pageContext = null;
    HttpSession session = null;
    ServletContext application = null;
    ServletConfig config = null;
    JspWriter out = null;
    Object page = this;
    JspWriter _jspx_out = null;

    jp.co.sint.basic.SINameValue _jspx_headID2_1 = null;

    try {
      _jspxFactory = JspFactory.getDefaultFactory();
      response.setContentType("text/html;charset=MS932");
      pageContext = _jspxFactory.getPageContext(this, request, response,
      			"util/error.jsp", true, 8192, true);
      application = pageContext.getServletContext();
      config = pageContext.getServletConfig();
      session = pageContext.getSession();
      out = pageContext.getOut();
      _jspx_out = out;

      out.write("\r\n\r\n");
/**タグのセクション*/
      out.write("\r\n");
      out.write("\r\n");
      out.write("\r\n");
      out.write("\r\n");
      out.write("\r\n");
      out.write("\r\n");
      out.write("\r\n");
/**エラー遷移先の定義のセクション*/
      out.write("\r\n");
      out.write("\r\n");
/**クラスのインポートのセクション*/
      out.write("\r\n");
      out.write("\r\n");
      out.write("\r\n");
      out.write("\r\n");
      out.write("\r\n");
      out.write("\r\n");
      out.write("\r\n");
      out.write("\r\n");
      out.write("\r\n");
      out.write("\r\n");
      out.write("\r\n");
      out.write("\r\n");

// 各サイトの設定(common)
String webshopSite=SIHTMLUtil.getRootPath(request);
String loginSite="/advancedsearch";

// サイトURL
String mainSrvSite=SIURLMap.getUrl(request,"webshop.servlet.front.main");
String cmdtySrvSite=SIURLMap.getUrl(request,"webshop.servlet.front.commodity");

SIDatabaseConnection databaseConnection=new SIDatabaseConnection();try{
Connection connection=databaseConnection.getConnection();
StringBuffer sql = new StringBuffer();
sql.append("SELECT unitpricewithouttax,individualcode ");
sql.append("FROM cmdtyunittbl WHERE individualcode IN (");
sql.append("'HP-0535N-S','HC-3177N-S','HP-0532N-S','HC-2781N-S','HC-2780N-S','HC-2779N-S','HC-2778N-S','HC-2786N-S','HC-2785N-S','HC-2777N-S','HC-2782N-S','HC-2784N-S','HC-2783N-S','HC-2776N-S','HD-0086N-S','HD-0088N-S','HD-0090N-S','HC-2788N-S','ZY-0132N-X','ZX-0517N','ZS-0068P','ZS-0077N-X','HP-0339N','HU-0007N','ZX-2786P','ZU-2174N-X','ZU-2112N-X','ZX-2503P','ZW-0680N-X','ZW-0105N','ZX-0016N','HP-0429N','ZG-0193N-X','ZG-0193N-X','ZP-0642N','ZX-0025N','LA-2437N','ZC-1958P-X','ZC-1959P-X','TB-0056P','HF-0012N','HW-0218N','HW-0029N','HK-0013N','ZU-2022N','ZU-2117N-X','ZU-2157N','ZU-2155N','ZU-1644N','ZU-2103N-X','ZD-0357N','ZF-0003N','ZF-0004N','ZF-0170N','XW-0321N','XT-2335N','SE-3542P','CD-2819P','XG-0070P','MI-1558P','XO-2969N-X','XM-1249N','XM-1552N-S','XR-0184N','XR-0183N')");
Collection cmdtyColl1 = SIDBUtil.getCollection(connection,sql.toString(),false,false,0);

      out.write("\r\n\r\n");
      out.write("\r\n");
      out.write("\r\n");

SIUserInfo userLogin = SIHTMLUtil.getUserInfo(request);
if(userLogin.isNotLogin(request)){ 
      out.write("\r\n");
      /* ----  response:sendRedirect ---- */
      org.apache.taglibs.response.SendRedirectTag _jspx_th_response_sendRedirect_0 = (org.apache.taglibs.response.SendRedirectTag) _jspx_tagPool_response_sendRedirect.get(org.apache.taglibs.response.SendRedirectTag.class);
      _jspx_th_response_sendRedirect_0.setPageContext(pageContext);
      _jspx_th_response_sendRedirect_0.setParent(null);
      int _jspx_eval_response_sendRedirect_0 = _jspx_th_response_sendRedirect_0.doStartTag();
      if (_jspx_eval_response_sendRedirect_0 != javax.servlet.jsp.tagext.Tag.SKIP_BODY) {
        if (_jspx_eval_response_sendRedirect_0 != javax.servlet.jsp.tagext.Tag.EVAL_BODY_INCLUDE) {
          javax.servlet.jsp.tagext.BodyContent _bc = pageContext.pushBody();
          out = _bc;
          _jspx_th_response_sendRedirect_0.setBodyContent(_bc);
          _jspx_th_response_sendRedirect_0.doInitBody();
        }
        do {
          out.print(SIURLMap.getHttpsUrl(request,"webshop.servlet.front.user.login")+"?nid=/pickup/profeel_s/index.html");
          int evalDoAfterBody = _jspx_th_response_sendRedirect_0.doAfterBody();
          if (evalDoAfterBody != javax.servlet.jsp.tagext.BodyTag.EVAL_BODY_AGAIN)
            break;
        } while (true);
        if (_jspx_eval_response_sendRedirect_0 != javax.servlet.jsp.tagext.Tag.EVAL_BODY_INCLUDE)
          out = pageContext.popBody();
      }
      if (_jspx_th_response_sendRedirect_0.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
        return;
      _jspx_tagPool_response_sendRedirect.reuse(_jspx_th_response_sendRedirect_0);
      out.write("\r\n");
}else{
boolean flg =true;
for(int i=0; i < userLogin.getMaker().length ;i++){ if( "2419".equals(userLogin.getMaker()[i])) flg=false; }
if(flg){
      out.write("\r\n");
      /* ----  response:sendRedirect ---- */
      org.apache.taglibs.response.SendRedirectTag _jspx_th_response_sendRedirect_1 = (org.apache.taglibs.response.SendRedirectTag) _jspx_tagPool_response_sendRedirect.get(org.apache.taglibs.response.SendRedirectTag.class);
      _jspx_th_response_sendRedirect_1.setPageContext(pageContext);
      _jspx_th_response_sendRedirect_1.setParent(null);
      int _jspx_eval_response_sendRedirect_1 = _jspx_th_response_sendRedirect_1.doStartTag();
      if (_jspx_eval_response_sendRedirect_1 != javax.servlet.jsp.tagext.Tag.SKIP_BODY) {
        if (_jspx_eval_response_sendRedirect_1 != javax.servlet.jsp.tagext.Tag.EVAL_BODY_INCLUDE) {
          javax.servlet.jsp.tagext.BodyContent _bc = pageContext.pushBody();
          out = _bc;
          _jspx_th_response_sendRedirect_1.setBodyContent(_bc);
          _jspx_th_response_sendRedirect_1.doInitBody();
        }
        do {
          out.print(SIURLMap.getHttpsUrl(request,"webshop.servlet.front.main"));
          int evalDoAfterBody = _jspx_th_response_sendRedirect_1.doAfterBody();
          if (evalDoAfterBody != javax.servlet.jsp.tagext.BodyTag.EVAL_BODY_AGAIN)
            break;
        } while (true);
        if (_jspx_eval_response_sendRedirect_1 != javax.servlet.jsp.tagext.Tag.EVAL_BODY_INCLUDE)
          out = pageContext.popBody();
      }
      if (_jspx_th_response_sendRedirect_1.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
        return;
      _jspx_tagPool_response_sendRedirect.reuse(_jspx_th_response_sendRedirect_1);
      out.write("\r\n");
}}
      out.write("\r\n");
      out.write("\r\n\r\n\r\n");
      out.write("<!DOCTYPE html>\r\n");
      out.write("<html lang=\"ja\">");
      out.write("<head>\r\n");
      out.write("<meta charset=\"shift_jis\">\r\n");
      out.write("<meta name=\"viewport\" content=\"maximum-scale:5\"/>\r\n");
      out.write("<meta name=\"description\" content=\"ヘアカラー専門店の専用カラー剤「プロフィールS」 - 理美容器具・エステ機器・美容用品の卸・通販 BEAUTY GARAGE\" />\r\n");
      out.write("<meta name=\"keywords\" content=\"プロフィールS\" />\r\n");
      out.write("<title>プロフィールS - 理美容器具・エステ機器・美容用品の卸・通販 BEAUTY GARAGE");
      out.write("</title>\r\n");
      out.write("<meta http-equiv=\"Content-Style-Type\" content=\"text/css\" />\r\n");
      out.write("<meta http-equiv=\"Content-Script-Type\" content=\"text/javascript\" />\r\n");
      out.write("<link rel=\"stylesheet\" type=\"text/css\" href=\"../../css/import.css\" media=\"screen,print\" />\r\n");
      out.write("<!--sp疑似対応用css_start-->\r\n");
      out.write("<link rel=\"stylesheet\" type=\"text/css\" href=\"");
      out.print(webshopSite);
      out.write("/sp/css/base.css\" media=\"all\" />\r\n");
      out.write("<link rel=\"stylesheet\" type=\"text/css\" href=\"");
      out.print(webshopSite);
      out.write("/sp/css/common-pick.css\" media=\"all\" />\r\n");
      out.write("<!--sp疑似対応用css_end-->\r\n");
      out.write("<link rel=\"stylesheet\" type=\"text/css\" href=\"../../pickup-parts/profeel_s/css/page.css\" media=\"screen,print\" />\r\n");
      out.write("<link rel=\"stylesheet\" type=\"text/css\" href=\"../../css/print.css\" media=\"print\" />\r\n");
      out.write("<style type=\"text/css\">\r\n#contentsArea,#contentsArea *{box-sizing:content-box;}\r\n");
      out.write("</style>\r\n");
      out.write("<script type=\"text/javascript\" src=\"../../script/common.js\">");
      out.write("</script>\r\n");
      out.write("<!--sp疑似対応用js_start-->\r\n");
      out.write("<script type=\"text/javascript\" src=\"");
      out.print(webshopSite);
      out.write("/sp/js/jquery-1.9.1.min.js\">");
      out.write("</script>\r\n");
      out.write("<script type=\"text/javascript\" src=\"");
      out.print(webshopSite);
      out.write("/sp/js/common.js\">");
      out.write("</script>\r\n");
      out.write("<script type=\"text/javascript\" src=\"");
      out.print(webshopSite);
      out.write("/sp/js/idangerous.swiper.min.js\">");
      out.write("</script>\r\n");
      out.write("<script src=\"");
      out.print(webshopSite);
      out.write("/sp/script/smartpc.js\">");
      out.write("</script>\r\n");
      out.write("<script type=\"text/javascript\" src=\"../../script/jquery.easing.js\">");
      out.write("</script>\r\n");
      out.write("<script type=\"text/javascript\" src=\"../../script/jQueryAutoHeight.js\">");
      out.write("</script>\r\n");
      out.write("<script type=\"text/javascript\" src=\"../../pickup-parts/profeel_s/js/jquery.pickupaddCart2.js\">");
      out.write("</script>\r\n");
      out.write("<script type=\"text/javascript\" src=\"../../pickup-parts/profeel_s/js/jquery.pickupaddCart.js\">");
      out.write("</script>\r\n");
      out.write("<script type=\"text/javascript\" src=\"../../pickup-parts/profeel_s/js/jquery.common.js\">");
      out.write("</script>\r\n");
      out.write("<script type=\"text/javascript\">\r\n$(function() {\r\n\t$('#sectionWrap .front_hide').pickupAddCart({\r\n\t\tsendURL:'");
      out.print(webshopSite);
      out.write("',\r\n\t\timgPath_on:'../../img/cart/popup_on_on.gif',\r\n\t\timgPath_off:'../../img/cart/popup_off.gif',\r\n\t\timgPath_none:'../../img/cart/popup_off.gif',\r\n\t\timgPath_popup:'../../img/cart/popup_load.gif',\r\n\t\tboxParent:'.btnBox',\r\n\t\tcrt:'crt3'\r\n\t});\r\n\t\r\n\t$('#sectionWrap .front_show').pickupAddCart2({\r\n\t\tsendURL:'");
      out.print(webshopSite);
      out.write("',\r\n\t\timgPath_on:'../../img/cart/popup_on_on.gif',\r\n\t\timgPath_off:'../../img/cart/popup_off.gif',\r\n\t\timgPath_none:'../../img/cart/popup_off.gif',\r\n\t\timgPath_popup:'../../img/cart/popup_load.gif',\r\n\t\tboxParent:'li',\r\n\t\tcrt:'crt2'\r\n\t});\r\n\t\r\n\t$('#sec1 h3').autoHeight({column:4,height:'height'});\r\n\t$('#sec2 h3').autoHeight({column:4,height:'height'});\r\n\t$('#sec4 h3').autoHeight({column:4,height:'height'});\r\n\t$('#sec5 li .txt1').autoHeight({column:3,height:'height'});\r\n\t$('#sec6 h3').autoHeight({column:6,height:'height'});\r\n\t$('#sec7 h3').autoHeight({column:6,height:'height'});\r\n\t$('#sec8 h3').autoHeight({column:6,height:'height'});\r\n});\r\n");
      out.write("<!--sp疑似対応用js_end-->\r\n");
      out.write("</script>\r\n");
      out.write("</head>\r\n");
      out.write("<body class=\"style1\">\r\n");
      out.write("<a name=\"top\" id=\"top\">");
      out.write("</a>\r\n");
      out.write("<div id=\"wrapper\">\r\n\r\n");
      out.write("<!--▼ヘッダ▼-->\r\n");

/**
 * Copyright (c) 2003-2009 System Integrator Corporation. & Beautygarage Inc.
 *                 All Rights Reserved.
 * @version $Id : include/header_inc.jsp,v 2.0 2009/04/03 Naotaka Ohsugi Exp $
 * @author      : Naotaka Ohsugi
 * @Description : 共通ヘッダー
 * @History
 * Author         Date        Reason
 * ============   ==========  ===========================
 * Naotaka        2009/04/03  Original
 */

      out.write("\r\n");
      out.write("<script type=\"text/javascript\">\r\n  var _gaq = _gaq || [];\r\n  var pluginUrl = \r\n  '//www.google-analytics.com/plugins/ga/inpage_linkid.js';\r\n  _gaq.push(['_require', 'inpage_linkid', pluginUrl]);\r\n  _gaq.push(['_setAccount', 'UA-1040584-1']);\r\n  ");
 if(SIHTMLUtil.getUserInfo(request).isLogin(request)){
      out.write("\r\n  _gaq.push(['_setCustomVar', 1, 'registered', 'true', 1]);\r\n  _gaq.push(['_setCustomVar', 2, 'sessionlogin', 'true', 2]);\r\n  _gaq.push(['_setCustomVar', 3, 'islogin', 'true', 3]);\r\n  ");
} else {
      out.write("\r\n  _gaq.push(['_setCustomVar', 3, 'islogin', 'false', 3]);\r\n  ");
}
      out.write("\r\n  _gaq.push(['_setCustomVar', 4, 'viewmode', 'SP', 3]);\r\n  _gaq.push(['_setVar',navigator.userAgent]);\r\n  _gaq.push(['_trackPageview']);\r\n  (function() {\r\n    var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;\r\n    ga.src = ('https:' == document.location.protocol ? 'https://' : 'http://') + 'stats.g.doubleclick.net/dc.js';\r\n    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);\r\n  })();\r\n  \r\n\t//for Google Tag Manager\r\n\tdataLayer= [{\r\n\t\t//'page_type' : '#ページカテゴリ#',\r\n\t\t'site_type':'m',\r\n\t\t//'customer_id':'#顧客ID#',\r\n\t\t//'product_id':'商品ID',\r\n\t\t//'keyword':'#サイト内検索キーワード#',\r\n\t\t//'order_id':'test',\r\n\t\t//'items':\r\n\t\t//\t\t   [\r\n\t\t//\t\t   {'id':'#商品ID1#','price':'#単価1#','qty':'#数量1#'},\r\n\t\t//\t\t   {'id':'#商品ID2#','price':'#単価2#','qty':'#数量2#'},\r\n\t\t//\t\t   {'id':'#商品ID3#','price':'#単価3#','qty':'#数量3#'}\r\n\t\t//\t\t   ]\r\n\t}];\r\n    \r\n");
      out.write("</script>\r\n");
      out.write("<!-- Google Tag Manager -->\r\n");
      out.write("<noscript>");
      out.write("<iframe src=\"//www.googletagmanager.com/ns.html?id=GTM-K5Q24Q\"\r\nheight=\"0\" width=\"0\" style=\"display:none;visibility:hidden\">");
      out.write("</iframe>");
      out.write("</noscript>\r\n");
      out.write("<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':\r\nnew Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],\r\nj=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=\r\n'//www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);\r\n})(window,document,'script','dataLayer','GTM-K5Q24Q');");
      out.write("</script>\r\n");
      out.write("<!-- End Google Tag Manager -->\r\n\r\n");
      out.write("<a id=\"pageTop\">");
      out.write("</a>\r\n");
      out.write("<!--▽ページ上部共通：ここから▽-->\r\n\r\n");
 //▼アプリでは非表示：ここから▼
 if (request.getHeader("user-agent").indexOf("bg-webview-")==-1) { 
      out.write("\r\n");
      out.write("<!--▼ヘッダ：ここから▼-->\r\n  ");
      out.write("<header id=\"header\">\r\n    ");
      out.write("<p>4,000円以上で");
      out.write("<strong>通常送料無料");
      out.write("</strong>　17：00迄のご注文で");
      out.write("<strong>当日出荷");
      out.write("</strong>");
      out.write("</p>\r\n    ");
      out.write("<div id=\"header-inner\">\r\n    ");
if("http://www.beautygarage.jp/ws/main".equals(request.getRequestURL().toString())){
      out.write("\r\n");
      out.write("<h1 id=\"logo\">");
      out.write("<a href=\"");
      out.print(SIURLMap.getUrl(request,"webshop.servlet.front.main"));
      out.write("\">BEAUTY GARAGE Online Shop for Salon Professionals");
      out.write("</a>");
      out.write("</h1>\r\n");
}else{
      out.write("\r\n");
      out.write("<div id=\"logo\">");
      out.write("<a href=\"");
      out.print(SIURLMap.getUrl(request,"webshop.servlet.front.main"));
      out.write("\">BEAUTY GARAGE Online Shop for Salon Professionals");
      out.write("</a>");
      out.write("</div>\r\n");
}
      out.write("\r\n\r\n      ");
      out.write("<dl id=\"siteinfo\">\r\n        ");
      out.write("<dt>会員数：");
      out.write("</dt>\r\n        ");
      out.write("<dd>");
      out.write("<span class=\"num salonCnt\">");
      JspRuntimeLibrary.include(request, response, "/other/cust_count.txt", out, true);
      out.write("</span>店");
      out.write("</dd>\r\n        ");
      out.write("<dt>商品数：");
      out.write("</dt>\r\n        ");
      out.write("<dd>");
      out.write("<span class=\"num itemCnt\">");
      JspRuntimeLibrary.include(request, response, "/other/item_count.txt", out, true);
      out.write("</span>品");
      out.write("</dd>\r\n      ");
      out.write("</dl>\r\n      ");
      out.write("<nav id=\"hdFunc\">\r\n        ");
      out.write("<ul id=\"hdFunc-list\" class=\"typeFlat\">\r\n          ");
      out.write("<li id=\"hdFunc-menu\">");
      out.write("<a href=\"#menuContents\">メニュー");
      out.write("</a>");
      out.write("</li>\r\n          ");
      out.write("<li id=\"hdFunc-search\">");
      out.write("<a href=\"#searchContents\">商品を探す");
      out.write("</a>");
      out.write("</li>\r\n        ");
      out.write("</ul>\r\n      ");
      out.write("</nav>\r\n    ");
      out.write("</div>\r\n");
      out.write("</header>\r\n");
      out.write("<!--▲ヘッダ：ここまで▲-->\r\n");
      out.write("<!--▽予約割り当て済：ここから▽-->\r\n");
      /* ----  webshop:session ---- */
      jp.co.sint.taglib.SISessionTag _jspx_th_webshop_session_0 = (jp.co.sint.taglib.SISessionTag) _jspx_tagPool_webshop_session_type_name_id.get(jp.co.sint.taglib.SISessionTag.class);
      _jspx_th_webshop_session_0.setPageContext(pageContext);
      _jspx_th_webshop_session_0.setParent(null);
      _jspx_th_webshop_session_0.setName(SIConfig.SISESSION_USERINFO_NAME);
      _jspx_th_webshop_session_0.setId("uidHeader");
      _jspx_th_webshop_session_0.setType("jp.co.sint.basic.SIUserInfo");
      int _jspx_eval_webshop_session_0 = _jspx_th_webshop_session_0.doStartTag();
      if (_jspx_eval_webshop_session_0 != javax.servlet.jsp.tagext.Tag.SKIP_BODY) {
        jp.co.sint.basic.SIUserInfo uidHeader = null;
        uidHeader = (jp.co.sint.basic.SIUserInfo) pageContext.findAttribute("uidHeader");
        do {
          out.write("\r\n");
if (SIUtil.isNotNull(uidHeader.getCustCode())&&SIDBUtil.hasData(connection,"SELECT * FROM reserveordertbl WHERE reserveflg=1 AND ShopName<>'EYELASHGARAGE' AND (shipmaildatetime IS NULL OR shipmaildatetime::date + '7 days'::interval >= current_date) AND custcode="+uidHeader.getCustCode())){
          out.write("\r\n");
          out.write("<div id=\"reserveinfo\">");
          out.write("<a href=\"");
          out.print(SIURLMap.getHttpsUrl(request,"webshop.servlet.front.reservelist"));
          out.write("\">ご予約商品が入荷しましたので決済を完了して下さい ≫");
          out.write("</a>");
          out.write("</div>\r\n");
}
          out.write("\r\n");
          int evalDoAfterBody = _jspx_th_webshop_session_0.doAfterBody();
          uidHeader = (jp.co.sint.basic.SIUserInfo) pageContext.findAttribute("uidHeader");
          if (evalDoAfterBody != javax.servlet.jsp.tagext.BodyTag.EVAL_BODY_AGAIN)
            break;
        } while (true);
      }
      if (_jspx_th_webshop_session_0.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
        return;
      _jspx_tagPool_webshop_session_type_name_id.reuse(_jspx_th_webshop_session_0);
      out.write("\r\n");
      out.write("<!--▲予約割り当て済：ここまで▲-->\r\n");
} //▲アプリでは非表示：ここまで▲ 
      out.write("\r\n\r\n");
      out.write("<link rel=\"stylesheet\" type=\"text/css\" href=\"");
      out.print(webshopSite);
      out.write("/sp/css/vex.css\" media=\"all\" />\r\n");
      out.write("<script type=\"text/javascript\" src=\"");
      out.print(webshopSite);
      out.write("/sp/js/vex.combined.min.js\">");
      out.write("</script>");
      out.write("\r\n\r\n");
      out.write("<!--▼グローバル▼-->\r\n");
      out.write("\r\n\r\n");
      out.write("<link rel=\"stylesheet\" type=\"text/css\" href=\"");
      out.print(webshopSite);
      out.write("/sp/css/global_inc.css\" media=\"all\" />\r\n");
      out.write("<script type=\"text/javascript\" src=\"");
      out.print(webshopSite);
      out.write("/script/jquery.cookie.js\">");
      out.write("</script>\r\n");
      out.write("<!--¥O[oF±±©ç¥-->\r\n");
      out.write("<nav id=\"global\">\r\n  ");
      out.write("<ul class=\"clr\">\r\n    ");
      out.write("<li id=\"global-mypage\">");
      out.write("<a href=\"");
      out.print(SIURLMap.getUrl(request,"webshop.servlet.front.mypage"));
      out.write("\">}Cy[W");
      out.write("</a>");
      out.write("</li>\r\n    ");
      out.write("<li id=\"global-favorite\">");
      out.write("<a href=\"");
      out.print(SIURLMap.getHttpsUrl(request,"webshop.servlet.front.mypage"));
      out.print(SIHTMLUtil.HTMLEncode("/a/" + SIConfig.SIACTION_LIST));
      out.write("\">¨CÉüè");
      out.write("</a> ");
      out.write("<span id=\"global-mypage_count\" class=\"global_count\">");
      out.write("</span>");
      out.write("</li>\r\n    ");
      out.write("<li id=\"global-history\">");
      out.write("<a href=\"");
      out.print(webshopSite);
      out.write("/mypage/a/list2\">Åß©½¤i");
      out.write("</a> ");
      out.write("<span id=\"global-checkhistory_count\" class=\"global_count\">");
      out.write("</span>");
      out.write("</li>\r\n    ");
      out.write("<li id=\"global-repeat\">");
      out.write("<a href=\"");
      out.print(webshopSite);
      out.write("/mypage/a/list3\">æ­wü·é¤i");
      out.write("</a> ");
      out.write("<span id=\"global-favoriteitem_count\" class=\"global_count\">");
      out.write("</span>");
      out.write("</li>\r\n    ");
      out.write("<li id=\"global-cart\"> ");
      out.write("<a href=\"");
      out.print(SIURLMap.getUrl(request,"webshop.servlet.front.cart"));
      out.write("\">J[g");
      out.write("</a> ");
      out.write("<span id=\"global-cart_count\" class=\"global_count\">");
      out.write("</span>");
      out.write("</li>\r\n  ");
      out.write("</ul>\r\n");
      out.write("</nav>\r\n");
      out.write("<!--£O[oF±±ÜÅ£-->\r\n\r\n");
      out.write("<script type=\"text/javascript\" src=\"");
      out.print(webshopSite);
      out.write("/sp/script/jquery.globalFavoriteCnt.js\">");
      out.write("</script>\r\n");
      out.write("<script type=\"text/javascript\" src=\"");
      out.print(webshopSite);
      out.write("/sp/script/jquery.globalCartCnt.js\">");
      out.write("</script>\r\n\r\n");
      out.write("<script type=\"text/javascript\">\r\n");
      out.write("<!-- \r\n//¨CÉüè\r\nvar favoriteStr = $.cookie(\"ws_favoriteBG\");\r\nif (favoriteStr == null) {\r\n  $(\"#global-mypage_count\").html(\"\");\r\n} else {\r\n  var favoriteArray = favoriteStr.split(\",\");\r\n  var favoriteCnt = favoriteArray.length;\r\n  if (favoriteCnt == 0) favoriteCnt = \"\";\r\n  $(\"#global-mypage_count\").html(favoriteCnt);\r\n}\r\n\r\n// Åß©½¤iÌJEg\r\nvar historyStr = $.cookie(\"ws_historyBG\");\r\nif (historyStr == null) {\r\n  $('#global-checkhistory_count').html(\"\");\r\n} else {\r\n  var historyArray = $.cookie(\"ws_historyBG\").split(\",\");\r\n  var history_count = historyArray.length;\r\n  if (history_count == 0) {\r\n    history_count = \"\";\r\n  }\r\n  $('#global-checkhistory_count').html(history_count);\r\n}\r\n\r\n\r\n-->\r\n");
      out.write("</script>\r\n\r\n");
 //¥AvÅÍñ\¦F±±©ç¥
 if (request.getHeader("user-agent").indexOf("bg-webview-")==-1) { 
      out.write("\r\n\r\n");
} //£AvÅÍñ\¦F±±ÜÅ£
 else { //¥AvÅÌÝ\¦F±±©ç¥
 
    Cookie[] cookies = request.getCookies();
    Cookie cmdtyCookieOrgFavoriteBG = null;
    Cookie cmdtyCookieOrgHistoryBG  = null;
    
    if (cookies != null) {
      for (int i = 0; i < cookies.length; i++) {
        if (cookies[i].getName().equals(SIApiConf.COOKIE_NAME_WS_FAVORITEBG)){
          cmdtyCookieOrgFavoriteBG = cookies[i];
        }
        if (cookies[i].getName().equals(SIApiConf.COOKIE_NAME_WS_HISTORYBG)){
          cmdtyCookieOrgHistoryBG = cookies[i];
        }
        if (cmdtyCookieOrgFavoriteBG != null && cmdtyCookieOrgHistoryBG != null) {
          break;
        }
      }
    }
    
    // ¨CÉüè
    String mycatalogCnt = "0";
    if (cmdtyCookieOrgFavoriteBG != null) {
      String cookieStr = cmdtyCookieOrgFavoriteBG.getValue();
      if (SIUtil.isNotNull(cookieStr)) {
        String[] favoriteItems = URLDecoder.decode(cmdtyCookieOrgFavoriteBG.getValue(),"Shift_JIS").split(",");
        mycatalogCnt = String.valueOf(favoriteItems.length);
      }
    }
    // Åß©½¤i
    String historyCnt = "0";
    if (cmdtyCookieOrgHistoryBG != null) {
      String cookieStr = cmdtyCookieOrgHistoryBG.getValue();
      if (SIUtil.isNotNull(cookieStr)) {
        String[] historyItems = URLDecoder.decode(cmdtyCookieOrgHistoryBG.getValue(),"Shift_JIS").split(",");
        historyCnt = String.valueOf(historyItems.length);
      }
    }
   // æ­wü·é¤i
    Collection favoriteColl2 = null;
    if (SIHTMLUtil.getUserInfo(request).isNotLogin(request)) {
      favoriteColl2 = new ArrayList();
    }else {
      //Connection connection = databaseConnection.getConnection();
      favoriteColl2 = UICampaign.getFavoriteItems(connection,request,200);
      if (favoriteColl2 == null) favoriteColl2 = new ArrayList();
    }

    String favoriteCnt = String.valueOf(favoriteColl2.size());
    // J[gü
    SICartManager headerCart = (SICartManager) session.getAttribute(SIConfig.SISESSION_CART_INFO_NAME);
    if (headerCart == null) headerCart = new SICartManager();
    String cartCnt = headerCart.getAmount(); 

/*
    JSONObject obj = new JSONObject();
    obj.put("result",SIApiConf.RESULT_OK);
    obj.put("mypage_id","1");
    obj.put("mycatalog_id","2");
    obj.put("mycatalog_count",mycatalogCnt);
    obj.put("history_id","3");
    obj.put("history_count",historyCnt);
    obj.put("favorite_id","4");
    obj.put("favorite_count",favoriteCnt);
    obj.put("cart_id","5");
    obj.put("cart_count",cartCnt);
    
    log.debug("[end]getCommonFooter");
    return obj;
*/

      out.write("\r\n\r\n");
      out.write("<iframe src=\"app://setBadgeNumber?mycatalog_count=");
      out.print(mycatalogCnt);
      out.write("&history_count=");
      out.print(historyCnt);
      out.write("&favorite_count=");
      out.print(favoriteCnt);
      out.write("&cart_count=");
      out.print(cartCnt);
      out.write("\" width=\"1\" height=\"1\" style=\"position:absolute; z-index:-1; top:-9999px;\">");
      out.write("</iframe>\r\n\r\n");
      out.write("<style type=\"text/css\">nav#global{position:absolute; z-index:-1; width:1px; height:1px; top:-9999px; left:-9999px;}");
      out.write("</style>\r\n\r\n");
} //£AvÅÌÝ\¦F±±ÜÅ£ 
      out.write("\r\n");
      out.write("\r\n\r\n");
      out.write("<!-- contentsArea -->\r\n");
      out.write("<div id=\"contentsArea\">\r\n\r\n");
      out.write("<div id=\"Wrap\">\r\n\r\n\t");
      out.write("<div id=\"p_header\">\r\n\t\t");
      out.write("<div class=\"innerWrap clearfix\">\r\n\t\t\t");
      out.write("<p class=\"txt1\">");
      out.write("<img src=\"../../pickup-parts/profeel_s/img/header_txt1.gif\" alt=\"※当ページは㈱ソフトブレイン、ライセンスオーナー様専用ページです。それ以外のお客様はこのページを閲覧できないようになっております。\">");
      out.write("</p>\r\n\t\t\t");
      out.write("<p class=\"leftBox\">");
      out.write("<img src=\"../../pickup-parts/profeel_s/img/logo.jpg\" alt=\"ヘアカラー専門店の専用カラー剤「プロフィールS」\" />");
      out.write("</p>\r\n\t\t\t");
      out.write("<ul>\r\n\t\t\t\t");
      out.write("<li>・プロフィールSは、委託管理商品の為");
      out.write("<a href=\"http://www.beautygarage.jp/ws/guide/bgpoint.html\" target=\"_blank\">BGポイント");
      out.write("</a>は付与されません。\r\n\t\t\t\tまた");
      out.write("<a href=\"http://www.beautygarage.jp/ws/guide/premiervip.html\" target=\"_blank\">「BGプレミアVIPクラブ会員」");
      out.write("</a>の会員ランクによる特別割引は適用されませんのでご了承ください。");
      out.write("</li>\r\n\t\t\t\t");
      out.write("<li>・本ページはPCサイトのみ対応している為、携帯電話(フィーチャーフォン)とスマートフォン専用サイトでは閲覧が出来ませんのでご了承ください。");
      out.write("</li>\r\n\t\t\t");
      out.write("</ul>\r\n\t\t");
      out.write("</div>\r\n\t");
      out.write("</div>");
      out.write("<!-- #p_header.end -->\r\n\t\r\n  ");
      out.write("<div id=\"pNavi\">\r\n  \t");
      out.write("<ul class=\"clearfix\">\r\n    \t");
      out.write("<li>");
      out.write("<a href=\"#sec1\">プロフィールS 1剤");
      out.write("</a>");
      out.write("</li>\r\n      ");
      out.write("<li>");
      out.write("<a href=\"#sec2\">プロフィールS 2剤");
      out.write("</a>");
      out.write("</li>\r\n      ");
      out.write("<li>");
      out.write("<a href=\"#sec4\">販促商品");
      out.write("</a>");
      out.write("</li>\r\n      ");
      out.write("<li>");
      out.write("<a href=\"#sec3\">初期導入パッケージ");
      out.write("</a>");
      out.write("</li>\r\n      ");
      out.write("<li>");
      out.write("<a href=\"#sec6\">ヘアカラー専門店 売れ筋理美容小物（施術用）");
      out.write("</a>");
      out.write("</li>\r\n      ");
      out.write("<li>");
      out.write("<a href=\"#sec7\">ヘアカラー専門店 売れ筋理美容小物（セルフブロー用）");
      out.write("</a>");
      out.write("</li>\r\n      ");
      out.write("<li>");
      out.write("<a href=\"#sec8\">ヘアカラー専門店売れ筋 理美容器具");
      out.write("</a>");
      out.write("</li>\r\n      ");
      out.write("<li>");
      out.write("<a href=\"#sec5\">新規出店サポートメニュー");
      out.write("</a>");
      out.write("</li>\r\n    ");
      out.write("</ul>\r\n  ");
      out.write("</div>\r\n  \r\n\t");
      out.write("<div id=\"sectionWrap\">\r\n\t\t");
      out.write("<div id=\"sec1\" class=\"front_hide\">\r\n\t\t\t");
      out.write("<div class=\"hgroup clearfix\">\r\n\t\t\t\t");
      out.write("<h2>プロフィールS 1剤（全11種）");
      out.write("</h2>\r\n\t\t\t\t");
      out.write("<p>※各6本単位でのご注文となります。");
      out.write("</p>\r\n\t\t\t");
      out.write("</div>\r\n\t\t\t");
      out.write("<ul class=\"productWrap clearfix\">\r\n\t\t\t\t\r\n\t\t\t\t");
      out.write("<li>\r\n\t\t\t\t\t");
      out.write("<div class=\"productBox\">\r\n\t\t\t\t\t\t");
      out.write("<p>");
      out.write("<img src=\"../../pickup-parts/profeel_s/img/sec1_imgbg.jpg\" alt=\"\" />");
      out.write("<img src=\"../../pickup-parts/profeel_s/img/sec1_img1.gif\" alt=\"1N\" class=\"icon\" />");
      out.write("</p>\r\n\t\t\t\t\t\t");
      out.write("<h3>プロフィールS 1N 120g【6本セット】");
      out.write("<span>【送料無料】");
      out.write("</span>");
      out.write("</h3>\r\n\t\t\t\t\t\t");
      out.write("<p class=\"code\">商品コード：HC-2781N-S");
      out.write("</p>\r\n\t\t\t\t\t\t\r\n\t\t\t\t\t\t");
      out.write("<div class=\"cntBox\">\r\n\t\t\t\t\t\t\t");
      out.write("<p class=\"priceBox\">BG卸価：￥");
      out.write("<strong>");
      /* ----  webshop:siquantity ---- */
      jp.co.sint.taglib.SIQuantityTag _jspx_th_webshop_siquantity_0 = (jp.co.sint.taglib.SIQuantityTag) _jspx_tagPool_webshop_siquantity_value_nobody.get(jp.co.sint.taglib.SIQuantityTag.class);
      _jspx_th_webshop_siquantity_0.setPageContext(pageContext);
      _jspx_th_webshop_siquantity_0.setParent(null);
      _jspx_th_webshop_siquantity_0.setValue(SIUtil.getNameFromColl(cmdtyColl1,"HC-2781N-S"));
      int _jspx_eval_webshop_siquantity_0 = _jspx_th_webshop_siquantity_0.doStartTag();
      if (_jspx_th_webshop_siquantity_0.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
        return;
      _jspx_tagPool_webshop_siquantity_value_nobody.reuse(_jspx_th_webshop_siquantity_0);
      out.write("</strong>");
      out.write("<span>(税別)");
      out.write("</span>");
      out.write("</p>\r\n\t\t\t\t\t\t\t");
      out.write("<p class=\"point\">ポイント還元：0pt");
      out.write("</p>\r\n\t\t\t\t\t\t\t");
      out.write("<p class=\"btnBox\">");
      out.write("<a class=\"addcart\" href=\"http://www.beautygarage.jp/ws/search_cmdty/46693/HC-2781N-S\">");
      out.write("<img src=\"../../pickup-parts/profeel_s/img/btn_cart.jpg\" alt=\"カートに入れる\" />");
      out.write("</a>");
      out.write("</p>\r\n\t\t\t\t\t\t\t");
      out.write("<form>");
      out.write("<input type=\"hidden\" name=\"compositionGroupDetail_1\" value=\"0~42032~HC-2768E~6\" />");
      out.write("</form>\r\n\t\t\t\t\t\t");
      out.write("</div>\r\n\t\t\t\t\t");
      out.write("</div>\r\n\t\t\t\t");
      out.write("</li>\r\n\t\t\t\t");
      out.write("<li>\r\n\t\t\t\t\t");
      out.write("<div class=\"productBox\">\r\n\t\t\t\t\t\t");
      out.write("<p>");
      out.write("<img src=\"../../pickup-parts/profeel_s/img/sec1_imgbg.jpg\" alt=\"\" />");
      out.write("<img src=\"../../pickup-parts/profeel_s/img/sec1_img2.gif\" alt=\"3N\" class=\"icon\" />");
      out.write("</p>\r\n\t\t\t\t\t\t");
      out.write("<h3>プロフィールS 3N 120g【6本セット】");
      out.write("<span>【送料無料】");
      out.write("</span>");
      out.write("</h3>\r\n\t\t\t\t\t\t");
      out.write("<p class=\"code\">商品コード：HC-2780N-S");
      out.write("</p>\r\n\t\t\t\t\t\t\r\n\t\t\t\t\t\t");
      out.write("<div class=\"cntBox\">\r\n\t\t\t\t\t\t\t");
      out.write("<p class=\"priceBox\">BG卸価：￥");
      out.write("<strong>");
      /* ----  webshop:siquantity ---- */
      jp.co.sint.taglib.SIQuantityTag _jspx_th_webshop_siquantity_1 = (jp.co.sint.taglib.SIQuantityTag) _jspx_tagPool_webshop_siquantity_value_nobody.get(jp.co.sint.taglib.SIQuantityTag.class);
      _jspx_th_webshop_siquantity_1.setPageContext(pageContext);
      _jspx_th_webshop_siquantity_1.setParent(null);
      _jspx_th_webshop_siquantity_1.setValue(SIUtil.getNameFromColl(cmdtyColl1,"HC-2780N-S"));
      int _jspx_eval_webshop_siquantity_1 = _jspx_th_webshop_siquantity_1.doStartTag();
      if (_jspx_th_webshop_siquantity_1.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
        return;
      _jspx_tagPool_webshop_siquantity_value_nobody.reuse(_jspx_th_webshop_siquantity_1);
      out.write("</strong>");
      out.write("<span>(税別)");
      out.write("</span>");
      out.write("</p>\r\n\t\t\t\t\t\t\t");
      out.write("<p class=\"point\">ポイント還元：0pt");
      out.write("</p>\r\n\t\t\t\t\t\t\t");
      out.write("<p class=\"btnBox\">");
      out.write("<a class=\"addcart\" href=\"http://www.beautygarage.jp/ws/search_cmdty/46692/HC-2780N-S\">");
      out.write("<img src=\"../../pickup-parts/profeel_s/img/btn_cart.jpg\" alt=\"カートに入れる\" />");
      out.write("</a>");
      out.write("</p>\r\n\t\t\t\t\t\t\t");
      out.write("<form>");
      out.write("<input type=\"hidden\" name=\"compositionGroupDetail_1\" value=\"0~42033~HC-2767E~6\" />");
      out.write("</form>\r\n\t\t\t\t\t\t");
      out.write("</div>\r\n\t\t\t\t\t");
      out.write("</div>\r\n\t\t\t\t");
      out.write("</li>\r\n\t\t\t\t");
      out.write("<li>\r\n\t\t\t\t\t");
      out.write("<div class=\"productBox\">\r\n\t\t\t\t\t\t");
      out.write("<p>");
      out.write("<img src=\"../../pickup-parts/profeel_s/img/sec1_imgbg.jpg\" alt=\"\" />");
      out.write("<img src=\"../../pickup-parts/profeel_s/img/sec1_img3.gif\" alt=\"5N\" class=\"icon\" />");
      out.write("</p>\r\n\t\t\t\t\t\t");
      out.write("<h3>プロフィールS 5N 120g【6本セット】");
      out.write("<span>【送料無料】");
      out.write("</span>");
      out.write("</h3>\r\n\t\t\t\t\t\t");
      out.write("<p class=\"code\">商品コード：HC-2779N-S");
      out.write("</p>\r\n\t\t\t\t\t\t\r\n\t\t\t\t\t\t");
      out.write("<div class=\"cntBox\">\r\n\t\t\t\t\t\t\t");
      out.write("<p class=\"priceBox\">BG卸価：￥");
      out.write("<strong>");
      /* ----  webshop:siquantity ---- */
      jp.co.sint.taglib.SIQuantityTag _jspx_th_webshop_siquantity_2 = (jp.co.sint.taglib.SIQuantityTag) _jspx_tagPool_webshop_siquantity_value_nobody.get(jp.co.sint.taglib.SIQuantityTag.class);
      _jspx_th_webshop_siquantity_2.setPageContext(pageContext);
      _jspx_th_webshop_siquantity_2.setParent(null);
      _jspx_th_webshop_siquantity_2.setValue(SIUtil.getNameFromColl(cmdtyColl1,"HC-2779N-S"));
      int _jspx_eval_webshop_siquantity_2 = _jspx_th_webshop_siquantity_2.doStartTag();
      if (_jspx_th_webshop_siquantity_2.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
        return;
      _jspx_tagPool_webshop_siquantity_value_nobody.reuse(_jspx_th_webshop_siquantity_2);
      out.write("</strong>");
      out.write("<span>(税別)");
      out.write("</span>");
      out.write("</p>\r\n\t\t\t\t\t\t\t");
      out.write("<p class=\"point\">ポイント還元：0pt");
      out.write("</p>\r\n\t\t\t\t\t\t\t");
      out.write("<p class=\"btnBox\">");
      out.write("<a class=\"addcart\" href=\"http://www.beautygarage.jp/ws/search_cmdty/46686/HC-2779N-S\">");
      out.write("<img src=\"../../pickup-parts/profeel_s/img/btn_cart.jpg\" alt=\"カートに入れる\" />");
      out.write("</a>");
      out.write("</p>\r\n\t\t\t\t\t\t\t");
      out.write("<form>");
      out.write("<input type=\"hidden\" name=\"compositionGroupDetail_1\" value=\"0~42034~HC-2766E~6\" />");
      out.write("</form>\r\n\t\t\t\t\t\t");
      out.write("</div>\r\n\t\t\t\t\t");
      out.write("</div>\r\n\t\t\t\t");
      out.write("</li>\r\n\t\t\t\t");
      out.write("<li>\r\n\t\t\t\t\t");
      out.write("<div class=\"productBox\">\r\n\t\t\t\t\t\t");
      out.write("<p>");
      out.write("<img src=\"../../pickup-parts/profeel_s/img/sec1_imgbg.jpg\" alt=\"\" />");
      out.write("<img src=\"../../pickup-parts/profeel_s/img/sec1_img4.gif\" alt=\"7N\" class=\"icon\" />");
      out.write("</p>\r\n\t\t\t\t\t\t");
      out.write("<h3>プロフィールS 7N 120g【6本セット】");
      out.write("<span>【送料無料】");
      out.write("</span>");
      out.write("</h3>\r\n\t\t\t\t\t\t");
      out.write("<p class=\"code\">商品コード：HC-2778N-S");
      out.write("</p>\r\n\t\t\t\t\t\t\r\n\t\t\t\t\t\t");
      out.write("<div class=\"cntBox\">\r\n\t\t\t\t\t\t\t");
      out.write("<p class=\"priceBox\">BG卸価：￥");
      out.write("<strong>");
      /* ----  webshop:siquantity ---- */
      jp.co.sint.taglib.SIQuantityTag _jspx_th_webshop_siquantity_3 = (jp.co.sint.taglib.SIQuantityTag) _jspx_tagPool_webshop_siquantity_value_nobody.get(jp.co.sint.taglib.SIQuantityTag.class);
      _jspx_th_webshop_siquantity_3.setPageContext(pageContext);
      _jspx_th_webshop_siquantity_3.setParent(null);
      _jspx_th_webshop_siquantity_3.setValue(SIUtil.getNameFromColl(cmdtyColl1,"HC-2778N-S"));
      int _jspx_eval_webshop_siquantity_3 = _jspx_th_webshop_siquantity_3.doStartTag();
      if (_jspx_th_webshop_siquantity_3.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
        return;
      _jspx_tagPool_webshop_siquantity_value_nobody.reuse(_jspx_th_webshop_siquantity_3);
      out.write("</strong>");
      out.write("<span>(税別)");
      out.write("</span>");
      out.write("</p>\r\n\t\t\t\t\t\t\t");
      out.write("<p class=\"point\">ポイント還元：0pt");
      out.write("</p>\r\n\t\t\t\t\t\t\t");
      out.write("<p class=\"btnBox\">");
      out.write("<a class=\"addcart\" href=\"http://www.beautygarage.jp/ws/search_cmdty/46685/HC-2778N-S\">");
      out.write("<img src=\"../../pickup-parts/profeel_s/img/btn_cart.jpg\" alt=\"カートに入れる\" />");
      out.write("</a>");
      out.write("</p>\r\n\t\t\t\t\t\t\t");
      out.write("<form>");
      out.write("<input type=\"hidden\" name=\"compositionGroupDetail_1\" value=\"0~42035~HC-2765E~6\" />");
      out.write("</form>\r\n\t\t\t\t\t\t");
      out.write("</div>\r\n\t\t\t\t\t");
      out.write("</div>\r\n\t\t\t\t");
      out.write("</li>\r\n\t\t\t\t");
      out.write("<li>\r\n\t\t\t\t\t");
      out.write("<div class=\"productBox\">\r\n\t\t\t\t\t\t");
      out.write("<p>");
      out.write("<img src=\"../../pickup-parts/profeel_s/img/sec1_imgbg.jpg\" alt=\"\" />");
      out.write("<img src=\"../../pickup-parts/profeel_s/img/sec1_img5.gif\" alt=\"レッド\" class=\"icon\" />");
      out.write("</p>\r\n\t\t\t\t\t\t");
      out.write("<h3>プロフィールS R(レッド)120g");
      out.write("<br />【6本セット】");
      out.write("<span>【送料無料】");
      out.write("</span>");
      out.write("</h3>\r\n\t\t\t\t\t\t");
      out.write("<p class=\"code\">商品コード：HC-2786N-S");
      out.write("</p>\r\n\t\t\t\t\t\t\r\n\t\t\t\t\t\t");
      out.write("<div class=\"cntBox\">\r\n\t\t\t\t\t\t\t");
      out.write("<p class=\"priceBox\">BG卸価：￥");
      out.write("<strong>");
      /* ----  webshop:siquantity ---- */
      jp.co.sint.taglib.SIQuantityTag _jspx_th_webshop_siquantity_4 = (jp.co.sint.taglib.SIQuantityTag) _jspx_tagPool_webshop_siquantity_value_nobody.get(jp.co.sint.taglib.SIQuantityTag.class);
      _jspx_th_webshop_siquantity_4.setPageContext(pageContext);
      _jspx_th_webshop_siquantity_4.setParent(null);
      _jspx_th_webshop_siquantity_4.setValue(SIUtil.getNameFromColl(cmdtyColl1,"HC-2786N-S"));
      int _jspx_eval_webshop_siquantity_4 = _jspx_th_webshop_siquantity_4.doStartTag();
      if (_jspx_th_webshop_siquantity_4.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
        return;
      _jspx_tagPool_webshop_siquantity_value_nobody.reuse(_jspx_th_webshop_siquantity_4);
      out.write("</strong>");
      out.write("<span>(税別)");
      out.write("</span>");
      out.write("</p>\r\n\t\t\t\t\t\t\t");
      out.write("<p class=\"point\">ポイント還元：0pt");
      out.write("</p>\r\n\t\t\t\t\t\t\t");
      out.write("<p class=\"btnBox\">");
      out.write("<a class=\"addcart\" href=\"http://www.beautygarage.jp/ws/search_cmdty/46698/HC-2786N-S\">");
      out.write("<img src=\"../../pickup-parts/profeel_s/img/btn_cart.jpg\" alt=\"カートに入れる\" />");
      out.write("</a>");
      out.write("</p>\r\n\t\t\t\t\t\t\t");
      out.write("<form>");
      out.write("<input type=\"hidden\" name=\"compositionGroupDetail_1\" value=\"0~42026~HC-2773E~6\" />");
      out.write("</form>\r\n\t\t\t\t\t\t");
      out.write("</div>\r\n\t\t\t\t\t");
      out.write("</div>\r\n\t\t\t\t");
      out.write("</li>\r\n\t\t\t\t");
      out.write("<li>\r\n\t\t\t\t\t");
      out.write("<div class=\"productBox\">\r\n\t\t\t\t\t\t");
      out.write("<p>");
      out.write("<img src=\"../../pickup-parts/profeel_s/img/sec1_imgbg.jpg\" alt=\"\" />");
      out.write("<img src=\"../../pickup-parts/profeel_s/img/sec1_img6.gif\" alt=\"イエロー\" class=\"icon\" />");
      out.write("</p>\r\n\t\t\t\t\t\t");
      out.write("<h3>プロフィールS Y(イエロー)120g");
      out.write("<br />【6本セット】");
      out.write("<span>【送料無料】");
      out.write("</span>");
      out.write("</h3>\r\n\t\t\t\t\t\t");
      out.write("<p class=\"code\">商品コード：HC-2785N-S");
      out.write("</p>\r\n\t\t\t\t\t\t\r\n\t\t\t\t\t\t");
      out.write("<div class=\"cntBox\">\r\n\t\t\t\t\t\t\t");
      out.write("<p class=\"priceBox\">BG卸価：￥");
      out.write("<strong>");
      /* ----  webshop:siquantity ---- */
      jp.co.sint.taglib.SIQuantityTag _jspx_th_webshop_siquantity_5 = (jp.co.sint.taglib.SIQuantityTag) _jspx_tagPool_webshop_siquantity_value_nobody.get(jp.co.sint.taglib.SIQuantityTag.class);
      _jspx_th_webshop_siquantity_5.setPageContext(pageContext);
      _jspx_th_webshop_siquantity_5.setParent(null);
      _jspx_th_webshop_siquantity_5.setValue(SIUtil.getNameFromColl(cmdtyColl1,"HC-2785N-S"));
      int _jspx_eval_webshop_siquantity_5 = _jspx_th_webshop_siquantity_5.doStartTag();
      if (_jspx_th_webshop_siquantity_5.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
        return;
      _jspx_tagPool_webshop_siquantity_value_nobody.reuse(_jspx_th_webshop_siquantity_5);
      out.write("</strong>");
      out.write("<span>(税別)");
      out.write("</span>");
      out.write("</p>\r\n\t\t\t\t\t\t\t");
      out.write("<p class=\"point\">ポイント還元：0pt");
      out.write("</p>\r\n\t\t\t\t\t\t\t");
      out.write("<p class=\"btnBox\">");
      out.write("<a class=\"addcart\" href=\"http://www.beautygarage.jp/ws/search_cmdty/46697/HC-2785N-S\">");
      out.write("<img src=\"../../pickup-parts/profeel_s/img/btn_cart.jpg\" alt=\"カートに入れる\" />");
      out.write("</a>");
      out.write("</p>\r\n\t\t\t\t\t\t\t");
      out.write("<form>");
      out.write("<input type=\"hidden\" name=\"compositionGroupDetail_1\" value=\"0~42027~HC-2772E~6\" />");
      out.write("</form>\r\n\t\t\t\t\t\t");
      out.write("</div>\r\n\t\t\t\t\t");
      out.write("</div>\r\n\t\t\t\t");
      out.write("</li>\r\n\t\t\t\t");
      out.write("<li>\r\n\t\t\t\t\t");
      out.write("<div class=\"productBox\">\r\n\t\t\t\t\t\t");
      out.write("<p>");
      out.write("<img src=\"../../pickup-parts/profeel_s/img/sec1_imgbg.jpg\" alt=\"\" />");
      out.write("<img src=\"../../pickup-parts/profeel_s/img/sec1_img7.gif\" alt=\"オレンジ\" class=\"icon\" />");
      out.write("</p>\r\n\t\t\t\t\t\t");
      out.write("<h3>プロフィールS O(オレンジ)120g");
      out.write("<br />【6本セット】");
      out.write("<span>【送料無料】");
      out.write("</span>");
      out.write("</h3>\r\n\t\t\t\t\t\t");
      out.write("<p class=\"code\">商品コード：HC-2777N-S");
      out.write("</p>\r\n\t\t\t\t\t\t\r\n\t\t\t\t\t\t");
      out.write("<div class=\"cntBox\">\r\n\t\t\t\t\t\t\t");
      out.write("<p class=\"priceBox\">BG卸価：￥");
      out.write("<strong>");
      /* ----  webshop:siquantity ---- */
      jp.co.sint.taglib.SIQuantityTag _jspx_th_webshop_siquantity_6 = (jp.co.sint.taglib.SIQuantityTag) _jspx_tagPool_webshop_siquantity_value_nobody.get(jp.co.sint.taglib.SIQuantityTag.class);
      _jspx_th_webshop_siquantity_6.setPageContext(pageContext);
      _jspx_th_webshop_siquantity_6.setParent(null);
      _jspx_th_webshop_siquantity_6.setValue(SIUtil.getNameFromColl(cmdtyColl1,"HC-2777N-S"));
      int _jspx_eval_webshop_siquantity_6 = _jspx_th_webshop_siquantity_6.doStartTag();
      if (_jspx_th_webshop_siquantity_6.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
        return;
      _jspx_tagPool_webshop_siquantity_value_nobody.reuse(_jspx_th_webshop_siquantity_6);
      out.write("</strong>");
      out.write("<span>(税別)");
      out.write("</span>");
      out.write("</p>\r\n\t\t\t\t\t\t\t");
      out.write("<p class=\"point\">ポイント還元：0pt");
      out.write("</p>\r\n\t\t\t\t\t\t\t");
      out.write("<p class=\"btnBox\">");
      out.write("<a class=\"addcart\" href=\"http://www.beautygarage.jp/ws/search_cmdty/46684/HC-2777N-S\">");
      out.write("<img src=\"../../pickup-parts/profeel_s/img/btn_cart.jpg\" alt=\"カートに入れる\" />");
      out.write("</a>");
      out.write("</p>\r\n\t\t\t\t\t\t\t");
      out.write("<form>");
      out.write("<input type=\"hidden\" name=\"compositionGroupDetail_1\" value=\"0~42025~HC-2774E~6\" />");
      out.write("</form>\r\n\t\t\t\t\t\t");
      out.write("</div>\r\n\t\t\t\t\t");
      out.write("</div>\r\n\t\t\t\t");
      out.write("</li>\r\n\t\t\t\t");
      out.write("<li>\r\n\t\t\t\t\t");
      out.write("<div class=\"productBox\">\r\n\t\t\t\t\t\t");
      out.write("<p>");
      out.write("<img src=\"../../pickup-parts/profeel_s/img/sec1_imgbg.jpg\" alt=\"\" />");
      out.write("<img src=\"../../pickup-parts/profeel_s/img/sec1_img8.gif\" alt=\"ワインレッド\" class=\"icon\" />");
      out.write("</p>\r\n\t\t\t\t\t\t");
      out.write("<h3>プロフィールS W(ワインレッド)");
      out.write("<br />120g【6本セット】");
      out.write("<span>【送料無料】");
      out.write("</span>");
      out.write("</h3>\r\n\t\t\t\t\t\t");
      out.write("<p class=\"code\">商品コード：HC-2782N-S");
      out.write("</p>\r\n\t\t\t\t\t\t\r\n\t\t\t\t\t\t");
      out.write("<div class=\"cntBox\">\r\n\t\t\t\t\t\t\t");
      out.write("<p class=\"priceBox\">BG卸価：￥");
      out.write("<strong>");
      /* ----  webshop:siquantity ---- */
      jp.co.sint.taglib.SIQuantityTag _jspx_th_webshop_siquantity_7 = (jp.co.sint.taglib.SIQuantityTag) _jspx_tagPool_webshop_siquantity_value_nobody.get(jp.co.sint.taglib.SIQuantityTag.class);
      _jspx_th_webshop_siquantity_7.setPageContext(pageContext);
      _jspx_th_webshop_siquantity_7.setParent(null);
      _jspx_th_webshop_siquantity_7.setValue(SIUtil.getNameFromColl(cmdtyColl1,"HC-2782N-S"));
      int _jspx_eval_webshop_siquantity_7 = _jspx_th_webshop_siquantity_7.doStartTag();
      if (_jspx_th_webshop_siquantity_7.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
        return;
      _jspx_tagPool_webshop_siquantity_value_nobody.reuse(_jspx_th_webshop_siquantity_7);
      out.write("</strong>");
      out.write("<span>(税別)");
      out.write("</span>");
      out.write("</p>\r\n\t\t\t\t\t\t\t");
      out.write("<p class=\"point\">ポイント還元：0pt");
      out.write("</p>\r\n\t\t\t\t\t\t\t");
      out.write("<p class=\"btnBox\">");
      out.write("<a class=\"addcart\" href=\"http://www.beautygarage.jp/ws/search_cmdty/46694/HC-2782N-S\">");
      out.write("<img src=\"../../pickup-parts/profeel_s/img/btn_cart.jpg\" alt=\"カートに入れる\" />");
      out.write("</a>");
      out.write("</p>\r\n\t\t\t\t\t\t\t");
      out.write("<form>");
      out.write("<input type=\"hidden\" name=\"compositionGroupDetail_1\" value=\"0~42030~HC-2769E~6\" />");
      out.write("</form>\r\n\t\t\t\t\t\t");
      out.write("</div>\r\n\t\t\t\t\t");
      out.write("</div>\r\n\t\t\t\t");
      out.write("</li>\r\n\t\t\t\t");
      out.write("<li>\r\n\t\t\t\t\t");
      out.write("<div class=\"productBox\">\r\n\t\t\t\t\t\t");
      out.write("<p>");
      out.write("<img src=\"../../pickup-parts/profeel_s/img/sec1_imgbg.jpg\" alt=\"\" />");
      out.write("<img src=\"../../pickup-parts/profeel_s/img/sec1_img9.gif\" alt=\"グリーン\" class=\"icon\" />");
      out.write("</p>\r\n\t\t\t\t\t\t");
      out.write("<h3>プロフィールS G(グリーン)120g");
      out.write("<br />【6本セット】");
      out.write("<span>【送料無料】");
      out.write("</span>");
      out.write("</h3>\r\n\t\t\t\t\t\t");
      out.write("<p class=\"code\">商品コード：HC-2784N-S");
      out.write("</p>\r\n\t\t\t\t\t\t\r\n\t\t\t\t\t\t");
      out.write("<div class=\"cntBox\">\r\n\t\t\t\t\t\t\t");
      out.write("<p class=\"priceBox\">BG卸価：￥");
      out.write("<strong>");
      /* ----  webshop:siquantity ---- */
      jp.co.sint.taglib.SIQuantityTag _jspx_th_webshop_siquantity_8 = (jp.co.sint.taglib.SIQuantityTag) _jspx_tagPool_webshop_siquantity_value_nobody.get(jp.co.sint.taglib.SIQuantityTag.class);
      _jspx_th_webshop_siquantity_8.setPageContext(pageContext);
      _jspx_th_webshop_siquantity_8.setParent(null);
      _jspx_th_webshop_siquantity_8.setValue(SIUtil.getNameFromColl(cmdtyColl1,"HC-2784N-S"));
      int _jspx_eval_webshop_siquantity_8 = _jspx_th_webshop_siquantity_8.doStartTag();
      if (_jspx_th_webshop_siquantity_8.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
        return;
      _jspx_tagPool_webshop_siquantity_value_nobody.reuse(_jspx_th_webshop_siquantity_8);
      out.write("</strong>");
      out.write("<span>(税別)");
      out.write("</span>");
      out.write("</p>\r\n\t\t\t\t\t\t\t");
      out.write("<p class=\"point\">ポイント還元：0pt");
      out.write("</p>\r\n\t\t\t\t\t\t\t");
      out.write("<p class=\"btnBox\">");
      out.write("<a class=\"addcart\" href=\"http://www.beautygarage.jp/ws/search_cmdty/46696/HC-2784N-S\">");
      out.write("<img src=\"../../pickup-parts/profeel_s/img/btn_cart.jpg\" alt=\"カートに入れる\" />");
      out.write("</a>");
      out.write("</p>\r\n\t\t\t\t\t\t\t");
      out.write("<form>");
      out.write("<input type=\"hidden\" name=\"compositionGroupDetail_1\" value=\"0~42028~HC-2771E~6\" />");
      out.write("</form>\r\n\t\t\t\t\t\t");
      out.write("</div>\r\n\t\t\t\t\t");
      out.write("</div>\r\n\t\t\t\t");
      out.write("</li>\r\n\t\t\t\t");
      out.write("<li>\r\n\t\t\t\t\t");
      out.write("<div class=\"productBox\">\r\n\t\t\t\t\t\t");
      out.write("<p>");
      out.write("<img src=\"../../pickup-parts/profeel_s/img/sec1_imgbg.jpg\" alt=\"\" />");
      out.write("<img src=\"../../pickup-parts/profeel_s/img/sec1_img10.gif\" alt=\"ブルー\" class=\"icon\" />");
      out.write("</p>\r\n\t\t\t\t\t\t");
      out.write("<h3>プロフィールS B(ブルー)120g");
      out.write("<br />【6本セット】");
      out.write("<span>【送料無料】");
      out.write("</span>");
      out.write("</h3>\r\n\t\t\t\t\t\t");
      out.write("<p class=\"code\">商品コード：HC-2783N-S");
      out.write("</p>\r\n\t\t\t\t\t\t\r\n\t\t\t\t\t\t");
      out.write("<div class=\"cntBox\">\r\n\t\t\t\t\t\t\t");
      out.write("<p class=\"priceBox\">BG卸価：￥");
      out.write("<strong>");
      /* ----  webshop:siquantity ---- */
      jp.co.sint.taglib.SIQuantityTag _jspx_th_webshop_siquantity_9 = (jp.co.sint.taglib.SIQuantityTag) _jspx_tagPool_webshop_siquantity_value_nobody.get(jp.co.sint.taglib.SIQuantityTag.class);
      _jspx_th_webshop_siquantity_9.setPageContext(pageContext);
      _jspx_th_webshop_siquantity_9.setParent(null);
      _jspx_th_webshop_siquantity_9.setValue(SIUtil.getNameFromColl(cmdtyColl1,"HC-2783N-S"));
      int _jspx_eval_webshop_siquantity_9 = _jspx_th_webshop_siquantity_9.doStartTag();
      if (_jspx_th_webshop_siquantity_9.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
        return;
      _jspx_tagPool_webshop_siquantity_value_nobody.reuse(_jspx_th_webshop_siquantity_9);
      out.write("</strong>");
      out.write("<span>(税別)");
      out.write("</span>");
      out.write("</p>\r\n\t\t\t\t\t\t\t");
      out.write("<p class=\"point\">ポイント還元：0pt");
      out.write("</p>\r\n\t\t\t\t\t\t\t");
      out.write("<p class=\"btnBox\">");
      out.write("<a class=\"addcart\" href=\"http://www.beautygarage.jp/ws/search_cmdty/46695/HC-2783N-S\">");
      out.write("<img src=\"../../pickup-parts/profeel_s/img/btn_cart.jpg\" alt=\"カートに入れる\" />");
      out.write("</a>");
      out.write("</p>\r\n\t\t\t\t\t\t\t");
      out.write("<form>");
      out.write("<input type=\"hidden\" name=\"compositionGroupDetail_1\" value=\"0~42029~HC-2770E~6\" />");
      out.write("</form>\r\n\t\t\t\t\t\t");
      out.write("</div>\r\n\t\t\t\t\t");
      out.write("</div>\r\n\t\t\t\t");
      out.write("</li>\r\n\t\t\t\t");
      out.write("<li>\r\n\t\t\t\t\t");
      out.write("<div class=\"productBox\">\r\n\t\t\t\t\t\t");
      out.write("<p>");
      out.write("<img src=\"../../pickup-parts/profeel_s/img/sec1_imgbg.jpg\" alt=\"\" />");
      out.write("<img src=\"../../pickup-parts/profeel_s/img/sec1_img11.gif\" alt=\"ライトナー\" class=\"icon\" />");
      out.write("</p>\r\n\t\t\t\t\t\t");
      out.write("<h3>プロフィールS L(ライトナー)120g");
      out.write("<br />【6本セット】");
      out.write("<span>【送料無料】");
      out.write("</span>");
      out.write("</h3>\r\n\t\t\t\t\t\t");
      out.write("<p class=\"code\">商品コード：HC-2776N-S");
      out.write("</p>\r\n\t\t\t\t\t\t\r\n\t\t\t\t\t\t");
      out.write("<div class=\"cntBox\">\r\n\t\t\t\t\t\t\t");
      out.write("<p class=\"priceBox\">BG卸価：￥");
      out.write("<strong>");
      /* ----  webshop:siquantity ---- */
      jp.co.sint.taglib.SIQuantityTag _jspx_th_webshop_siquantity_10 = (jp.co.sint.taglib.SIQuantityTag) _jspx_tagPool_webshop_siquantity_value_nobody.get(jp.co.sint.taglib.SIQuantityTag.class);
      _jspx_th_webshop_siquantity_10.setPageContext(pageContext);
      _jspx_th_webshop_siquantity_10.setParent(null);
      _jspx_th_webshop_siquantity_10.setValue(SIUtil.getNameFromColl(cmdtyColl1,"HC-2776N-S"));
      int _jspx_eval_webshop_siquantity_10 = _jspx_th_webshop_siquantity_10.doStartTag();
      if (_jspx_th_webshop_siquantity_10.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
        return;
      _jspx_tagPool_webshop_siquantity_value_nobody.reuse(_jspx_th_webshop_siquantity_10);
      out.write("</strong>");
      out.write("<span>(税別)");
      out.write("</span>");
      out.write("</p>\r\n\t\t\t\t\t\t\t");
      out.write("<p class=\"point\">ポイント還元：0pt");
      out.write("</p>\r\n\t\t\t\t\t\t\t");
      out.write("<p class=\"btnBox\">");
      out.write("<a class=\"addcart\" href=\"http://www.beautygarage.jp/ws/search_cmdty/46683/HC-2776N-S\">");
      out.write("<img src=\"../../pickup-parts/profeel_s/img/btn_cart.jpg\" alt=\"カートに入れる\" />");
      out.write("</a>");
      out.write("</p>\r\n\t\t\t\t\t\t\t");
      out.write("<form>");
      out.write("<input type=\"hidden\" name=\"compositionGroupDetail_1\" value=\"0~42036~HC-2764E~6\" />");
      out.write("</form>\r\n\t\t\t\t\t\t");
      out.write("</div>\r\n\t\t\t\t\t");
      out.write("</div>\r\n\t\t\t\t");
      out.write("</li>\r\n\t\t\t");
      out.write("</ul>\r\n\t\t");
      out.write("</div>");
      out.write("<!-- #sec1.end -->\r\n\t\t\r\n\t\t\r\n\t\t");
      out.write("<div id=\"sec2\" class=\"front_hide\">\r\n\t\t\t");
      out.write("<div class=\"hgroup clearfix\">\r\n\t\t\t\t");
      out.write("<h2>プロフィールS 2剤（全3種）");
      out.write("</h2>\r\n\t\t\t\t");
      out.write("<p>※各6本単位でのご注文となります。");
      out.write("</p>\r\n\t\t\t");
      out.write("</div>\r\n\t\t\t");
      out.write("<ul class=\"productWrap clearfix\">\r\n\t\t\t\t\r\n\t\t\t\t");
      out.write("<li>\r\n\t\t\t\t\t");
      out.write("<div class=\"productBox\">\r\n\t\t\t\t\t\t");
      out.write("<p>");
      out.write("<img src=\"../../pickup-parts/profeel_s/img/sec2_img1.jpg\" alt=\"OX6%\" />");
      out.write("</p>\r\n\t\t\t\t\t\t");
      out.write("<h3>プロフィールS OX6% 2000ml");
      out.write("<br />【6本セット】");
      out.write("<span>【送料無料】");
      out.write("</span>");
      out.write("</h3>\r\n\t\t\t\t\t\t");
      out.write("<p class=\"code\">商品コード：HD-0086N-S");
      out.write("</p>\r\n\t\t\t\t\t\t\r\n\t\t\t\t\t\t");
      out.write("<div class=\"cntBox\">\r\n\t\t\t\t\t\t\t");
      out.write("<p class=\"priceBox\">BG卸価：￥");
      out.write("<strong>");
      /* ----  webshop:siquantity ---- */
      jp.co.sint.taglib.SIQuantityTag _jspx_th_webshop_siquantity_11 = (jp.co.sint.taglib.SIQuantityTag) _jspx_tagPool_webshop_siquantity_value_nobody.get(jp.co.sint.taglib.SIQuantityTag.class);
      _jspx_th_webshop_siquantity_11.setPageContext(pageContext);
      _jspx_th_webshop_siquantity_11.setParent(null);
      _jspx_th_webshop_siquantity_11.setValue(SIUtil.getNameFromColl(cmdtyColl1,"HD-0086N-S"));
      int _jspx_eval_webshop_siquantity_11 = _jspx_th_webshop_siquantity_11.doStartTag();
      if (_jspx_th_webshop_siquantity_11.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
        return;
      _jspx_tagPool_webshop_siquantity_value_nobody.reuse(_jspx_th_webshop_siquantity_11);
      out.write("</strong>");
      out.write("<span>(税別)");
      out.write("</span>");
      out.write("</p>\r\n\t\t\t\t\t\t\t");
      out.write("<p class=\"point\">ポイント還元：0pt");
      out.write("</p>\r\n\t\t\t\t\t\t\t");
      out.write("<p class=\"btnBox\">");
      out.write("<a class=\"addcart\" href=\"http://www.beautygarage.jp/ws/search_cmdty/46561/HD-0086N-S\">");
      out.write("<img src=\"../../pickup-parts/profeel_s/img/btn_cart.jpg\" alt=\"カートに入れる\" />");
      out.write("</a>");
      out.write("</p>\r\n\t\t\t\t\t\t\t");
      out.write("<form>");
      out.write("<input type=\"hidden\" name=\"compositionGroupDetail_1\" value=\"0~42024~HD-0085E~6\" />");
      out.write("</form>\r\n\t\t\t\t\t\t");
      out.write("</div>\r\n\t\t\t\t\t");
      out.write("</div>\r\n\t\t\t\t");
      out.write("</li>\r\n\t\t\t\t");
      out.write("<li>\r\n\t\t\t\t\t");
      out.write("<div class=\"productBox\">\r\n\t\t\t\t\t\t");
      out.write("<p>");
      out.write("<img src=\"../../pickup-parts/profeel_s/img/sec2_img2.jpg\" alt=\"OX4.5%\" />");
      out.write("</p>\r\n\t\t\t\t\t\t");
      out.write("<h3>プロフィールS OX4.5% 2000ml");
      out.write("<br />【6本セット】");
      out.write("<span>【送料無料】");
      out.write("</span>");
      out.write("</h3>\r\n\t\t\t\t\t\t");
      out.write("<p class=\"code\">商品コード：HD-0088N-S");
      out.write("</p>\r\n\t\t\t\t\t\t\r\n\t\t\t\t\t\t");
      out.write("<div class=\"cntBox\">\r\n\t\t\t\t\t\t\t");
      out.write("<p class=\"priceBox\">BG卸価：￥");
      out.write("<strong>");
      /* ----  webshop:siquantity ---- */
      jp.co.sint.taglib.SIQuantityTag _jspx_th_webshop_siquantity_12 = (jp.co.sint.taglib.SIQuantityTag) _jspx_tagPool_webshop_siquantity_value_nobody.get(jp.co.sint.taglib.SIQuantityTag.class);
      _jspx_th_webshop_siquantity_12.setPageContext(pageContext);
      _jspx_th_webshop_siquantity_12.setParent(null);
      _jspx_th_webshop_siquantity_12.setValue(SIUtil.getNameFromColl(cmdtyColl1,"HD-0088N-S"));
      int _jspx_eval_webshop_siquantity_12 = _jspx_th_webshop_siquantity_12.doStartTag();
      if (_jspx_th_webshop_siquantity_12.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
        return;
      _jspx_tagPool_webshop_siquantity_value_nobody.reuse(_jspx_th_webshop_siquantity_12);
      out.write("</strong>");
      out.write("<span>(税別)");
      out.write("</span>");
      out.write("</p>\r\n\t\t\t\t\t\t\t");
      out.write("<p class=\"point\">ポイント還元：0pt");
      out.write("</p>\r\n\t\t\t\t\t\t\t");
      out.write("<p class=\"btnBox\">");
      out.write("<a class=\"addcart\" href=\"http://www.beautygarage.jp/ws/search_cmdty/46568/HD-0088N-S\">");
      out.write("<img src=\"../../pickup-parts/profeel_s/img/btn_cart.jpg\" alt=\"カートに入れる\" />");
      out.write("</a>");
      out.write("</p>\r\n\t\t\t\t\t\t\t");
      out.write("<form>");
      out.write("<input type=\"hidden\" name=\"compositionGroupDetail_1\" value=\"0~42023~HD-0087E~6\" />");
      out.write("</form>\r\n\t\t\t\t\t\t");
      out.write("</div>\r\n\t\t\t\t\t");
      out.write("</div>\r\n\t\t\t\t");
      out.write("</li>\r\n\t\t\t\t");
      out.write("<li>\r\n\t\t\t\t\t");
      out.write("<div class=\"productBox\">\r\n\t\t\t\t\t\t");
      out.write("<p>");
      out.write("<img src=\"../../pickup-parts/profeel_s/img/sec2_img3.jpg\" alt=\"OX3%\" />");
      out.write("</p>\r\n\t\t\t\t\t\t");
      out.write("<h3>プロフィールS OX3% 2000ml");
      out.write("<br />【6本セット】");
      out.write("<span>【送料無料】");
      out.write("</span>");
      out.write("</h3>\r\n\t\t\t\t\t\t");
      out.write("<p class=\"code\">商品コード：HD-0090N-S");
      out.write("</p>\r\n\t\t\t\t\t\t\r\n\t\t\t\t\t\t");
      out.write("<div class=\"cntBox\">\r\n\t\t\t\t\t\t\t");
      out.write("<p class=\"priceBox\">BG卸価：￥");
      out.write("<strong>");
      /* ----  webshop:siquantity ---- */
      jp.co.sint.taglib.SIQuantityTag _jspx_th_webshop_siquantity_13 = (jp.co.sint.taglib.SIQuantityTag) _jspx_tagPool_webshop_siquantity_value_nobody.get(jp.co.sint.taglib.SIQuantityTag.class);
      _jspx_th_webshop_siquantity_13.setPageContext(pageContext);
      _jspx_th_webshop_siquantity_13.setParent(null);
      _jspx_th_webshop_siquantity_13.setValue(SIUtil.getNameFromColl(cmdtyColl1,"HD-0090N-S"));
      int _jspx_eval_webshop_siquantity_13 = _jspx_th_webshop_siquantity_13.doStartTag();
      if (_jspx_th_webshop_siquantity_13.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
        return;
      _jspx_tagPool_webshop_siquantity_value_nobody.reuse(_jspx_th_webshop_siquantity_13);
      out.write("</strong>");
      out.write("<span>(税別)");
      out.write("</span>");
      out.write("</p>\r\n\t\t\t\t\t\t\t");
      out.write("<p class=\"point\">ポイント還元：0pt");
      out.write("</p>\r\n\t\t\t\t\t\t\t");
      out.write("<p class=\"btnBox\">");
      out.write("<a class=\"addcart\" href=\"http://www.beautygarage.jp/ws/search_cmdty/46569/HD-0090N-S\">");
      out.write("<img src=\"../../pickup-parts/profeel_s/img/btn_cart.jpg\" alt=\"カートに入れる\" />");
      out.write("</a>");
      out.write("</p>\r\n\t\t\t\t\t\t\t");
      out.write("<form>");
      out.write("<input type=\"hidden\" name=\"compositionGroupDetail_1\" value=\"0~42022~HD-0089E~6\" />");
      out.write("</form>\r\n\t\t\t\t\t\t");
      out.write("</div>\r\n\t\t\t\t\t");
      out.write("</div>\r\n\t\t\t\t");
      out.write("</li>\r\n\t\t\t\t\r\n\t\t\t");
      out.write("</ul>\r\n\t\t");
      out.write("</div>");
      out.write("<!-- #sec2.end -->\r\n    \r\n    ");
      out.write("<div id=\"sec4\" class=\"front_hide\">\r\n\t\t\t");
      out.write("<div class=\"hgroup clearfix\">\r\n\t\t\t\t");
      out.write("<h2>販促商品");
      out.write("</h2>\r\n\t\t\t");
      out.write("</div>\r\n\t\t\t");
      out.write("<ul class=\"productWrap clearfix\">\r\n\t\t\t\t\r\n\t\t\t\t");
      out.write("<li>\r\n\t\t\t\t\t");
      out.write("<div class=\"productBox\">\r\n\t\t\t\t\t\t");
      out.write("<p>");
      out.write("<img src=\"../../pickup-parts/profeel_s/img/sec4_img1.jpg\" alt=\"\" />");
      out.write("</p>\r\n\t\t\t\t\t\t");
      out.write("<h3>プロフィールS メニュー表");
      out.write("</h3>\r\n\t\t\t\t\t\t");
      out.write("<p class=\"code\">商品コード：HP-0535N-S");
      out.write("<br />在庫数量：");
      out.print(SIBGUtil.getSetAmount(connection,"0","53324","HP-0535N-S"));
      out.write("</p>\r\n\t\t\t\t\t\t\r\n\t\t\t\t\t\t");
      out.write("<div class=\"cntBox\">\r\n\t\t\t\t\t\t\t");
      out.write("<p class=\"priceBox\">BG卸価：￥");
      out.write("<strong>");
      /* ----  webshop:siquantity ---- */
      jp.co.sint.taglib.SIQuantityTag _jspx_th_webshop_siquantity_14 = (jp.co.sint.taglib.SIQuantityTag) _jspx_tagPool_webshop_siquantity_value_nobody.get(jp.co.sint.taglib.SIQuantityTag.class);
      _jspx_th_webshop_siquantity_14.setPageContext(pageContext);
      _jspx_th_webshop_siquantity_14.setParent(null);
      _jspx_th_webshop_siquantity_14.setValue(SIUtil.getNameFromColl(cmdtyColl1,"HP-0535N-S"));
      int _jspx_eval_webshop_siquantity_14 = _jspx_th_webshop_siquantity_14.doStartTag();
      if (_jspx_th_webshop_siquantity_14.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
        return;
      _jspx_tagPool_webshop_siquantity_value_nobody.reuse(_jspx_th_webshop_siquantity_14);
      out.write("</strong>");
      out.write("<span>(税別)");
      out.write("</span>");
      out.write("</p>\r\n\t\t\t\t\t\t\t");
      out.write("<p class=\"point\">ポイント還元：0pt");
      out.write("</p>\r\n\t\t\t\t\t\t\t");
      out.write("<p class=\"btnBox\">");
      out.write("<a class=\"addcart\" href=\"http://www.beautygarage.jp/ws/search_cmdty/53324/HP-0535N-S\">");
      out.write("<img src=\"../../pickup-parts/profeel_s/img/btn_cart.jpg\" alt=\"カートに入れる\" />");
      out.write("</a>");
      out.write("</p>\r\n\t\t\t\t\t\t\t");
      out.write("<form>");
      out.write("<input type=\"hidden\" name=\"compositionGroupDetail_1\" value=\"0~52277~HP-0514E~1\" />");
      out.write("</form>\r\n\t\t\t\t\t\t");
      out.write("</div>\r\n\t\t\t\t\t");
      out.write("</div>\r\n\t\t\t\t");
      out.write("</li>\r\n        \r\n        ");
      out.write("<li>\r\n\t\t\t\t\t");
      out.write("<div class=\"productBox\">\r\n\t\t\t\t\t\t");
      out.write("<p>");
      out.write("<img src=\"../../pickup-parts/profeel_s/img/sec4_img2.jpg\" alt=\"\" />");
      out.write("</p>\r\n\t\t\t\t\t\t");
      out.write("<h3>アンダートーンスケール");
      out.write("</h3>\r\n\t\t\t\t\t\t");
      out.write("<p class=\"code\">商品コード：HC-3177N-S");
      out.write("<br />在庫数量：");
      out.print(SIBGUtil.getSetAmount(connection,"0","53323","HC-3177N-S"));
      out.write("</p>\r\n\t\t\t\t\t\t\r\n\t\t\t\t\t\t");
      out.write("<div class=\"cntBox\">\r\n\t\t\t\t\t\t\t");
      out.write("<p class=\"priceBox\">BG卸価：￥");
      out.write("<strong>");
      /* ----  webshop:siquantity ---- */
      jp.co.sint.taglib.SIQuantityTag _jspx_th_webshop_siquantity_15 = (jp.co.sint.taglib.SIQuantityTag) _jspx_tagPool_webshop_siquantity_value_nobody.get(jp.co.sint.taglib.SIQuantityTag.class);
      _jspx_th_webshop_siquantity_15.setPageContext(pageContext);
      _jspx_th_webshop_siquantity_15.setParent(null);
      _jspx_th_webshop_siquantity_15.setValue(SIUtil.getNameFromColl(cmdtyColl1,"HC-3177N-S"));
      int _jspx_eval_webshop_siquantity_15 = _jspx_th_webshop_siquantity_15.doStartTag();
      if (_jspx_th_webshop_siquantity_15.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
        return;
      _jspx_tagPool_webshop_siquantity_value_nobody.reuse(_jspx_th_webshop_siquantity_15);
      out.write("</strong>");
      out.write("<span>(税別)");
      out.write("</span>");
      out.write("</p>\r\n\t\t\t\t\t\t\t");
      out.write("<p class=\"point\">ポイント還元：0pt");
      out.write("</p>\r\n\t\t\t\t\t\t\t");
      out.write("<p class=\"btnBox\">");
      out.write("<a class=\"addcart\" href=\"http://www.beautygarage.jp/ws/search_cmdty/53323/HC-3177N-S\">");
      out.write("<img src=\"../../pickup-parts/profeel_s/img/btn_cart.jpg\" alt=\"カートに入れる\" />");
      out.write("</a>");
      out.write("</p>\r\n\t\t\t\t\t\t\t");
      out.write("<form>");
      out.write("<input type=\"hidden\" name=\"compositionGroupDetail_1\" value=\"0~52278~HC-3131E~1\" />");
      out.write("</form>\r\n\t\t\t\t\t\t");
      out.write("</div>\r\n\t\t\t\t\t");
      out.write("</div>\r\n\t\t\t\t");
      out.write("</li>\r\n        \r\n        ");
      out.write("<li>\r\n\t\t\t\t\t");
      out.write("<div class=\"productBox\">\r\n\t\t\t\t\t\t");
      out.write("<p>");
      out.write("<img src=\"../../pickup-parts/profeel_s/img/sec4_img3.jpg\" alt=\"\" />");
      out.write("</p>\r\n\t\t\t\t\t\t");
      out.write("<h3>安全確認シート＆カウンセリングシート10,000枚(5,000枚×2ケース)");
      out.write("</h3>\r\n\t\t\t\t\t\t");
      out.write("<p class=\"code\">商品コード：HP-0532N-S");
      out.write("<br />在庫数量：");
      out.print(SIBGUtil.getSetAmount(connection,"0","53148","HP-0532N-S"));
      out.write("</p>\r\n\t\t\t\t\t\t\r\n\t\t\t\t\t\t");
      out.write("<div class=\"cntBox\">\r\n\t\t\t\t\t\t\t");
      out.write("<p class=\"priceBox\">BG卸価：￥");
      out.write("<strong>");
      /* ----  webshop:siquantity ---- */
      jp.co.sint.taglib.SIQuantityTag _jspx_th_webshop_siquantity_16 = (jp.co.sint.taglib.SIQuantityTag) _jspx_tagPool_webshop_siquantity_value_nobody.get(jp.co.sint.taglib.SIQuantityTag.class);
      _jspx_th_webshop_siquantity_16.setPageContext(pageContext);
      _jspx_th_webshop_siquantity_16.setParent(null);
      _jspx_th_webshop_siquantity_16.setValue(SIUtil.getNameFromColl(cmdtyColl1,"HP-0532N-S"));
      int _jspx_eval_webshop_siquantity_16 = _jspx_th_webshop_siquantity_16.doStartTag();
      if (_jspx_th_webshop_siquantity_16.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
        return;
      _jspx_tagPool_webshop_siquantity_value_nobody.reuse(_jspx_th_webshop_siquantity_16);
      out.write("</strong>");
      out.write("<span>(税別)");
      out.write("</span>");
      out.write("</p>\r\n\t\t\t\t\t\t\t");
      out.write("<p class=\"point\">ポイント還元：0pt");
      out.write("</p>\r\n\t\t\t\t\t\t\t");
      out.write("<p class=\"btnBox\">");
      out.write("<a class=\"addcart\" href=\"http://www.beautygarage.jp/ws/search_cmdty/53148/HP-0532N-S\">");
      out.write("<img src=\"../../pickup-parts/profeel_s/img/btn_cart.jpg\" alt=\"カートに入れる\" />");
      out.write("</a>");
      out.write("</p>\r\n\t\t\t\t\t\t\t");
      out.write("<form>");
      out.write("<input type=\"hidden\" name=\"compositionGroupDetail_1\" value=\"0~52279~HP-0515E~2\" />");
      out.write("</form>\r\n\t\t\t\t\t\t");
      out.write("</div>\r\n\t\t\t\t\t");
      out.write("</div>\r\n\t\t\t\t");
      out.write("</li>\r\n\t\t\t\t\r\n\t\t\t");
      out.write("</ul>\r\n\t\t");
      out.write("</div>");
      out.write("<!-- #sec4.end -->\r\n\t\t\r\n\t\t");
      out.write("<div id=\"sec3\" class=\"front_hide\">\r\n\t\t\t");
      out.write("<div class=\"hgroup clearfix\">\r\n\t\t\t\t");
      out.write("<h2>初期導入パッケージ");
      out.write("</h2>\r\n\t\t\t\t");
      out.write("<p>開業時にご購入頂く、初期導入パッケージです。");
      out.write("</p>\r\n\t\t\t");
      out.write("</div>\r\n\t\t\t");
      out.write("<div class=\"cntWrap clearfix\">\r\n\t\t\t\t");
      out.write("<p class=\"leftBox\">");
      out.write("<img src=\"../../pickup-parts/profeel_s/img/sec3_img1.jpg\" alt=\"新規導入パッケージ\" />");
      out.write("</p>\r\n\t\t\t\t");
      out.write("<div class=\"rightBox\">\r\n\t\t\t\t\t");
      out.write("<h3>");
      out.write("<p>パッケージ内容");
      out.write("</p>");
      out.write("</h3>\r\n\t\t\t\t\t");
      out.write("<div class=\"clearfix\">\r\n\t\t\t\t\t\t");
      out.write("<ul>\r\n\t\t\t\t\t\t\t");
      out.write("<li>・プロフィールS 1N 120g【66本】");
      out.write("</li>\r\n\t\t\t\t\t\t\t");
      out.write("<li>・プロフィールS 3N 120g【126本】");
      out.write("</li>\r\n\t\t\t\t\t\t\t");
      out.write("<li>・プロフィールS 5N 120g【66本】");
      out.write("</li>\r\n\t\t\t\t\t\t\t");
      out.write("<li>・プロフィールS 7N 120g【36本】");
      out.write("</li>\r\n\t\t\t\t\t\t\t");
      out.write("<li>・プロフィールS R(レッド)120g【12本】");
      out.write("</li>\r\n\t\t\t\t\t\t\t");
      out.write("<li>・プロフィールS Y(イエロー)120g【12本】");
      out.write("</li>\r\n\t\t\t\t\t\t\t");
      out.write("<li>・プロフィールS O(オレンジ)120g【48本】");
      out.write("</li>\r\n\t\t\t\t\t\t\t");
      out.write("<li>・プロフィールS W(ワインレッド)120g【6本】");
      out.write("</li>\r\n\t\t\t\t\t\t\t");
      out.write("<li>・プロフィールS B(ブルー)120g【6本】");
      out.write("</li>\r\n\t\t\t\t\t\t\t");
      out.write("<li>・プロフィールS G(グリーン)120g【6本】");
      out.write("</li>\r\n\t\t\t\t\t\t\t");
      out.write("<li>・プロフィールS L(ライトナー)120g【48本】");
      out.write("</li>\r\n\t\t\t\t\t\t\t");
      out.write("<li>・プロフィールS OX3% (2剤) 2000ml【12本】");
      out.write("</li>\r\n\t\t\t\t\t\t\t");
      out.write("<li>・プロフィールS OX4.5% (2剤) 2000ml【18本】");
      out.write("</li>\r\n\t\t\t\t\t\t\t");
      out.write("<li>・プロフィールS OX6% (2剤) 2000ml【36本】");
      out.write("</li>\r\n\t\t\t\t\t\t");
      out.write("</ul>\r\n\t\t\t\t\t\t");
      out.write("<div class=\"cntBox\">\r\n\t\t\t\t\t\t\t");
      out.write("<div class=\"priceWrap\">\r\n\t\t\t\t\t\t\t\t");
      out.write("<h4>初期導入パッケージ");
      out.write("<span>【送料無料】");
      out.write("</span>");
      out.write("</h4>\r\n\t\t\t\t\t\t\t\t");
      out.write("<p class=\"code\">商品コード：HC-2788N-S");
      out.write("</p>\r\n\t\t\t\t\t\t\t\t");
      out.write("<p class=\"priceBox\">BG卸価：￥");
      out.write("<strong>");
      /* ----  webshop:siquantity ---- */
      jp.co.sint.taglib.SIQuantityTag _jspx_th_webshop_siquantity_17 = (jp.co.sint.taglib.SIQuantityTag) _jspx_tagPool_webshop_siquantity_value_nobody.get(jp.co.sint.taglib.SIQuantityTag.class);
      _jspx_th_webshop_siquantity_17.setPageContext(pageContext);
      _jspx_th_webshop_siquantity_17.setParent(null);
      _jspx_th_webshop_siquantity_17.setValue(SIUtil.getNameFromColl(cmdtyColl1,"HC-2788N-S"));
      int _jspx_eval_webshop_siquantity_17 = _jspx_th_webshop_siquantity_17.doStartTag();
      if (_jspx_th_webshop_siquantity_17.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
        return;
      _jspx_tagPool_webshop_siquantity_value_nobody.reuse(_jspx_th_webshop_siquantity_17);
      out.write("</strong>");
      out.write("<span>(税別)");
      out.write("</span>");
      out.write("</p>\r\n\t\t\t\t\t\t\t\t");
      out.write("<p class=\"point\">ポイント還元：0pt");
      out.write("</p>\r\n\t\t\t\t\t\t\t\t");
      out.write("<p class=\"btnBox\">");
      out.write("<a class=\"addcart\" href=\"http://www.beautygarage.jp/ws/search_cmdty/47365/HC-2788N-S\">");
      out.write("<img src=\"../../pickup-parts/profeel_s/img/btn_cart.jpg\" alt=\"カートに入れる\" />");
      out.write("</a>");
      out.write("</p>\r\n\t\t\t\t\t\t\t\t");
      out.write("<form>\r\n\t\t\t\t\t\t\t\t\t");
      out.write("<input type=\"hidden\" name=\"compositionGroupDetail_1\" value=\"0~42032~HC-2768E~66\" />\r\n\t\t\t\t\t\t\t\t\t");
      out.write("<input type=\"hidden\" name=\"compositionGroupDetail_1\" value=\"0~42033~HC-2767E~126\" />\r\n\t\t\t\t\t\t\t\t\t");
      out.write("<input type=\"hidden\" name=\"compositionGroupDetail_1\" value=\"0~42034~HC-2766E~66\" />\r\n\t\t\t\t\t\t\t\t\t");
      out.write("<input type=\"hidden\" name=\"compositionGroupDetail_1\" value=\"0~42035~HC-2765E~36\" />\r\n\t\t\t\t\t\t\t\t\t");
      out.write("<input type=\"hidden\" name=\"compositionGroupDetail_1\" value=\"0~42026~HC-2773E~12\" />\r\n\t\t\t\t\t\t\t\t\t");
      out.write("<input type=\"hidden\" name=\"compositionGroupDetail_1\" value=\"0~42027~HC-2772E~12\" />\r\n\t\t\t\t\t\t\t\t\t");
      out.write("<input type=\"hidden\" name=\"compositionGroupDetail_1\" value=\"0~42025~HC-2774E~48\" />\r\n\t\t\t\t\t\t\t\t\t");
      out.write("<input type=\"hidden\" name=\"compositionGroupDetail_1\" value=\"0~42030~HC-2769E~6\" />\r\n\t\t\t\t\t\t\t\t\t");
      out.write("<input type=\"hidden\" name=\"compositionGroupDetail_1\" value=\"0~42028~HC-2771E~6\" />\r\n\t\t\t\t\t\t\t\t\t");
      out.write("<input type=\"hidden\" name=\"compositionGroupDetail_1\" value=\"0~42029~HC-2770E~6\" />\r\n\t\t\t\t\t\t\t\t\t");
      out.write("<input type=\"hidden\" name=\"compositionGroupDetail_1\" value=\"0~42036~HC-2764E~48\" />\r\n\t\t\t\t\t\t\t\t\t");
      out.write("<input type=\"hidden\" name=\"compositionGroupDetail_1\" value=\"0~42024~HD-0085E~36\" />\r\n\t\t\t\t\t\t\t\t\t");
      out.write("<input type=\"hidden\" name=\"compositionGroupDetail_1\" value=\"0~42023~HD-0087E~18\" />\r\n\t\t\t\t\t\t\t\t\t");
      out.write("<input type=\"hidden\" name=\"compositionGroupDetail_1\" value=\"0~42022~HD-0089E~12\" />\r\n\t\t\t\t\t\t\t\t");
      out.write("</form>\r\n\t\t\t\t\t\t\t");
      out.write("</div>\r\n\t\t\t\t\t\t\t");
      out.write("<p class=\"cnt1\">開業から約1ケ月(1,000名)来客時を基準としております。来客数・ご利用客の希望色により、使用量・仕様品名に変動がございます。");
      out.write("</p>\r\n\t\t\t\t\t\t");
      out.write("</div>\r\n\t\t\t\t\t\t\r\n\t\t\t\t\t");
      out.write("</div>\r\n\t\t\t\t");
      out.write("</div>\r\n\t\t\t");
      out.write("</div>\r\n\t\t");
      out.write("</div>");
      out.write("<!-- #sec3.end -->\r\n    \r\n    ");
      out.write("<div id=\"sec6\" class=\"front_show recommend\">\r\n      ");
      out.write("<div class=\"hgroup clearfix\">\r\n        ");
      out.write("<h2>ヘアカラー専門店 売れ筋理美容小物（施術用）");
      out.write("</h2>\r\n      ");
      out.write("</div>\r\n      ");
      out.write("<p class=\"txt1\">開業時に必要な数量の目安は");
      out.write("<a href=\"");
      out.print(webshopSite);
      out.write("/pickup-parts/profeel_s/pdf/ordersheet1.pdf\" target=\"_blank\">こちら");
      out.write("</a>からご確認ください。塗布3席を想定していますが、必要に応じて数量を調整してください。");
      out.write("<br />融資用のお見積りではございませんのでご注意ください。&nbsp;&nbsp;&nbsp;");
      out.write("<a href=\"");
      out.print(webshopSite);
      out.write("/pickup-parts/profeel_s/pdf/ordersheet1.pdf\" target=\"_blank\">&gt;見積もり例（PDF）");
      out.write("</a>");
      out.write("</p>\r\n      \r\n      ");
      out.write("<ul class=\"clearfix\">\r\n      \t");
      out.write("<li>\r\n        \t");
      out.write("<p class=\"imgBox\">");
      out.write("<a href=\"http://www.beautygarage.jp/ws/search_cmdty/39694/ZY-0132N-X\">");
      out.write("<img src=\"https://www.beautygarage.jp/ws/image/cmdty/39694/39694_ZY-0132N-X_t.jpg\" alt=\"\" />");
      out.write("</a>");
      out.write("</p>\r\n          ");
      out.write("<h3>");
      out.write("<a href=\"http://www.beautygarage.jp/ws/search_cmdty/39694/ZY-0132N-X\">YSスプレイヤー 220ml");
      out.write("</a>");
      out.write("</h3>\r\n          ");
      out.write("<div class=\"cntBox\">\r\n          \t");
      out.write("<p class=\"bgprice\">BG卸価：￥");
      out.write("<strong>");
      /* ----  webshop:siquantity ---- */
      jp.co.sint.taglib.SIQuantityTag _jspx_th_webshop_siquantity_18 = (jp.co.sint.taglib.SIQuantityTag) _jspx_tagPool_webshop_siquantity_value_nobody.get(jp.co.sint.taglib.SIQuantityTag.class);
      _jspx_th_webshop_siquantity_18.setPageContext(pageContext);
      _jspx_th_webshop_siquantity_18.setParent(null);
      _jspx_th_webshop_siquantity_18.setValue(SIUtil.getNameFromColl(cmdtyColl1,"ZY-0132N-X"));
      int _jspx_eval_webshop_siquantity_18 = _jspx_th_webshop_siquantity_18.doStartTag();
      if (_jspx_th_webshop_siquantity_18.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
        return;
      _jspx_tagPool_webshop_siquantity_value_nobody.reuse(_jspx_th_webshop_siquantity_18);
      out.write("</strong>");
      out.write("</p>\r\n            ");
      out.write("<p class=\"btnBox detail\">");
      out.write("<a href=\"#\">");
      out.write("<img src=\"../../pickup-parts/profeel_s/img/btn_detail_s.jpg\" alt=\"詳細を見る\" />");
      out.write("</a>");
      out.write("</p>\r\n          ");
      out.write("</div>\r\n        ");
      out.write("</li>\r\n        ");
      out.write("<li>\r\n        \t");
      out.write("<p class=\"imgBox\">");
      out.write("<a href=\"http://www.beautygarage.jp/ws/search_cmdty/2844/ZX-0517N\">");
      out.write("<img src=\"https://www.beautygarage.jp/ws/image/cmdty/2844/2844_ZX-0517N_t.jpg\" alt=\"\" />");
      out.write("</a>");
      out.write("</p>\r\n          ");
      out.write("<h3>");
      out.write("<a href=\"http://www.beautygarage.jp/ws/search_cmdty/2844/ZX-0517N\">チューブしぼり");
      out.write("</a>");
      out.write("</h3>\r\n          ");
      out.write("<div class=\"cntBox\">\r\n          \t");
      out.write("<p class=\"bgprice\">BG卸価：￥");
      out.write("<strong>");
      /* ----  webshop:siquantity ---- */
      jp.co.sint.taglib.SIQuantityTag _jspx_th_webshop_siquantity_19 = (jp.co.sint.taglib.SIQuantityTag) _jspx_tagPool_webshop_siquantity_value_nobody.get(jp.co.sint.taglib.SIQuantityTag.class);
      _jspx_th_webshop_siquantity_19.setPageContext(pageContext);
      _jspx_th_webshop_siquantity_19.setParent(null);
      _jspx_th_webshop_siquantity_19.setValue(SIUtil.getNameFromColl(cmdtyColl1,"ZX-0517N"));
      int _jspx_eval_webshop_siquantity_19 = _jspx_th_webshop_siquantity_19.doStartTag();
      if (_jspx_th_webshop_siquantity_19.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
        return;
      _jspx_tagPool_webshop_siquantity_value_nobody.reuse(_jspx_th_webshop_siquantity_19);
      out.write("</strong>");
      out.write("</p>\r\n            ");
      out.write("<p class=\"btnBox addcart\">");
      out.write("<a href=\"#\">");
      out.write("<img src=\"../../pickup-parts/profeel_s/img/btn_cart_s.jpg\" alt=\"カートに入れる\" />");
      out.write("</a>");
      out.write("</p>\r\n          ");
      out.write("</div>\r\n        ");
      out.write("</li>\r\n        ");
      out.write("<li>\r\n        \t");
      out.write("<p class=\"imgBox\">");
      out.write("<a href=\"http://www.beautygarage.jp/ws/search_cmdty/35851/ZS-0068P\">");
      out.write("<img src=\"https://www.beautygarage.jp/ws/image/cmdty/35851/35851_ZS-0068P_t.jpg\" alt=\"\" />");
      out.write("</a>");
      out.write("</p>\r\n          ");
      out.write("<h3>");
      out.write("<a href=\"http://www.beautygarage.jp/ws/search_cmdty/35851/ZS-0068P\">テーブルスケール（デジタル・5kg）");
      out.write("</a>");
      out.write("</h3>\r\n          ");
      out.write("<div class=\"cntBox\">\r\n          \t");
      out.write("<p class=\"bgprice\">BG卸価：￥");
      out.write("<strong>");
      /* ----  webshop:siquantity ---- */
      jp.co.sint.taglib.SIQuantityTag _jspx_th_webshop_siquantity_20 = (jp.co.sint.taglib.SIQuantityTag) _jspx_tagPool_webshop_siquantity_value_nobody.get(jp.co.sint.taglib.SIQuantityTag.class);
      _jspx_th_webshop_siquantity_20.setPageContext(pageContext);
      _jspx_th_webshop_siquantity_20.setParent(null);
      _jspx_th_webshop_siquantity_20.setValue(SIUtil.getNameFromColl(cmdtyColl1,"ZS-0068P"));
      int _jspx_eval_webshop_siquantity_20 = _jspx_th_webshop_siquantity_20.doStartTag();
      if (_jspx_th_webshop_siquantity_20.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
        return;
      _jspx_tagPool_webshop_siquantity_value_nobody.reuse(_jspx_th_webshop_siquantity_20);
      out.write("</strong>");
      out.write("</p>\r\n            ");
      out.write("<p class=\"btnBox addcart\">");
      out.write("<a href=\"#\">");
      out.write("<img src=\"../../pickup-parts/profeel_s/img/btn_cart_s.jpg\" alt=\"カートに入れる\" />");
      out.write("</a>");
      out.write("</p>\r\n          ");
      out.write("</div>\r\n        ");
      out.write("</li>\r\n        ");
      out.write("<li>\r\n        \t");
      out.write("<p class=\"imgBox\">");
      out.write("<a href=\"http://www.beautygarage.jp/ws/search_cmdty/39071/ZS-0077N-X\">");
      out.write("<img src=\"https://www.beautygarage.jp/ws/image/cmdty/39071/39071_ZS-0077N-X_t.jpg\" alt=\"\" />");
      out.write("</a>");
      out.write("</p>\r\n          ");
      out.write("<h3>");
      out.write("<a href=\"http://www.beautygarage.jp/ws/search_cmdty/39071/ZS-0077N-X\">アイビルタイマー ショコラ");
      out.write("</a>");
      out.write("</h3>\r\n          ");
      out.write("<div class=\"cntBox\">\r\n          \t");
      out.write("<p class=\"bgprice\">BG卸価：￥");
      out.write("<strong>");
      /* ----  webshop:siquantity ---- */
      jp.co.sint.taglib.SIQuantityTag _jspx_th_webshop_siquantity_21 = (jp.co.sint.taglib.SIQuantityTag) _jspx_tagPool_webshop_siquantity_value_nobody.get(jp.co.sint.taglib.SIQuantityTag.class);
      _jspx_th_webshop_siquantity_21.setPageContext(pageContext);
      _jspx_th_webshop_siquantity_21.setParent(null);
      _jspx_th_webshop_siquantity_21.setValue(SIUtil.getNameFromColl(cmdtyColl1,"ZS-0077N-X"));
      int _jspx_eval_webshop_siquantity_21 = _jspx_th_webshop_siquantity_21.doStartTag();
      if (_jspx_th_webshop_siquantity_21.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
        return;
      _jspx_tagPool_webshop_siquantity_value_nobody.reuse(_jspx_th_webshop_siquantity_21);
      out.write("</strong>");
      out.write("</p>\r\n            ");
      out.write("<p class=\"btnBox detail\">");
      out.write("<a href=\"#\">");
      out.write("<img src=\"../../pickup-parts/profeel_s/img/btn_detail_s.jpg\" alt=\"詳細を見る\" />");
      out.write("</a>");
      out.write("</p>\r\n          ");
      out.write("</div>\r\n        ");
      out.write("</li>\r\n        ");
      out.write("<li>\r\n        \t");
      out.write("<p class=\"imgBox\">");
      out.write("<a href=\"http://www.beautygarage.jp/ws/search_cmdty/26653/HP-0339N\">");
      out.write("<img src=\"https://www.beautygarage.jp/ws/image/cmdty/26653/26653_HP-0339N_t.jpg\" alt=\"\" />");
      out.write("</a>");
      out.write("</p>\r\n          ");
      out.write("<h3>");
      out.write("<a href=\"http://www.beautygarage.jp/ws/search_cmdty/26653/HP-0339N\">サボニーズ スーパープロテクトクリーム 詰替え 500g");
      out.write("</a>");
      out.write("</h3>\r\n          ");
      out.write("<div class=\"cntBox\">\r\n          \t");
      out.write("<p class=\"bgprice\">BG卸価：￥");
      out.write("<strong>");
      /* ----  webshop:siquantity ---- */
      jp.co.sint.taglib.SIQuantityTag _jspx_th_webshop_siquantity_22 = (jp.co.sint.taglib.SIQuantityTag) _jspx_tagPool_webshop_siquantity_value_nobody.get(jp.co.sint.taglib.SIQuantityTag.class);
      _jspx_th_webshop_siquantity_22.setPageContext(pageContext);
      _jspx_th_webshop_siquantity_22.setParent(null);
      _jspx_th_webshop_siquantity_22.setValue(SIUtil.getNameFromColl(cmdtyColl1,"HP-0339N"));
      int _jspx_eval_webshop_siquantity_22 = _jspx_th_webshop_siquantity_22.doStartTag();
      if (_jspx_th_webshop_siquantity_22.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
        return;
      _jspx_tagPool_webshop_siquantity_value_nobody.reuse(_jspx_th_webshop_siquantity_22);
      out.write("</strong>");
      out.write("</p>\r\n            ");
      out.write("<p class=\"btnBox addcart\">");
      out.write("<a href=\"#\">");
      out.write("<img src=\"../../pickup-parts/profeel_s/img/btn_cart_s.jpg\" alt=\"カートに入れる\" />");
      out.write("</a>");
      out.write("</p>\r\n          ");
      out.write("</div>\r\n        ");
      out.write("</li>\r\n        ");
      out.write("<li>\r\n        \t");
      out.write("<p class=\"imgBox\">");
      out.write("<a href=\"http://www.beautygarage.jp/ws/search_cmdty/52762/HU-0007N\">");
      out.write("<img src=\"https://www.beautygarage.jp/ws/image/cmdty/52762/52762_HU-0007N_t.jpg\" alt=\"\" />");
      out.write("</a>");
      out.write("</p>\r\n          ");
      out.write("<h3>");
      out.write("<a href=\"http://www.beautygarage.jp/ws/search_cmdty/52762/HU-0007N\">詰替え用ジャー容器200g 【SR-200(白)ワンタッチキャップ】");
      out.write("</a>");
      out.write("</h3>\r\n          ");
      out.write("<div class=\"cntBox\">\r\n          \t");
      out.write("<p class=\"bgprice\">BG卸価：￥");
      out.write("<strong>");
      /* ----  webshop:siquantity ---- */
      jp.co.sint.taglib.SIQuantityTag _jspx_th_webshop_siquantity_23 = (jp.co.sint.taglib.SIQuantityTag) _jspx_tagPool_webshop_siquantity_value_nobody.get(jp.co.sint.taglib.SIQuantityTag.class);
      _jspx_th_webshop_siquantity_23.setPageContext(pageContext);
      _jspx_th_webshop_siquantity_23.setParent(null);
      _jspx_th_webshop_siquantity_23.setValue(SIUtil.getNameFromColl(cmdtyColl1,"HU-0007N"));
      int _jspx_eval_webshop_siquantity_23 = _jspx_th_webshop_siquantity_23.doStartTag();
      if (_jspx_th_webshop_siquantity_23.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
        return;
      _jspx_tagPool_webshop_siquantity_value_nobody.reuse(_jspx_th_webshop_siquantity_23);
      out.write("</strong>");
      out.write("</p>\r\n            ");
      out.write("<p class=\"btnBox addcart\">");
      out.write("<a href=\"#\">");
      out.write("<img src=\"../../pickup-parts/profeel_s/img/btn_cart_s.jpg\" alt=\"カートに入れる\" />");
      out.write("</a>");
      out.write("</p>\r\n          ");
      out.write("</div>\r\n        ");
      out.write("</li>\r\n        ");
      out.write("<li>\r\n        \t");
      out.write("<p class=\"imgBox\">");
      out.write("<a href=\"http://www.beautygarage.jp/ws/search_cmdty/40537/ZX-2786P\">");
      out.write("<img src=\"https://www.beautygarage.jp/ws/image/cmdty/40537/40537_ZX-2786P_t.jpg\" alt=\"\" />");
      out.write("</a>");
      out.write("</p>\r\n          ");
      out.write("<h3>");
      out.write("<a href=\"http://www.beautygarage.jp/ws/search_cmdty/40537/ZX-2786P\">イヤーキャップ（100枚入り）");
      out.write("</a>");
      out.write("</h3>\r\n          ");
      out.write("<div class=\"cntBox\">\r\n          \t");
      out.write("<p class=\"bgprice\">BG卸価：￥");
      out.write("<strong>");
      /* ----  webshop:siquantity ---- */
      jp.co.sint.taglib.SIQuantityTag _jspx_th_webshop_siquantity_24 = (jp.co.sint.taglib.SIQuantityTag) _jspx_tagPool_webshop_siquantity_value_nobody.get(jp.co.sint.taglib.SIQuantityTag.class);
      _jspx_th_webshop_siquantity_24.setPageContext(pageContext);
      _jspx_th_webshop_siquantity_24.setParent(null);
      _jspx_th_webshop_siquantity_24.setValue(SIUtil.getNameFromColl(cmdtyColl1,"ZX-2786P"));
      int _jspx_eval_webshop_siquantity_24 = _jspx_th_webshop_siquantity_24.doStartTag();
      if (_jspx_th_webshop_siquantity_24.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
        return;
      _jspx_tagPool_webshop_siquantity_value_nobody.reuse(_jspx_th_webshop_siquantity_24);
      out.write("</strong>");
      out.write("</p>\r\n            ");
      out.write("<p class=\"btnBox addcart\">");
      out.write("<a href=\"#\">");
      out.write("<img src=\"../../pickup-parts/profeel_s/img/btn_cart_s.jpg\" alt=\"カートに入れる\" />");
      out.write("</a>");
      out.write("</p>\r\n          ");
      out.write("</div>\r\n        ");
      out.write("</li>\r\n        ");
      out.write("<li>\r\n        \t");
      out.write("<p class=\"imgBox\">");
      out.write("<a href=\"http://www.beautygarage.jp/ws/search_cmdty/47850/ZU-2174N-X\">");
      out.write("<img src=\"https://www.beautygarage.jp/ws/image/cmdty/47850/47850_ZU-2174N-X_t.jpg\" alt=\"\" />");
      out.write("</a>");
      out.write("</p>\r\n          ");
      out.write("<h3>");
      out.write("<a href=\"http://www.beautygarage.jp/ws/search_cmdty/47850/ZU-2174N-X\">ヘアダイブラシK-60（ブラック毛）");
      out.write("</a>");
      out.write("</h3>\r\n          ");
      out.write("<div class=\"cntBox\">\r\n          \t");
      out.write("<p class=\"bgprice\">BG卸価：￥");
      out.write("<strong>");
      /* ----  webshop:siquantity ---- */
      jp.co.sint.taglib.SIQuantityTag _jspx_th_webshop_siquantity_25 = (jp.co.sint.taglib.SIQuantityTag) _jspx_tagPool_webshop_siquantity_value_nobody.get(jp.co.sint.taglib.SIQuantityTag.class);
      _jspx_th_webshop_siquantity_25.setPageContext(pageContext);
      _jspx_th_webshop_siquantity_25.setParent(null);
      _jspx_th_webshop_siquantity_25.setValue(SIUtil.getNameFromColl(cmdtyColl1,"ZU-2174N-X"));
      int _jspx_eval_webshop_siquantity_25 = _jspx_th_webshop_siquantity_25.doStartTag();
      if (_jspx_th_webshop_siquantity_25.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
        return;
      _jspx_tagPool_webshop_siquantity_value_nobody.reuse(_jspx_th_webshop_siquantity_25);
      out.write("</strong>");
      out.write("</p>\r\n            ");
      out.write("<p class=\"btnBox detail\">");
      out.write("<a href=\"#\">");
      out.write("<img src=\"../../pickup-parts/profeel_s/img/btn_detail_s.jpg\" alt=\"詳細を見る\" />");
      out.write("</a>");
      out.write("</p>\r\n          ");
      out.write("</div>\r\n        ");
      out.write("</li>\r\n        ");
      out.write("<li>\r\n        \t");
      out.write("<p class=\"imgBox\">");
      out.write("<a href=\"http://www.beautygarage.jp/ws/search_cmdty/39795/ZU-2112N-X\">");
      out.write("<img src=\"https://www.beautygarage.jp/ws/image/cmdty/39795/39795_ZU-2112N-X_t.jpg\" alt=\"\" />");
      out.write("</a>");
      out.write("</p>\r\n          ");
      out.write("<h3>");
      out.write("<a href=\"http://www.beautygarage.jp/ws/search_cmdty/39795/ZU-2112N-X\">YSコーム 601 225mm ヘアダイ");
      out.write("</a>");
      out.write("</h3>\r\n          ");
      out.write("<div class=\"cntBox\">\r\n          \t");
      out.write("<p class=\"bgprice\">BG卸価：￥");
      out.write("<strong>");
      /* ----  webshop:siquantity ---- */
      jp.co.sint.taglib.SIQuantityTag _jspx_th_webshop_siquantity_26 = (jp.co.sint.taglib.SIQuantityTag) _jspx_tagPool_webshop_siquantity_value_nobody.get(jp.co.sint.taglib.SIQuantityTag.class);
      _jspx_th_webshop_siquantity_26.setPageContext(pageContext);
      _jspx_th_webshop_siquantity_26.setParent(null);
      _jspx_th_webshop_siquantity_26.setValue(SIUtil.getNameFromColl(cmdtyColl1,"ZU-2112N-X"));
      int _jspx_eval_webshop_siquantity_26 = _jspx_th_webshop_siquantity_26.doStartTag();
      if (_jspx_th_webshop_siquantity_26.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
        return;
      _jspx_tagPool_webshop_siquantity_value_nobody.reuse(_jspx_th_webshop_siquantity_26);
      out.write("</strong>");
      out.write("</p>\r\n            ");
      out.write("<p class=\"btnBox detail\">");
      out.write("<a href=\"#\">");
      out.write("<img src=\"../../pickup-parts/profeel_s/img/btn_detail_s.jpg\" alt=\"詳細を見る\" />");
      out.write("</a>");
      out.write("</p>\r\n          ");
      out.write("</div>\r\n        ");
      out.write("</li>\r\n        ");
      out.write("<li>\r\n        \t");
      out.write("<p class=\"imgBox\">");
      out.write("<a href=\"http://www.beautygarage.jp/ws/search_cmdty/25085/ZX-2503P\">");
      out.write("<img src=\"https://www.beautygarage.jp/ws/image/cmdty/25085/25085_ZX-2503P_t.jpg\" alt=\"\" />");
      out.write("</a>");
      out.write("</p>\r\n          ");
      out.write("<h3>");
      out.write("<a href=\"http://www.beautygarage.jp/ws/search_cmdty/25085/ZX-2503P\">カラーリングカップHS-01");
      out.write("</a>");
      out.write("</h3>\r\n          ");
      out.write("<div class=\"cntBox\">\r\n          \t");
      out.write("<p class=\"bgprice\">BG卸価：￥");
      out.write("<strong>");
      /* ----  webshop:siquantity ---- */
      jp.co.sint.taglib.SIQuantityTag _jspx_th_webshop_siquantity_27 = (jp.co.sint.taglib.SIQuantityTag) _jspx_tagPool_webshop_siquantity_value_nobody.get(jp.co.sint.taglib.SIQuantityTag.class);
      _jspx_th_webshop_siquantity_27.setPageContext(pageContext);
      _jspx_th_webshop_siquantity_27.setParent(null);
      _jspx_th_webshop_siquantity_27.setValue(SIUtil.getNameFromColl(cmdtyColl1,"ZX-2503P"));
      int _jspx_eval_webshop_siquantity_27 = _jspx_th_webshop_siquantity_27.doStartTag();
      if (_jspx_th_webshop_siquantity_27.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
        return;
      _jspx_tagPool_webshop_siquantity_value_nobody.reuse(_jspx_th_webshop_siquantity_27);
      out.write("</strong>");
      out.write("</p>\r\n            ");
      out.write("<p class=\"btnBox addcart\">");
      out.write("<a href=\"#\">");
      out.write("<img src=\"../../pickup-parts/profeel_s/img/btn_cart_s.jpg\" alt=\"カートに入れる\" />");
      out.write("</a>");
      out.write("</p>\r\n          ");
      out.write("</div>\r\n        ");
      out.write("</li>\r\n        ");
      out.write("<li>\r\n        \t");
      out.write("<p class=\"imgBox\">");
      out.write("<a href=\"http://www.beautygarage.jp/ws/search_cmdty/39743/ZW-0680N-X\">");
      out.write("<img src=\"https://www.beautygarage.jp/ws/image/cmdty/39743/39743_ZW-0680N-X_t.jpg\" alt=\"\" />");
      out.write("</a>");
      out.write("</p>\r\n          ");
      out.write("<h3>");
      out.write("<a href=\"http://www.beautygarage.jp/ws/search_cmdty/39743/ZW-0680N-X\">ペーパーハウス");
      out.write("</a>");
      out.write("</h3>\r\n          ");
      out.write("<div class=\"cntBox\">\r\n          \t");
      out.write("<p class=\"bgprice\">BG卸価：￥");
      out.write("<strong>");
      /* ----  webshop:siquantity ---- */
      jp.co.sint.taglib.SIQuantityTag _jspx_th_webshop_siquantity_28 = (jp.co.sint.taglib.SIQuantityTag) _jspx_tagPool_webshop_siquantity_value_nobody.get(jp.co.sint.taglib.SIQuantityTag.class);
      _jspx_th_webshop_siquantity_28.setPageContext(pageContext);
      _jspx_th_webshop_siquantity_28.setParent(null);
      _jspx_th_webshop_siquantity_28.setValue(SIUtil.getNameFromColl(cmdtyColl1,"ZW-0680N-X"));
      int _jspx_eval_webshop_siquantity_28 = _jspx_th_webshop_siquantity_28.doStartTag();
      if (_jspx_th_webshop_siquantity_28.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
        return;
      _jspx_tagPool_webshop_siquantity_value_nobody.reuse(_jspx_th_webshop_siquantity_28);
      out.write("</strong>");
      out.write("</p>\r\n            ");
      out.write("<p class=\"btnBox detail\">");
      out.write("<a href=\"#\">");
      out.write("<img src=\"../../pickup-parts/profeel_s/img/btn_detail_s.jpg\" alt=\"詳細を見る\" />");
      out.write("</a>");
      out.write("</p>\r\n          ");
      out.write("</div>\r\n        ");
      out.write("</li>\r\n        ");
      out.write("<li>\r\n        \t");
      out.write("<p class=\"imgBox\">");
      out.write("<a href=\"http://www.beautygarage.jp/ws/search_cmdty/1693/ZW-0105N\">");
      out.write("<img src=\"https://www.beautygarage.jp/ws/image/cmdty/1693/1693_ZW-0105N_t.jpg\" alt=\"\" />");
      out.write("</a>");
      out.write("</p>\r\n          ");
      out.write("<h3>");
      out.write("<a href=\"http://www.beautygarage.jp/ws/search_cmdty/1693/ZW-0105N\">ハウス用スペアペーパー ミサラシL");
      out.write("</a>");
      out.write("</h3>\r\n          ");
      out.write("<div class=\"cntBox\">\r\n          \t");
      out.write("<p class=\"bgprice\">BG卸価：￥");
      out.write("<strong>");
      /* ----  webshop:siquantity ---- */
      jp.co.sint.taglib.SIQuantityTag _jspx_th_webshop_siquantity_29 = (jp.co.sint.taglib.SIQuantityTag) _jspx_tagPool_webshop_siquantity_value_nobody.get(jp.co.sint.taglib.SIQuantityTag.class);
      _jspx_th_webshop_siquantity_29.setPageContext(pageContext);
      _jspx_th_webshop_siquantity_29.setParent(null);
      _jspx_th_webshop_siquantity_29.setValue(SIUtil.getNameFromColl(cmdtyColl1,"ZW-0105N"));
      int _jspx_eval_webshop_siquantity_29 = _jspx_th_webshop_siquantity_29.doStartTag();
      if (_jspx_th_webshop_siquantity_29.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
        return;
      _jspx_tagPool_webshop_siquantity_value_nobody.reuse(_jspx_th_webshop_siquantity_29);
      out.write("</strong>");
      out.write("</p>\r\n            ");
      out.write("<p class=\"btnBox addcart\">");
      out.write("<a href=\"#\">");
      out.write("<img src=\"../../pickup-parts/profeel_s/img/btn_cart_s.jpg\" alt=\"カートに入れる\" />");
      out.write("</a>");
      out.write("</p>\r\n          ");
      out.write("</div>\r\n        ");
      out.write("</li>\r\n        ");
      out.write("<li>\r\n        \t");
      out.write("<p class=\"imgBox\">");
      out.write("<a href=\"http://www.beautygarage.jp/ws/search_cmdty/1763/ZX-0016N\">");
      out.write("<img src=\"https://www.beautygarage.jp/ws/image/cmdty/1763/1763_ZX-0016N_t.jpg\" alt=\"\" />");
      out.write("</a>");
      out.write("</p>\r\n          ");
      out.write("<h3>");
      out.write("<a href=\"http://www.beautygarage.jp/ws/search_cmdty/1763/ZX-0016N\">ビューティシャポー無地箱入り");
      out.write("</a>");
      out.write("</h3>\r\n          ");
      out.write("<div class=\"cntBox\">\r\n          \t");
      out.write("<p class=\"bgprice\">BG卸価：￥");
      out.write("<strong>");
      /* ----  webshop:siquantity ---- */
      jp.co.sint.taglib.SIQuantityTag _jspx_th_webshop_siquantity_30 = (jp.co.sint.taglib.SIQuantityTag) _jspx_tagPool_webshop_siquantity_value_nobody.get(jp.co.sint.taglib.SIQuantityTag.class);
      _jspx_th_webshop_siquantity_30.setPageContext(pageContext);
      _jspx_th_webshop_siquantity_30.setParent(null);
      _jspx_th_webshop_siquantity_30.setValue(SIUtil.getNameFromColl(cmdtyColl1,"ZX-0016N"));
      int _jspx_eval_webshop_siquantity_30 = _jspx_th_webshop_siquantity_30.doStartTag();
      if (_jspx_th_webshop_siquantity_30.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
        return;
      _jspx_tagPool_webshop_siquantity_value_nobody.reuse(_jspx_th_webshop_siquantity_30);
      out.write("</strong>");
      out.write("</p>\r\n            ");
      out.write("<p class=\"btnBox addcart\">");
      out.write("<a href=\"#\">");
      out.write("<img src=\"../../pickup-parts/profeel_s/img/btn_cart_s.jpg\" alt=\"カートに入れる\" />");
      out.write("</a>");
      out.write("</p>\r\n          ");
      out.write("</div>\r\n        ");
      out.write("</li>\r\n        ");
      out.write("<li>\r\n        \t");
      out.write("<p class=\"imgBox\">");
      out.write("<a href=\"http://www.beautygarage.jp/ws/search_cmdty/38681/HP-0429N\">");
      out.write("<img src=\"https://www.beautygarage.jp/ws/image/cmdty/38681/38681_HP-0429N_t.jpg\" alt=\"\" />");
      out.write("</a>");
      out.write("</p>\r\n          ");
      out.write("<h3>");
      out.write("<a href=\"http://www.beautygarage.jp/ws/search_cmdty/38681/HP-0429N\">サボニーズ スーパーリムーバー 280ml");
      out.write("</a>");
      out.write("</h3>\r\n          ");
      out.write("<div class=\"cntBox\">\r\n          \t");
      out.write("<p class=\"bgprice\">BG卸価：￥");
      out.write("<strong>");
      /* ----  webshop:siquantity ---- */
      jp.co.sint.taglib.SIQuantityTag _jspx_th_webshop_siquantity_31 = (jp.co.sint.taglib.SIQuantityTag) _jspx_tagPool_webshop_siquantity_value_nobody.get(jp.co.sint.taglib.SIQuantityTag.class);
      _jspx_th_webshop_siquantity_31.setPageContext(pageContext);
      _jspx_th_webshop_siquantity_31.setParent(null);
      _jspx_th_webshop_siquantity_31.setValue(SIUtil.getNameFromColl(cmdtyColl1,"HP-0429N"));
      int _jspx_eval_webshop_siquantity_31 = _jspx_th_webshop_siquantity_31.doStartTag();
      if (_jspx_th_webshop_siquantity_31.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
        return;
      _jspx_tagPool_webshop_siquantity_value_nobody.reuse(_jspx_th_webshop_siquantity_31);
      out.write("</strong>");
      out.write("</p>\r\n            ");
      out.write("<p class=\"btnBox addcart\">");
      out.write("<a href=\"#\">");
      out.write("<img src=\"../../pickup-parts/profeel_s/img/btn_cart_s.jpg\" alt=\"カートに入れる\" />");
      out.write("</a>");
      out.write("</p>\r\n          ");
      out.write("</div>\r\n        ");
      out.write("</li>\r\n        ");
      out.write("<li>\r\n        \t");
      out.write("<p class=\"imgBox\">");
      out.write("<a href=\"http://www.beautygarage.jp/ws/search_cmdty/39720/ZG-0193N-X\">");
      out.write("<img src=\"https://www.beautygarage.jp/ws/image/cmdty/39720/39720_ZG-0193N-X_t.jpg\" alt=\"\" />");
      out.write("</a>");
      out.write("</p>\r\n          ");
      out.write("<h3>");
      out.write("<a href=\"http://www.beautygarage.jp/ws/search_cmdty/39720/ZG-0193N-X\">ARISTAグローブ 100枚");
      out.write("</a>");
      out.write("</h3>\r\n          ");
      out.write("<div class=\"cntBox\">\r\n          \t");
      out.write("<p class=\"bgprice\">BG卸価：￥");
      out.write("<strong>");
      /* ----  webshop:siquantity ---- */
      jp.co.sint.taglib.SIQuantityTag _jspx_th_webshop_siquantity_32 = (jp.co.sint.taglib.SIQuantityTag) _jspx_tagPool_webshop_siquantity_value_nobody.get(jp.co.sint.taglib.SIQuantityTag.class);
      _jspx_th_webshop_siquantity_32.setPageContext(pageContext);
      _jspx_th_webshop_siquantity_32.setParent(null);
      _jspx_th_webshop_siquantity_32.setValue(SIUtil.getNameFromColl(cmdtyColl1,"ZG-0193N-X"));
      int _jspx_eval_webshop_siquantity_32 = _jspx_th_webshop_siquantity_32.doStartTag();
      if (_jspx_th_webshop_siquantity_32.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
        return;
      _jspx_tagPool_webshop_siquantity_value_nobody.reuse(_jspx_th_webshop_siquantity_32);
      out.write("</strong>");
      out.write("</p>\r\n            ");
      out.write("<p class=\"btnBox detail\">");
      out.write("<a href=\"#\">");
      out.write("<img src=\"../../pickup-parts/profeel_s/img/btn_detail_s.jpg\" alt=\"詳細を見る\" />");
      out.write("</a>");
      out.write("</p>\r\n          ");
      out.write("</div>\r\n        ");
      out.write("</li>\r\n        ");
      out.write("<li>\r\n        \t");
      out.write("<p class=\"imgBox\">");
      out.write("<a href=\"http://www.beautygarage.jp/ws/search_cmdty/3322/ZP-0642N\">");
      out.write("<img src=\"https://www.beautygarage.jp/ws/image/cmdty/3322/3322_ZP-0642N_t.jpg\" alt=\"\" />");
      out.write("</a>");
      out.write("</p>\r\n          ");
      out.write("<h3>");
      out.write("<a href=\"http://www.beautygarage.jp/ws/search_cmdty/3322/ZP-0642N\">EクリップLサイズ30本入り(ブラック)");
      out.write("</a>");
      out.write("</h3>\r\n          ");
      out.write("<div class=\"cntBox\">\r\n          \t");
      out.write("<p class=\"bgprice\">BG卸価：￥");
      out.write("<strong>");
      /* ----  webshop:siquantity ---- */
      jp.co.sint.taglib.SIQuantityTag _jspx_th_webshop_siquantity_33 = (jp.co.sint.taglib.SIQuantityTag) _jspx_tagPool_webshop_siquantity_value_nobody.get(jp.co.sint.taglib.SIQuantityTag.class);
      _jspx_th_webshop_siquantity_33.setPageContext(pageContext);
      _jspx_th_webshop_siquantity_33.setParent(null);
      _jspx_th_webshop_siquantity_33.setValue(SIUtil.getNameFromColl(cmdtyColl1,"ZP-0642N"));
      int _jspx_eval_webshop_siquantity_33 = _jspx_th_webshop_siquantity_33.doStartTag();
      if (_jspx_th_webshop_siquantity_33.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
        return;
      _jspx_tagPool_webshop_siquantity_value_nobody.reuse(_jspx_th_webshop_siquantity_33);
      out.write("</strong>");
      out.write("</p>\r\n            ");
      out.write("<p class=\"btnBox addcart\">");
      out.write("<a href=\"#\">");
      out.write("<img src=\"../../pickup-parts/profeel_s/img/btn_cart_s.jpg\" alt=\"カートに入れる\" />");
      out.write("</a>");
      out.write("</p>\r\n          ");
      out.write("</div>\r\n        ");
      out.write("</li>\r\n        ");
      out.write("<li>\r\n        \t");
      out.write("<p class=\"imgBox\">");
      out.write("<a href=\"http://www.beautygarage.jp/ws/search_cmdty/1772/ZX-0025N\">");
      out.write("<img src=\"https://www.beautygarage.jp/ws/image/cmdty/1772/1772_ZX-0025N_t.jpg\" alt=\"\" />");
      out.write("</a>");
      out.write("</p>\r\n          ");
      out.write("<h3>");
      out.write("<a href=\"http://www.beautygarage.jp/ws/search_cmdty/1772/ZX-0025N\">ロールコットン");
      out.write("</a>");
      out.write("</h3>\r\n          ");
      out.write("<div class=\"cntBox\">\r\n          \t");
      out.write("<p class=\"bgprice\">BG卸価：￥");
      out.write("<strong>");
      /* ----  webshop:siquantity ---- */
      jp.co.sint.taglib.SIQuantityTag _jspx_th_webshop_siquantity_34 = (jp.co.sint.taglib.SIQuantityTag) _jspx_tagPool_webshop_siquantity_value_nobody.get(jp.co.sint.taglib.SIQuantityTag.class);
      _jspx_th_webshop_siquantity_34.setPageContext(pageContext);
      _jspx_th_webshop_siquantity_34.setParent(null);
      _jspx_th_webshop_siquantity_34.setValue(SIUtil.getNameFromColl(cmdtyColl1,"ZX-0025N"));
      int _jspx_eval_webshop_siquantity_34 = _jspx_th_webshop_siquantity_34.doStartTag();
      if (_jspx_th_webshop_siquantity_34.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
        return;
      _jspx_tagPool_webshop_siquantity_value_nobody.reuse(_jspx_th_webshop_siquantity_34);
      out.write("</strong>");
      out.write("</p>\r\n            ");
      out.write("<p class=\"btnBox addcart\">");
      out.write("<a href=\"#\">");
      out.write("<img src=\"../../pickup-parts/profeel_s/img/btn_cart_s.jpg\" alt=\"カートに入れる\" />");
      out.write("</a>");
      out.write("</p>\r\n          ");
      out.write("</div>\r\n        ");
      out.write("</li>\r\n        ");
      out.write("<li>\r\n        \t");
      out.write("<p class=\"imgBox\">");
      out.write("<a href=\"http://www.beautygarage.jp/ws/search_cmdty/30239/LA-2437N\">");
      out.write("<img src=\"https://www.beautygarage.jp/ws/image/cmdty/30239/30239_LA-2437N_t.jpg\" alt=\"\" />");
      out.write("</a>");
      out.write("</p>\r\n          ");
      out.write("<h3>");
      out.write("<a href=\"http://www.beautygarage.jp/ws/search_cmdty/30239/LA-2437N\">泡立てポンプ容器500ml (ポンプフォーマー)");
      out.write("</a>");
      out.write("</h3>\r\n          ");
      out.write("<div class=\"cntBox\">\r\n          \t");
      out.write("<p class=\"bgprice\">BG卸価：￥");
      out.write("<strong>");
      /* ----  webshop:siquantity ---- */
      jp.co.sint.taglib.SIQuantityTag _jspx_th_webshop_siquantity_35 = (jp.co.sint.taglib.SIQuantityTag) _jspx_tagPool_webshop_siquantity_value_nobody.get(jp.co.sint.taglib.SIQuantityTag.class);
      _jspx_th_webshop_siquantity_35.setPageContext(pageContext);
      _jspx_th_webshop_siquantity_35.setParent(null);
      _jspx_th_webshop_siquantity_35.setValue(SIUtil.getNameFromColl(cmdtyColl1,"LA-2437N"));
      int _jspx_eval_webshop_siquantity_35 = _jspx_th_webshop_siquantity_35.doStartTag();
      if (_jspx_th_webshop_siquantity_35.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
        return;
      _jspx_tagPool_webshop_siquantity_value_nobody.reuse(_jspx_th_webshop_siquantity_35);
      out.write("</strong>");
      out.write("</p>\r\n            ");
      out.write("<p class=\"btnBox addcart\">");
      out.write("<a href=\"#\">");
      out.write("<img src=\"../../pickup-parts/profeel_s/img/btn_cart_s.jpg\" alt=\"カートに入れる\" />");
      out.write("</a>");
      out.write("</p>\r\n          ");
      out.write("</div>\r\n        ");
      out.write("</li>\r\n        ");
      out.write("<li>\r\n        \t");
      out.write("<p class=\"imgBox\">");
      out.write("<a href=\"http://www.beautygarage.jp/ws/search_cmdty/43936/ZC-1958P-X\">");
      out.write("<img src=\"https://www.beautygarage.jp/ws/image/cmdty/43936/43936_ZC-1958P-X_t.jpg\" alt=\"\" />");
      out.write("</a>");
      out.write("</p>\r\n          ");
      out.write("<h3>");
      out.write("<a href=\"http://www.beautygarage.jp/ws/search_cmdty/43936/ZC-1958P-X\">シャンプークロスBasic(防水仕様）");
      out.write("</a>");
      out.write("</h3>\r\n          ");
      out.write("<div class=\"cntBox\">\r\n          \t");
      out.write("<p class=\"bgprice\">BG卸価：￥");
      out.write("<strong>");
      /* ----  webshop:siquantity ---- */
      jp.co.sint.taglib.SIQuantityTag _jspx_th_webshop_siquantity_36 = (jp.co.sint.taglib.SIQuantityTag) _jspx_tagPool_webshop_siquantity_value_nobody.get(jp.co.sint.taglib.SIQuantityTag.class);
      _jspx_th_webshop_siquantity_36.setPageContext(pageContext);
      _jspx_th_webshop_siquantity_36.setParent(null);
      _jspx_th_webshop_siquantity_36.setValue(SIUtil.getNameFromColl(cmdtyColl1,"ZC-1958P-X"));
      int _jspx_eval_webshop_siquantity_36 = _jspx_th_webshop_siquantity_36.doStartTag();
      if (_jspx_th_webshop_siquantity_36.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
        return;
      _jspx_tagPool_webshop_siquantity_value_nobody.reuse(_jspx_th_webshop_siquantity_36);
      out.write("</strong>");
      out.write("</p>\r\n            ");
      out.write("<p class=\"btnBox detail\">");
      out.write("<a href=\"#\">");
      out.write("<img src=\"../../pickup-parts/profeel_s/img/btn_detail_s.jpg\" alt=\"詳細を見る\" />");
      out.write("</a>");
      out.write("</p>\r\n          ");
      out.write("</div>\r\n        ");
      out.write("</li>\r\n        ");
      out.write("<li>\r\n        \t");
      out.write("<p class=\"imgBox\">");
      out.write("<a href=\"http://www.beautygarage.jp/ws/search_cmdty/43937/ZC-1959P-X\">");
      out.write("<img src=\"https://www.beautygarage.jp/ws/image/cmdty/43937/43937_ZC-1959P-X_t.jpg\" alt=\"\" />");
      out.write("</a>");
      out.write("</p>\r\n          ");
      out.write("<h3>");
      out.write("<a href=\"http://www.beautygarage.jp/ws/search_cmdty/43937/ZC-1959P-X\">袖付カラークロスBasic(防水仕様）");
      out.write("</a>");
      out.write("</h3>\r\n          ");
      out.write("<div class=\"cntBox\">\r\n          \t");
      out.write("<p class=\"bgprice\">BG卸価：￥");
      out.write("<strong>");
      /* ----  webshop:siquantity ---- */
      jp.co.sint.taglib.SIQuantityTag _jspx_th_webshop_siquantity_37 = (jp.co.sint.taglib.SIQuantityTag) _jspx_tagPool_webshop_siquantity_value_nobody.get(jp.co.sint.taglib.SIQuantityTag.class);
      _jspx_th_webshop_siquantity_37.setPageContext(pageContext);
      _jspx_th_webshop_siquantity_37.setParent(null);
      _jspx_th_webshop_siquantity_37.setValue(SIUtil.getNameFromColl(cmdtyColl1,"ZC-1959P-X"));
      int _jspx_eval_webshop_siquantity_37 = _jspx_th_webshop_siquantity_37.doStartTag();
      if (_jspx_th_webshop_siquantity_37.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
        return;
      _jspx_tagPool_webshop_siquantity_value_nobody.reuse(_jspx_th_webshop_siquantity_37);
      out.write("</strong>");
      out.write("</p>\r\n            ");
      out.write("<p class=\"btnBox detail\">");
      out.write("<a href=\"#\">");
      out.write("<img src=\"../../pickup-parts/profeel_s/img/btn_detail_s.jpg\" alt=\"詳細を見る\" />");
      out.write("</a>");
      out.write("</p>\r\n          ");
      out.write("</div>\r\n        ");
      out.write("</li>\r\n        ");
      out.write("<li>\r\n        \t");
      out.write("<p class=\"imgBox\">");
      out.write("<a href=\"http://www.beautygarage.jp/ws/search_cmdty/10464/TB-0056P\">");
      out.write("<img src=\"https://www.beautygarage.jp/ws/image/cmdty/10464/10464_TB-0056P_t.jpg\" alt=\"\" />");
      out.write("</a>");
      out.write("</p>\r\n          ");
      out.write("<h3>");
      out.write("<a href=\"http://www.beautygarage.jp/ws/search_cmdty/10464/TB-0056P\">高級パイル地タオル 34x85cm 12枚入り");
      out.write("</a>");
      out.write("</h3>\r\n          ");
      out.write("<div class=\"cntBox\">\r\n          \t");
      out.write("<p class=\"bgprice\">BG卸価：￥");
      out.write("<strong>");
      /* ----  webshop:siquantity ---- */
      jp.co.sint.taglib.SIQuantityTag _jspx_th_webshop_siquantity_38 = (jp.co.sint.taglib.SIQuantityTag) _jspx_tagPool_webshop_siquantity_value_nobody.get(jp.co.sint.taglib.SIQuantityTag.class);
      _jspx_th_webshop_siquantity_38.setPageContext(pageContext);
      _jspx_th_webshop_siquantity_38.setParent(null);
      _jspx_th_webshop_siquantity_38.setValue(SIUtil.getNameFromColl(cmdtyColl1,"TB-0056P"));
      int _jspx_eval_webshop_siquantity_38 = _jspx_th_webshop_siquantity_38.doStartTag();
      if (_jspx_th_webshop_siquantity_38.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
        return;
      _jspx_tagPool_webshop_siquantity_value_nobody.reuse(_jspx_th_webshop_siquantity_38);
      out.write("</strong>");
      out.write("</p>\r\n            ");
      out.write("<p class=\"btnBox addcart\">");
      out.write("<a href=\"#\">");
      out.write("<img src=\"../../pickup-parts/profeel_s/img/btn_cart_s.jpg\" alt=\"カートに入れる\" />");
      out.write("</a>");
      out.write("</p>\r\n          ");
      out.write("</div>\r\n        ");
      out.write("</li>\r\n      ");
      out.write("</ul>\r\n    ");
      out.write("</div>");
      out.write("<!-- #sec6.end -->\r\n    \r\n    ");
      out.write("<div id=\"sec7\" class=\"front_show recommend\">\r\n      ");
      out.write("<div class=\"hgroup clearfix\">\r\n        ");
      out.write("<h2>ヘアカラー専門店 売れ筋理美容小物（セルフブロー用）");
      out.write("</h2>\r\n      ");
      out.write("</div>\r\n      ");
      out.write("<p class=\"txt1\">開業時に必要な数量の目安は");
      out.write("<a href=\"");
      out.print(webshopSite);
      out.write("/pickup-parts/profeel_s/pdf/ordersheet2.pdf\" target=\"_blank\">こちら");
      out.write("</a>からご確認ください。塗布3席を想定していますが、必要に応じて数量を調整してください。");
      out.write("<br />融資用のお見積りではございませんのでご注意ください。&nbsp;&nbsp;&nbsp;");
      out.write("<a href=\"");
      out.print(webshopSite);
      out.write("/pickup-parts/profeel_s/pdf/ordersheet2.pdf\" target=\"_blank\">&gt;見積もり例（PDF）");
      out.write("</a>");
      out.write("</p>\r\n      \r\n      ");
      out.write("<ul class=\"clearfix\">\r\n      \t");
      out.write("<li>\r\n        \t");
      out.write("<p class=\"imgBox\">");
      out.write("<a href=\"http://www.beautygarage.jp/ws/search_cmdty/18823/HF-0012N\">");
      out.write("<img src=\"https://www.beautygarage.jp/ws/image/cmdty/18823/18823_HF-0012N_t.jpg\" alt=\"\" />");
      out.write("</a>");
      out.write("</p>\r\n          ");
      out.write("<h3>");
      out.write("<a href=\"http://www.beautygarage.jp/ws/search_cmdty/18823/HF-0012N\">スタイリング タント コットンホイップ 2 200g");
      out.write("</a>");
      out.write("</h3>\r\n          ");
      out.write("<div class=\"cntBox\">\r\n          \t");
      out.write("<p class=\"bgprice\">BG卸価：￥");
      out.write("<strong>");
      /* ----  webshop:siquantity ---- */
      jp.co.sint.taglib.SIQuantityTag _jspx_th_webshop_siquantity_39 = (jp.co.sint.taglib.SIQuantityTag) _jspx_tagPool_webshop_siquantity_value_nobody.get(jp.co.sint.taglib.SIQuantityTag.class);
      _jspx_th_webshop_siquantity_39.setPageContext(pageContext);
      _jspx_th_webshop_siquantity_39.setParent(null);
      _jspx_th_webshop_siquantity_39.setValue(SIUtil.getNameFromColl(cmdtyColl1,"HF-0012N"));
      int _jspx_eval_webshop_siquantity_39 = _jspx_th_webshop_siquantity_39.doStartTag();
      if (_jspx_th_webshop_siquantity_39.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
        return;
      _jspx_tagPool_webshop_siquantity_value_nobody.reuse(_jspx_th_webshop_siquantity_39);
      out.write("</strong>");
      out.write("</p>\r\n            ");
      out.write("<p class=\"btnBox addcart\">");
      out.write("<a href=\"#\">");
      out.write("<img src=\"../../pickup-parts/profeel_s/img/btn_cart_s.jpg\" alt=\"カートに入れる\" />");
      out.write("</a>");
      out.write("</p>\r\n          ");
      out.write("</div>\r\n        ");
      out.write("</li>\r\n        ");
      out.write("<li>\r\n        \t");
      out.write("<p class=\"imgBox\">");
      out.write("<a href=\"http://www.beautygarage.jp/ws/search_cmdty/51450/HW-0218N\">");
      out.write("<img src=\"https://www.beautygarage.jp/ws/image/cmdty/51450/51450_HW-0218N_t.jpg\" alt=\"\" />");
      out.write("</a>");
      out.write("</p>\r\n          ");
      out.write("<h3>");
      out.write("<a href=\"http://www.beautygarage.jp/ws/search_cmdty/51450/HW-0218N\">スタイリング タントN ワックス 1 90g");
      out.write("</a>");
      out.write("</h3>\r\n          ");
      out.write("<div class=\"cntBox\">\r\n          \t");
      out.write("<p class=\"bgprice\">BG卸価：￥");
      out.write("<strong>");
      /* ----  webshop:siquantity ---- */
      jp.co.sint.taglib.SIQuantityTag _jspx_th_webshop_siquantity_40 = (jp.co.sint.taglib.SIQuantityTag) _jspx_tagPool_webshop_siquantity_value_nobody.get(jp.co.sint.taglib.SIQuantityTag.class);
      _jspx_th_webshop_siquantity_40.setPageContext(pageContext);
      _jspx_th_webshop_siquantity_40.setParent(null);
      _jspx_th_webshop_siquantity_40.setValue(SIUtil.getNameFromColl(cmdtyColl1,"HW-0218N"));
      int _jspx_eval_webshop_siquantity_40 = _jspx_th_webshop_siquantity_40.doStartTag();
      if (_jspx_th_webshop_siquantity_40.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
        return;
      _jspx_tagPool_webshop_siquantity_value_nobody.reuse(_jspx_th_webshop_siquantity_40);
      out.write("</strong>");
      out.write("</p>\r\n            ");
      out.write("<p class=\"btnBox addcart\">");
      out.write("<a href=\"#\">");
      out.write("<img src=\"../../pickup-parts/profeel_s/img/btn_cart_s.jpg\" alt=\"カートに入れる\" />");
      out.write("</a>");
      out.write("</p>\r\n          ");
      out.write("</div>\r\n        ");
      out.write("</li>\r\n        ");
      out.write("<li>\r\n        \t");
      out.write("<p class=\"imgBox\">");
      out.write("<a href=\"http://www.beautygarage.jp/ws/search_cmdty/19466/HW-0029N\">");
      out.write("<img src=\"https://www.beautygarage.jp/ws/image/cmdty/19466/19466_HW-0029N_t.jpg\" alt=\"\" />");
      out.write("</a>");
      out.write("</p>\r\n          ");
      out.write("<h3>");
      out.write("<a href=\"http://www.beautygarage.jp/ws/search_cmdty/19466/HW-0029N\">スタイリング タントN ワックス 4 90g");
      out.write("</a>");
      out.write("</h3>\r\n          ");
      out.write("<div class=\"cntBox\">\r\n          \t");
      out.write("<p class=\"bgprice\">BG卸価：￥");
      out.write("<strong>");
      /* ----  webshop:siquantity ---- */
      jp.co.sint.taglib.SIQuantityTag _jspx_th_webshop_siquantity_41 = (jp.co.sint.taglib.SIQuantityTag) _jspx_tagPool_webshop_siquantity_value_nobody.get(jp.co.sint.taglib.SIQuantityTag.class);
      _jspx_th_webshop_siquantity_41.setPageContext(pageContext);
      _jspx_th_webshop_siquantity_41.setParent(null);
      _jspx_th_webshop_siquantity_41.setValue(SIUtil.getNameFromColl(cmdtyColl1,"HW-0029N"));
      int _jspx_eval_webshop_siquantity_41 = _jspx_th_webshop_siquantity_41.doStartTag();
      if (_jspx_th_webshop_siquantity_41.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
        return;
      _jspx_tagPool_webshop_siquantity_value_nobody.reuse(_jspx_th_webshop_siquantity_41);
      out.write("</strong>");
      out.write("</p>\r\n            ");
      out.write("<p class=\"btnBox addcart\">");
      out.write("<a href=\"#\">");
      out.write("<img src=\"../../pickup-parts/profeel_s/img/btn_cart_s.jpg\" alt=\"カートに入れる\" />");
      out.write("</a>");
      out.write("</p>\r\n          ");
      out.write("</div>\r\n        ");
      out.write("</li>\r\n        ");
      out.write("<li>\r\n        \t");
      out.write("<p class=\"imgBox\">");
      out.write("<a href=\"http://www.beautygarage.jp/ws/search_cmdty/18966/HK-0013N\">");
      out.write("<img src=\"https://www.beautygarage.jp/ws/image/cmdty/18966/18966_HK-0013N_t.jpg\" alt=\"\" />");
      out.write("</a>");
      out.write("</p>\r\n          ");
      out.write("<h3>");
      out.write("<a href=\"http://www.beautygarage.jp/ws/search_cmdty/18966/HK-0013N\">ヘアフレッシュ スプレー ハード 300");
      out.write("</a>");
      out.write("</h3>\r\n          ");
      out.write("<div class=\"cntBox\">\r\n          \t");
      out.write("<p class=\"bgprice\">BG卸価：￥");
      out.write("<strong>");
      /* ----  webshop:siquantity ---- */
      jp.co.sint.taglib.SIQuantityTag _jspx_th_webshop_siquantity_42 = (jp.co.sint.taglib.SIQuantityTag) _jspx_tagPool_webshop_siquantity_value_nobody.get(jp.co.sint.taglib.SIQuantityTag.class);
      _jspx_th_webshop_siquantity_42.setPageContext(pageContext);
      _jspx_th_webshop_siquantity_42.setParent(null);
      _jspx_th_webshop_siquantity_42.setValue(SIUtil.getNameFromColl(cmdtyColl1,"HK-0013N"));
      int _jspx_eval_webshop_siquantity_42 = _jspx_th_webshop_siquantity_42.doStartTag();
      if (_jspx_th_webshop_siquantity_42.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
        return;
      _jspx_tagPool_webshop_siquantity_value_nobody.reuse(_jspx_th_webshop_siquantity_42);
      out.write("</strong>");
      out.write("</p>\r\n            ");
      out.write("<p class=\"btnBox addcart\">");
      out.write("<a href=\"#\">");
      out.write("<img src=\"../../pickup-parts/profeel_s/img/btn_cart_s.jpg\" alt=\"カートに入れる\" />");
      out.write("</a>");
      out.write("</p>\r\n          ");
      out.write("</div>\r\n        ");
      out.write("</li>\r\n        ");
      out.write("<li>\r\n        \t");
      out.write("<p class=\"imgBox\">");
      out.write("<a href=\"http://www.beautygarage.jp/ws/search_cmdty/29505/ZU-2022N\">");
      out.write("<img src=\"https://www.beautygarage.jp/ws/image/cmdty/29505/29505_ZU-2022N_t.jpg\" alt=\"\" />");
      out.write("</a>");
      out.write("</p>\r\n          ");
      out.write("<h3>");
      out.write("<a href=\"http://www.beautygarage.jp/ws/search_cmdty/29505/ZU-2022N\">デンマンブラシ D-200");
      out.write("</a>");
      out.write("</h3>\r\n          ");
      out.write("<div class=\"cntBox\">\r\n          \t");
      out.write("<p class=\"bgprice\">BG卸価：￥");
      out.write("<strong>");
      /* ----  webshop:siquantity ---- */
      jp.co.sint.taglib.SIQuantityTag _jspx_th_webshop_siquantity_43 = (jp.co.sint.taglib.SIQuantityTag) _jspx_tagPool_webshop_siquantity_value_nobody.get(jp.co.sint.taglib.SIQuantityTag.class);
      _jspx_th_webshop_siquantity_43.setPageContext(pageContext);
      _jspx_th_webshop_siquantity_43.setParent(null);
      _jspx_th_webshop_siquantity_43.setValue(SIUtil.getNameFromColl(cmdtyColl1,"ZU-2022N"));
      int _jspx_eval_webshop_siquantity_43 = _jspx_th_webshop_siquantity_43.doStartTag();
      if (_jspx_th_webshop_siquantity_43.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
        return;
      _jspx_tagPool_webshop_siquantity_value_nobody.reuse(_jspx_th_webshop_siquantity_43);
      out.write("</strong>");
      out.write("</p>\r\n            ");
      out.write("<p class=\"btnBox addcart\">");
      out.write("<a href=\"#\">");
      out.write("<img src=\"../../pickup-parts/profeel_s/img/btn_cart_s.jpg\" alt=\"カートに入れる\" />");
      out.write("</a>");
      out.write("</p>\r\n          ");
      out.write("</div>\r\n        ");
      out.write("</li>\r\n        ");
      out.write("<li>\r\n        \t");
      out.write("<p class=\"imgBox\">");
      out.write("<a href=\"http://www.beautygarage.jp/ws/search_cmdty/39817/ZU-2117N-X\">");
      out.write("<img src=\"https://www.beautygarage.jp/ws/image/cmdty/39817/39817_ZU-2117N-X_t.jpg\" alt=\"\" />");
      out.write("</a>");
      out.write("</p>\r\n          ");
      out.write("<h3>");
      out.write("<a href=\"http://www.beautygarage.jp/ws/search_cmdty/39817/ZU-2117N-X\">デンマン D-3");
      out.write("</a>");
      out.write("</h3>\r\n          ");
      out.write("<div class=\"cntBox\">\r\n          \t");
      out.write("<p class=\"bgprice\">BG卸価：￥");
      out.write("<strong>");
      /* ----  webshop:siquantity ---- */
      jp.co.sint.taglib.SIQuantityTag _jspx_th_webshop_siquantity_44 = (jp.co.sint.taglib.SIQuantityTag) _jspx_tagPool_webshop_siquantity_value_nobody.get(jp.co.sint.taglib.SIQuantityTag.class);
      _jspx_th_webshop_siquantity_44.setPageContext(pageContext);
      _jspx_th_webshop_siquantity_44.setParent(null);
      _jspx_th_webshop_siquantity_44.setValue(SIUtil.getNameFromColl(cmdtyColl1,"ZU-2117N-X"));
      int _jspx_eval_webshop_siquantity_44 = _jspx_th_webshop_siquantity_44.doStartTag();
      if (_jspx_th_webshop_siquantity_44.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
        return;
      _jspx_tagPool_webshop_siquantity_value_nobody.reuse(_jspx_th_webshop_siquantity_44);
      out.write("</strong>");
      out.write("</p>\r\n            ");
      out.write("<p class=\"btnBox detail\">");
      out.write("<a href=\"#\">");
      out.write("<img src=\"../../pickup-parts/profeel_s/img/btn_detail_s.jpg\" alt=\"詳細を見る\" />");
      out.write("</a>");
      out.write("</p>\r\n          ");
      out.write("</div>\r\n        ");
      out.write("</li>\r\n        ");
      out.write("<li>\r\n        \t");
      out.write("<p class=\"imgBox\">");
      out.write("<a href=\"http://www.beautygarage.jp/ws/search_cmdty/47830/ZU-2157N\">");
      out.write("<img src=\"https://www.beautygarage.jp/ws/image/cmdty/47830/47830_ZU-2157N_t.jpg\" alt=\"\" />");
      out.write("</a>");
      out.write("</p>\r\n          ");
      out.write("<h3>");
      out.write("<a href=\"http://www.beautygarage.jp/ws/search_cmdty/47830/ZU-2157N\">ロールブラシLC-25");
      out.write("</a>");
      out.write("</h3>\r\n          ");
      out.write("<div class=\"cntBox\">\r\n          \t");
      out.write("<p class=\"bgprice\">BG卸価：￥");
      out.write("<strong>");
      /* ----  webshop:siquantity ---- */
      jp.co.sint.taglib.SIQuantityTag _jspx_th_webshop_siquantity_45 = (jp.co.sint.taglib.SIQuantityTag) _jspx_tagPool_webshop_siquantity_value_nobody.get(jp.co.sint.taglib.SIQuantityTag.class);
      _jspx_th_webshop_siquantity_45.setPageContext(pageContext);
      _jspx_th_webshop_siquantity_45.setParent(null);
      _jspx_th_webshop_siquantity_45.setValue(SIUtil.getNameFromColl(cmdtyColl1,"ZU-2157N"));
      int _jspx_eval_webshop_siquantity_45 = _jspx_th_webshop_siquantity_45.doStartTag();
      if (_jspx_th_webshop_siquantity_45.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
        return;
      _jspx_tagPool_webshop_siquantity_value_nobody.reuse(_jspx_th_webshop_siquantity_45);
      out.write("</strong>");
      out.write("</p>\r\n            ");
      out.write("<p class=\"btnBox addcart\">");
      out.write("<a href=\"#\">");
      out.write("<img src=\"../../pickup-parts/profeel_s/img/btn_cart_s.jpg\" alt=\"カートに入れる\" />");
      out.write("</a>");
      out.write("</p>\r\n          ");
      out.write("</div>\r\n        ");
      out.write("</li>\r\n        ");
      out.write("<li>\r\n        \t");
      out.write("<p class=\"imgBox\">");
      out.write("<a href=\"http://www.beautygarage.jp/ws/search_cmdty/47828/ZU-2155N\">");
      out.write("<img src=\"https://www.beautygarage.jp/ws/image/cmdty/47828/47828_ZU-2155N_t.jpg\" alt=\"\" />");
      out.write("</a>");
      out.write("</p>\r\n          ");
      out.write("<h3>");
      out.write("<a href=\"http://www.beautygarage.jp/ws/search_cmdty/47828/ZU-2155N\">ロールブラシLC-15");
      out.write("</a>");
      out.write("</h3>\r\n          ");
      out.write("<div class=\"cntBox\">\r\n          \t");
      out.write("<p class=\"bgprice\">BG卸価：￥");
      out.write("<strong>");
      /* ----  webshop:siquantity ---- */
      jp.co.sint.taglib.SIQuantityTag _jspx_th_webshop_siquantity_46 = (jp.co.sint.taglib.SIQuantityTag) _jspx_tagPool_webshop_siquantity_value_nobody.get(jp.co.sint.taglib.SIQuantityTag.class);
      _jspx_th_webshop_siquantity_46.setPageContext(pageContext);
      _jspx_th_webshop_siquantity_46.setParent(null);
      _jspx_th_webshop_siquantity_46.setValue(SIUtil.getNameFromColl(cmdtyColl1,"ZU-2155N"));
      int _jspx_eval_webshop_siquantity_46 = _jspx_th_webshop_siquantity_46.doStartTag();
      if (_jspx_th_webshop_siquantity_46.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
        return;
      _jspx_tagPool_webshop_siquantity_value_nobody.reuse(_jspx_th_webshop_siquantity_46);
      out.write("</strong>");
      out.write("</p>\r\n            ");
      out.write("<p class=\"btnBox addcart\">");
      out.write("<a href=\"#\">");
      out.write("<img src=\"../../pickup-parts/profeel_s/img/btn_cart_s.jpg\" alt=\"カートに入れる\" />");
      out.write("</a>");
      out.write("</p>\r\n          ");
      out.write("</div>\r\n        ");
      out.write("</li>\r\n        ");
      out.write("<li>\r\n        \t");
      out.write("<p class=\"imgBox\">");
      out.write("<a href=\"http://www.beautygarage.jp/ws/search_cmdty/9359/ZU-1644N\">");
      out.write("<img src=\"https://www.beautygarage.jp/ws/image/cmdty/9359/9359_ZU-1644N_t.jpg\" alt=\"\" />");
      out.write("</a>");
      out.write("</p>\r\n          ");
      out.write("<h3>");
      out.write("<a href=\"http://www.beautygarage.jp/ws/search_cmdty/9359/ZU-1644N\">EMコーム #252 8インチ 手付");
      out.write("</a>");
      out.write("</h3>\r\n          ");
      out.write("<div class=\"cntBox\">\r\n          \t");
      out.write("<p class=\"bgprice\">BG卸価：￥");
      out.write("<strong>");
      /* ----  webshop:siquantity ---- */
      jp.co.sint.taglib.SIQuantityTag _jspx_th_webshop_siquantity_47 = (jp.co.sint.taglib.SIQuantityTag) _jspx_tagPool_webshop_siquantity_value_nobody.get(jp.co.sint.taglib.SIQuantityTag.class);
      _jspx_th_webshop_siquantity_47.setPageContext(pageContext);
      _jspx_th_webshop_siquantity_47.setParent(null);
      _jspx_th_webshop_siquantity_47.setValue(SIUtil.getNameFromColl(cmdtyColl1,"ZU-1644N"));
      int _jspx_eval_webshop_siquantity_47 = _jspx_th_webshop_siquantity_47.doStartTag();
      if (_jspx_th_webshop_siquantity_47.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
        return;
      _jspx_tagPool_webshop_siquantity_value_nobody.reuse(_jspx_th_webshop_siquantity_47);
      out.write("</strong>");
      out.write("</p>\r\n            ");
      out.write("<p class=\"btnBox addcart\">");
      out.write("<a href=\"#\">");
      out.write("<img src=\"../../pickup-parts/profeel_s/img/btn_cart_s.jpg\" alt=\"カートに入れる\" />");
      out.write("</a>");
      out.write("</p>\r\n          ");
      out.write("</div>\r\n        ");
      out.write("</li>\r\n        ");
      out.write("<li>\r\n        \t");
      out.write("<p class=\"imgBox\">");
      out.write("<a href=\"http://www.beautygarage.jp/ws/search_cmdty/39783/ZU-2103N-X\">");
      out.write("<img src=\"https://www.beautygarage.jp/ws/image/cmdty/39783/39783_ZU-2103N-X_t.jpg\" alt=\"\" />");
      out.write("</a>");
      out.write("</p>\r\n          ");
      out.write("<h3>");
      out.write("<a href=\"http://www.beautygarage.jp/ws/search_cmdty/39783/ZU-2103N-X\">ビュープロリングコーム No11");
      out.write("</a>");
      out.write("</h3>\r\n          ");
      out.write("<div class=\"cntBox\">\r\n          \t");
      out.write("<p class=\"bgprice\">BG卸価：￥");
      out.write("<strong>");
      /* ----  webshop:siquantity ---- */
      jp.co.sint.taglib.SIQuantityTag _jspx_th_webshop_siquantity_48 = (jp.co.sint.taglib.SIQuantityTag) _jspx_tagPool_webshop_siquantity_value_nobody.get(jp.co.sint.taglib.SIQuantityTag.class);
      _jspx_th_webshop_siquantity_48.setPageContext(pageContext);
      _jspx_th_webshop_siquantity_48.setParent(null);
      _jspx_th_webshop_siquantity_48.setValue(SIUtil.getNameFromColl(cmdtyColl1,"ZU-2103N-X"));
      int _jspx_eval_webshop_siquantity_48 = _jspx_th_webshop_siquantity_48.doStartTag();
      if (_jspx_th_webshop_siquantity_48.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
        return;
      _jspx_tagPool_webshop_siquantity_value_nobody.reuse(_jspx_th_webshop_siquantity_48);
      out.write("</strong>");
      out.write("</p>\r\n            ");
      out.write("<p class=\"btnBox detail\">");
      out.write("<a href=\"#\">");
      out.write("<img src=\"../../pickup-parts/profeel_s/img/btn_detail_s.jpg\" alt=\"詳細を見る\" />");
      out.write("</a>");
      out.write("</p>\r\n          ");
      out.write("</div>\r\n        ");
      out.write("</li>\r\n        ");
      out.write("<li>\r\n        \t");
      out.write("<p class=\"imgBox\">");
      out.write("<a href=\"http://www.beautygarage.jp/ws/search_cmdty/22352/ZD-0357N\">");
      out.write("<img src=\"https://www.beautygarage.jp/ws/image/cmdty/22352/22352_ZD-0357N_t.jpg\" alt=\"\" />");
      out.write("</a>");
      out.write("</p>\r\n          ");
      out.write("<h3>");
      out.write("<a href=\"http://www.beautygarage.jp/ws/search_cmdty/22352/ZD-0357N\">プロイオンドライヤー1200");
      out.write("</a>");
      out.write("</h3>\r\n          ");
      out.write("<div class=\"cntBox\">\r\n          \t");
      out.write("<p class=\"bgprice\">BG卸価：￥");
      out.write("<strong>");
      /* ----  webshop:siquantity ---- */
      jp.co.sint.taglib.SIQuantityTag _jspx_th_webshop_siquantity_49 = (jp.co.sint.taglib.SIQuantityTag) _jspx_tagPool_webshop_siquantity_value_nobody.get(jp.co.sint.taglib.SIQuantityTag.class);
      _jspx_th_webshop_siquantity_49.setPageContext(pageContext);
      _jspx_th_webshop_siquantity_49.setParent(null);
      _jspx_th_webshop_siquantity_49.setValue(SIUtil.getNameFromColl(cmdtyColl1,"ZD-0357N"));
      int _jspx_eval_webshop_siquantity_49 = _jspx_th_webshop_siquantity_49.doStartTag();
      if (_jspx_th_webshop_siquantity_49.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
        return;
      _jspx_tagPool_webshop_siquantity_value_nobody.reuse(_jspx_th_webshop_siquantity_49);
      out.write("</strong>");
      out.write("</p>\r\n            ");
      out.write("<p class=\"btnBox addcart\">");
      out.write("<a href=\"#\">");
      out.write("<img src=\"../../pickup-parts/profeel_s/img/btn_cart_s.jpg\" alt=\"カートに入れる\" />");
      out.write("</a>");
      out.write("</p>\r\n          ");
      out.write("</div>\r\n        ");
      out.write("</li>\r\n        ");
      out.write("<li>\r\n        \t");
      out.write("<p class=\"imgBox\">");
      out.write("<a href=\"http://www.beautygarage.jp/ws/search_cmdty/1553/ZF-0003N\">");
      out.write("<img src=\"https://www.beautygarage.jp/ws/image/cmdty/1553/1553_ZF-0003N_t.jpg\" alt=\"\" />");
      out.write("</a>");
      out.write("</p>\r\n          ");
      out.write("<h3>");
      out.write("<a href=\"http://www.beautygarage.jp/ws/search_cmdty/1553/ZF-0003N\">ダイヤルヒートアイロンDH-25（DHセラミックアイロン）");
      out.write("</a>");
      out.write("</h3>\r\n          ");
      out.write("<div class=\"cntBox\">\r\n          \t");
      out.write("<p class=\"bgprice\">BG卸価：￥");
      out.write("<strong>");
      /* ----  webshop:siquantity ---- */
      jp.co.sint.taglib.SIQuantityTag _jspx_th_webshop_siquantity_50 = (jp.co.sint.taglib.SIQuantityTag) _jspx_tagPool_webshop_siquantity_value_nobody.get(jp.co.sint.taglib.SIQuantityTag.class);
      _jspx_th_webshop_siquantity_50.setPageContext(pageContext);
      _jspx_th_webshop_siquantity_50.setParent(null);
      _jspx_th_webshop_siquantity_50.setValue(SIUtil.getNameFromColl(cmdtyColl1,"ZF-0003N"));
      int _jspx_eval_webshop_siquantity_50 = _jspx_th_webshop_siquantity_50.doStartTag();
      if (_jspx_th_webshop_siquantity_50.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
        return;
      _jspx_tagPool_webshop_siquantity_value_nobody.reuse(_jspx_th_webshop_siquantity_50);
      out.write("</strong>");
      out.write("</p>\r\n            ");
      out.write("<p class=\"btnBox addcart\">");
      out.write("<a href=\"#\">");
      out.write("<img src=\"../../pickup-parts/profeel_s/img/btn_cart_s.jpg\" alt=\"カートに入れる\" />");
      out.write("</a>");
      out.write("</p>\r\n          ");
      out.write("</div>\r\n        ");
      out.write("</li>\r\n        ");
      out.write("<li>\r\n        \t");
      out.write("<p class=\"imgBox\">");
      out.write("<a href=\"http://www.beautygarage.jp/ws/search_cmdty/1554/ZF-0004N\">");
      out.write("<img src=\"https://www.beautygarage.jp/ws/image/cmdty/1554/1554_ZF-0004N_t.jpg\" alt=\"\" />");
      out.write("</a>");
      out.write("</p>\r\n          ");
      out.write("<h3>");
      out.write("<a href=\"http://www.beautygarage.jp/ws/search_cmdty/1554/ZF-0004N\">ダイヤルヒートアイロンDH-32（DHセラミックアイロン）");
      out.write("</a>");
      out.write("</h3>\r\n          ");
      out.write("<div class=\"cntBox\">\r\n          \t");
      out.write("<p class=\"bgprice\">BG卸価：￥");
      out.write("<strong>");
      /* ----  webshop:siquantity ---- */
      jp.co.sint.taglib.SIQuantityTag _jspx_th_webshop_siquantity_51 = (jp.co.sint.taglib.SIQuantityTag) _jspx_tagPool_webshop_siquantity_value_nobody.get(jp.co.sint.taglib.SIQuantityTag.class);
      _jspx_th_webshop_siquantity_51.setPageContext(pageContext);
      _jspx_th_webshop_siquantity_51.setParent(null);
      _jspx_th_webshop_siquantity_51.setValue(SIUtil.getNameFromColl(cmdtyColl1,"ZF-0004N"));
      int _jspx_eval_webshop_siquantity_51 = _jspx_th_webshop_siquantity_51.doStartTag();
      if (_jspx_th_webshop_siquantity_51.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
        return;
      _jspx_tagPool_webshop_siquantity_value_nobody.reuse(_jspx_th_webshop_siquantity_51);
      out.write("</strong>");
      out.write("</p>\r\n            ");
      out.write("<p class=\"btnBox addcart\">");
      out.write("<a href=\"#\">");
      out.write("<img src=\"../../pickup-parts/profeel_s/img/btn_cart_s.jpg\" alt=\"カートに入れる\" />");
      out.write("</a>");
      out.write("</p>\r\n          ");
      out.write("</div>\r\n        ");
      out.write("</li>\r\n        ");
      out.write("<li>\r\n        \t");
      out.write("<p class=\"imgBox\">");
      out.write("<a href=\"http://www.beautygarage.jp/ws/search_cmdty/35517/ZF-0170N\">");
      out.write("<img src=\"https://www.beautygarage.jp/ws/image/cmdty/35517/35517_ZF-0170N_t.jpg\" alt=\"\" />");
      out.write("</a>");
      out.write("</p>\r\n          ");
      out.write("<h3>");
      out.write("<a href=\"http://www.beautygarage.jp/ws/search_cmdty/35517/ZF-0170N\">プロストレートイオンアイロンFHI-900");
      out.write("</a>");
      out.write("</h3>\r\n          ");
      out.write("<div class=\"cntBox\">\r\n          \t");
      out.write("<p class=\"bgprice\">BG卸価：￥");
      out.write("<strong>");
      /* ----  webshop:siquantity ---- */
      jp.co.sint.taglib.SIQuantityTag _jspx_th_webshop_siquantity_52 = (jp.co.sint.taglib.SIQuantityTag) _jspx_tagPool_webshop_siquantity_value_nobody.get(jp.co.sint.taglib.SIQuantityTag.class);
      _jspx_th_webshop_siquantity_52.setPageContext(pageContext);
      _jspx_th_webshop_siquantity_52.setParent(null);
      _jspx_th_webshop_siquantity_52.setValue(SIUtil.getNameFromColl(cmdtyColl1,"ZF-0170N"));
      int _jspx_eval_webshop_siquantity_52 = _jspx_th_webshop_siquantity_52.doStartTag();
      if (_jspx_th_webshop_siquantity_52.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
        return;
      _jspx_tagPool_webshop_siquantity_value_nobody.reuse(_jspx_th_webshop_siquantity_52);
      out.write("</strong>");
      out.write("</p>\r\n            ");
      out.write("<p class=\"btnBox addcart\">");
      out.write("<a href=\"#\">");
      out.write("<img src=\"../../pickup-parts/profeel_s/img/btn_cart_s.jpg\" alt=\"カートに入れる\" />");
      out.write("</a>");
      out.write("</p>\r\n          ");
      out.write("</div>\r\n        ");
      out.write("</li>\r\n        ");
      out.write("<li>\r\n        \t");
      out.write("<p class=\"imgBox\">");
      out.write("<a href=\"http://www.beautygarage.jp/ws/search_cmdty/52908/XW-0321N\">");
      out.write("<img src=\"https://www.beautygarage.jp/ws/image/cmdty/52908/52908_XW-0321N_t.jpg\" alt=\"\" />");
      out.write("</a>");
      out.write("</p>\r\n          ");
      out.write("<h3>");
      out.write("<a href=\"http://www.beautygarage.jp/ws/search_cmdty/52908/XW-0321N\">アイビル ホットカーラー AH-12");
      out.write("</a>");
      out.write("</h3>\r\n          ");
      out.write("<div class=\"cntBox\">\r\n          \t");
      out.write("<p class=\"bgprice\">BG卸価：￥");
      out.write("<strong>");
      /* ----  webshop:siquantity ---- */
      jp.co.sint.taglib.SIQuantityTag _jspx_th_webshop_siquantity_53 = (jp.co.sint.taglib.SIQuantityTag) _jspx_tagPool_webshop_siquantity_value_nobody.get(jp.co.sint.taglib.SIQuantityTag.class);
      _jspx_th_webshop_siquantity_53.setPageContext(pageContext);
      _jspx_th_webshop_siquantity_53.setParent(null);
      _jspx_th_webshop_siquantity_53.setValue(SIUtil.getNameFromColl(cmdtyColl1,"XW-0321N"));
      int _jspx_eval_webshop_siquantity_53 = _jspx_th_webshop_siquantity_53.doStartTag();
      if (_jspx_th_webshop_siquantity_53.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
        return;
      _jspx_tagPool_webshop_siquantity_value_nobody.reuse(_jspx_th_webshop_siquantity_53);
      out.write("</strong>");
      out.write("</p>\r\n            ");
      out.write("<p class=\"btnBox addcart\">");
      out.write("<a href=\"#\">");
      out.write("<img src=\"../../pickup-parts/profeel_s/img/btn_cart_s.jpg\" alt=\"カートに入れる\" />");
      out.write("</a>");
      out.write("</p>\r\n          ");
      out.write("</div>\r\n        ");
      out.write("</li>\r\n        ");
      out.write("<li>\r\n        \t");
      out.write("<p class=\"imgBox\">");
      out.write("<a href=\"http://www.beautygarage.jp/ws/search_cmdty/35748/XT-2335N\">");
      out.write("<img src=\"https://www.beautygarage.jp/ws/image/cmdty/35748/35748_XT-2335N_t.jpg\" alt=\"\" />");
      out.write("</a>");
      out.write("</p>\r\n          ");
      out.write("<h3>");
      out.write("<a href=\"http://www.beautygarage.jp/ws/search_cmdty/35748/XT-2335N\">卓上紫外線消毒器 エコクリーン UN-100【送料無料】");
      out.write("</a>");
      out.write("</h3>\r\n          ");
      out.write("<div class=\"cntBox\">\r\n          \t");
      out.write("<p class=\"bgprice\">BG卸価：￥");
      out.write("<strong>");
      /* ----  webshop:siquantity ---- */
      jp.co.sint.taglib.SIQuantityTag _jspx_th_webshop_siquantity_54 = (jp.co.sint.taglib.SIQuantityTag) _jspx_tagPool_webshop_siquantity_value_nobody.get(jp.co.sint.taglib.SIQuantityTag.class);
      _jspx_th_webshop_siquantity_54.setPageContext(pageContext);
      _jspx_th_webshop_siquantity_54.setParent(null);
      _jspx_th_webshop_siquantity_54.setValue(SIUtil.getNameFromColl(cmdtyColl1,"XT-2335N"));
      int _jspx_eval_webshop_siquantity_54 = _jspx_th_webshop_siquantity_54.doStartTag();
      if (_jspx_th_webshop_siquantity_54.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
        return;
      _jspx_tagPool_webshop_siquantity_value_nobody.reuse(_jspx_th_webshop_siquantity_54);
      out.write("</strong>");
      out.write("</p>\r\n            ");
      out.write("<p class=\"btnBox addcart\">");
      out.write("<a href=\"#\">");
      out.write("<img src=\"../../pickup-parts/profeel_s/img/btn_cart_s.jpg\" alt=\"カートに入れる\" />");
      out.write("</a>");
      out.write("</p>\r\n          ");
      out.write("</div>\r\n        ");
      out.write("</li>\r\n      ");
      out.write("</ul>\r\n    ");
      out.write("</div>");
      out.write("<!-- #sec7.end -->\r\n    \r\n    ");
      out.write("<div id=\"sec8\" class=\"front_show recommend\">\r\n      ");
      out.write("<div class=\"hgroup clearfix\">\r\n        ");
      out.write("<h2>ヘアカラー専門店 売れ筋理美容器具");
      out.write("</h2>\r\n      ");
      out.write("</div>\r\n      ");
      out.write("<p class=\"txt1\">開業時に必要な数量の目安は");
      out.write("<a href=\"");
      out.print(webshopSite);
      out.write("/pickup-parts/profeel_s/pdf/ordersheet3.pdf\" target=\"_blank\">こちら");
      out.write("</a>からご確認ください。塗布3席を想定していますが、必要に応じて数量を調整してください。");
      out.write("<br />融資用のお見積りではございませんのでご注意ください。&nbsp;&nbsp;&nbsp;");
      out.write("<a href=\"");
      out.print(webshopSite);
      out.write("/pickup-parts/profeel_s/pdf/ordersheet3.pdf\" target=\"_blank\">&gt;見積もり例（PDF）");
      out.write("</a>");
      out.write("</p>\r\n      \r\n      ");
      out.write("<ul class=\"clearfix\">\r\n      \t");
      out.write("<li>\r\n        \t");
      out.write("<p class=\"imgBox\">");
      out.write("<a href=\"http://www.beautygarage.jp/ws/search_cmdty/26450/SE-3542P\">");
      out.write("<img src=\"https://www.beautygarage.jp/ws/image/cmdty/26450/26450_SE-3542P_t.jpg\" alt=\"\" />");
      out.write("</a>");
      out.write("</p>\r\n          ");
      out.write("<h3>");
      out.write("<a href=\"http://www.beautygarage.jp/ws/search_cmdty/26450/SE-3542P\">スタイリングチェアHD-059【送料無料】");
      out.write("</a>");
      out.write("</h3>\r\n          ");
      out.write("<div class=\"cntBox\">\r\n          \t");
      out.write("<p class=\"bgprice\">BG卸価：￥");
      out.write("<strong>");
      /* ----  webshop:siquantity ---- */
      jp.co.sint.taglib.SIQuantityTag _jspx_th_webshop_siquantity_55 = (jp.co.sint.taglib.SIQuantityTag) _jspx_tagPool_webshop_siquantity_value_nobody.get(jp.co.sint.taglib.SIQuantityTag.class);
      _jspx_th_webshop_siquantity_55.setPageContext(pageContext);
      _jspx_th_webshop_siquantity_55.setParent(null);
      _jspx_th_webshop_siquantity_55.setValue(SIUtil.getNameFromColl(cmdtyColl1,"SE-3542P"));
      int _jspx_eval_webshop_siquantity_55 = _jspx_th_webshop_siquantity_55.doStartTag();
      if (_jspx_th_webshop_siquantity_55.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
        return;
      _jspx_tagPool_webshop_siquantity_value_nobody.reuse(_jspx_th_webshop_siquantity_55);
      out.write("</strong>");
      out.write("</p>\r\n            ");
      out.write("<p class=\"btnBox addcart\">");
      out.write("<a href=\"#\">");
      out.write("<img src=\"../../pickup-parts/profeel_s/img/btn_cart_s.jpg\" alt=\"カートに入れる\" />");
      out.write("</a>");
      out.write("</p>\r\n          ");
      out.write("</div>\r\n        ");
      out.write("</li>\r\n        ");
      out.write("<li>\r\n        \t");
      out.write("<p class=\"imgBox\">");
      out.write("<a href=\"http://www.beautygarage.jp/ws/search_cmdty/25583/CD-2819P\">");
      out.write("<img src=\"https://www.beautygarage.jp/ws/image/cmdty/25583/25583_CD-2819P_t.jpg\" alt=\"\" />");
      out.write("</a>");
      out.write("</p>\r\n          ");
      out.write("<h3>");
      out.write("<a href=\"http://www.beautygarage.jp/ws/search_cmdty/25583/CD-2819P\">電動シャンプーチェア ALVIN-Sofa【レッグレスト連動タイプ】【送料無料】");
      out.write("</a>");
      out.write("</h3>\r\n          ");
      out.write("<div class=\"cntBox\">\r\n          \t");
      out.write("<p class=\"bgprice\">BG卸価：￥");
      out.write("<strong>");
      /* ----  webshop:siquantity ---- */
      jp.co.sint.taglib.SIQuantityTag _jspx_th_webshop_siquantity_56 = (jp.co.sint.taglib.SIQuantityTag) _jspx_tagPool_webshop_siquantity_value_nobody.get(jp.co.sint.taglib.SIQuantityTag.class);
      _jspx_th_webshop_siquantity_56.setPageContext(pageContext);
      _jspx_th_webshop_siquantity_56.setParent(null);
      _jspx_th_webshop_siquantity_56.setValue(SIUtil.getNameFromColl(cmdtyColl1,"CD-2819P"));
      int _jspx_eval_webshop_siquantity_56 = _jspx_th_webshop_siquantity_56.doStartTag();
      if (_jspx_th_webshop_siquantity_56.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
        return;
      _jspx_tagPool_webshop_siquantity_value_nobody.reuse(_jspx_th_webshop_siquantity_56);
      out.write("</strong>");
      out.write("</p>\r\n            ");
      out.write("<p class=\"btnBox addcart\">");
      out.write("<a href=\"#\">");
      out.write("<img src=\"../../pickup-parts/profeel_s/img/btn_cart_s.jpg\" alt=\"カートに入れる\" />");
      out.write("</a>");
      out.write("</p>\r\n          ");
      out.write("</div>\r\n        ");
      out.write("</li>\r\n        ");
      out.write("<li>\r\n        \t");
      out.write("<p class=\"imgBox\">");
      out.write("<a href=\"http://www.beautygarage.jp/ws/search_cmdty/10577/XG-0070P\">");
      out.write("<img src=\"https://www.beautygarage.jp/ws/image/cmdty/10577/10577_XG-0070P_t.jpg\" alt=\"\" />");
      out.write("</a>");
      out.write("</p>\r\n          ");
      out.write("<h3>");
      out.write("<a href=\"http://www.beautygarage.jp/ws/search_cmdty/10577/XG-0070P\">ステンレスワゴンType-T");
      out.write("</a>");
      out.write("</h3>\r\n          ");
      out.write("<div class=\"cntBox\">\r\n          \t");
      out.write("<p class=\"bgprice\">BG卸価：￥");
      out.write("<strong>");
      /* ----  webshop:siquantity ---- */
      jp.co.sint.taglib.SIQuantityTag _jspx_th_webshop_siquantity_57 = (jp.co.sint.taglib.SIQuantityTag) _jspx_tagPool_webshop_siquantity_value_nobody.get(jp.co.sint.taglib.SIQuantityTag.class);
      _jspx_th_webshop_siquantity_57.setPageContext(pageContext);
      _jspx_th_webshop_siquantity_57.setParent(null);
      _jspx_th_webshop_siquantity_57.setValue(SIUtil.getNameFromColl(cmdtyColl1,"XG-0070P"));
      int _jspx_eval_webshop_siquantity_57 = _jspx_th_webshop_siquantity_57.doStartTag();
      if (_jspx_th_webshop_siquantity_57.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
        return;
      _jspx_tagPool_webshop_siquantity_value_nobody.reuse(_jspx_th_webshop_siquantity_57);
      out.write("</strong>");
      out.write("</p>\r\n            ");
      out.write("<p class=\"btnBox addcart\">");
      out.write("<a href=\"#\">");
      out.write("<img src=\"../../pickup-parts/profeel_s/img/btn_cart_s.jpg\" alt=\"カートに入れる\" />");
      out.write("</a>");
      out.write("</p>\r\n          ");
      out.write("</div>\r\n        ");
      out.write("</li>\r\n        ");
      out.write("<li>\r\n        \t");
      out.write("<p class=\"imgBox\">");
      out.write("<a href=\"http://www.beautygarage.jp/ws/search_cmdty/30874/MI-1558P\">");
      out.write("<img src=\"https://www.beautygarage.jp/ws/image/cmdty/30874/30874_MI-1558P_t.jpg\" alt=\"\" />");
      out.write("</a>");
      out.write("</p>\r\n          ");
      out.write("<h3>");
      out.write("<a href=\"http://www.beautygarage.jp/ws/search_cmdty/30874/MI-1558P\">スマートドレッサー【日本製】 ");
      out.write("</a>");
      out.write("</h3>\r\n          ");
      out.write("<div class=\"cntBox\">\r\n          \t");
      out.write("<p class=\"bgprice\">BG卸価：￥");
      out.write("<strong>");
      /* ----  webshop:siquantity ---- */
      jp.co.sint.taglib.SIQuantityTag _jspx_th_webshop_siquantity_58 = (jp.co.sint.taglib.SIQuantityTag) _jspx_tagPool_webshop_siquantity_value_nobody.get(jp.co.sint.taglib.SIQuantityTag.class);
      _jspx_th_webshop_siquantity_58.setPageContext(pageContext);
      _jspx_th_webshop_siquantity_58.setParent(null);
      _jspx_th_webshop_siquantity_58.setValue(SIUtil.getNameFromColl(cmdtyColl1,"MI-1558P"));
      int _jspx_eval_webshop_siquantity_58 = _jspx_th_webshop_siquantity_58.doStartTag();
      if (_jspx_th_webshop_siquantity_58.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
        return;
      _jspx_tagPool_webshop_siquantity_value_nobody.reuse(_jspx_th_webshop_siquantity_58);
      out.write("</strong>");
      out.write("</p>\r\n            ");
      out.write("<p class=\"btnBox addcart\">");
      out.write("<a href=\"#\">");
      out.write("<img src=\"../../pickup-parts/profeel_s/img/btn_cart_s.jpg\" alt=\"カートに入れる\" />");
      out.write("</a>");
      out.write("</p>\r\n          ");
      out.write("</div>\r\n        ");
      out.write("</li>\r\n        ");
      out.write("<li>\r\n        \t");
      out.write("<p class=\"imgBox\">");
      out.write("<a href=\"http://www.beautygarage.jp/ws/search_cmdty/53898/XO-2969N-X\">");
      out.write("<img src=\"https://www.beautygarage.jp/ws/image/cmdty/53898/53898_XO-2969N-X_t.jpg\" alt=\"\" />");
      out.write("</a>");
      out.write("</p>\r\n          ");
      out.write("<h3>");
      out.write("<a href=\"http://www.beautygarage.jp/ws/search_cmdty/53898/XO-2969N-X\">C124 専用ヘアカラー天板");
      out.write("</a>");
      out.write("</h3>\r\n          ");
      out.write("<div class=\"cntBox\">\r\n          \t");
      out.write("<p class=\"bgprice\">BG卸価：￥");
      out.write("<strong>");
      /* ----  webshop:siquantity ---- */
      jp.co.sint.taglib.SIQuantityTag _jspx_th_webshop_siquantity_59 = (jp.co.sint.taglib.SIQuantityTag) _jspx_tagPool_webshop_siquantity_value_nobody.get(jp.co.sint.taglib.SIQuantityTag.class);
      _jspx_th_webshop_siquantity_59.setPageContext(pageContext);
      _jspx_th_webshop_siquantity_59.setParent(null);
      _jspx_th_webshop_siquantity_59.setValue(SIUtil.getNameFromColl(cmdtyColl1,"XO-2969N-X"));
      int _jspx_eval_webshop_siquantity_59 = _jspx_th_webshop_siquantity_59.doStartTag();
      if (_jspx_th_webshop_siquantity_59.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
        return;
      _jspx_tagPool_webshop_siquantity_value_nobody.reuse(_jspx_th_webshop_siquantity_59);
      out.write("</strong>");
      out.write("</p>\r\n            ");
      out.write("<p class=\"btnBox detail\">");
      out.write("<a href=\"#\">");
      out.write("<img src=\"../../pickup-parts/profeel_s/img/btn_detail_s.jpg\" alt=\"詳細を見る\" />");
      out.write("</a>");
      out.write("</p>\r\n          ");
      out.write("</div>\r\n        ");
      out.write("</li>\r\n        ");
      out.write("<li>\r\n        \t");
      out.write("<p class=\"imgBox\">");
      out.write("<a href=\"http://www.beautygarage.jp/ws/search_cmdty/33197/XM-1249N\">");
      out.write("<img src=\"https://www.beautygarage.jp/ws/image/cmdty/33197/33197_XM-1249N_t.jpg\" alt=\"\" />");
      out.write("</a>");
      out.write("</p>\r\n          ");
      out.write("<h3>");
      out.write("<a href=\"http://www.beautygarage.jp/ws/search_cmdty/33197/XM-1249N\">シュクルチェアーファブリック（88028）");
      out.write("</a>");
      out.write("</h3>\r\n          ");
      out.write("<div class=\"cntBox\">\r\n          \t");
      out.write("<p class=\"bgprice\">BG卸価：￥");
      out.write("<strong>");
      /* ----  webshop:siquantity ---- */
      jp.co.sint.taglib.SIQuantityTag _jspx_th_webshop_siquantity_60 = (jp.co.sint.taglib.SIQuantityTag) _jspx_tagPool_webshop_siquantity_value_nobody.get(jp.co.sint.taglib.SIQuantityTag.class);
      _jspx_th_webshop_siquantity_60.setPageContext(pageContext);
      _jspx_th_webshop_siquantity_60.setParent(null);
      _jspx_th_webshop_siquantity_60.setValue(SIUtil.getNameFromColl(cmdtyColl1,"XM-1249N"));
      int _jspx_eval_webshop_siquantity_60 = _jspx_th_webshop_siquantity_60.doStartTag();
      if (_jspx_th_webshop_siquantity_60.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
        return;
      _jspx_tagPool_webshop_siquantity_value_nobody.reuse(_jspx_th_webshop_siquantity_60);
      out.write("</strong>");
      out.write("</p>\r\n            ");
      out.write("<p class=\"btnBox addcart\">");
      out.write("<a href=\"#\">");
      out.write("<img src=\"../../pickup-parts/profeel_s/img/btn_cart_s.jpg\" alt=\"カートに入れる\" />");
      out.write("</a>");
      out.write("</p>\r\n          ");
      out.write("</div>\r\n        ");
      out.write("</li>\r\n        ");
      out.write("<li>\r\n        \t");
      out.write("<p class=\"imgBox\">");
      out.write("<a href=\"http://www.beautygarage.jp/ws/search_cmdty/55556/XM-1552N-S\">");
      out.write("<img src=\"https://www.beautygarage.jp/ws/image/cmdty/55556/55556_XM-1552N-S_t.jpg\" alt=\"\" />");
      out.write("</a>");
      out.write("</p>\r\n          ");
      out.write("<h3>");
      out.write("<a href=\"http://www.beautygarage.jp/ws/search_cmdty/55556/XM-1552N-S\">PPインナーバスケット TYPE-A BR(75744) 6個セット");
      out.write("</a>");
      out.write("</h3>\r\n          ");
      out.write("<div class=\"cntBox\">\r\n          \t");
      out.write("<p class=\"bgprice\">BG卸価：￥");
      out.write("<strong>");
      /* ----  webshop:siquantity ---- */
      jp.co.sint.taglib.SIQuantityTag _jspx_th_webshop_siquantity_61 = (jp.co.sint.taglib.SIQuantityTag) _jspx_tagPool_webshop_siquantity_value_nobody.get(jp.co.sint.taglib.SIQuantityTag.class);
      _jspx_th_webshop_siquantity_61.setPageContext(pageContext);
      _jspx_th_webshop_siquantity_61.setParent(null);
      _jspx_th_webshop_siquantity_61.setValue(SIUtil.getNameFromColl(cmdtyColl1,"XM-1552N-S"));
      int _jspx_eval_webshop_siquantity_61 = _jspx_th_webshop_siquantity_61.doStartTag();
      if (_jspx_th_webshop_siquantity_61.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
        return;
      _jspx_tagPool_webshop_siquantity_value_nobody.reuse(_jspx_th_webshop_siquantity_61);
      out.write("</strong>");
      out.write("</p>\r\n            ");
      out.write("<p class=\"btnBox detail\">");
      out.write("<a href=\"#\">");
      out.write("<img src=\"../../pickup-parts/profeel_s/img/btn_detail_s.jpg\" alt=\"詳細を見る\" />");
      out.write("</a>");
      out.write("</p>\r\n          ");
      out.write("</div>\r\n        ");
      out.write("</li>\r\n        ");
      out.write("<li>\r\n        \t");
      out.write("<p class=\"imgBox\">");
      out.write("<a href=\"http://www.beautygarage.jp/ws/search_cmdty/48272/XR-0184N\">");
      out.write("<img src=\"https://www.beautygarage.jp/ws/image/cmdty/48272/48272_XR-0184N_t.jpg\" alt=\"\" />");
      out.write("</a>");
      out.write("</p>\r\n          ");
      out.write("<h3>");
      out.write("<a href=\"http://www.beautygarage.jp/ws/search_cmdty/48272/XR-0184N\">レジカウンターW1200");
      out.write("</a>");
      out.write("</h3>\r\n          ");
      out.write("<div class=\"cntBox\">\r\n          \t");
      out.write("<p class=\"bgprice\">BG卸価：￥");
      out.write("<strong>");
      /* ----  webshop:siquantity ---- */
      jp.co.sint.taglib.SIQuantityTag _jspx_th_webshop_siquantity_62 = (jp.co.sint.taglib.SIQuantityTag) _jspx_tagPool_webshop_siquantity_value_nobody.get(jp.co.sint.taglib.SIQuantityTag.class);
      _jspx_th_webshop_siquantity_62.setPageContext(pageContext);
      _jspx_th_webshop_siquantity_62.setParent(null);
      _jspx_th_webshop_siquantity_62.setValue(SIUtil.getNameFromColl(cmdtyColl1,"XR-0184N"));
      int _jspx_eval_webshop_siquantity_62 = _jspx_th_webshop_siquantity_62.doStartTag();
      if (_jspx_th_webshop_siquantity_62.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
        return;
      _jspx_tagPool_webshop_siquantity_value_nobody.reuse(_jspx_th_webshop_siquantity_62);
      out.write("</strong>");
      out.write("</p>\r\n            ");
      out.write("<p class=\"btnBox addcart\">");
      out.write("<a href=\"#\">");
      out.write("<img src=\"../../pickup-parts/profeel_s/img/btn_cart_s.jpg\" alt=\"カートに入れる\" />");
      out.write("</a>");
      out.write("</p>\r\n          ");
      out.write("</div>\r\n        ");
      out.write("</li>\r\n        ");
      out.write("<li>\r\n        \t");
      out.write("<p class=\"imgBox\">");
      out.write("<a href=\"http://www.beautygarage.jp/ws/search_cmdty/48271/XR-0183N\">");
      out.write("<img src=\"https://www.beautygarage.jp/ws/image/cmdty/48271/48271_XR-0183N_t.jpg\" alt=\"\" />");
      out.write("</a>");
      out.write("</p>\r\n          ");
      out.write("<h3>");
      out.write("<a href=\"http://www.beautygarage.jp/ws/search_cmdty/48271/XR-0183N\">レジカウンターW900");
      out.write("</a>");
      out.write("</h3>\r\n          ");
      out.write("<div class=\"cntBox\">\r\n          \t");
      out.write("<p class=\"bgprice\">BG卸価：￥");
      out.write("<strong>");
      /* ----  webshop:siquantity ---- */
      jp.co.sint.taglib.SIQuantityTag _jspx_th_webshop_siquantity_63 = (jp.co.sint.taglib.SIQuantityTag) _jspx_tagPool_webshop_siquantity_value_nobody.get(jp.co.sint.taglib.SIQuantityTag.class);
      _jspx_th_webshop_siquantity_63.setPageContext(pageContext);
      _jspx_th_webshop_siquantity_63.setParent(null);
      _jspx_th_webshop_siquantity_63.setValue(SIUtil.getNameFromColl(cmdtyColl1,"XR-0183N"));
      int _jspx_eval_webshop_siquantity_63 = _jspx_th_webshop_siquantity_63.doStartTag();
      if (_jspx_th_webshop_siquantity_63.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
        return;
      _jspx_tagPool_webshop_siquantity_value_nobody.reuse(_jspx_th_webshop_siquantity_63);
      out.write("</strong>");
      out.write("</p>\r\n            ");
      out.write("<p class=\"btnBox addcart\">");
      out.write("<a href=\"#\">");
      out.write("<img src=\"../../pickup-parts/profeel_s/img/btn_cart_s.jpg\" alt=\"カートに入れる\" />");
      out.write("</a>");
      out.write("</p>\r\n          ");
      out.write("</div>\r\n        ");
      out.write("</li>\r\n      ");
      out.write("</ul>\r\n    ");
      out.write("</div>");
      out.write("<!-- #sec8.end -->\r\n    \r\n    \r\n    \r\n    ");
      out.write("<div id=\"sec5\">\r\n      ");
      out.write("<div class=\"hgroup clearfix\">\r\n        ");
      out.write("<h2>新規出店サポートメニュー");
      out.write("</h2>\r\n      ");
      out.write("</div>\r\n      ");
      out.write("<ul class=\"clearfix\">\r\n        ");
      out.write("<li>\r\n          ");
      out.write("<h3>");
      out.write("<img src=\"../../pickup-parts/profeel_s/img/sec5_box1_ttl.gif\" alt=\"理美容器具・小物など商材に関するご相談窓口\" />");
      out.write("</h3>\r\n          ");
      out.write("<div class=\"cntBox\">\r\n            ");
      out.write("<p>");
      out.write("<img src=\"../../pickup-parts/profeel_s/img/sec5_box1_tel.gif\" alt=\"TEL：092-645-0330 受付時間：10：00～18：30（※月～土曜日）\" />");
      out.write("</p>\r\n            ");
      out.write("<p class=\"txt1\">ビューティガレージ福岡ショールーム 担当：下村・榎園・野田　※ヘアカラー専門店出店に必要な商材を、担当コンシェルジュがご案内致します。");
      out.write("</p>\r\n            ");
      out.write("<p class=\"txt2\">");
      out.write("<a href=\"http://www.beautygarage.jp/ws/showroom/index.html\">ショールームのご案内はこちらから");
      out.write("</a>");
      out.write("</p>\r\n          ");
      out.write("</div>\r\n        ");
      out.write("</li>\r\n        ");
      out.write("<li>\r\n          ");
      out.write("<h3>");
      out.write("<img src=\"../../pickup-parts/profeel_s/img/sec5_box2_ttl.gif\" alt=\"ロゴ・チラシ・ポイントカード・ホームページ制作など、販促物に関するご相談窓口\" />");
      out.write("</h3>\r\n          ");
      out.write("<div class=\"cntBox\">\r\n            ");
      out.write("<p>");
      out.write("<img src=\"../../pickup-parts/profeel_s/img/sec5_box2_tel.gif\" alt=\"TEL：03-5752-3889 受付時間：10：00～18：30（※月～金曜日）\" />");
      out.write("</p>\r\n            ");
      out.write("<p class=\"txt1\">ビューティガレージ サロン集客チーム(担当：佐々木・阿部)　※デザイン制作から納品まで、トータルでサポートさせて頂きます。　");
      out.write("</p>\r\n            ");
      out.write("<p class=\"txt2\">");
      out.write("<a href=\"http://www.shukyaku.jp/works/hp/\" target=\"_blank\">制作実例はこちらから ");
      out.write("<img src=\"../../pickup-parts/profeel_s/img/icon_blank.gif\" alt=\"\" />");
      out.write("</a>");
      out.write("</p>\r\n          ");
      out.write("</div>\r\n        ");
      out.write("</li>\r\n        ");
      out.write("<li>\r\n          ");
      out.write("<h3>");
      out.write("<img src=\"../../pickup-parts/profeel_s/img/sec5_box3_ttl.gif\" alt=\"商圏分析に関するご相談窓口\" />");
      out.write("</h3>\r\n          ");
      out.write("<div class=\"cntBox\">\r\n            ");
      out.write("<p>");
      out.write("<img src=\"../../pickup-parts/profeel_s/img/sec5_box3_tel.gif\" alt=\"TEL：03-5752-3891 受付時間：9：30～18：30（※月～金曜日）\" />");
      out.write("</p>\r\n            ");
      out.write("<p class=\"txt1\">ビューティガレージコンシェルジュチーム(担当：鴨川・劉)　※開業地の正確な人口や世帯数、家族構成がわかります。ターゲット層を絞り、出店エリアを選定するのに最適です。担当コンシェルジュ宛てにお問い合わせください。\r\n　");
      out.write("</p>\r\n            ");
      out.write("<p class=\"txt2\">");
      out.write("<a href=\"http://kaigyo.beautygarage.jp/kaigyo-ch/4ch/7.html\" target=\"_blank\">詳細はこちらから ");
      out.write("<img src=\"../../pickup-parts/profeel_s/img/icon_blank.gif\" alt=\"\" />");
      out.write("</a>");
      out.write("</p>\r\n          ");
      out.write("</div>\r\n        ");
      out.write("</li>\r\n      ");
      out.write("</ul>\r\n      \r\n    ");
      out.write("</div>");
      out.write("<!-- #sec5.end -->\r\n    \r\n    \r\n\t");
      out.write("</div>");
      out.write("<!-- #sectionWrap.end -->\r\n\t\r\n\t");
      out.write("<form id=\"sendform_common\">\r\n\t\t");
      out.write("<input type=\"hidden\" name=\"cartShopCodeTxt\" value=\"0\" />\r\n\t\t");
      out.write("<input type=\"hidden\" name=\"rsrvShopCodeTxt\" value=\"0\" />\r\n\t\t");
      out.write("<input type=\"hidden\" name=\"rsrvCmdtyCodeTxt\" value=\"\" />\r\n\t\t");
      out.write("<input type=\"hidden\" name=\"rsrvIndividualCodeTxt\" value=\"\" />\r\n\t\t");
      out.write("<input type=\"hidden\" name=\"rsrvStndrdCodeTxt1\" value=\"\" />\r\n\t\t");
      out.write("<input type=\"hidden\" name=\"rsrvStndrdCodeTxt2\" value=\"\" />\r\n\t\t");
      out.write("<input type=\"hidden\" name=\"rsrvElementCodeTxt1\" value=\"\" />\r\n\t\t");
      out.write("<input type=\"hidden\" name=\"rsrvElementCodeTxt2\" value=\"\" />\r\n\t\t");
      out.write("<input type=\"hidden\" name=\"cmdtyCompositionFlg\" value=\"3\" />\r\n\t\t");
      out.write("<input type=\"hidden\" name=\"CartClickFlg\" value=\"1\" />\r\n\t\t");
      out.write("<input type=\"hidden\" name=\"rsrvTempValue\" value=\"\" />\r\n\t\t");
      out.write("<input type=\"hidden\" name=\"rsrvCompositionCountTxt\" value=\"\" />\r\n\t\t");
      out.write("<input type=\"hidden\" name=\"compositionGroupCount\" value=\"1\" />\r\n\t");
      out.write("</form>\r\n\t\r\n");
      out.write("</div>");
      out.write("<!-- #Wrap.end -->\r\n");
      out.write("</div>");
      out.write("<!-- #contentsArea.end -->\r\n");
      out.write("</div>");
      out.write("<!-- #wrapper.end -->\r\n\r\n");
      out.write("<!--▼フッタ▼-->\r\n");

/**
 * Copyright (c) 2003-2009 System Integrator Corporation.
 *                 All Rights Reserved.
 * @version $Id : include/footer_inc.jsp,v 2.0 2009/04/07 Naotaka Ohsugi Exp $
 * @author      : Naotaka Ohsugi
 * @Description : 共通フッター
 * @History
 * Author        Date        Reason
 * ============  ==========  ===========================
 * Naotaka       2009/04/07  Original
 */

      out.write("\r\n");
 //▼アプリでは非表示：ここから▼
 if (request.getHeader("user-agent").indexOf("bg-webview-")==-1) { 
      out.write("\r\n");
      out.write("<!--▽ページ下部共通：ここから▽-->\r\n");
      out.write("<link rel=\"stylesheet\" type=\"text/css\" href=\"");
      out.print(webshopSite);
      out.write("/sp/css/footer_inc.css\" media=\"all\" />\r\n");
      out.write("<div id=\"internalLinks\">\r\n  ");
      out.write("<ul class=\"linkList topBorder\">\r\n    ");
      out.write("<li>");
      out.write("<a href=\"");
      out.print(SIHTMLUtil.consURL(request,webshopSite+"/catalog",false));
      out.write("\">カタログ・商品コードからのご注文");
      out.write("</a>");
      out.write("</li>\r\n    ");
      out.write("<li>");
      out.write("<a href=\"");
      out.print(SIHTMLUtil.consURL(request,webshopSite+"/guide/index.html",false));
      out.write("\">ご利用ガイド");
      out.write("</a>");
      out.write("</li>\r\n    ");
      out.write("<li>");
      out.write("<a href=\"");
      out.print(SIHTMLUtil.consURL(request,webshopSite+"/guide/shipping.html",false));
      out.write("\">送料");
      out.write("</a>");
      out.write("</li>\r\n    ");
      out.write("<li class=\"opener open\">");
      out.write("<a href=\"javascript:void(0);\">各種サポート");
      out.write("</a>\r\n      ");
      out.write("<ul class=\"child col-2 clr\">\r\n        ");
      out.write("<li>");
      out.write("<a href=\"");
      out.print(SIHTMLUtil.consURL(request,webshopSite+"/guide/guarantee.html",false));
      out.write("\">保証/アフターフォロー");
      out.write("</a>");
      out.write("</li>\r\n        ");
      out.write("<li>");
      out.write("<a href=\"");
      out.print(SIURLMap.getHttpsUrl(request,"webshop.servlet.front.search"));
      out.write("\">商品お探しします");
      out.write("</a>");
      out.write("</li>\r\n        ");
      out.write("<li>");
      out.write("<a href=\"");
      out.print(SIHTMLUtil.consURL(request,webshopSite+"/guide/repair.html",false));
      out.write("\">レザー張替サービス");
      out.write("</a>");
      out.write("</li>\r\n        ");
      out.write("<li>");
      out.write("<a href=\"");
      out.print(SIHTMLUtil.consURL(request,webshopSite+"/guide/setting.html",false));
      out.write("\">器具取付設置サービス");
      out.write("</a>");
      out.write("</li>\r\n        ");
      out.write("<li>");
      out.write("<a href=\"");
      out.print(SIHTMLUtil.consURL(request,webshopSite+"/catalog_request",false));
      out.write("\">カタログ無料プレゼント");
      out.write("</a>");
      out.write("</li>\r\n        ");
      out.write("<li>");
      out.write("<a href=\"");
      out.print(SIHTMLUtil.consURL(request,webshopSite+"/guide/kaitori.html",false));
      out.write("\">器具買取サービス");
      out.write("</a>");
      out.write("</li>\r\n        ");
      out.write("<li>");
      out.write("<a href=\"");
      out.print(SIHTMLUtil.consURL(request,webshopSite+"/guide/srent.html",false));
      out.write("\">中古理美容機器レンタル");
      out.write("</a>");
      out.write("</li>\r\n        ");
      out.write("<li>");
      out.write("<a href=\"");
      out.print(SIHTMLUtil.consURL(request,webshopSite+"/guide/overseas_shipping.html",false));
      out.write("\">海外発送サービス");
      out.write("</a>");
      out.write("</li>\r\n      ");
      out.write("</ul>\r\n    ");
      out.write("</li>\r\n    ");
      out.write("<li>");
      out.write("<a href=\"");
      out.print(SIHTMLUtil.consURL(request,webshopSite+"/showroom/index.html",false));
      out.write("\">ショールーム");
      out.write("</a>");
      out.write("</li>\r\n    ");
      out.write("\r\n    ");
      out.write("<li>");
      out.write("<a href=\"");
      out.print(SIHTMLUtil.consURL(request,"/form/sp/contact/",true));
      out.write("\">お問い合わせ");
      out.write("</a>");
      out.write("</li>\r\n  ");
      out.write("</ul>\r\n");
      out.write("</div>\r\n");
      out.write("<div id=\"socialLinks\" class=\"topBorder\">\r\n  ");
      out.write("<ul class=\"typeFlat\">\r\n    ");
      out.write("<li>");
      out.write("<a href=\"http://www.facebook.com/beautygarage.jp\" target=\"_blank\">");
      out.write("<img src=\"");
      out.print(webshopSite);
      out.write("/sp/lib_image/common/logo_facebook.png\" width=\"55\" height=\"55\" alt=\"公式Facebook\"/>");
      out.write("<br>公式Facebook");
      out.write("</a>");
      out.write("</li>\r\n    ");
      out.write("<li>");
      out.write("<a href=\"http://ameblo.jp/bg-pr/\" target=\"_blank\">");
      out.write("<img src=\"");
      out.print(webshopSite);
      out.write("/sp/lib_image/common/logo_blog_bg.png\" width=\"55\" height=\"55\" alt=\"BG広報ブログ\"/>");
      out.write("<br>BG広報ブログ");
      out.write("</a>");
      out.write("</li>\r\n    ");
      out.write("<li>");
      out.write("<a href=\"http://bgstaff.blog46.fc2.com/\" target=\"_blank\">");
      out.write("<img src=\"");
      out.print(webshopSite);
      out.write("/sp/lib_image/common/logo_blog_staff.png\" width=\"55\" height=\"55\" alt=\"\"/>");
      out.write("<br>スタッフブログ");
      out.write("</a>");
      out.write("</li>\r\n  ");
      out.write("</ul>\r\n");
      out.write("</div>\r\n");
      out.write("<div id=\"externalLinks\" class=\"topBorder\">\r\n  ");
      out.write("<ul id=\"groupLinks\" class=\"linkList\">\r\n    ");
      out.write("<li class=\"opener open\">");
      out.write("<a href=\"javascript:void(0);\">BGグループ総合コンシェルジュサービス");
      out.write("</a>\r\n      ");
      out.write("<ul class=\"child col-2 clr\">\r\n        ");
      out.write("<li id=\"groupLinks-eg\">");
      out.write("<a href=\"http://www.eyelashgarage.jp/\" target=\"_blank\">\r\n          ");
      out.write("<span class=\"groupLinks-desc\">まつげ商材の卸・通販なら");
      out.write("</span>\r\n          ");
      out.write("<span class=\"groupLinks-name\">アイラッシュガレージ");
      out.write("</span>\r\n        ");
      out.write("</a>");
      out.write("</li>\r\n        ");
      out.write("<li id=\"groupLinks-fudousan\">");
      out.write("<a href=\"http://www.salonfudousan.net/\" target=\"_blank\">\r\n          ");
      out.write("<span class=\"groupLinks-desc\">不動産のことなら");
      out.write("</span>\r\n          ");
      out.write("<span class=\"groupLinks-name\">サロン不動産ネット");
      out.write("</span>\r\n        ");
      out.write("</a>");
      out.write("</li>\r\n        ");
      out.write("<li id=\"groupLinks-design\">");
      out.write("<a href=\"http://www.salondesign.jp/\" target=\"_blank\">\r\n          ");
      out.write("<span class=\"groupLinks-desc\">内装・外装のことなら");
      out.write("</span>\r\n          ");
      out.write("<span class=\"groupLinks-name\">サロン店舗設計デザイン");
      out.write("</span>\r\n        ");
      out.write("</a>");
      out.write("</li>\r\n        ");
      out.write("<li id=\"groupLinks-hoken\">");
      out.write("<a href=\"http://www.salonhoken.net/\" target=\"_blank\">\r\n          ");
      out.write("<span class=\"groupLinks-desc\">総合保険のことなら");
      out.write("</span>\r\n          ");
      out.write("<span class=\"groupLinks-name\">サロン保険ネット");
      out.write("</span>\r\n        ");
      out.write("</a>");
      out.write("</li>\r\n        ");
      out.write("<li id=\"groupLinks-system\">");
      out.write("<a href=\"http://www.salonsystem.jp/\" target=\"_blank\">\r\n          ");
      out.write("<span class=\"groupLinks-desc\">システム導入のことなら");
      out.write("</span>\r\n          ");
      out.write("<span class=\"groupLinks-name\">サロンシステムナビ");
      out.write("</span>\r\n        ");
      out.write("</a>");
      out.write("</li>\r\n        ");
      out.write("<li id=\"groupLinks-card\">");
      out.write("<a href=\"http://www.saloncard.jp/\" target=\"_blank\">\r\n          ");
      out.write("<span class=\"groupLinks-desc\">クレジット決済のことなら");
      out.write("</span>\r\n          ");
      out.write("<span class=\"groupLinks-name\">サロン決済ナビ");
      out.write("</span>\r\n        ");
      out.write("</a>");
      out.write("</li>\r\n        ");
      out.write("<li id=\"groupLinks-career\">");
      out.write("<a href=\"http://www.s-career.jp/\" target=\"_blank\">\r\n          ");
      out.write("<span class=\"groupLinks-desc\">人材紹介のことなら");
      out.write("</span>\r\n          ");
      out.write("<span class=\"groupLinks-name\">サロンキャリア");
      out.write("</span>\r\n        ");
      out.write("</a>");
      out.write("</li>\r\n        ");
      out.write("<li id=\"groupLinks-seminar\">");
      out.write("<a href=\"http://www.bgacademy.jp/\" target=\"_blank\">\r\n          ");
      out.write("<span class=\"groupLinks-desc\">セミナー・スクールなら");
      out.write("</span>\r\n          ");
      out.write("<span class=\"groupLinks-name\">BGアカデミー");
      out.write("</span>\r\n        ");
      out.write("</a>");
      out.write("</li>\r\n        ");
      out.write("<li id=\"groupLinks-tv\">");
      out.write("<a href=\"http://www.beauty-tv.jp/\" target=\"_blank\">\r\n          ");
      out.write("<span class=\"groupLinks-desc\">eラーニングなら");
      out.write("</span>\r\n          ");
      out.write("<span class=\"groupLinks-name\">SAKURA Beauty TV");
      out.write("</span>\r\n        ");
      out.write("</a>");
      out.write("</li>\r\n        ");
      out.write("<li id=\"groupLinks-shukyaku\">");
      out.write("<a href=\"http://www.shukyaku.jp/\" target=\"_blank\">\r\n          ");
      out.write("<span class=\"groupLinks-desc\">集客支援・HP制作なら");
      out.write("</span>\r\n          ");
      out.write("<span class=\"groupLinks-name\">サロン集客ナビ");
      out.write("</span>\r\n        ");
      out.write("</a>");
      out.write("</li>\r\n        ");
      out.write("<li id=\"groupLinks-kaitori\">");
      out.write("<a href=\"http://www.biyoukaitori.jp/\" target=\"_blank\">\r\n          ");
      out.write("<span class=\"groupLinks-desc\">器具買取のことなら");
      out.write("</span>\r\n          ");
      out.write("<span class=\"groupLinks-name\">美容機器総合買取センター");
      out.write("</span>\r\n        ");
      out.write("</a>");
      out.write("</li>\r\n      ");
      out.write("</ul>\r\n    ");
      out.write("</li>\r\n  ");
      out.write("</ul>\r\n  ");
      out.write("<ul class=\"linkList\">\r\n    ");
      out.write("<li>");
      out.write("<a href=\"");
      out.print(SIHTMLUtil.consURL(request,"/agreement/index.php",false));
      out.write("\">総合利用規約");
      out.write("</a>");
      out.write("</li>\r\n    ");
      out.write("<li>");
      out.write("<a href=\"");
      out.print(SIHTMLUtil.consURL(request,"/agreement/gl_ec.php",false));
      out.write("\">オンラインショップガイドライン");
      out.write("</a>");
      out.write("</li>\r\n  ");
      out.write("</ul>\r\n");
      out.write("</div>\r\n");
      out.write("<!--▼フッタ：ここから▼-->\r\n");
      out.write("<footer id=\"footer\" class=\"topBorder\">\r\n  ");
      out.write("<ul id=\"siteGuideSP\" class=\"typeFlat\">\r\n    ");
      out.write("<li>");
      out.write("<a href=\"http://www.beautygarage.co.jp/\">会社案内");
      out.write("</a>");
      out.write("</li>\r\n    ");
      out.write("<li>");
      out.write("<a href=\"");
      out.print(SIHTMLUtil.consURL(request,webshopSite+"/guide/privacy.html",false));
      out.write("\">プライバシーポリシー");
      out.write("</a>");
      out.write("</li>\r\n    ");
      out.write("<li>");
      out.write("<a href=\"");
      out.print(SIHTMLUtil.consURL(request,webshopSite+"/guide/overseas.html",false));
      out.write("\">OVERSEAS");
      out.write("</a>");
      out.write("</li>\r\n    ");
      out.write("<li>");
      out.write("<a href=\"http://www.beautygarage.co.jp/recruit/\">採用情報");
      out.write("</a>");
      out.write("</li>\r\n    ");
      out.write("<li>");
      out.write("<a href=\"");
      out.print(SIHTMLUtil.consURL(request,webshopSite+"/guide/law.html",false));
      out.write("\">特定商取引法に基づく表示");
      out.write("</a>");
      out.write("</li>\r\n    ");
      out.write("<li>");
      out.write("<a href=\"");
      out.print(SIHTMLUtil.consURL(request,webshopSite+"/guide/law2.html",false));
      out.write("\">古物営業法に基づく表示");
      out.write("</a>");
      out.write("</li>\r\n  ");
      out.write("</ul>\r\n  ");
      out.write("<script type=\"text/javascript\" src=\"");
      out.print(webshopSite);
      out.write("/sp/script/switch.js\">");
      out.write("</script>\r\n  ");
      out.write("<div class=\"inner\" id=\"toPc_btn\">\r\n  ");
      out.write("<p class=\"btn arrow withIcoL\">");
      out.write("<a href=\"javascript:void(0);\" onClick=\"switchPC();\">");
      out.write("<span class=\"ico\">");
      out.write("<img src=\"");
      out.print(webshopSite);
      out.write("/sp/lib_image/common/ico_mark_pcsite-32.png\" width=\"16\" height=\"16\" alt=\"\">");
      out.write("</span>PC版はこちら");
      out.write("</a>");
      out.write("</p>\r\n  ");
      out.write("</div>\r\n  ");
      out.write("<p id=\"copyright\"> &copy; BEAUTY GARAGE INC.  All Rights Reserved. ");
      out.write("</p>\r\n");
      out.write("</footer>\r\n");
      out.write("<!--▲フッタ：ここまで▲-->\r\n");
      out.write("<!--△ページ下部共通：ここまで△-->\r\n");
} //▲アプリでは非表示：ここまで▲ 
      out.write("\r\n\r\n");
      out.write("<!-- microad_blade_track -->\r\n");
      out.write("<script type=\"text/javascript\" class=\"microad_blade_track\">\r\n");
      out.write("<!--\r\nvar microad_blade_jp = microad_blade_jp || { 'params' : new Array(), 'complete_map' : new Object() };\r\n(function() {\r\nvar param = {'co_account_id' : '6140', 'group_id' : '', 'country_id' : '1', 'ver' : '2.1.0'};\r\nmicroad_blade_jp.params.push(param);\r\n\r\nvar src = (location.protocol == 'https:')\r\n? 'https://d-track.send.microad.jp/js/blade_track_jp.js' : 'http://d-cache.microad.jp/js/blade_track_jp.js';\r\n\r\nvar bs = document.createElement('script');\r\nbs.type = 'text/javascript'; bs.async = true;\r\nbs.charset = 'utf-8'; bs.src = src;\r\n\r\nvar s = document.getElementsByTagName('script')[0];\r\ns.parentNode.insertBefore(bs, s);\r\n})();\r\n-->\r\n");
      out.write("</script>\r\n");
      out.write("<!-- /microad_blade_track -->\r\n\r\n");
      out.write("<!-- Google Code for &#9733;&#12473;&#12510;&#12540;&#12488;&#12500;&#12463;&#12475;&#12523;&#12479;&#12464;_&#36890;&#31216;&#12473;&#12510;&#12500; -->\r\n");
      out.write("<!-- Remarketing tags may not be associated with personally identifiable information or placed on pages related to sensitive categories. For instructions on adding this tag and more information on the above requirements, read the setup guide: google.com/ads/remarketingsetup -->\r\n");
      out.write("<script type=\"text/javascript\">\r\n/* ");
      out.write("<![CDATA[ */\r\nvar google_conversion_id = 1039187569;\r\nvar google_conversion_label = \"wAH0CPnclAcQ8fzC7wM\";\r\nvar google_custom_params = window.google_tag_params;\r\nvar google_remarketing_only = true;\r\n/* ]]> */\r\n");
      out.write("</script>\r\n");
      out.write("<script type=\"text/javascript\" src=\"//www.googleadservices.com/pagead/conversion.js\">\r\n");
      out.write("</script>\r\n");
      out.write("<noscript>\r\n");
      out.write("<div style=\"display:inline;\">\r\n");
      out.write("<img height=\"1\" width=\"1\" style=\"border-style:none;\" alt=\"\" src=\"//googleads.g.doubleclick.net/pagead/viewthroughconversion/1039187569/?value=0&amp;label=wAH0CPnclAcQ8fzC7wM&amp;guid=ON&amp;script=0\"/>\r\n");
      out.write("</div>\r\n");
      out.write("</noscript>\r\n");
      out.write("<!-- /Remarketing tags -->\r\n\r\n");
      out.write("<!-- YDN Site Retargeting -->\r\n");
      out.write("<script type=\"text/javascript\" language=\"javascript\">\r\n/* ");
      out.write("<![CDATA[ */\r\nvar yahoo_retargeting_id = 'O6ZPCD7WI6';\r\nvar yahoo_retargeting_label = '';\r\n/* ]]> */\r\n");
      out.write("</script>\r\n");
      out.write("<script type=\"text/javascript\" language=\"javascript\" src=\"//b92.yahoo.co.jp/js/s_retargeting.js\">");
      out.write("</script>\r\n");
      out.write("<!-- /YDN Site Retargeting -->");
      out.write("\r\n\r\n");
      out.write("<!--▽モーダル：ここから▽-->\r\n");
      out.write("<div id=\"modalContentsWrap\">\r\n\r\n");
      out.write("<!--▽モーダル用メニュー▽-->\r\n");
 SIUserInfo userLoginForMenu = SIHTMLUtil.getUserInfo(request); 
   String[] urlForMenu = request.getRequestURL().toString().split(webshopSite);
   String nidForMenu = "";
   if (urlForMenu.length == 2) {
     nidForMenu= urlForMenu[1];
   }
   if (nidForMenu.indexOf("logout") != -1) {
     nidForMenu = "";
   }

      out.write("\r\n\r\n");
      out.write("<!--▽メニュー：ここから▽-->\r\n");
      out.write("<div id=\"menuContents\" class=\"modalContents\">\r\n  ");
      out.write("<div class=\"inner\">\r\n    ");
      out.write("<h2>メニュー");
      out.write("</h2>\r\n    ");
      out.write("<ul class=\"linkList\">\r\n      ");
      out.write("<span id=\"login_menu\">\r\n      ");
      out.write("<li>");
      out.write("<a id=\"check_url\" href=\"");
      out.print(SIURLMap.getHttpsUrl(request,"webshop.servlet.front.user.login")+"?nid="+nidForMenu);
      out.write("\">ログイン");
      out.write("</a>");
      out.write("</li>\r\n      ");
      out.write("</span>\r\n      ");
      out.write("<span id=\"logout_menu\">\r\n      ");
      out.write("<li>");
      out.write("<a href=\"");
      out.print(SIURLMap.getHttpsUrl(request,"webshop.servlet.front.user.logout"));
      out.write("\">ログアウト");
      out.write("</a>");
      out.write("</li>\r\n      ");
      out.write("</span>\r\n      ");
      out.write("<li>");
      out.write("<a href=\"");
      out.print(SIURLMap.getUrl(request,"webshop.servlet.front.mypage"));
      out.write("\">マイページ");
      out.write("</a>");
      out.write("</li>\r\n      ");
      out.write("<li>");
      out.write("<a href=\"");
      out.print("http://"+request.getServerName()+webshopSite);
      out.write("/guide/first.html\">はじめてのお客様");
      out.write("</a>");
      out.write("</li>\r\n      ");
      out.write("<li>");
      out.write("<a href=\"");
      out.print(SIHTMLUtil.consURL(request,webshopSite+"/showroom/index.html",false));
      out.write("\">ショールームのご案内");
      out.write("</a>");
      out.write("</li>\r\n      ");
      out.write("<li>");
      out.write("<a href=\"");
      out.print(SIHTMLUtil.consURL(request,webshopSite+"/catalog",false));
      out.write("\">カタログ・商品コードからのご注文");
      out.write("</a>");
      out.write("</li>\r\n      ");
      out.write("<li>");
      out.write("<a href=\"");
      out.print(SIHTMLUtil.consURL(request,webshopSite+"/guide/index.html",false));
      out.write("\">ご利用ガイド");
      out.write("</a>");
      out.write("</li>\r\n      ");
      out.write("<li class=\"opener open\">");
      out.write("<a href=\"javascript:void(0);\">各種サポート");
      out.write("</a>\r\n        ");
      out.write("<ul class=\"child col-2 clr\">\r\n          ");
      out.write("<li>");
      out.write("<a href=\"");
      out.print(SIHTMLUtil.consURL(request,webshopSite+"/guide/guarantee.html",false));
      out.write("\">保証/アフターフォロー");
      out.write("</a>");
      out.write("</li>\r\n          ");
      out.write("<li>");
      out.write("<a href=\"");
      out.print(SIURLMap.getHttpsUrl(request,"webshop.servlet.front.search"));
      out.write("\">商品お探しします");
      out.write("</a>");
      out.write("</li>\r\n          ");
      out.write("<li>");
      out.write("<a href=\"");
      out.print(SIHTMLUtil.consURL(request,webshopSite+"/guide/repair.html",false));
      out.write("\">レザー張替サービス");
      out.write("</a>");
      out.write("</li>\r\n          ");
      out.write("<li>");
      out.write("<a href=\"");
      out.print(SIHTMLUtil.consURL(request,webshopSite+"/guide/setting.html",false));
      out.write("\">器具取付設置サービス");
      out.write("</a>");
      out.write("</li>\r\n          ");
      out.write("<li>");
      out.write("<a href=\"");
      out.print(SIHTMLUtil.consURL(request,webshopSite+"/catalog_request",false));
      out.write("\">カタログ無料プレゼント");
      out.write("</a>");
      out.write("</li>\r\n          ");
      out.write("<li>");
      out.write("<a href=\"");
      out.print(SIHTMLUtil.consURL(request,webshopSite+"/guide/kaitori.html",false));
      out.write("\">器具買取サービス");
      out.write("</a>");
      out.write("</li>\r\n          ");
      out.write("<li>");
      out.write("<a href=\"");
      out.print(SIHTMLUtil.consURL(request,webshopSite+"/guide/srent.html",false));
      out.write("\">中古理美容機器レンタル");
      out.write("</a>");
      out.write("</li>\r\n          ");
      out.write("<li>");
      out.write("<a href=\"");
      out.print(SIHTMLUtil.consURL(request,webshopSite+"/guide/overseas_shipping.html",false));
      out.write("\">海外発送サービス");
      out.write("</a>");
      out.write("</li>\r\n        ");
      out.write("</ul>\r\n      ");
      out.write("</li>\r\n      ");
      out.write("<li>");
      out.write("<a href=\"");
      out.print(webshopSite);
      out.write("/guide/faq.html\">Q＆A");
      out.write("</a>");
      out.write("</li>\r\n      ");
      out.write("<li>");
      out.write("<a href=\"");
      out.print(SIHTMLUtil.consURL(request,"/form/sp/contact/",true));
      out.write("\">お問い合わせ");
      out.write("</a>");
      out.write("</li>\r\n    ");
      out.write("</ul>\r\n    ");
      out.write("<p class=\"modalClose\">閉じる");
      out.write("</p>\r\n  ");
      out.write("</div>\r\n");
      out.write("</div>\r\n");
      out.write("<!--△メニュー：ここまで△-->\r\n\r\n");
      out.write("<script type=\"text/javascript\" src=\"");
      out.print(webshopSite);
      out.write("/sp/script/jquery.modalMenuLoginCheck.js\">");
      out.write("</script>\r\n");
      out.write("<script type=\"text/javascript\">\r\n$(document).ready(function() {\r\n\t$('a#check_url').each(function() {\r\n\t\tvar targetUrl = null;\r\n\t\tvar targetUrl = $(this).attr('href');\r\n\t\tif(targetUrl.indexOf('Srv/param') != -1){\r\n\t\t\tvar targetUrl = $(this).attr('href').replace('Srv/param','').replace('+','/');\r\n\t\t}else return;\r\n\t\t$(this).attr('href',targetUrl);\r\n\t});\t\r\n\t$('input#check_value').each(function() {\r\n\t\tvar targetValue = null;\r\n\t\tvar targetValue = $(this).attr('value');\r\n\t\tif(targetValue.indexOf('Srv/param') != -1){\r\n\t\t\tvar targetValue = $(this).attr('value').replace('Srv/param','').replace('+','/');\r\n\t\t}else return;\r\n\t\t$(this).attr('value',targetValue);\r\n\t});\r\n});\r\n");
      out.write("</script>\r\n");
      out.write("\r\n\r\n");
      out.write("<!--▽モーダル用商品を探す▽-->\r\n");
      out.write("<!--▽モーダル用商品を探す：ここから▽-->\r\n");
      out.write("<div id=\"searchContents\" class=\"modalContents\">\r\n  ");
      out.write("<div class=\"inner\">\r\n    ");
      out.write("<h2>商品を探す");
      out.write("</h2>\r\n      ");
      out.write("<div id=\"searchBox\">\r\n    ");
      out.write("<form name=\"headerSearch\" action=\"");
      out.print(SIHTMLUtil.consURL(request, webshopSite, true) + "/advancedsearch");
      out.write("\" method=\"get\">\r\n      ");
      out.write("<input type=\"text\" name=\"srchWordTxt\" id=\"textSearchBox\" onKeyPress=\"enterSearchHead(event);\" placeholder=\"キーワードを入力\" >\r\n      ");
      out.write("<input type=\"submit\" id=\"headerSearchBtn\" value=\"検索\" onClick=\"headsearch();\">\r\n      ");
      out.write("<input name=\"cmdtyFlagTxt\" type=\"hidden\" value=\"sr\">\r\n      ");
      out.write("<input name=\"dispModeTxt\" type=\"hidden\" value=\"");
      out.print(SIConfig.DEFAULT_DISPMODE);
      out.write("\">\r\n      ");
      out.write("<input name=\"actionNameTxt\" type=\"hidden\" value=\"");
      out.print(SIConfig.SIACTION_LIST);
      out.write("\">\r\n      ");
      out.write("<input name=\"cmdtySortSel\" type=\"hidden\" value=\"2\">\r\n      ");
      out.write("<input name=\"pass\" type=\"hidden\" value=\"advancedsearch\">\r\n      ");
      out.write("<input name=\"active\" type=\"hidden\" value=\"advancedsearch\">\r\n    ");
      out.write("</form>\r\n  ");
      out.write("</div>\r\n    ");
      out.write("<!-- デフォルト -->\r\n    ");
      out.write("<ul class=\"linkList2 child2 col-2 clr\">\r\n      ");
      /* ----  webshop:siiterator ---- */
      jp.co.sint.taglib.SIIteratorTag _jspx_th_webshop_siiterator_0 = (jp.co.sint.taglib.SIIteratorTag) _jspx_tagPool_webshop_siiterator_type_id_collection.get(jp.co.sint.taglib.SIIteratorTag.class);
      _jspx_th_webshop_siiterator_0.setPageContext(pageContext);
      _jspx_th_webshop_siiterator_0.setParent(null);
      _jspx_th_webshop_siiterator_0.setType("jp.co.sint.basic.SINameValueForSP");
      _jspx_th_webshop_siiterator_0.setCollection(UICtgryGroup.getSpCtgryListColl(connection));
      _jspx_th_webshop_siiterator_0.setId("headID");
      int _jspx_eval_webshop_siiterator_0 = _jspx_th_webshop_siiterator_0.doStartTag();
      if (_jspx_eval_webshop_siiterator_0 != javax.servlet.jsp.tagext.Tag.SKIP_BODY) {
        jp.co.sint.basic.SINameValueForSP headID = null;
        headID = (jp.co.sint.basic.SINameValueForSP) pageContext.findAttribute("headID");
        do {
          out.write("\r\n        ");
 if ("/".equals(headID.getValue().split(",")[0])) { 
          out.write("\r\n          ");
          out.write("<li>");
          out.write("<a href=\"");
          out.print(webshopSite);
          out.write("/");
          out.print(headID.getValue().split(",")[1]);
          out.write("\">");
          out.print(headID.getName());
          out.write("</a>");
          out.write("</li>\r\n        ");
 } 
          out.write("\r\n      ");
          int evalDoAfterBody = _jspx_th_webshop_siiterator_0.doAfterBody();
          headID = (jp.co.sint.basic.SINameValueForSP) pageContext.findAttribute("headID");
          if (evalDoAfterBody != javax.servlet.jsp.tagext.BodyTag.EVAL_BODY_AGAIN)
            break;
        } while (true);
      }
      if (_jspx_th_webshop_siiterator_0.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
        return;
      _jspx_tagPool_webshop_siiterator_type_id_collection.reuse(_jspx_th_webshop_siiterator_0);
      out.write("\r\n      ");
      out.write("<li>");
      out.write("<a href=\"");
      out.print(webshopSite);
      out.write("/used\">中古品・アウトレット品");
      out.write("</a>");
      out.write("</li>\r\n    ");
      out.write("</ul>  \r\n    ");
      out.write("<ul class=\"linkList\">  \r\n      ");
      out.write("<li class=\"color2\">");
      out.write("<a href=\"");
      out.print(SIURLMap.getUrl(request,"webshop.servlet.front.advancedsearch"));
      out.write("\">詳細検索");
      out.write("</a>");
      out.write("</li>\r\n      ");
      out.write("<li class=\"color2\">");
      out.write("<a href=\"");
      out.print("http://"+request.getServerName()+webshopSite);
      out.write("/listpickup/listpickup.html\">キャンペーン・特集から探す");
      out.write("</a>");
      out.write("</li>\r\n      ");
      out.write("<li class=\"color2\">");
      out.write("<a href=\"");
      out.print(webshopSite);
      out.write("/main?actionNameTxt=ranking&inx=0\">人気商品ランキングから探す");
      out.write("</a>");
      out.write("</li>      \r\n      ");
      out.write("<li class=\"color2\">");
      out.write("<a href=\"");
      out.print(mainSrvSite+"?actionNameTxt="+SIConfig.SIACTION_RECOMMEND+"&inx="+SIConfig.CTGRYGROUP_INX_ALL);
      out.write("\">新着おすすめ商品から探す");
      out.write("</a>");
      out.write("</li>\r\n      ");
 //▼iPhoneWebでのみ表示：ここから▼
      if ( (request.getHeader("user-agent").indexOf("bg-webview-")==-1) && (request.getHeader("user-agent").indexOf("iPhone")>0) ) { 
      out.write("\r\n      \t\t");
      out.write("<li class=\"color2\">");
      out.write("<a href=\"https://itunes.apple.com/jp/app/id973916219?mt=8\">");
      out.write("<span style=\"  background: #f00; border: none; color: #FFF; padding: 2px; -webkit-border-radius: 5px; border-radius: 5px; -webkit-appearance: none; appearance: none;\">NEW");
      out.write("</span> バーコードから注文（スマホアプリ）");
      out.write("</a>");
      out.write("</li>\r\n      ");
} //▲iPhoneWebでのみ表示：ここまで▲ 
      out.write("\r\n      ");
 //▼AndroidWebでのみ表示：ここから▼
      if ( (request.getHeader("user-agent").indexOf("bg-webview-")==-1) && (request.getHeader("user-agent").indexOf("Android")>0) ) { 
      out.write("\r\n      \t\t");
      out.write("<li class=\"color2\">");
      out.write("<a href=\"https://play.google.com/store/apps/details?id=jp.co.beautygarage.android.bgsmartorder\">");
      out.write("<span style=\"  background: #f00; border: none; color: #FFF; padding: 2px; -webkit-border-radius: 5px; border-radius: 5px; -webkit-appearance: none; appearance: none;\">NEW");
      out.write("</span> バーコードから注文（スマホアプリ）");
      out.write("</a>");
      out.write("</li>\r\n      ");
} //▲AndroidWebでのみ表示：ここまで▲ 
      out.write("\r\n    ");
      out.write("</ul>\r\n    ");
      out.write("<p class=\"modalClose\">閉じる");
      out.write("</p>\r\n  ");
      out.write("</div>\r\n");
      out.write("</div>\r\n");
      out.write("<!--△モーダル用商品を探す：ここまで△-->");
      out.write("\r\n\r\n");
      out.write("<!--▽モーダル用メーカー・ブランドで探す▽-->\r\n\r\n");
Collection ctgryList = UICtgryGroup.getSpCtgryListColl(connection);
      out.write("\r\n");
      out.write("<!--▽モーダル用メーカー・ブランドで探す：ここから▽-->\r\n");
      out.write("<div id=\"brandContents\" class=\"modalContents\">\r\n  ");
      out.write("<div class=\"inner\">\r\n    ");
      out.write("<h2>メーカー・ブランドで探す");
      out.write("</h2>\r\n    ");
      out.write("<ul class=\"linkList\">\r\n      ");
      out.write("<li id=\"categoryOption\" class=\"opener color2\">");
      out.write("<a href=\"#\">カテゴリで絞り込む");
      out.write("</a>\r\n        ");
      out.write("<ul class=\"child col-2 clr\">\r\n          ");
      out.write("<li id=\"allCtgry\" class=\"selected\">");
      out.write("<a href=\"javascript:changeCtgry('all');\">すべて");
      out.write("</a>");
      out.write("</li>\r\n          ");
      /* ----  webshop:siiterator ---- */
      jp.co.sint.taglib.SIIteratorTag _jspx_th_webshop_siiterator_1 = (jp.co.sint.taglib.SIIteratorTag) _jspx_tagPool_webshop_siiterator_type_id_collection.get(jp.co.sint.taglib.SIIteratorTag.class);
      _jspx_th_webshop_siiterator_1.setPageContext(pageContext);
      _jspx_th_webshop_siiterator_1.setParent(null);
      _jspx_th_webshop_siiterator_1.setType("jp.co.sint.basic.SINameValueForSP");
      _jspx_th_webshop_siiterator_1.setCollection(ctgryList);
      _jspx_th_webshop_siiterator_1.setId("headID");
      int _jspx_eval_webshop_siiterator_1 = _jspx_th_webshop_siiterator_1.doStartTag();
      if (_jspx_eval_webshop_siiterator_1 != javax.servlet.jsp.tagext.Tag.SKIP_BODY) {
        jp.co.sint.basic.SINameValueForSP headID = null;
        headID = (jp.co.sint.basic.SINameValueForSP) pageContext.findAttribute("headID");
        do {
          out.write("\r\n            ");
 if ("/".equals(headID.getValue().split(",")[0])) { 
          out.write("\r\n              ");
          out.write("<li id=\"");
          out.print(headID.getValue().split(",")[1]);
          out.write("Ctgry\">");
          out.write("<a href=\"javascript:changeCtgry('");
          out.print(headID.getValue().split(",")[1]);
          out.write("');\">");
          out.print(headID.getName());
          out.write("</a>");
          out.write("</li>\r\n            ");
 } 
          out.write("\r\n          ");
          int evalDoAfterBody = _jspx_th_webshop_siiterator_1.doAfterBody();
          headID = (jp.co.sint.basic.SINameValueForSP) pageContext.findAttribute("headID");
          if (evalDoAfterBody != javax.servlet.jsp.tagext.BodyTag.EVAL_BODY_AGAIN)
            break;
        } while (true);
      }
      if (_jspx_th_webshop_siiterator_1.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
        return;
      _jspx_tagPool_webshop_siiterator_type_id_collection.reuse(_jspx_th_webshop_siiterator_1);
      out.write("\r\n        ");
      out.write("</ul>\r\n      ");
      out.write("</li>\r\n      ");
      /* ----  webshop:siiterator ---- */
      jp.co.sint.taglib.SIIteratorTag _jspx_th_webshop_siiterator_2 = (jp.co.sint.taglib.SIIteratorTag) _jspx_tagPool_webshop_siiterator_type_id_collection.get(jp.co.sint.taglib.SIIteratorTag.class);
      _jspx_th_webshop_siiterator_2.setPageContext(pageContext);
      _jspx_th_webshop_siiterator_2.setParent(null);
      _jspx_th_webshop_siiterator_2.setType("jp.co.sint.basic.SINameValueForSP");
      _jspx_th_webshop_siiterator_2.setCollection(ctgryList);
      _jspx_th_webshop_siiterator_2.setId("headID");
      int _jspx_eval_webshop_siiterator_2 = _jspx_th_webshop_siiterator_2.doStartTag();
      if (_jspx_eval_webshop_siiterator_2 != javax.servlet.jsp.tagext.Tag.SKIP_BODY) {
        jp.co.sint.basic.SINameValueForSP headID = null;
        headID = (jp.co.sint.basic.SINameValueForSP) pageContext.findAttribute("headID");
        do {
          out.write("\r\n        ");
 if ("/".equals(headID.getValue().split(",")[0])) {
             int group = 0;
             if (headID.getValue().split(",")[1].equals("hair")) {
               group = SIConfig.CTGRYGROUP_INX_HAIR;
             } else if (headID.getValue().split(",")[1].equals("haircosme")) {
               group = SIConfig.CTGRYGROUP_INX_HAIRCOSME;
             } else if (headID.getValue().split(",")[1].equals("esthe")) {
               group = SIConfig.CTGRYGROUP_INX_ESTHE;
             } else if (headID.getValue().split(",")[1].equals("bed")) {
               group = SIConfig.CTGRYGROUP_INX_BED;
             } else if (headID.getValue().split(",")[1].equals("cosme")) {
               group = SIConfig.CTGRYGROUP_INX_COSME;
             } else if (headID.getValue().split(",")[1].equals("nail")) {
               group = SIConfig.CTGRYGROUP_INX_NAIL;
             } else if (headID.getValue().split(",")[1].equals("book")) {
               group = SIConfig.CTGRYGROUP_INX_BOOK;
             } else if (headID.getValue().split(",")[1].equals("eyelash")) {
               group = SIConfig.CTGRYGROUP_INX_EYELASH;
             } else {
               continue;
             }
          out.write("\r\n           ");
          out.write("<span id=\"");
          out.print(headID.getValue().split(",")[1]);
          out.write("\" style=\"display:none;\">\r\n            ");
          /* ----  webshop:siiterator ---- */
          jp.co.sint.taglib.SIIteratorTag _jspx_th_webshop_siiterator_3 = (jp.co.sint.taglib.SIIteratorTag) _jspx_tagPool_webshop_siiterator_type_id_collection.get(jp.co.sint.taglib.SIIteratorTag.class);
          _jspx_th_webshop_siiterator_3.setPageContext(pageContext);
          _jspx_th_webshop_siiterator_3.setParent(_jspx_th_webshop_siiterator_2);
          _jspx_th_webshop_siiterator_3.setType("jp.co.sint.basic.SINameValue");
          _jspx_th_webshop_siiterator_3.setCollection(UIRegMaker.getFrontSearchCollection(connection,"",group));
          _jspx_th_webshop_siiterator_3.setId("headID2");
          int _jspx_eval_webshop_siiterator_3 = _jspx_th_webshop_siiterator_3.doStartTag();
          if (_jspx_eval_webshop_siiterator_3 != javax.servlet.jsp.tagext.Tag.SKIP_BODY) {
            jp.co.sint.basic.SINameValue headID2 = null;
            headID2 = (jp.co.sint.basic.SINameValue) pageContext.findAttribute("headID2");
            do {
              out.write("\r\n            ");
 if (SIUtil.isNotNull(headID2.getValue())) {
              out.write("\r\n            ");
              out.write("<li>");
              out.write("<a href=\"javascript:goToAdvanceSearch('");
              out.print(headID2.getValue());
              out.write("', '");
              out.print(headID2.getName());
              out.write("','");
              out.print(headID.getValue().split(",")[1]);
              out.write("');\">");
              out.print(headID2.getName());
              out.write("</a>");
              out.write("</li>\r\n            ");
 } 
              out.write("\r\n            ");
              int evalDoAfterBody = _jspx_th_webshop_siiterator_3.doAfterBody();
              headID2 = (jp.co.sint.basic.SINameValue) pageContext.findAttribute("headID2");
              if (evalDoAfterBody != javax.servlet.jsp.tagext.BodyTag.EVAL_BODY_AGAIN)
                break;
            } while (true);
          }
          if (_jspx_th_webshop_siiterator_3.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
            return;
          _jspx_tagPool_webshop_siiterator_type_id_collection.reuse(_jspx_th_webshop_siiterator_3);
          out.write("\r\n           ");
          out.write("</span>\r\n        ");
 } 
          out.write("\r\n      ");
          int evalDoAfterBody = _jspx_th_webshop_siiterator_2.doAfterBody();
          headID = (jp.co.sint.basic.SINameValueForSP) pageContext.findAttribute("headID");
          if (evalDoAfterBody != javax.servlet.jsp.tagext.BodyTag.EVAL_BODY_AGAIN)
            break;
        } while (true);
      }
      if (_jspx_th_webshop_siiterator_2.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
        return;
      _jspx_tagPool_webshop_siiterator_type_id_collection.reuse(_jspx_th_webshop_siiterator_2);
      out.write("\r\n      ");
      out.write("</span>\r\n      ");
      out.write("<span id=\"all\">\r\n      ");
      /* ----  webshop:siiterator ---- */
      jp.co.sint.taglib.SIIteratorTag _jspx_th_webshop_siiterator_4 = (jp.co.sint.taglib.SIIteratorTag) _jspx_tagPool_webshop_siiterator_type_id_collection.get(jp.co.sint.taglib.SIIteratorTag.class);
      _jspx_th_webshop_siiterator_4.setPageContext(pageContext);
      _jspx_th_webshop_siiterator_4.setParent(null);
      _jspx_th_webshop_siiterator_4.setType("jp.co.sint.basic.SINameValue");
      _jspx_th_webshop_siiterator_4.setCollection(UIRegMaker.getFrontSearchCollection(connection,SIConfig.SICATEGORY_ROOT_CODE));
      _jspx_th_webshop_siiterator_4.setId("headID");
      int _jspx_eval_webshop_siiterator_4 = _jspx_th_webshop_siiterator_4.doStartTag();
      if (_jspx_eval_webshop_siiterator_4 != javax.servlet.jsp.tagext.Tag.SKIP_BODY) {
        jp.co.sint.basic.SINameValue headID = null;
        headID = (jp.co.sint.basic.SINameValue) pageContext.findAttribute("headID");
        do {
          out.write("\r\n      ");
 if (SIUtil.isNotNull(headID.getValue())) {
          out.write("\r\n      ");
          out.write("<li>");
          out.write("<a href=\"javascript:goToAdvanceSearch('");
          out.print(headID.getValue());
          out.write("', '");
          out.print(headID.getName());
          out.write("','');\">");
          out.print(headID.getName());
          out.write("</a>");
          out.write("</li>\r\n      ");
 } 
          out.write("\r\n      ");
          int evalDoAfterBody = _jspx_th_webshop_siiterator_4.doAfterBody();
          headID = (jp.co.sint.basic.SINameValue) pageContext.findAttribute("headID");
          if (evalDoAfterBody != javax.servlet.jsp.tagext.BodyTag.EVAL_BODY_AGAIN)
            break;
        } while (true);
      }
      if (_jspx_th_webshop_siiterator_4.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
        return;
      _jspx_tagPool_webshop_siiterator_type_id_collection.reuse(_jspx_th_webshop_siiterator_4);
      out.write("\r\n      ");
      out.write("</span>\r\n    ");
      out.write("</ul>\r\n    ");
      out.write("<p class=\"modalClose\">閉じる");
      out.write("</p>\r\n  ");
      out.write("</div>\r\n");
      out.write("</div>\r\n");
      out.write("<form id=\"advancedSearch\" name=\"advancedSearch\" action=\"");
      out.print(webshopSite);
      out.write("/advancedsearch\" method=\"get\">\r\n  ");
      out.write("<input type=\"hidden\" id=\"maker\" name=\"maker\" value=\"\"/>\r\n  ");
      out.write("<input type=\"hidden\" id=\"selectedBrand\" name=\"selectedBrand\"  value=\"\"/>\r\n  ");
      out.write("<input type=\"hidden\" id=\"active\" name=\"active\" value=\"\"/>\r\n  ");
      out.write("<input type=\"hidden\" name=\"srchWordTxt\" value=\"\"/>\r\n  ");
      out.write("<input type=\"hidden\" name=\"ctc\" value=\"\"/>\r\n  ");
      out.write("<input type=\"hidden\" name=\"selectDaiCtgry\" value=\"no\"/>\r\n  ");
      out.write("<input type=\"hidden\" name=\"selectTyuCtgry\" value=\"\"/>\r\n  ");
      out.write("<input type=\"hidden\" name=\"dispModeTxt\" value=\"2\"/>\r\n");
      out.write("</form>\r\n");
      out.write("<!--△モーダル用メーカー・ブランドで探す：ここまで△-->\r\n");
      out.write("<script language=\"javascript1.2\" type=\"text/javascript\">\r\n");
      out.write("<!--\r\nvar goToAdvanceSearch = function(maker, selectedBrand, active) {\r\n  $(\"#maker\").val(maker);\r\n  $(\"#selectedBrand\").val(selectedBrand);\r\n  $(\"#active\").val(active);\r\n  $(\"#advancedSearch\").submit();\r\n};\r\nvar preCtgry = \"all\";\r\nvar changeCtgry = function(ctgry){\r\n  $(\"#\"+preCtgry).css(\"display\", \"none\");\r\n  $(\"#\"+preCtgry + \"Ctgry\").removeClass(\"selected\");\r\n  $(\"#\"+ctgry).css(\"display\", \"block\");\r\n  $(\"#\"+ctgry + \"Ctgry\").addClass(\"selected\");\r\n  preCtgry = ctgry;\r\n}\r\n//-->\r\n");
      out.write("</script>");
      out.write("\r\n\r\n");
      out.write("</div>\r\n");
      out.write("<!--△モーダル：ここまで△-->\r\n");
      out.write("</div>\r\n");
      out.write("</body>\r\n");
      out.write("</html>\r\n");

}catch(Exception e){
  e.printStackTrace();
  throw new ServletException();
}finally{
  databaseConnection.close();
}

    } catch (Throwable t) {
      out = _jspx_out;
      if (out != null && out.getBufferSize() != 0)
        out.clearBuffer();
      if (pageContext != null) pageContext.handlePageException(t);
    } finally {
      if (_jspxFactory != null) _jspxFactory.releasePageContext(pageContext);
    }
  }
}
