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.*;

public class index_html extends HttpJspBase {


  private static java.util.Vector _jspx_includes;

  static {
    _jspx_includes = new java.util.Vector(2);
    _jspx_includes.add("/include/header_inc.jsp");
    _jspx_includes.add("/include/footer_inc.jsp");
  }

  private org.apache.jasper.runtime.TagHandlerPool _jspx_tagPool_response_sendRedirect;
  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_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_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;


    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");
      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");

SIDatabaseConnection databaseConnection=new SIDatabaseConnection();try{
Connection connection=databaseConnection.getConnection();
String webshopSite=SIHTMLUtil.getRootPath(request);
StringBuffer sql = new StringBuffer();
sql.append("SELECT unitpricewithouttax,individualcode ");
sql.append("FROM cmdtyunittbl WHERE individualcode IN (");
sql.append("'HP-0364N','HL-0056N','HP-0365N','HP-0366N','HS-0410N','HT-0368N','HS-0409N','HT-0367N')");
Collection cmdtyColl1 = SIDBUtil.getCollection(connection,sql.toString(),false,false,0);

sql = new StringBuffer();
sql.append("SELECT newfixedprice,individualcode ");
sql.append("FROM cmdtyunittbl WHERE individualcode IN (");
sql.append("'HP-0364N','HL-0056N','HP-0365N','HP-0366N','HS-0410N','HT-0368N','HS-0409N','HT-0367N')");
Collection cmdtyColl2 = SIDBUtil.getCollection(connection,sql.toString(),false,false,0);

      out.write("\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/femtcluster/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 if(!"1".equals(userLogin.getHairCosmeFlg())){
      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.haircosme"));
          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");
      out.write("<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Transitional//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\">\r\n");
      out.write("<html xmlns=\"http://www.w3.org/1999/xhtml\" xml:lang=\"ja\" lang=\"ja\">\r\n");
      out.write("<head>\r\n");
      out.write("<meta http-equiv=\"content-type\" content=\"text/html; charset=Shift_JIS\" />\r\n");
      out.write("<meta name=\"description\" content=\"『Femt Cluster（フェムトクラスター）』ダメージ毛に悩む方たちのために生まれたヘアケアアイテム\" />\r\n");
      out.write("<meta name=\"keywords\" content=\"フェムトクラスター,Femt Cluster,ノンシリコントリートメント,ノンシリコンシャンプー\" />\r\n");
      out.write("<title>Femt Cluster（フェムトクラスター）特集 - 美容器具・エステ機器・美容用品卸 ビューティガレージ");
      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("<link rel=\"stylesheet\" type=\"text/css\" href=\"../../css/pickup/femtcluster.css\" media=\"screen,print\" />\r\n");
      out.write("<link rel=\"stylesheet\" type=\"text/css\" href=\"../../css/print.css\" media=\"print\" />\r\n");
      out.write("<script src=\"../../script/common.js\" type=\"text/javascript\">");
      out.write("</script>\r\n");
      out.write("<script language=\"JavaScript\" type=\"text/javascript\" src=\"../../js/iepngfix.js\">");
      out.write("</script>\r\n");
      out.write("<script src=\"../../script/jquery.easing.js\">");
      out.write("</script>\r\n");
      out.write("<script src=\"../../script/jquery.scroll.js\" type=\"text/javascript\">");
      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("<!-- headerArea -->\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\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', 'PC', 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://ssl' : 'http://www') + '.google-analytics.com/ga.js';\r\n\tga.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'site_type':'d',\r\n\t\t//'customer_id':'【顧客コード】'\r\n\t}];\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");
 
//▼アプリでは非表示：ここから▼
 if (request.getHeader("user-agent").indexOf("bg-webview-")==-1) { 
      out.write("\r\n");
      out.write("<script type=\"text/javascript\" src=\"");
      out.print(webshopSite);
      out.write("/script/switch.js\">");
      out.write("</script>\r\n");
      out.write("\r\n");
if(SIURLMap.isSmartPhone(request)){
      out.write("\r\n");
      out.write("<style type=\"text/css\"> \r\n");
      out.write("<!--\r\n#headerSearch {top:278px;} /*186pxにプラス*/\r\n#header_spbnr {display:block; width:950px; height:120px; margin:5px auto 0;}\r\n-->\r\n");
      out.write("</style>\r\n");
      out.write("<script type=\"text/javascript\" src=\"");
      out.print(webshopSite);
      out.write("/script/jquery.spChanger.js\">");
      out.write("</script>\r\n");
      out.write("<a href=\"javascript:void(0);\" onClick=\"switchSP();\" id=\"header_spbnr\">");
      out.write("<img src=\"");
      out.print(webshopSite);
      out.write("/img/banner/banner_spsite.jpg\" alt=\"スマートフォン専用サイトはこちら\" width=\"950\" height=\"120\">");
      out.write("</a>\r\n");
}
      out.write("\r\n");
      out.write("\r\n");
      out.write("<!--[if lt IE 7]>  ");
      out.write("<div style='border: 1px solid #F7941D; background: #FEEFDA; text-align: center; clear: both; height: 75px; position: relative;'>    ");
      out.write("<div style='width: 850px; margin: 0 auto; text-align: left; padding: 0; overflow: hidden; color: black;'>      ");
      out.write("<div style='width: 75px; float: left;'>");
      out.write("<img src='http://www.ie6nomore.com/files/theme/ie6nomore-warning.jpg' alt='Warning!'/>");
      out.write("</div>      ");
      out.write("<div style='width: 485px; float: left; font-family: Arial, sans-serif;'>        ");
      out.write("<div style='font-size: 14px; font-weight: bold; margin-top: 12px;'>【お客様へ重要なお知らせ】セキュリティ強化のため、お客様が今お使いの古いWebブラウザ（IE6など）ではログインができなくなりました。");
      out.write("</div> ");
      out.write("<div style='font-size: 12px; margin-top: 6px; line-height: 12px;'>ログインするには、こちらから新しいWebブラウザを入手・ご使用ください→");
      out.write("</div> ");
      out.write("</div>\r\n");
      out.write("<div style='width: 75px; float: left;'>");
      out.write("<a href='http://www.google.com/chrome?hl=ja' target='_blank'>");
      out.write("<img src='http://www.ie6nomore.com/files/theme/ie6nomore-chrome.jpg' style='border: none;' alt='Get Google Chrome'/>");
      out.write("</a>");
      out.write("</div>\r\n");
      out.write("<div style='width: 75px; float: left;'>");
      out.write("<a href='http://www.mozilla.jp' target='_blank'>");
      out.write("<img src='http://www.ie6nomore.com/files/theme/ie6nomore-firefox.jpg' style='border: none;' alt='Get Firefox 3.5'/>");
      out.write("</a>");
      out.write("</div>      \r\n");
      out.write("<div style='width: 75px; float: left;'>");
      out.write("<a href='http://www.microsoft.com/ja-jp/windows/products/winfamily/ie/function/default.aspx' target='_blank'>");
      out.write("<img src='http://www.ie6nomore.com/files/theme/ie6nomore-ie8.jpg' style='border: none;' alt='Get Internet Explorer'/>");
      out.write("</a>");
      out.write("</div>\r\n");
      out.write("<div style='float: left;'>");
      out.write("<a href='http://www.apple.com/jp/safari/download/' target='_blank'>");
      out.write("<img src='http://www.ie6nomore.com/files/theme/ie6nomore-safari.jpg' style='border: none;' alt='Get Safari 4'/>");
      out.write("</a>");
      out.write("</div>      \r\n");
      out.write("</div>  ");
      out.write("</div>");
      out.write("<style type='text/css'>#headerSearch {top:225px;} /*186pxにプラス*/");
      out.write("</style>  ");
      out.write("<![endif]-->\r\n\r\n");
      out.write("\r\n");

String xForwardedFor = ((HttpServletRequest) request).getHeader("X-Forwarded-For");
if (xForwardedFor!=null && xForwardedFor.length()>=13) xForwardedFor = xForwardedFor.substring(0,13);
else xForwardedFor = "";
//xForwardedForが社内IPに一致しない場合のみ、Optimizelyのタグを配信
if ( ("219.120.56.98".equals(xForwardedFor)) || ("153.142.2.209".equals(xForwardedFor)) ) {} else { 
      out.write("\r\n");
      out.write("<script src=\"//cdn.optimizely.com/js/2916990817.js\">");
      out.write("</script>\r\n");
 } 
      out.write("\r\n");
      out.write("\r\n\r\n");
      out.write("<div id=\"headerArea\">\r\n");
      JspRuntimeLibrary.include(request, response, "/include/header_navigation_inc.jsp", out, true);
      out.write("\r\n");
      out.write("</div>\r\n");
} //▲アプリでは非表示：ここまで▲ 
      out.write("\r\n");
      out.write("\r\n");
      out.write("<!-- /headerArea -->\r\n\r\n");
      out.write("<!-- contentsArea -->\r\n");
      out.write("<div id=\"contentsArea\">\r\n\r\n");
      out.write("<!-- root -->\r\n");
      out.write("<div id=\"root\" xmlns:v=\"http://rdf.data-vocabulary.org/#\">\r\n");
      out.write("<span typeof=\"v:Breadcrumb\">");
      out.write("<a href=\"http://www.beautygarage.jp/ws/main\" rel=\"v:url\" property=\"v:title\">美容器具の卸通販TOP");
      out.write("</a>");
      out.write("</span> &gt; \r\n");
      out.write("<span typeof=\"v:Breadcrumb\">");
      out.write("<a href=\"");
      out.print(SIURLMap.getUrl(request,"webshop.servlet.front.haircosme"));
      out.write("\" rel=\"v:url\" property=\"v:title\">");
      out.print(SIConfig.ctgryGroupName[1]);
      out.write("</a>");
      out.write("</span> &gt;\r\n");
      out.write("<span typeof=\"v:Breadcrumb\">");
      out.write("<a property=\"v:title\">Femt Cluster（フェムトクラスター）特集");
      out.write("</a>");
      out.write("</span>");
      out.write("</div>\r\n");
      out.write("<!-- /root -->\r\n\r\n");
      out.write("<!--フェムトクラスター特集-->\r\n");
      out.write("<div id=\"femt_main\">\r\n");
      out.write("<h1>");
      out.write("<img src=\"../../img/pickup/femtcluster/main.jpg\" width=\"798\" height=\"332\" alt=\"「ファッションの為ならダメージ覚悟!」そんなダメージ毛に悩む方たちのために生まれたヘアケアアイテム『Femt Cluster』（フェムトクラスター）\" />");
      out.write("</h1>\r\n");
      out.write("<p class=\"mainnavi1\">");
      out.write("<a href=\"#femtcluster\">");
      out.write("<img src=\"../../img/pickup/femtcluster/mainnavi_1.jpg\" width=\"482\" height=\"171\" alt=\"濃密な美容液成分が、髪の内部まで届く。サロン開発の添加剤『Femt Cluster』（フェムトクラスター）\" class=\"opa80\"/>");
      out.write("</a>");
      out.write("</p>\r\n");
      out.write("<p class=\"mainnavi2\">");
      out.write("<a href=\"");
      out.print(webshopSite);
      out.write("/pickup/vividcolor/index.html\">");
      out.write("<img src=\"../../img/pickup/femtcluster/mainnavi_2.jpg\" width=\"283\" height=\"187\" alt=\"新登場！『カラーキープシリーズ　シャンプー・トリートメント』詳細は「ビビッドな&quot;攻めカラー&quot;特集」\" class=\"opa80\" />");
      out.write("</a>");
      out.write("</p>\r\n");
      out.write("</div>\r\n\r\n");
      out.write("<!-- femtcluster -->\r\n");
      out.write("<div id=\"femtcluster\">\r\n");
      out.write("<!--top-->\r\n");
      out.write("<div class=\"top\">\r\n");
      out.write("<h2>");
      out.write("<img src=\"../../img/pickup/femtcluster/top_1.jpg\" width=\"798\" height=\"76\" alt=\"サロン開発の添加剤『Femt Cluster』（フェムトクラスター）\" />");
      out.write("</h2>\r\n");
      out.write("<p>");
      out.write("<img src=\"../../img/pickup/femtcluster/top_2.jpg\" width=\"798\" height=\"67\" alt=\"濃密な美容成分が、髪の内部まで届くサロン開発の添加剤『Femt Cluster』（フェムトクラスター）\" />");
      out.write("</p>\r\n");
      out.write("<div class=\"txtbox\">\r\n    ");
      out.write("<p class=\"p1\">サロン様が抱えている色々な悩み…");
      out.write("</p>\r\n    ");
      out.write("<ul>\r\n    ");
      out.write("<li>・再来店のリピート率が上がらない。");
      out.write("</li>\r\n    ");
      out.write("<li>・良い仕上がりを実感できる前処理剤、後処理剤がない。");
      out.write("</li>\r\n    ");
      out.write("<li>・カラーやストレートパーマの仕上がりがいまいち。");
      out.write("</li>\r\n    ");
      out.write("<li>・材料費のコストダウンが出来ない。");
      out.write("</li>\r\n    ");
      out.write("</ul>\r\n    ");
      out.write("<p class=\"p2\">");
      out.write("<img src=\"../../img/pickup/femtcluster/top_3.jpg\" width=\"371\" height=\"20\" alt=\"フェムトクラスターはこれら悩みを解消！\" />");
      out.write("</p>\r\n    ");
      out.write("<p class=\"p1\">フェムトクラスターとは…");
      out.write("</p>\r\n    ");
      out.write("<ul>");
      out.write("<li>処理剤本来の目的である、薬剤の効果促進や毛髪内部の補修だけでなく、「目で見えるツヤ」「しなやかな手触り・質感」など、お客様に実感して頂ける、トリートメントレベルの仕上がり。\r\n    「薬剤に混ぜるだけ！」の簡単な施術方法で、顧客満足度の高いクオリティと、サロンメニューの単価アップが期待できます。");
      out.write("</li>\r\n    ");
      out.write("</ul>\r\n");
      out.write("</div>\r\n\r\n");
      out.write("<ul id=\"navi\" class=\"clearFix\">\r\n");
      out.write("<li>");
      out.write("<a href=\"#feature\">");
      out.write("<img class=\"opa80\" src=\"../../img/pickup/femtcluster/navi_1.jpg\" alt=\"フェムトクラスターの特徴\" />");
      out.write("</a>");
      out.write("</li>\r\n");
      out.write("<li>");
      out.write("<a href=\"#product\">");
      out.write("<img class=\"opa80\" src=\"../../img/pickup/femtcluster/navi_2.jpg\" alt=\"商品ラインナップ\" />");
      out.write("</a>");
      out.write("</li>\r\n");
      out.write("<li>");
      out.write("<a href=\"#how\">");
      out.write("<img class=\"opa80\" src=\"../../img/pickup/femtcluster/navi_3.jpg\" alt=\"使用方法\" />");
      out.write("</a>");
      out.write("</li>\r\n");
      out.write("<li>");
      out.write("<a href=\"#QA\">");
      out.write("<img class=\"opa80\" src=\"../../img/pickup/femtcluster/navi_4.jpg\" alt=\"Q&amp;A\" />");
      out.write("</a>");
      out.write("</li>\r\n");
      out.write("</ul>\r\n\r\n");
      out.write("</div>\r\n");
      out.write("<!-- /top/-->\r\n\r\n\r\n");
      out.write("<!-- feature -->\r\n");
      out.write("<a name=\"feature\" id=\"feature\">");
      out.write("</a>\r\n");
      out.write("<div class=\"feature\">\r\n");
      out.write("<h2>");
      out.write("<img src=\"../../img/pickup/femtcluster/feature_h2.jpg\" width=\"798\" height=\"90\" alt=\"フェムトクラスターの特徴\" />");
      out.write("</h2>\r\n");
      out.write("<div class=\"clearFix\">\r\n    ");
      out.write("<ol class=\"fl\">\r\n    ");
      out.write("<li>");
      out.write("<img src=\"../../img/pickup/femtcluster/feature_1.jpg\" width=\"340\" height=\"46\" alt=\"トリートメント効果の持続性が高い（約１ヶ月・・・通常２週間）\" />");
      out.write("</li>\r\n    ");
      out.write("<li>");
      out.write("<img src=\"../../img/pickup/femtcluster/feature_2.jpg\" width=\"340\" height=\"46\" alt=\"カラーリングの色持ちが良く、艶がでる。\" />");
      out.write("</li>\r\n    ");
      out.write("<li>");
      out.write("<img src=\"../../img/pickup/femtcluster/feature_3.jpg\" width=\"340\" height=\"46\" alt=\"豊富な水分量でパサつきにくくなる。\" />");
      out.write("</li>\r\n    ");
      out.write("<li>");
      out.write("<img src=\"../../img/pickup/femtcluster/feature_4.jpg\" width=\"340\" height=\"46\" alt=\"コテ巻きやアイロンの持ちがよくなる。\" />");
      out.write("</li>\r\n    ");
      out.write("</ol>\r\n    ");
      out.write("<ol class=\"fr\">\r\n    ");
      out.write("<li>");
      out.write("<img src=\"../../img/pickup/femtcluster/feature_5.jpg\" width=\"340\" height=\"46\" alt=\"クセ毛や乾燥毛をカバーしてくれる。\" />");
      out.write("</li>\r\n    ");
      out.write("<li>");
      out.write("<img src=\"../../img/pickup/femtcluster/feature_6.jpg\" width=\"340\" height=\"46\" alt=\"ノンシリコンなので、髪の毛に優しく、髪が治るのが実感できる。\" />");
      out.write("</li>\r\n    ");
      out.write("<li>");
      out.write("<img src=\"../../img/pickup/femtcluster/feature_7.jpg\" width=\"340\" height=\"46\" alt=\"アイロンやコテによる日常スタイリングによる熱ダメージを抑えてくれる。\" />");
      out.write("</li>\r\n    ");
      out.write("<li>");
      out.write("<img src=\"../../img/pickup/femtcluster/feature_8.jpg\" width=\"340\" height=\"46\" alt=\"ボリュームを抑え、指どうりを滑らかにしてくれる。\" />");
      out.write("</li>\r\n    ");
      out.write("</ol>\r\n    ");
      out.write("<p class=\"fl\">");
      out.write("<img src=\"../../img/pickup/femtcluster/feature_9.jpg\" width=\"399\" height=\"421\" alt=\"フェムトクラスター使用前イメージ\" />");
      out.write("</p>\r\n    ");
      out.write("<p class=\"fr\">");
      out.write("<img src=\"../../img/pickup/femtcluster/feature_10.jpg\" width=\"399\" height=\"421\" alt=\"フェムトクラスター使用後\" />");
      out.write("</p>\r\n");
      out.write("</div>\r\n\r\n");
      out.write("<h3>");
      out.write("<img src=\"../../img/pickup/femtcluster/feature_11.jpg\" width=\"798\" height=\"56\" alt=\"フェムトクラスターではノンシリコンタイプのトリートメントを推奨します。\" />");
      out.write("</h3>\r\n");
      out.write("<div class=\"storeComent\">\r\n    ");
      out.write("<p class=\"txt1\">その理由としては、シリコンタイプは即効性はありますが、弱点もあります。");
      out.write("<br />\r\nそれは、髪の毛の表面をコーティングしたことによりダメージが一時的に回復したように感じられますが、表面をコーティングしたことにより必要な栄養分が吸収できなくなります。また、ダメージの部分に蓄積して酸化が進み乾燥や切れ毛、枝毛の原因にもなり、さらに髪は硬く硬化して扱いにくく、カラーが染まりにくく退色がはやい、コテ巻きやストレートアイロンを使ってもカールなどのききが悪い、パーマがかかりにくくなる等の様々なデメリットがあります。");
      out.write("</p>\r\n    ");
      out.write("<div class=\"store clearFix\">\r\n    ");
      out.write("<p class=\"storeleft\">フェムトクラスターでは上質な頭皮、毛髪環境を一番と考え、ノンシリコンタイプを自信を持っておすすめします！");
      out.write("</p>\r\n    ");
      out.write("<div class=\"storeright clearFix\">\r\n        ");
      out.write("<img src=\"../../img/pickup/femtcluster/feature_13.jpg\" width=\"106\" height=\"74\" alt=\"HAIR&amp;NAIL SALON TRIPLE NAPALM BOMB\" />\r\n        ");
      out.write("<span class=\"txt2\">HAIR&amp;NAIL SALON");
      out.write("<br />");
      out.write("<font class=\"txt2_15\">TRIPLE NAPALM BOMB");
      out.write("</font>");
      out.write("</span>\r\n    ");
      out.write("</div>\r\n    ");
      out.write("</div>\r\n");
      out.write("</div>\r\n");
      out.write("</div>\r\n");
      out.write("<!-- /feature/-->\r\n");
      out.write("<div class=\"gotoNavi\">");
      out.write("<a href=\"#navi\">▲Femt Clusterのナビゲーションへ戻る");
      out.write("</a>");
      out.write("</div>\r\n\r\n\r\n\r\n");
      out.write("<!-- product-->\r\n");
      out.write("<a name=\"product\" id=\"product\">");
      out.write("</a>\r\n");
      out.write("<div class=\"product\">\r\n");
      out.write("<h2>");
      out.write("<img src=\"../../img/pickup/femtcluster/product_h2.jpg\" width=\"798\" height=\"90\" alt=\"商品ラインナップ\" />");
      out.write("</h2>\r\n");
      out.write("<!-- clearFix-->\r\n");
      out.write("<div class=\"proBox clearFix\">\r\n");
      out.write("<div class=\"pro fl\">\r\n");
      out.write("<h3>Femt Cluster（フェムトクラスター）");
      out.write("<br />トリートメント業務用250ml");
      out.write("</h3>\r\n");
      out.write("<div class=\"detailBox h260\">\r\n    ");
      out.write("<img class=\"fl\" src=\"../../img/pickup/femtcluster/product_1.jpg\" width=\"143\" height=\"242\" alt=\"トリートメント業務用250ml\" />\r\n    ");
      out.write("<p class=\"txt3 fr\">今までにないトリートメントメニュー（添加剤）の確立を目指して作られた商品です。");
      out.write("<br /> その最大の特徴は、１、速攻性・持続性　２、溢れる潤いと艶感　３、カラーとストレートと併用できる特徴あるメニュー展開　４、ノンシリコンメニューのため髪の補修計画が立てられる。　いままでメニューとして存在感が薄かった、トリートメントメニューが大きな柱になります。");
      out.write("<br /> 成分は、コラーゲンを主成分とし、ケラチン、ヒアルロン酸、クエン酸、アルギニン、アミノ酸系を豊富に取り入れております。サロンの差別化や特徴あるメニュー展開を目指しております。");
      out.write("</p>\r\n");
      out.write("</div>\r\n");
      out.write("<div class=\"priceBox\">\r\n    ");
      out.write("<span class=\"price\">");
      out.write("<font class=\"teika\">&nbsp;");
      out.write("</font>");
      out.write("<br />\r\n    ");
      out.write("<font class=\"f17\">BG卸価 ￥");
      out.write("</font>");
      out.write("<font class=\"f21\">");
      /* ----  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,"HP-0364N"));
      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("</font>");
      out.write("<font class=\"f13\">(税別)");
      out.write("</font>");
      out.write("</span>\r\n    ");
      out.write("<p class=\"buy\">");
      out.write("<a href=\"");
      out.print(webshopSite);
      out.write("/haircosme_cmdty/30360/HP-0364N\">");
      out.write("<img class=\"opa80\" src=\"../../img/pickup/femtcluster/product_buy.jpg\" width=\"157\" height=\"40\" alt=\"詳細・ご購入はこちら\" />");
      out.write("</a>");
      out.write("</p>\r\n");
      out.write("</div>\r\n");
      out.write("</div>\r\n\r\n");
      out.write("<div class=\"pro fl\">\r\n");
      out.write("<h3>Femt Cluster（フェムトクラスター）");
      out.write("<br />アフターローション200ml（トリガー付き）");
      out.write("</h3>\r\n");
      out.write("<div class=\"detailBox h260\">\r\n    ");
      out.write("<img class=\"fl\" src=\"../../img/pickup/femtcluster/product_2.jpg\" width=\"143\" height=\"242\" alt=\"アフターローション200ml\" />\r\n    ");
      out.write("<p class=\"txt3 fr\">メニューの工程の、プレ処理、中間処理、アフター処理、全てに使用可能なオールマイティな商品になっております。");
      out.write("<br />成分は、高濃度のコラーゲンとヒアルロン酸、アミノ酸が主成分です、ノンシリコンで髪をいたわり補修力も高い能力を発揮します。FCカラートリートメントをお試しいただいていない方にも使用可能です。");
      out.write("</p>\r\n");
      out.write("</div>\r\n");
      out.write("<div class=\"priceBox\">\r\n    ");
      out.write("<span class=\"price\">");
      out.write("<font class=\"teika\">メーカー希望小売価格 ￥");
      /* ----  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(cmdtyColl2,"HL-0056N"));
      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("(税別)");
      out.write("</font>");
      out.write("<br />\r\n    ");
      out.write("<font class=\"f17\">BG卸価 ￥");
      out.write("</font>");
      out.write("<font class=\"f21\">");
      /* ----  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,"HL-0056N"));
      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("</font>");
      out.write("<font class=\"f13\">(税別)");
      out.write("</font>");
      out.write("</span>\r\n    ");
      out.write("<p class=\"buy\">");
      out.write("<a href=\"");
      out.print(webshopSite);
      out.write("/haircosme_cmdty/30359/HL-0056N\">");
      out.write("<img class=\"opa80\" src=\"../../img/pickup/femtcluster/product_buy.jpg\" width=\"157\" height=\"40\" alt=\"詳細・ご購入はこちら\" />");
      out.write("</a>");
      out.write("</p>\r\n");
      out.write("</div>\r\n");
      out.write("</div>\r\n\r\n");
      out.write("<div class=\"pro fl\">\r\n");
      out.write("<h3>Femt Cluster（フェムトクラスター）");
      out.write("<br />トリートメント1回分パウチ25ml");
      out.write("</h3>\r\n");
      out.write("<div class=\"detailBox h172\">\r\n    ");
      out.write("<img class=\"fl\" src=\"../../img/pickup/femtcluster/product_3.jpg\" width=\"143\" height=\"172\" alt=\"トリートメント1回分パウチ25ml\" />\r\n    ");
      out.write("<p class=\"txt3 fr\">上記フェムトクラスタートリートメント1回分のパウチ２５mlです。");
      out.write("<br />お試し用だったり、お客様の目の前で添加したり、活用できます。");
      out.write("</p>\r\n");
      out.write("</div>\r\n");
      out.write("<div class=\"priceBox\">\r\n    ");
      out.write("<span class=\"price\">");
      out.write("<font class=\"teika\">&nbsp;");
      out.write("</font>");
      out.write("<br />\r\n    ");
      out.write("<font class=\"f17\">BG卸価 ￥");
      out.write("</font>");
      out.write("<font class=\"f21\">");
      /* ----  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,"HP-0365N"));
      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("</font>");
      out.write("<font class=\"f13\">(税別)");
      out.write("</font>");
      out.write("</span>\r\n    ");
      out.write("<p class=\"buy\">");
      out.write("<a href=\"");
      out.print(webshopSite);
      out.write("/haircosme_cmdty/30393/HP-0365N\">");
      out.write("<img class=\"opa80\" src=\"../../img/pickup/femtcluster/product_buy.jpg\" width=\"157\" height=\"40\" alt=\"詳細・ご購入はこちら\" />");
      out.write("</a>");
      out.write("</p>\r\n");
      out.write("</div>\r\n");
      out.write("</div>\r\n\r\n");
      out.write("</div>\r\n");
      out.write("<!-- /clearFix/-->\r\n\r\n");
      out.write("<br class=\"clear\" />\r\n\r\n");
      out.write("<!-- pro2-->\r\n");
      out.write("<div class=\"pro2\">\r\n");
      out.write("<h3>Femt Cluster（フェムトクラスター）");
      out.write("<br />ノンシリコンシャンプー&amp;トリートメント");
      out.write("</h3>\r\n");
      out.write("<p class=\"mt5\">フェムトクラスタートリートメントの効果を維持するためにもオススメなホームケア用のノンシリコンシャンプー＆トリートメント！");
      out.write("<br />\r\n完全ノンシリコンタイプですが、きしみやゴワツキがありません！最高級の洗い上がりと仕上がりを堪能してください。また香りも１日中続きます！");
      out.write("</p>\r\n");
      out.write("<img class=\"fl mt10 mb10\" src=\"../../img/pickup/femtcluster/product_5.jpg\" width=\"370\" height=\"226\" alt=\"ノンシリコンシャンプーイメージ\" />\r\n");
      out.write("<img class=\"fl mt10 mb10\" src=\"../../img/pickup/femtcluster/product_6.jpg\" width=\"370\" height=\"226\" alt=\"ノンシリコントリートメントイメージ\" />\r\n");
      out.write("<div class=\"clearFix\">\r\n    ");
      out.write("<div class=\"priceBox2 fl mr40\">\r\n        ");
      out.write("<h4>ノンシリコンシャンプー250ml");
      out.write("</h4>\r\n        ");
      out.write("<div class=\"priceBox\">\r\n            ");
      out.write("<span class=\"price\">");
      out.write("<font class=\"teika\">メーカー希望小売価格 ￥");
      /* ----  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(cmdtyColl2,"HS-0410N"));
      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("(税別)");
      out.write("</font>");
      out.write("<br />\r\n            ");
      out.write("<font class=\"f17\">BG卸価 ￥");
      out.write("</font>");
      out.write("<font class=\"f21\">");
      /* ----  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,"HS-0410N"));
      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("</font>");
      out.write("<font class=\"f13\">(税別)");
      out.write("</font>");
      out.write("</span>\r\n            ");
      out.write("<p class=\"buy\">");
      out.write("<a href=\"");
      out.print(webshopSite);
      out.write("/haircosme_cmdty/30362/HS-0410N\">");
      out.write("<img class=\"opa80\" src=\"../../img/pickup/femtcluster/product_buy.jpg\" width=\"157\" height=\"40\" alt=\"詳細・ご購入はこちら\" />");
      out.write("</a>");
      out.write("</p>\r\n        ");
      out.write("</div>\r\n    ");
      out.write("</div>\r\n    \r\n    ");
      out.write("<div class=\"priceBox2 fl\">    \r\n        ");
      out.write("<h4>ノンシリコントリートメント250ml");
      out.write("</h4>\r\n        ");
      out.write("<div class=\"priceBox\">\r\n            ");
      out.write("<span class=\"price\">");
      out.write("<font class=\"teika\">メーカー希望小売価格 ￥");
      /* ----  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(cmdtyColl2,"HT-0368N"));
      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("(税別)");
      out.write("</font>");
      out.write("<br />\r\n            ");
      out.write("<font class=\"f17\">BG卸価 ￥");
      out.write("</font>");
      out.write("<font class=\"f21\">");
      /* ----  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,"HT-0368N"));
      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("</font>");
      out.write("<font class=\"f13\">(税別)");
      out.write("</font>");
      out.write("</span>\r\n            ");
      out.write("<p class=\"buy\">");
      out.write("<a href=\"");
      out.print(webshopSite);
      out.write("/haircosme_cmdty/30364/HT-0368N\">");
      out.write("<img class=\"opa80\" src=\"../../img/pickup/femtcluster/product_buy.jpg\" width=\"157\" height=\"40\" alt=\"詳細・ご購入はこちら\" />");
      out.write("</a>");
      out.write("</p>\r\n    \t");
      out.write("</div>\r\n    ");
      out.write("</div>\r\n    ");
      out.write("<div class=\"priceBox2 fl mr40\">   \r\n        ");
      out.write("<h4>ノンシリコンシャンプー500ml");
      out.write("</h4>\r\n        ");
      out.write("<div class=\"priceBox\">\r\n            ");
      out.write("<span class=\"price\">");
      out.write("<font class=\"teika\">メーカー希望小売価格 ￥");
      /* ----  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(cmdtyColl2,"HS-0409N"));
      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("(税別)");
      out.write("</font>");
      out.write("<br />\r\n            ");
      out.write("<font class=\"f17\">BG卸価 ￥");
      out.write("</font>");
      out.write("<font class=\"f21\">");
      /* ----  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,"HS-0409N"));
      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("</font>");
      out.write("<font class=\"f13\">(税別)");
      out.write("</font>");
      out.write("</span>\r\n            ");
      out.write("<p class=\"buy\">");
      out.write("<a href=\"");
      out.print(webshopSite);
      out.write("/haircosme_cmdty/30361/HS-0409N\">");
      out.write("<img class=\"opa80\" src=\"../../img/pickup/femtcluster/product_buy.jpg\" width=\"157\" height=\"40\" alt=\"詳細・ご購入はこちら\" />");
      out.write("</a>");
      out.write("</p>\r\n    \t");
      out.write("</div>\r\n    ");
      out.write("</div>\r\n    ");
      out.write("<div class=\"priceBox2 fl\">    \r\n        ");
      out.write("<h4>ノンシリコントリートメント500ml");
      out.write("</h4>\r\n        ");
      out.write("<div class=\"priceBox\">\r\n            ");
      out.write("<span class=\"price\">");
      out.write("<font class=\"teika\">メーカー希望小売価格 ￥");
      /* ----  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(cmdtyColl2,"HT-0367N"));
      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("(税別)");
      out.write("</font>");
      out.write("<br />\r\n            ");
      out.write("<font class=\"f17\">BG卸価 ￥");
      out.write("</font>");
      out.write("<font class=\"f21\">");
      /* ----  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,"HT-0367N"));
      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("</font>");
      out.write("<font class=\"f13\">(税別)");
      out.write("</font>");
      out.write("</span>\r\n            ");
      out.write("<p class=\"buy\">");
      out.write("<a href=\"");
      out.print(webshopSite);
      out.write("/haircosme_cmdty/30363/HT-0367N\">");
      out.write("<img class=\"opa80\" src=\"../../img/pickup/femtcluster/product_buy.jpg\" width=\"157\" height=\"40\" alt=\"詳細・ご購入はこちら\" />");
      out.write("</a>");
      out.write("</p>\r\n    \t");
      out.write("</div>\r\n     ");
      out.write("</div>\r\n");
      out.write("</div>\r\n");
      out.write("<div class=\"mt20\">");
      out.write("<font style=\"color:#777;\">※容器の色は指定できませんので予めご了承ください。");
      out.write("</font>");
      out.write("</div>\r\n");
      out.write("</div>\r\n");
      out.write("<!-- /pro2/-->\r\n\r\n");
      out.write("</div>\r\n");
      out.write("<!-- /product/-->\r\n");
      out.write("<div class=\"gotoNavi\">");
      out.write("<a href=\"#navi\">▲Femt Clusterのナビゲーションへ戻る");
      out.write("</a>");
      out.write("</div>\r\n\r\n\r\n\r\n");
      out.write("<!-- how-->\r\n");
      out.write("<a name=\"how\" id=\"how\">");
      out.write("</a>\r\n");
      out.write("<div class=\"how\">\r\n");
      out.write("<h2>");
      out.write("<img src=\"../../img/pickup/femtcluster/how_h2.jpg\" width=\"798\" height=\"90\" alt=\"使用方法\" />");
      out.write("</h2>\r\n");
      out.write("<ol>\r\n");
      out.write("<li class=\"mr25\">\r\n");
      out.write("<img src=\"../../img/pickup/femtcluster/how_1.jpg\" width=\"230\" height=\"140\" alt=\"1.\" />\r\n");
      out.write("<p class=\"mt5\"> フェムトクラスターを髪全体によくなじませます。　カラー剤、ストレート剤は通常どおりカウンセリングして頂き、お客様の髪の状態に合わせてご用意ください。");
      out.write("</p>");
      out.write("</li>\r\n");
      out.write("<li class=\"mr25\">\r\n");
      out.write("<img src=\"../../img/pickup/femtcluster/how_2.jpg\" width=\"230\" height=\"140\" alt=\"2.\" />\r\n");
      out.write("<p class=\"mt5\"> カラー剤、ストレート剤を髪に塗布していきます。手順もいつもと同じでかまいません。（薬によりカラーの出方は変りませんので、いつもどうりの設定で大丈夫です）");
      out.write("</p>");
      out.write("</li>\r\n");
      out.write("<li>\r\n");
      out.write("<img src=\"../../img/pickup/femtcluster/how_3.jpg\" width=\"230\" height=\"140\" alt=\"3.\" />\r\n");
      out.write("<p class=\"mt5\">髪の毛全体にアフターローションをスプレー塗布しよくなじませます。");
      out.write("</p>");
      out.write("</li>\r\n");
      out.write("<li class=\"mr25\">\r\n");
      out.write("<img src=\"../../img/pickup/femtcluster/how_4.jpg\" width=\"230\" height=\"140\" alt=\"4.\" />\r\n");
      out.write("<p class=\"mt5\">通常の施術と変わらず、タイムをおきます。薬設定や、お客様の髪に合わせて放置してください。（自然放置でもかまいません）");
      out.write("</p>");
      out.write("</li>\r\n");
      out.write("<li class=\"mr25\">\r\n");
      out.write("<img src=\"../../img/pickup/femtcluster/how_5.jpg\" width=\"230\" height=\"140\" alt=\"5.\" />\r\n");
      out.write("<p class=\"mt5\">カラー、ストレートの状態をチェックします。色の出具合や軟化をみてください。OKならばシャンプーや流しをしてください。");
      out.write("</p>");
      out.write("</li>\r\n");
      out.write("<li>\r\n");
      out.write("<img src=\"../../img/pickup/femtcluster/how_6.jpg\" width=\"230\" height=\"140\" alt=\"6.\" />\r\n");
      out.write("<p class=\"mt5\">シャンプー、流しをします。この際、FCシャンプー・トリートメントを使用していただけますと、より良い仕上がりが実感できます。");
      out.write("</p>");
      out.write("</li>\r\n");
      out.write("<li class=\"mr25\">\r\n");
      out.write("<img src=\"../../img/pickup/femtcluster/how_7.jpg\" width=\"230\" height=\"140\" alt=\"7.\" />\r\n");
      out.write("<p class=\"mt5\">FCアフターローションを適量（６～８プッシュ）毛先を中心にかけます。");
      out.write("</p>");
      out.write("</li>\r\n");
      out.write("<li class=\"mr25\">\r\n");
      out.write("<img src=\"../../img/pickup/femtcluster/how_8.jpg\" width=\"230\" height=\"140\" alt=\"8.\" />\r\n");
      out.write("<p class=\"mt5\">水分がなくなるまでよく乾かし、ドライヤーの熱がよくあたるようにしっかりドライします。");
      out.write("</p>");
      out.write("</li>\r\n");
      out.write("<li>\r\n");
      out.write("<img src=\"../../img/pickup/femtcluster/how_9.jpg\" width=\"230\" height=\"140\" alt=\"9.\" />\r\n");
      out.write("<p class=\"mt5\">熱をしっかり当たるようにブローします。きめを整え丁寧にゆっくりブローをしてください。");
      out.write("</p>");
      out.write("</li>\r\n");
      out.write("<li class=\"mr25\">\r\n");
      out.write("<img src=\"../../img/pickup/femtcluster/how_10.jpg\" width=\"230\" height=\"140\" alt=\"10.\" />\r\n");
      out.write("<p class=\"mt5\">ストレートアイロンを熱がしっかりいきわたるように入れます。温度の目安は１８０度から２００度です。");
      out.write("<br />\r\nストレートアイロンのあとカールアイロン仕上げでもかまいません。");
      out.write("</p>");
      out.write("</li>\r\n");
      out.write("<li class=\"last\">\r\n    ");
      out.write("<img src=\"../../img/pickup/femtcluster/how_11.jpg\" width=\"464\" height=\"312\" alt=\"仕上がりです、艶・潤いが戻りました。トリートメントのオススメの周期は約１ヶ月～１．５ヶ月です。\" />\r\n    ");
      out.write("<p class=\"mt5\">今回はハイトーンでダメージレベルが強い方を施術。");
      out.write("<br />ブリーチ毛で水分量も少なく、前回のカラーにて入れたカラーも抜けきった状態です。フェムトクラスタートリートメント施術を行った使用後は髪の毛の水分量もしっかり補え、きめ細かくトリートメントがいきわたりました。");
      out.write("<br />（使用カラー剤は１１レベルのアッシュグレーカラー＋フェムトクラスター１５％）\r\n    ");
      out.write("</p>\r\n");
      out.write("</li>\r\n");
      out.write("</ol>\r\n");
      out.write("<br class=\"clear\" />\r\n");
      out.write("</div>\r\n");
      out.write("<!-- /how/-->\r\n");
      out.write("<div class=\"gotoNavi\">");
      out.write("<a href=\"#navi\">▲Femt Clusterのナビゲーションへ戻る");
      out.write("</a>");
      out.write("</div>\r\n\r\n\r\n\r\n");
      out.write("<!-- QA-->\r\n");
      out.write("<a name=\"QA\" id=\"QA\">");
      out.write("</a>\r\n");
      out.write("<div class=\"QA\">\r\n");
      out.write("<h2>");
      out.write("<img src=\"../../img/pickup/femtcluster/QA_h2.jpg\" width=\"798\" height=\"90\" alt=\"Q&amp;A\" />");
      out.write("</h2>\r\n\r\n");
      out.write("<h3>");
      out.write("<img src=\"../../img/pickup/femtcluster/QA_h3_2.gif\" width=\"158\" height=\"18\" alt=\"効果・特徴について\" />");
      out.write("</h3>\r\n");
      out.write("<div class=\"QA_cont\">\r\n");
      out.write("<div class=\"QA_cont_wrap\">\r\n");
      out.write("<dl>\r\n");
      out.write("<dt>");
      out.write("<img src=\"../../img/pickup/femtcluster/QA_q.jpg\" width=\"40\" height=\"40\" alt=\"Q.\" />");
      out.write("<span>なぜ従来のトリートメントより効果が持続するのですか？");
      out.write("</span>");
      out.write("</dt>\r\n");
      out.write("<dd>");
      out.write("<img src=\"../../img/pickup/femtcluster/QA_a.jpg\" width=\"40\" height=\"40\" alt=\"Q.\" />");
      out.write("<span>フェムトクラスターはトリートメント効果の高い、サロン施術用処理剤なので、カラーリングやストレートパーマと同時に施術することで、開かれたキューティクルの間から毛髪内部まで入り込み、吸着するので、表面をコーティングするタイプのトリートメントよりも持続しやすい性質を持っています。");
      out.write("</span>");
      out.write("</dd>\r\n\r\n");
      out.write("<dt>");
      out.write("<img src=\"../../img/pickup/femtcluster/QA_q.jpg\" width=\"40\" height=\"40\" alt=\"Q.\" />");
      out.write("<span>FC施術後は、ノンシリコンタイプのシャンプーを使用した方が良いですか？");
      out.write("</span>");
      out.write("</dt>\r\n");
      out.write("<dd>");
      out.write("<img src=\"../../img/pickup/femtcluster/QA_a.jpg\" width=\"40\" height=\"40\" alt=\"Q.\" />");
      out.write("<span>フェムトクラスターの効果をより持続・実感して頂くには、ノンシリコンタイプのヘアケア剤のご使用をオススメします。また、ノンシリコンタイプのヘアケア剤をご使用頂いた方が、次回の施術効果が高まります。");
      out.write("</span>");
      out.write("</dd>\r\n\r\n");
      out.write("<dt>");
      out.write("<img src=\"../../img/pickup/femtcluster/QA_q.jpg\" width=\"40\" height=\"40\" alt=\"Q.\" />");
      out.write("<span>普段のお手入れはどうすればいいですか？");
      out.write("</span>");
      out.write("</dt>\r\n");
      out.write("<dd>");
      out.write("<img src=\"../../img/pickup/femtcluster/QA_a.jpg\" width=\"40\" height=\"40\" alt=\"Q.\" />");
      out.write("<span>良くドライ、ブローして、熱をしっかりあててください。");
      out.write("<br />\r\nストレートアイロンやカールアイロンなどで仕上げるとさらに指どおりが良くなり、ツヤも増します。");
      out.write("</span>");
      out.write("</dd>\r\n\r\n");
      out.write("<dt>");
      out.write("<img src=\"../../img/pickup/femtcluster/QA_q.jpg\" width=\"40\" height=\"40\" alt=\"Q.\" />");
      out.write("<span>乾かす前に、何か髪につけた方が良いですか？");
      out.write("</span>");
      out.write("</dt>\r\n");
      out.write("<dd>");
      out.write("<img src=\"../../img/pickup/femtcluster/QA_a.jpg\" width=\"40\" height=\"40\" alt=\"Q.\" />");
      out.write("<span>よくドライして熱をしっかりあてるだけで、FCの効果は実感していただけると思いますが、ブロー前にFCアフターローションをスプレーして頂くと、シャンプーなどにより流出したFC成分を補うことができ、効果がより持続します。");
      out.write("</span>");
      out.write("</dd>\r\n\r\n");
      out.write("<dt>");
      out.write("<img src=\"../../img/pickup/femtcluster/QA_q.jpg\" width=\"40\" height=\"40\" alt=\"Q.\" />");
      out.write("<span>ストレートアイロンやカールアイロンを必ず使用した方が良いですか？");
      out.write("</span>");
      out.write("</dt>\r\n");
      out.write("<dd>");
      out.write("<img src=\"../../img/pickup/femtcluster/QA_a.jpg\" width=\"40\" height=\"40\" alt=\"Q.\" />");
      out.write("<span>基本的にはブロー仕上げのみで構いません。アイロン仕上げをすることにより、FCに含まれている成分が熱に反応し、よりツヤ感を増します。");
      out.write("</span>");
      out.write("</dd>\r\n\r\n");
      out.write("<dt>");
      out.write("<img src=\"../../img/pickup/femtcluster/QA_q.jpg\" width=\"40\" height=\"40\" alt=\"Q.\" />");
      out.write("<span>カラーリングの色持ちが良くなったり、ツヤが出るのはなぜですか？");
      out.write("</span>");
      out.write("</dt>\r\n");
      out.write("<dd>");
      out.write("<img src=\"../../img/pickup/femtcluster/QA_a.jpg\" width=\"40\" height=\"40\" alt=\"Q.\" />");
      out.write("<span> 毛髪内部まで入り込りこんだFC成分が、スカスカになったダメージ部分を埋めてくれるので、褪色を抑えたり、髪の表面が滑らかになることで、光の反射率を上げ、ツヤが生まれます。");
      out.write("</span>");
      out.write("</dd>\r\n　\r\n");
      out.write("<dt>");
      out.write("<img src=\"../../img/pickup/femtcluster/QA_q.jpg\" width=\"40\" height=\"40\" alt=\"Q.\" />");
      out.write("<span>カラーやストレートパーマと同時施術ではなく、FCのみでトリートメント効果を出すことができますか？");
      out.write("</span>");
      out.write("</dt>\r\n");
      out.write("<dd>");
      out.write("<img src=\"../../img/pickup/femtcluster/QA_a.jpg\" width=\"40\" height=\"40\" alt=\"Q.\" />");
      out.write("<span>FCはカラー剤やストレート剤の反応により開かれたキューティクルの間から毛髪内部に浸透するので、同時施術でないと効果が弱まります。施術まで時間があいてしまう方はFCアフターローションでのデイリーケアをお勧めします。");
      out.write("</span>");
      out.write("</dd>\r\n\r\n");
      out.write("<dt>");
      out.write("<img src=\"../../img/pickup/femtcluster/QA_q.jpg\" width=\"40\" height=\"40\" alt=\"Q.\" />");
      out.write("<span>どれくらいの周期で何回くらい施術すれば効果を実感できますか？");
      out.write("</span>");
      out.write("</dt>\r\n");
      out.write("<dd>");
      out.write("<img src=\"../../img/pickup/femtcluster/QA_a.jpg\" width=\"40\" height=\"40\" alt=\"Q.\" />");
      out.write("<span>効果は一度で実感していただけると思いますが、繰り返し施術を行うことで成分が定着しやすくなるので、カラーリングの都度（およそ１ヶ月～２ヶ月）を目安におこなってください。回を重ねる毎に、髪質が改善されていくのを実感していただけると思います。");
      out.write("</span>");
      out.write("</dd>\r\n\r\n");
      out.write("<dt>");
      out.write("<img src=\"../../img/pickup/femtcluster/QA_q.jpg\" width=\"40\" height=\"40\" alt=\"Q.\" />");
      out.write("<span>どんな髪質の人に向いていますか？");
      out.write("</span>");
      out.write("</dt>\r\n");
      out.write("<dd>");
      out.write("<img src=\"../../img/pickup/femtcluster/QA_a.jpg\" width=\"40\" height=\"40\" alt=\"Q.\" />");
      out.write("<span>柔らかい髪質の方はハリが出て、クセや乾燥に悩まされている方はおさまりが良くなり、ダメージ毛や髪の硬い方は手触りが良くなります。");
      out.write("</span>");
      out.write("</dd>\r\n");
      out.write("</dl>\r\n");
      out.write("</div>\r\n");
      out.write("<p>");
      out.write("<img src=\"../../img/pickup/femtcluster/QA_foot.jpg\" width=\"798\" height=\"30\" />");
      out.write("</p>\r\n");
      out.write("</div>\r\n\r\n\r\n");
      out.write("<h3>");
      out.write("<img src=\"../../img/pickup/femtcluster/QA_h3_1.gif\" width=\"112\" height=\"18\" alt=\"施術について\" />");
      out.write("</h3>\r\n");
      out.write("<div class=\"QA_cont\">\r\n");
      out.write("<div class=\"QA_cont_wrap\">\r\n");
      out.write("<dl>\r\n");
      out.write("<dt>");
      out.write("<img src=\"../../img/pickup/femtcluster/QA_q.jpg\" width=\"40\" height=\"40\" alt=\"Q.\" />");
      out.write("<span>カラー剤やストレート剤に加えるFCの量はどのくらい必要ですか？");
      out.write("</span>");
      out.write("</dt>\r\n");
      out.write("<dd>");
      out.write("<img src=\"../../img/pickup/femtcluster/QA_a.jpg\" width=\"40\" height=\"40\" alt=\"Q.\" />");
      out.write("<span>髪のダメージレベルに合わせ、薬剤に対し、約10％～30％を目安に加えてください。");
      out.write("</span>");
      out.write("</dd>\r\n\r\n");
      out.write("<dt>");
      out.write("<img src=\"../../img/pickup/femtcluster/QA_q.jpg\" width=\"40\" height=\"40\" alt=\"Q.\" />");
      out.write("<span>FCの量は多い方が効果が高いですか？");
      out.write("</span>");
      out.write("</dt>\r\n");
      out.write("<dd>");
      out.write("<img src=\"../../img/pickup/femtcluster/QA_a.jpg\" width=\"40\" height=\"40\" alt=\"Q.\" />");
      out.write("<span>一定量を超えて加えても、毛髪内でFC成分が飽和状態になってしまうので、サロン様のコストを抑えるためにも約10％～30％を推奨しております。ただし、ハイダメージの場合、スカスカになっている毛髪内部をFCで補ってあげる必要があるといえますので、ダメージレベルに合わせてご使用ください。");
      out.write("</span>");
      out.write("</dd>\r\n\r\n");
      out.write("<dt>");
      out.write("<img src=\"../../img/pickup/femtcluster/QA_q.jpg\" width=\"40\" height=\"40\" alt=\"Q.\" />");
      out.write("<span>FCを使用することにより、カラーの発色が悪くなったりしませんか？");
      out.write("</span>");
      out.write("</dt>\r\n");
      out.write("<dd>");
      out.write("<img src=\"../../img/pickup/femtcluster/QA_a.jpg\" width=\"40\" height=\"40\" alt=\"Q.\" />");
      out.write("<span>FCの分子がカラー剤に含まれる酸化染料に吸着し、毛髪内部に浸透するので、カラーの発色の妨げにはなりませんし、仕上がりにツヤ感が増すので、発色がキレイになります。");
      out.write("</span>");
      out.write("</dd>\r\n\r\n");
      out.write("<dt>");
      out.write("<img src=\"../../img/pickup/femtcluster/QA_q.jpg\" width=\"40\" height=\"40\" alt=\"Q.\" />");
      out.write("<span>施術の際には必ず加温をした方が良いですか？");
      out.write("</span>");
      out.write("</dt>\r\n");
      out.write("<dd>");
      out.write("<img src=\"../../img/pickup/femtcluster/QA_a.jpg\" width=\"40\" height=\"40\" alt=\"Q.\" />");
      out.write("<span>お客様の髪の状態や薬剤の設定によって、スタイリストの方のご判断で、普段と変わらない施術をおこなって頂いて構いません。");
      out.write("</span>");
      out.write("</dd>\r\n\r\n");
      out.write("<dt>");
      out.write("<img src=\"../../img/pickup/femtcluster/QA_q.jpg\" width=\"40\" height=\"40\" alt=\"Q.\" />");
      out.write("<span>施術途中のFCアフターローション塗布にはどんな効果がありますか？");
      out.write("</span>");
      out.write("</dt>\r\n");
      out.write("<dd>");
      out.write("<img src=\"../../img/pickup/femtcluster/QA_a.jpg\" width=\"40\" height=\"40\" alt=\"Q.\" />");
      out.write("<span>FCアフターローションの内容成分はFCとほとんど同じなので、施術の途中で塗布して頂くことで、補いきれていないダメージの修復に役立ちます。この中間塗布はアプリケーター等を使用して、FCを塗布して頂いても結構ですが、FCアフターローションは使いやすいスプレーヤータイプになっております。（トリガー別売り）");
      out.write("</span>");
      out.write("</dd>\r\n\r\n");
      out.write("<dt>");
      out.write("<img src=\"../../img/pickup/femtcluster/QA_q.jpg\" width=\"40\" height=\"40\" alt=\"Q.\" />");
      out.write("<span>ブロー前のFCアフターローション塗布にはどんな効果がありますか？");
      out.write("</span>");
      out.write("</dt>\r\n");
      out.write("<dd>");
      out.write("<img src=\"../../img/pickup/femtcluster/QA_a.jpg\" width=\"40\" height=\"40\" alt=\"Q.\" />");
      out.write("<span> FCは熱を与えると効果を発揮するので、しっかりドライ・ブローをして頂きたいのですが、髪の表面や毛先はもともと乾燥しやすいので、オーバードライを防ぎ、潤いを保つためにスプレーして頂くと、仕上がりに効果があらわれます。また、濡れた毛髪はキューティクルがひらいてしまうので、毎日のシャンプーで流出してしまうFC成分を補うためにも、デイリーケアとしてお使い頂くことをお勧めします。");
      out.write("</span>");
      out.write("</dd>\r\n　\r\n");
      out.write("</dl>\r\n");
      out.write("</div>\r\n");
      out.write("<p style=\"margin-bottom:20px;\">");
      out.write("<img src=\"../../img/pickup/femtcluster/QA_foot.jpg\" width=\"798\" height=\"30\" />");
      out.write("</p>\r\n");
      out.write("</div>\r\n\r\n");
      out.write("</div>\r\n");
      out.write("<!-- /QA/ -->\r\n");
      out.write("</div>\r\n");
      out.write("<!-- /femtcluster/ -->\r\n\r\n\r\n");
      out.write("<!-- banner -->\r\n");
      out.write("<div id=\"banner\">\r\n");
      out.write("<p>");
      out.write("<a href=\"");
      out.print(webshopSite);
      out.write("/pickup/vividcolor/index.html\">");
      out.write("<img src=\"../../img/pickup/femtcluster/banner1.jpg\" width=\"800\" height=\"186\" alt=\"フェムトクラスターから、染めたての髪色を長持ちさせる『カラーキープシリーズ登場!（シャンプー・トリートメント）』\" class=\"opa80\" />");
      out.write("</a>");
      out.write("</p>\r\n");
      out.write("</div>\r\n");
      out.write("<!-- /banner/ -->\r\n\r\n");
      out.write("<!--//フェムトクラスター特集//-->\r\n\r\n");
      out.write("<!-- pagetop -->\r\n");
      out.write("<div id=\"pagetop\">");
      out.write("<a href=\"#top\">▲ページTOPへ");
      out.write("</a>");
      out.write("</div>\r\n");
      out.write("<!-- /pagetop -->\r\n\r\n");
      out.write("</div>\r\n");
      out.write("<!-- /contentsArea -->\r\n\r\n");
      out.write("<!-- footerArea -->\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
 */
String searchPath = "beautygarage";

      out.write("\r\n");
      out.write("\r\n");
 //▼アプリでは非表示：ここから▼
 if (request.getHeader("user-agent").indexOf("bg-webview-")==-1) { 
      out.write("\r\n");
      out.write("<!-- headerSearch  attributesText=\"onChange=\\\"submit()\\\"\" -->\r\n\r\n");
      out.write("<div id=\"headerSearch\">\r\n  ");
      out.write("<form name=\"headerSearch\" action=\"");
      out.print(webshopSite);
      out.write("\" method=\"get\">\r\n    ");
      out.write("<script language=\"javascript1.2\" type=\"text/javascript\">\r\n");
      out.write("<!--\r\nfunction changeAction(val){\r\n  with (document.headerSearch){\r\n    pass.value=val;\r\n  }\r\n}\r\nfunction headsearch(){\r\n  with (document.headerSearch){\r\n    if(srchWordTxt.value=='' && ctc.value=='");
      out.print(SIConfig.SICATEGORY_ROOT_CODE);
      out.write("' && maker.value=='') dispModeTxt.value='';\r\n    action=action+'/'+pass.value;\r\n    active.value=pass.value;\r\n    submit();\r\n  }\r\n}\r\nfunction enterSearchHead(event){\r\n  if (event.keyCode == 13 || event.charCode == 13){\r\n    headsearch();\r\n  }\r\n}\r\n//-->\r\n");
      out.write("</script>\r\n    ");
      out.write("<fieldset>\r\n      ");
      out.write("<img src=\"");
      out.print(webshopSite);
      out.write("/img/title_header_search_l.gif\" alt=\"商品を探す\" width=\"43\" height=\"28\" />\r\n      ");
      out.write("<select name=\"ctc\" onChange=\"changeAction(this.options[this.options.selectedIndex].title)\" onKeyPress=\"enterSearchHead(event)\">\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.SINameValue");
      _jspx_th_webshop_siiterator_0.setCollection(UICtgryGroup.getCtgryListColl(connection,false));
      _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.SINameValue headID = null;
        headID = (jp.co.sint.basic.SINameValue) pageContext.findAttribute("headID");
        do {
          out.write("\r\n          ");
          out.write("<option value=\"");
          out.print(headID.getValue().split(",")[0]);
          out.write("\" title=\"");
          out.print(headID.getValue().split(",")[1]);
          out.write("\">");
          out.print(headID.getName());
          out.write("</option>\r\n        ");
          int evalDoAfterBody = _jspx_th_webshop_siiterator_0.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_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("</select>\r\n      ");
      out.write("\r\n      ");
      out.write("<input name=\"srchWordTxt\" value=\"\" type=\"text\" class=\"keyword\" onKeyPress=\"enterSearchHead(event)\" id=\"textSearchBox\" autocomplete=\"off\" placeholder=\"商品名、キーワード、ブランド、成分、商品コードなど\" />");
      out.write("<a href=\"#\" onClick=\"headsearch();return false;\" id=\"headerSearchBtn2\">検索");
      out.write("</a>\r\n      ");
      out.write("<div id=\"popupDetail\"> ");
      out.write("<a href=\"");
      out.print(SIURLMap.getUrl(request,"webshop.servlet.front.advancedsearch"));
      out.write("\" class=\"more arrow01_l\">詳細検索");
      out.write("</a> ");
      out.write("<a href=\"");
      out.print(SIURLMap.getUrl(request,"webshop.servlet.front.advancedsearch"));
      out.write("\" id=\"popTarget\">");
      out.write("<img src=\"");
      out.print(webshopSite);
      out.write("/img/detail_pop.png\" alt=\"より詳しい条件で検索できます！・キーワード・カテゴリ・メーカー/ブランド・価格帯・種別(新品・中古など)\" />");
      out.write("</a> ");
      out.write("</div>\r\n    ");
      out.write("</fieldset>\r\n    ");
      out.write("<script type=\"text/javascript\" src=\"//std2f-s.snva.jp/js/naviplus_suggestitem_view.js\" charset='UTF-8' >");
      out.write("</script> \r\n    ");
      out.write("<script type=\"text/javascript\" src=\"//std2f-s.snva.jp/js/naviplus_suggest.js\" charset='UTF-8' >");
      out.write("</script>\r\n    ");
      out.write("<link href=\"//std2f-s.snva.jp/css/naviplus_suggest.css\" rel=\"stylesheet\" crossorigin type=\"text/css\" />\r\n    ");
      out.write("<script type=\"text/javascript\" charset='UTF-8'>\r\nNPSuggest.bind({\r\n//-- Setting ---//\r\nserver: \"std2f-s.snva.jp\",\r\naccountID: \"beautygarage\",\r\ninputAreaID: \"textSearchBox\",\r\nsubmitBtnID: \"headerSearchBtn2\",\r\ncategoryAreaID: \"search_cat\",\r\nfieldAreaId: \"\",\r\nfield: \"\",\r\ncategoryName: \"s7\",\r\nsuggestAreaClass: \"np-keyword-suggest\",\r\nitemListClass: \"np-item-suggest\",\r\nmaxSuggest: 7,\r\nmatchMode: \"partial\",\r\ngroupByCategory: false,\r\nalwaysOnTop: false,\r\noverlayMode: \"off\",\r\nrecommendItemEnabled: \"on\",\r\nrecommendItemTiming: \"mouseover\",\r\nrecommendItemAreaTitle: \"\",\r\nrecommendItemAreaPosition: \"right\",\r\nrecommendItemSort: \"price\",\r\nrecommendItemLimitWidth: -1,\r\nrecommendItemLimitHeight: -1,\r\nrecommendItemUrlPrefix: \"http://www.beautygarage.jp");
      out.print(webshopSite);
      out.write("\",\r\nrecommendImageUrlPrefix: \"\"\r\n});\r\n/*$(function(){\r\n  $(document).on('hover', '.np-keyword-suggest .item', function() {\r\n    var suggestKeyword = $(this).text();\r\n    setTimeout(function(){\r\n      $('.np-item-suggest').find('.title').text(suggestKeyword);\r\n    },300);\r\n  });\r\n})*/\r\n");
      out.write("</script>\r\n    ");
      out.write("<style type=\"text/css\">\r\n#headerSearch .np-keyword-suggest {width:420px; border:1px solid #CCC;}\r\n#headerSearch .np-keyword-suggest div {width:420px;}\r\n#headerSearch .np-keyword-suggest .group {border-top:1px dotted #999; padding:3px 0;}\r\n#headerSearch .np-keyword-suggest .group:first-child {border-top:none;}\r\n#headerSearch .np-keyword-suggest .item {padding:2px 0 2px 5px; cursor:pointer;}\r\n#headerSearch .np-keyword-suggest .title,\r\n#headerSearch .np-keyword-suggest .narrow1,\r\n#headerSearch .np-keyword-suggest .narrow9{\r\n  color: #000;\r\n}\r\n#headerSearch .np-keyword-suggest .title:before,\r\n#headerSearch .np-keyword-suggest .narrow1:before,\r\n#headerSearch .np-keyword-suggest .narrow9:before{\r\n  font-size:10px;\r\n  color:#FFF;\r\n  margin-right:4px;\r\n  padding:1px 4px;\r\n  border-radius:2px;\r\n  -webkit-border-radius:2px;\r\n  -moz-border-radius:2px;\r\n}\r\n#headerSearch .np-keyword-suggest .title:before{\r\n  content:\"商品名\";\r\n  background:#3864AA;\r\n  padding:1px 9px;\r\n}\r\n#headerSearch .np-keyword-suggest .narrow1:before{\r\n  content:\"ブランド\";\r\n");
      out.write("  background:#FC4957;\r\n}\r\n#headerSearch .np-keyword-suggest .narrow9:before{\r\n  content:\"カテゴリ\";\r\n  background:#666;\r\n}\r\n#headerSearch .np-keyword-suggest .item.selected{background-color:#EEE;}\r\n\r\n#headerSearch .np-item-suggest {\r\n  width:249px;\r\n  border:1px solid #CCC;\r\n\tborder-left:none;\r\n}\r\n#headerSearch .np-item-suggest table{\r\n  width:240px;\r\n  border-collapse:collapse;\r\n  width:auto;\r\n}\r\n#headerSearch .np-item-suggest table tr{\r\n  border-top:1px dotted #999;\r\n  border-spacing:0 10px;\r\n}\r\n#headerSearch .np-item-suggest table tr:first-child{\r\n  border-top:none;\r\n}\r\n#headerSearch .np-item-suggest table td{\r\n  vertical-align:top;\r\n  text-align:left;\r\n  padding:8px 0;\r\n}\r\n.np-item-suggest table td a{\r\n  font-size:11px !important;\r\n\ttext-decoration:underline !important;\r\n}\r\n.np-item-suggest table td a:hover{\r\n  text-decoration:none !important;\r\n}\r\n#headerSearch .np-item-suggest div{\r\n  padding:6px;\r\n}\r\n.np-item-suggest .item {\r\n  width:160px;\r\n}\r\n.np-item-suggest .title {\r\n  display:none;  \r\n}\r\n.np-item-suggest .item a {\r\n");
      out.write("\twidth:160px;\r\n  display: block;\r\n  text-decoration: none;\r\n}\r\n.np-item-suggest .image{\r\n  text-align:left !important;\r\n  width:66px !important;\r\n\theight:48px;\r\n}\r\n.np-item-suggest .image img{\r\n  width:66px !important;\r\n\theight:48px;\r\n}\r\n#headerSearch .np-item-suggest .item .item_title{\r\n  text-align:left !important;\r\n  white-space:normal;\r\n  text-overflow:none;\r\n  -webkit-text-overflow:none !important;\r\n  -o-text-overflow:none;\r\n  padding-left:8px;\r\n  overflow:visible;\r\n}\r\n#headerSearch .np-item-suggest .item .item_desc{\r\n  display:none;\r\n}\r\n#headerSearch .np-keyword-suggest,\r\n#headerSearch .np-item-suggest{\r\n\tfont-family:\"メイリオ\", Meiryo, Osaka, \"ＭＳ Ｐゴシック\", \"MS PGothic\", sans-serif;\r\n\tfont-size:12px;\r\n\tbox-shadow: 1px 1px 2px #888;\r\n\t-moz-box-shadow: 1px 1px 2px #888;\r\n\t-webkit-box-shadow: 1px 1px 2px #888;\r\n\t-ms-box-shadow: 1px 1px 2px #888;\r\n}\r\n");
      out.write("</style>\r\n    ");
      out.write("<input name=\"search_cat\" type=\"hidden\" id=\"search_cat\" value=\"");
      out.print(searchPath);
      out.write("\">\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("<!-- /headerSearch -->\r\n\r\n");
      out.write("<div id=\"footerArea\"> \r\n  \r\n  ");
      out.write("<!-- footerNavi -->\r\n  ");
      out.write("<div id=\"footerNavi\">\r\n    ");
      out.write("<ul class=\"footerUNav\">\r\n      ");
      out.write("<li class=\"fnav01\">");
      out.write("<a href=\"");
      out.print(SIURLMap.getUrl(request,"webshop.servlet.front.hair"));
      out.write("\">");
      out.print(SIConfig.ctgryGroupName[SIConfig.CTGRYGROUP_HAIR]);
      out.write("</a>");
      out.write("</li>\r\n      ");
      out.write("<li class=\"fnav02\">");
      out.write("<a href=\"");
      out.print(SIURLMap.getUrl(request,"webshop.servlet.front.haircosme"));
      out.write("\">");
      out.print(SIConfig.ctgryGroupName[SIConfig.CTGRYGROUP_HAIRCOSME]);
      out.write("</a>");
      out.write("</li>\r\n      ");
      out.write("<li class=\"fnav03\">");
      out.write("<a href=\"");
      out.print(SIURLMap.getUrl(request,"webshop.servlet.front.esthe"));
      out.write("\">");
      out.print(SIConfig.ctgryGroupName[SIConfig.CTGRYGROUP_ESTHE]);
      out.write("</a>");
      out.write("</li>\r\n      ");
      out.write("<li class=\"fnav04\">");
      out.write("<a href=\"");
      out.print(SIURLMap.getUrl(request,"webshop.servlet.front.bed"));
      out.write("\">");
      out.print(SIConfig.ctgryGroupName[SIConfig.CTGRYGROUP_BED]);
      out.write("</a>");
      out.write("</li>\r\n      ");
      out.write("<li class=\"fnav05\">");
      out.write("<a href=\"");
      out.print(SIURLMap.getUrl(request,"webshop.servlet.front.cosme"));
      out.write("\">");
      out.print(SIConfig.ctgryGroupName[SIConfig.CTGRYGROUP_COSME]);
      out.write("</a>");
      out.write("</li>\r\n      ");
      out.write("<li class=\"fnav06\">");
      out.write("<a href=\"");
      out.print(SIURLMap.getUrl(request,"webshop.servlet.front.nail"));
      out.write("\">");
      out.print(SIConfig.ctgryGroupName[SIConfig.CTGRYGROUP_NAIL]);
      out.write("</a>");
      out.write("</li>\r\n      ");
      out.write("<li class=\"fnav07\">");
      out.write("<a href=\"");
      out.print(SIURLMap.getUrl(request,"webshop.servlet.front.eyelash"));
      out.write("\">");
      out.print(SIConfig.ctgryGroupName[SIConfig.CTGRYGROUP_EYELASH]);
      out.write("</a>");
      out.write("</li>\r\n      ");
      out.write("<li class=\"fnav08\">");
      out.write("<a href=\"");
      out.print(SIURLMap.getUrl(request,"webshop.servlet.front.book"));
      out.write("\">");
      out.print(SIConfig.ctgryGroupName[SIConfig.CTGRYGROUP_BOOK]);
      out.write("</a>");
      out.write("</li>\r\n    ");
      out.write("</ul>\r\n  ");
      out.write("</div>\r\n  ");
      out.write("<!-- /footerNavi --> \r\n  \r\n  ");
      out.write("<!-- footerBGGlink -->\r\n  ");
      out.write("<div id=\"footerBGGlink\">\r\n    ");
      out.write("<div id=\"footerBGGlink_Ct\">\r\n      ");
      out.write("<dl>\r\n        ");
      out.write("<dt>");
      out.write("<img src=\"");
      out.print(webshopSite);
      out.write("/img/footerBGG_logo.gif\" alt=\"BEAUTY GARAGE GROUP\" width=\"162\" height=\"11\" />");
      out.write("</dt>\r\n        ");
      out.write("<dd>\r\n          ");
      out.write("<ul>\r\n            ");
      out.write("<li class=\"footerBGGlink_1st\">");
      out.write("<a href=\"");
      out.print(SIURLMap.getUrl(request,"webshop.servlet.front.main"));
      out.write("\" target=\"_blank\">理美容・エステ・ネイル商材 卸通販");
      out.write("</a>");
      out.write("</li>\r\n            ");
      out.write("<li>");
      out.write("<a href=\"http://www.eyelashgarage.jp/\" target=\"_blank\">まつげエクステ商材 卸通販");
      out.write("</a>");
      out.write("</li>\r\n            ");
      out.write("<li>");
      out.write("<a href=\"http://kaigyo.beautygarage.jp/\" target=\"_blank\">美容室開業・経営支援");
      out.write("</a>");
      out.write("</li>\r\n            ");
      out.write("<li>");
      out.write("<a href=\"");
      out.print(SIHTMLUtil.consURL(request,webshopSite+"/pickup/fund/index.html",false));
      out.write("\" target=\"_blank\">サロン開業資金調達");
      out.write("</a>");
      out.write("</li>\r\n            ");
      out.write("<li>");
      out.write("<a href=\"http://www.salonfudousan.net/\" target=\"_blank\">サロン用不動産・居抜き物件");
      out.write("</a>");
      out.write("</li>\r\n            ");
      out.write("<li>");
      out.write("<a href=\"http://www.salondesign.jp/\" target=\"_blank\">店舗設計・デザイン");
      out.write("</a>");
      out.write("</li>\r\n            ");
      out.write("<li>");
      out.write("<a href=\"http://www.salonhoken.net/\" target=\"_blank\">サロン向け保険");
      out.write("</a>");
      out.write("</li>\r\n            ");
      out.write("<li>");
      out.write("<a href=\"http://www.salonsystem.jp/\" target=\"_blank\">システム導入支援");
      out.write("</a>");
      out.write("</li>\r\n            ");
      out.write("<li>");
      out.write("<a href=\"http://www.saloncard.jp/\" target=\"_blank\">クレジット決済");
      out.write("</a>");
      out.write("</li>\r\n            ");
      out.write("<li>");
      out.write("<a href=\"http://www.s-career.jp/\" target=\"_blank\">求人・転職");
      out.write("</a>");
      out.write("</li>\r\n            ");
      out.write("<li>");
      out.write("<a href=\"http://www.bgacademy.jp/\" target=\"_blank\">セミナー・スクール");
      out.write("</a>");
      out.write("</li>\r\n            ");
      out.write("<li>");
      out.write("<a href=\"http://www.beauty-tv.jp/\" target=\"_blank\">e-ラーニング");
      out.write("</a>");
      out.write("</li>\r\n            ");
      out.write("<li>");
      out.write("<a href=\"http://www.shukyaku.jp/\" target=\"_blank\">集客支援・ホームページ制作");
      out.write("</a>");
      out.write("</li>\r\n            ");
      out.write("<li>");
      out.write("<a href=\"http://www.salonfc.jp/\" target=\"_blank\">フランチャイズ加盟");
      out.write("</a>");
      out.write("</li>\r\n            ");
      out.write("<li>");
      out.write("<a href=\"http://www.beautymedia.jp/salon/\" target=\"_blank\">美容メディア");
      out.write("</a>");
      out.write("</li>\r\n            ");
      out.write("<li>");
      out.write("<a href=\"http://www.biyoukaitori.jp/\" target=\"_blank\">美容機器・エステ機器買取");
      out.write("</a>");
      out.write("</li>\r\n          ");
      out.write("</ul>\r\n        ");
      out.write("</dd>\r\n      ");
      out.write("</dl>\r\n    ");
      out.write("</div>\r\n  ");
      out.write("</div>\r\n  ");
      out.write("<!-- /footerBGGlink --> \r\n  \r\n  ");
      out.write("<!-- footer -->\r\n  ");
      out.write("<div id=\"footer\">\r\n    ");
      out.write("<p id=\"copyright\">Copyright by BEAUTY GARAGE INC. All rights reserved.");
      out.write("</p>\r\n    ");
      out.write("<ul>\r\n      ");
      out.write("<li class=\"cnav01\">");
      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 class=\"cnav02\">");
      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 class=\"cnav03\">");
      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("<li class=\"cnav04\">");
      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 class=\"cnav05\">");
      out.write("<a href=\"");
      out.print(SIHTMLUtil.consURL(request,webshopSite+"/sitemap/index.html",false));
      out.write("\">サイトマップ");
      out.write("</a>");
      out.write("</li>\r\n      ");
      out.write("<li class=\"cnav06\">");
      out.write("<a href=\"http://www.beautygarage.co.jp/\" target=\"_blank\">会社案内");
      out.write("</a> ");
      out.write("<img src=\"");
      out.print(webshopSite);
      out.write("/img/icon_blank.gif\" alt=\"\" width=\"10\" height=\"10\" />");
      out.write("</li>\r\n      ");
      out.write("<li class=\"cnav07\">");
      out.write("<a href=\"http://www.beautygarage.co.jp/recruit/\" target=\"_blank\">採用情報");
      out.write("</a> ");
      out.write("<img src=\"");
      out.print(webshopSite);
      out.write("/img/icon_blank.gif\" alt=\"\" width=\"10\" height=\"10\" />");
      out.write("</li>\r\n    ");
      out.write("</ul>\r\n    ");
      out.write("<br class=\"clear\">\r\n    ");
      out.write("<ul style=\"margin-top:7px;\">\r\n      ");
      out.write("<li class=\"cnav01\">");
      out.write("<a href=\"");
      out.print(SIHTMLUtil.consURL(request,"/agreement/index.php",false));
      out.write("\" target=\"_blank\">総合利用規約");
      out.write("</a> ");
      out.write("<img src=\"");
      out.print(webshopSite);
      out.write("/img/icon_blank.gif\" alt=\"\" width=\"10\" height=\"10\" />");
      out.write("</li>\r\n      ");
      out.write("<li class=\"cnav02\">");
      out.write("<a href=\"");
      out.print(SIHTMLUtil.consURL(request,"/agreement/gl_ec.php",false));
      out.write("\" target=\"_blank\">ビューティガレージオンラインショップ利用ガイドライン");
      out.write("</a> ");
      out.write("<img src=\"");
      out.print(webshopSite);
      out.write("/img/icon_blank.gif\" alt=\"\" width=\"10\" height=\"10\" />");
      out.write("</li>\r\n    ");
      out.write("</ul>\r\n    ");
      out.write("<!-- ssl trust --> \r\n    ");
      out.write("<br class=\"clear\">\r\n    ");
      out.write("<div id=\"verisign\"> \r\n      ");
      out.write("<script language=\"JavaScript\" TYPE=\"text/javascript\" src=\"https://trusted-web-seal.cybertrust.ne.jp/seal/getScript?host_name=www.beautygarage.jp&type=21\">");
      out.write("</script> \r\n    ");
      out.write("</div>\r\n    ");
      out.write("<!-- /ssl trust --> \r\n    ");
      out.write("<!-- ipo -->\r\n    ");
      out.write("<div id=\"ipo\"> ");
      out.write("<img src=\"");
      out.print(webshopSite);
      out.write("/img/bnr_foot_ipo.gif\" width=\"48\" height=\"55\">\r\n      ");
      out.write("<p>東証マザーズ上場");
      out.write("<br />\r\n        証券コード：3180");
      out.write("</p>\r\n    ");
      out.write("</div>\r\n    ");
      out.write("<!-- /ipo --> \r\n  ");
      out.write("</div>\r\n  ");
      out.write("<!-- /footer --> \r\n");
      out.write("</div>\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;\"> ");
      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\"/> ");
      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");
      out.write("<!-- /footerArea -->\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);
    }
  }
}
