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.basic.*;
import jp.co.sint.tools.*;
import jp.co.sint.config.*;
import jp.co.sint.beans.front.*;
import jp.co.sint.beans.mallmgr.UIRegClosedSaleItem;
import jp.co.sint.beans.mallmgr.UIRegMaker;
import jp.co.sint.beans.mobile.imode.*;

public class i_main_jsp extends HttpJspBase {


  private static java.util.Vector _jspx_includes;

  static {
    _jspx_includes = new java.util.Vector(4);
    _jspx_includes.add("/mobile/imode/include/i_login_user_inc.jsp");
    _jspx_includes.add("/mobile/imode/include/mobile_i_advicecmdty.jsp");
    _jspx_includes.add("/mobile/imode/include/i_nav_inc.jsp");
    _jspx_includes.add("/mobile/imode/include/i_footer_inc.jsp");
  }

  private org.apache.jasper.runtime.TagHandlerPool _jspx_tagPool_webshop_isTrue_value;
  private org.apache.jasper.runtime.TagHandlerPool _jspx_tagPool_webshop_session_type_name_id;
  private org.apache.jasper.runtime.TagHandlerPool _jspx_tagPool_webshop_empty_value;
  private org.apache.jasper.runtime.TagHandlerPool _jspx_tagPool_webshop_notEmpty_value;
  private org.apache.jasper.runtime.TagHandlerPool _jspx_tagPool_webshop_siquantity_value_nobody;
  private org.apache.jasper.runtime.TagHandlerPool _jspx_tagPool_webshop_siiterator_type_size_id_collection;
  private org.apache.jasper.runtime.TagHandlerPool _jspx_tagPool_webshop_siselect_name_default_collection_nobody;
  private org.apache.jasper.runtime.TagHandlerPool _jspx_tagPool_webshop_siiterator_type_id_collection;
  private org.apache.jasper.runtime.TagHandlerPool _jspx_tagPool_webshop_sicurrency_value_nobody;

  public i_main_jsp() {
    _jspx_tagPool_webshop_isTrue_value = new org.apache.jasper.runtime.TagHandlerPool();
    _jspx_tagPool_webshop_session_type_name_id = new org.apache.jasper.runtime.TagHandlerPool();
    _jspx_tagPool_webshop_empty_value = new org.apache.jasper.runtime.TagHandlerPool();
    _jspx_tagPool_webshop_notEmpty_value = new org.apache.jasper.runtime.TagHandlerPool();
    _jspx_tagPool_webshop_siquantity_value_nobody = new org.apache.jasper.runtime.TagHandlerPool();
    _jspx_tagPool_webshop_siiterator_type_size_id_collection = new org.apache.jasper.runtime.TagHandlerPool();
    _jspx_tagPool_webshop_siselect_name_default_collection_nobody = new org.apache.jasper.runtime.TagHandlerPool();
    _jspx_tagPool_webshop_siiterator_type_id_collection = new org.apache.jasper.runtime.TagHandlerPool();
    _jspx_tagPool_webshop_sicurrency_value_nobody = new org.apache.jasper.runtime.TagHandlerPool();
  }

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

  public void _jspDestroy() {
    _jspx_tagPool_webshop_isTrue_value.release();
    _jspx_tagPool_webshop_session_type_name_id.release();
    _jspx_tagPool_webshop_empty_value.release();
    _jspx_tagPool_webshop_notEmpty_value.release();
    _jspx_tagPool_webshop_siquantity_value_nobody.release();
    _jspx_tagPool_webshop_siiterator_type_size_id_collection.release();
    _jspx_tagPool_webshop_siselect_name_default_collection_nobody.release();
    _jspx_tagPool_webshop_siiterator_type_id_collection.release();
    _jspx_tagPool_webshop_sicurrency_value_nobody.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/i_error.jsp", true, 8192, true);
      application = pageContext.getServletContext();
      config = pageContext.getServletConfig();
      session = pageContext.getSession();
      out = pageContext.getOut();
      _jspx_out = out;

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

/**
 * Copyright (c) 2003-2004 System Integrator Corporation.
 *                 All Rights Reserved.
 * @version $Id : i_main.jsp,v 1.0 2003/12/22 Exp $
 * @author      : Jinwang Chen
 * @Description : IMode用のトップ画面
 * @History
 * Author         Date        Reason
 * ============   ==========  ===========================
 * Jinwang Chen   2003/12/22  Original
 * Hong M.J       2006/12/06  修正
 */

      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)
SIDatabaseConnection databaseConnection=new SIDatabaseConnection();try{
Connection connection=databaseConnection.getConnection();
SIUserInfo userLogin=SIHTMLUtil.getUserInfo(request);
String cmdtyDetailSrvSite=SIURLMap.getUrl(request,"webshop.servlet.front.imode.cmdty.detail");
String webshopSite=SIHTMLUtil.getRootPath(request);
String cmdtyListSrvSite=SIURLMap.getUrl(request,"webshop.servlet.front.imode.cmdty.list");
String categorySite = cmdtyListSrvSite + "?a=" + SIConfig.SIACTION_CTGRY+"&ctc=";
Collection makerColl = UIRegMaker.getFrontCollection(connection);
//お知らせのデータの取得(common)
Collection newsColl=new SINewsManager(connection,true).getCollection();
int adviceCount = 2;
if(SIURLMap.isSmartPhone(request)) adviceCount = 5;
Collection cmdtyColl = new UIMain().getAdviceCmdty(connection,request,adviceCount);
String custAmount = SIDBUtil.getFirstData(connection,"SELECT count(custcode) FROM custtbl WHERE delflg!=9");
String cmdtyAmount = SIDBUtil.getFirstData(connection,"SELECT sum(amount) FROM storestocktbl");
boolean isEnd=UIRegClosedSaleItem.isEnd(connection);

      out.write("\r\n");
      out.write("<html>\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=\"keywords\" content=\"美容器具,美容機器,エステ機器,エステ用品,中古,リサイクル,アウトレット,通販,BEAUTY GARAGE,ビューティガレージ\" />\r\n");
      out.write("<meta name=\"description\" content=\"日本最大級のプロ専用理美容器具・エステ機器・美容用品の卸・通販サイト BEAUTY GARAGE（ビューティガレージ）なら、器具や機材から消耗品・化粧品まで、理美容・エステに必要なモノはなんでも揃います！\" />\r\n");
      out.write("<title>");
      out.print(SIHTMLUtil.HTMLEncode(SIConfig.SIMALL.getFrontShopName()));
      out.write(" BEAUTY GARAGE");
      out.write("</title>\r\n");
      out.write("<!-- mc-marker convert-insert when='CAR == SMART' :: \r\n");
      out.write("<meta http-equiv=\"content-script-type\" content=\"text/javascript\" />\r\n");
      out.write("<meta http-equiv=\"content-style-type\" content=\"text/css\" />\r\n");
      out.write("<meta http-equiv=\"refresh\" content=\"0;URL='http://www.beautygarage.jp");
      out.print(webshopSite);
      out.write("/main'\" />\r\n");
      out.write("<script src=\"");
      out.print(webshopSite);
      out.write("/mobile/common/sp.js\" type=\"text/javascript\">");
      out.write("</script>\r\n");
      out.write("<link href=\"");
      out.print(webshopSite);
      out.write("/mobile/common/sp.css\" rel=\"stylesheet\" type=\"text/css\" media=\"screen,print\" />\r\n -->\r\n\r\n");
      out.write("<!-- mc-marker insert :: \r\n");
      out.write("<link rel=\"shortcut icon\" href=\"http://www.beautygarage.jp/favicon.ico\" type=\"image/vnd.microsoft.icon\"> \r\n");
      out.write("<link rel=\"icon\" href=\"http://www.beautygarage.jp/favicon.ico\" type=\"image/vnd.microsoft.icon\">\r\n");
      out.write("<link rel=\"apple-touch-icon\" href=\"http://www.beautygarage.jp/apple-touch-icon.png\">\r\n");
      out.write("<link rel=\"apple-touch-icon\" sizes=\"72x72\" href=\"http://www.beautygarage.jp/apple-touch-icon-72x72.png\">\r\n");
      out.write("<link rel=\"apple-touch-icon\" sizes=\"76x76\" href=\"http://www.beautygarage.jp/apple-touch-icon-76x76.png\">\r\n");
      out.write("<link rel=\"apple-touch-icon\" sizes=\"114x114\" href=\"http://www.beautygarage.jp/apple-touch-icon-114x114.png\">\r\n");
      out.write("<link rel=\"apple-touch-icon\" sizes=\"120x120\" href=\"http://www.beautygarage.jp/apple-touch-icon-120x120.png\">\r\n");
      out.write("<link rel=\"apple-touch-icon\" sizes=\"144x144\" href=\"http://www.beautygarage.jp/apple-touch-icon-144x144.png\">\r\n");
      out.write("<link rel=\"apple-touch-icon\" sizes=\"152x152\" href=\"http://www.beautygarage.jp/apple-touch-icon-152x152.png\">\r\n-->\r\n \r\n");
      out.write("<!-- ★★★ 追加CSS ★★★ -->\r\n");
      out.write("<!-- mc-marker convert-insert :: \r\n");
      out.write("<link href=\"");
      out.print(webshopSite);
      out.write("/mobile/common/cmn.css\" rel=\"stylesheet\" type=\"text/css\" />\r\n");
      out.write("<link href=\"");
      out.print(webshopSite);
      out.write("/mobile/common/header.css\" rel=\"stylesheet\" type=\"text/css\" />\r\n");
      out.write("<link href=\"");
      out.print(webshopSite);
      out.write("/mobile/common/top.css\" rel=\"stylesheet\" type=\"text/css\" />\r\n -->\r\n \r\n");
      out.write("</head>\r\n");
      out.write("<body bgcolor=\"white\">\r\n");
      out.write("<!-- mc-marker insert :: ");
      out.write("<a href=\"http://www.beautygarage.jp");
      out.print(webshopSite);
      out.write("/main\"> -->");
      out.write("<!-- mc-marker convert-insert :: ");
      out.write("<img src=\"");
      out.print(webshopSite);
      out.write("/img/mobile/sp/cmn/sp_renew_banner.png\" width=\"100%\" alt=\"スマートフォンサイト全面リニューアル！！新サイトはコチラ\" style=\"margin-bottom: 10px; overflow: hidden; display: block;\"> -->");
      out.write("<!-- mc-marker insert :: ");
      out.write("</a>\r\n -->\r\n");
      out.write("<!-- mc-marker non-simple-custom -->\r\n\r\n");
      out.write("<!-- mc-marker remove-begin -->\r\n");
      out.write("<table width=\"100%\" BGCOLOR=\"gainsboro\">\r\n");
      out.write("<tr>");
      out.write("<td>");
      out.write("<marquee loop=\"10\">");
      out.write("<font size=\"1\" color=\"black\">日本最大級のﾌﾟﾛ向け理美容器具・ｴｽﾃ機器・ﾈｲﾙ用品・化粧品の卸・通販サイト。只今の登録会員ｻﾛﾝ数:");
      out.print(SIUtil.NumberFormat(custAmount));
      out.write("ｻﾛﾝ様 只今の販売商品点数:");
      out.print(SIUtil.NumberFormat(cmdtyAmount));
      out.write("品!!");
      out.write("</font>");
      out.write("</marquee>");
      out.write("</td>");
      out.write("</tr>\r\n");
      out.write("</table>\r\n");
      out.write("<img src=\"");
      out.print(webshopSite);
      out.write("/img/mobile/bglogo_main.gif\" alt=\"BEAUTY GARAGE Online Shop for Salon Professionals\">\r\n");

response.setHeader("Expires", "-1");
response.addHeader("Cache-Control", "no-cache");
response.setHeader("Pragma", "no-cache");
response.setDateHeader("max-age", 0);

      out.write("\r\n");
      /* ----  webshop:isTrue ---- */
      jp.co.sint.taglib.SIIsTrueTag _jspx_th_webshop_isTrue_0 = (jp.co.sint.taglib.SIIsTrueTag) _jspx_tagPool_webshop_isTrue_value.get(jp.co.sint.taglib.SIIsTrueTag.class);
      _jspx_th_webshop_isTrue_0.setPageContext(pageContext);
      _jspx_th_webshop_isTrue_0.setParent(null);
      _jspx_th_webshop_isTrue_0.setValue(!isEnd&&SIHTMLUtil.getUserInfo(request).isLogin(request)&&!SIHTMLUtil.getUserInfo(request).getMemberLevelCode().equals("0"));
      int _jspx_eval_webshop_isTrue_0 = _jspx_th_webshop_isTrue_0.doStartTag();
      if (_jspx_eval_webshop_isTrue_0 != javax.servlet.jsp.tagext.Tag.SKIP_BODY) {
        do {
          out.write("\r\n");
          out.write("<table width=\"100%\" BGCOLOR=\"black\">\r\n");
          out.write("<tr>");
          out.write("<td>");
          out.write("<font color=\"gold\" size=\"1\">BG PREMIERE VIP CLUB");
          out.write("<br>VIP顧客様限定 特別優待SALE");
          out.write("</font>");
          out.write("<br>\r\n");
          out.write("<a href=\"");
          out.print(SIURLMap.getUrl(request,"webshop.jsp.front.imode.closedsale.main"));
          out.write("\">");
          out.write("<font color=\"white\" size=\"1\">11月15日11:00～25日24:00まで");
          out.write("<br>VIP顧客様限定SALEはｺﾁﾗ!");
          out.write("</font>");
          out.write("</a>");
          out.write("</td>");
          out.write("</tr>\r\n");
          out.write("</table>\r\n");
          int evalDoAfterBody = _jspx_th_webshop_isTrue_0.doAfterBody();
          if (evalDoAfterBody != javax.servlet.jsp.tagext.BodyTag.EVAL_BODY_AGAIN)
            break;
        } while (true);
      }
      if (_jspx_th_webshop_isTrue_0.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
        return;
      _jspx_tagPool_webshop_isTrue_value.reuse(_jspx_th_webshop_isTrue_0);
      out.write("\r\n");
      out.write("<font size=\"1\">");
      out.write("<form action=\"");
      out.print(cmdtyListSrvSite);
      out.write("\" method=\"post\">\r\n");
      out.write("<table width=\"100%\" BGCOLOR=\"gainsboro\">");
      out.write("<tr>");
      out.write("<td>");
      out.write("<input type=\"text\" name=\"srchWordTxt\" size=\"14\">");
      out.write("<input type=\"submit\" value=\"検索\">　");
      out.write("<font size=\"1\">[");
      out.write("<a href=\"#search\">詳細検索");
      out.write("</a>]");
      out.write("</font>");
      out.write("</td>");
      out.write("</tr>");
      out.write("</table>\r\n");
      out.write("<input type=\"hidden\" name=\"a\" value=\"");
      out.print(SIConfig.SIACTION_SEARCH);
      out.write("\">\r\n");
      out.write("</form>");
      out.write("</font>\r\n");
      out.write("<div>\r\n");
      out.write("<font size=\"2\">");
      out.write("<a href=\"#category\">ｶﾃｺﾞﾘ");
      out.write("</a>&nbsp;|&nbsp;");
      out.write("<a href=\"#news\">ﾆｭｰｽ");
      out.write("</a>&nbsp;|&nbsp;");
      out.write("<a href=\"");
      out.print(SIURLMap.getUrl(request,"webshop.servlet.front.imode.cart"));
      out.write("\">お会計");
      out.write("</a>&nbsp;|&nbsp;");
      out.write("<a href=\"");
      out.print(SIURLMap.getUrl(request,"webshop.servlet.front.imode.customer.menu"));
      out.write("\">ﾏｲﾍﾟｰｼﾞ");
      out.write("</a>&nbsp;|&nbsp;");
      out.write("<a href=\"");
      out.print(SIURLMap.getUrl(request,"webshop.servlet.front.imode.catalog"));
      out.write("\">ｶﾀﾛｸﾞ注文");
      out.write("</a>&nbsp;|&nbsp;");
      out.write("<a href=\"");
      out.print(SIURLMap.getHttpsUrl(request,"webshop.servlet.front.imode.login"));
      out.write("\">ﾛｸﾞｲﾝ");
      out.write("</a>");
      out.write("<br>");
      out.write("</font>\r\n");
      out.write("<hr size=\"1\" color=\"gainsboro\">\r\n\r\n");
      out.write("<!-- mc-marker remove-begin -->\r\n");
      out.write("<!--");
      out.write("<p style=\"margin-bottom:10px; margin-top:0; padding:0; font-size:2;\">");
      out.write("<a href=\"");
      out.print(webshopSite);
      out.write("/mobile/imode/campaign_200k/i_top.jsp\">");
      out.write("<img src=\"");
      out.print(webshopSite);
      out.write("/pickup/campaign_200k/img/fp/mainimg.jpg\" alt=\"BG会員ｻﾛﾝ数20万人突破20%OFFｷｬﾝﾍﾟｰﾝ\">");
      out.write("</a>");
      out.write("</p>-->\r\n");
      out.write("<!-- mc-marker remove-end -->\r\n\r\n");
      out.write("<font size=\"2\">&#xE683;");
      out.write("<a href=\"");
      out.print(SIURLMap.getUrl(request,"webshop.servlet.front.imode.catalog"));
      out.write("\">ｸｲｯｸｵｰﾀﾞｰ（ｶﾀﾛｸﾞからのご注文）");
      out.write("</a>");
      out.write("</font>");
      out.write("<br>\r\n");
      out.write("<font size=\"2\">&#xE664;");
      out.write("<a href=\"mallcompany\">全国ｼｮｰﾙｰﾑのご案内");
      out.write("</a>");
      out.write("</font>");
      out.write("<br>\r\n");
      out.write("<font size=\"2\">&#xE689;");
      out.write("<a href=\"http://www.beautygarage.jp/mobile_cal.html\">ｼｮｰﾙｰﾑ営業日ｶﾚﾝﾀﾞｰ");
      out.write("</a>");
      out.write("</font>");
      out.write("<br>\r\n");
      out.write("<font size=\"2\">&nbsp;");
      out.write("</font>\r\n");
      out.write("</div>\r\n");
      out.write("<!-- mc-marker remove-end -->\r\n\r\n");
      out.write("<!-- ★★★ 新規挿入ヘッダー ★★★ -->\r\n");
      out.write("<!-- mc-marker convert-insert :: ");
      out.write("<header class=\"top\">\r\n");
      out.write("<form action=\"");
      out.print(SIURLMap.getHttpsUrl(request,"webshop.servlet.front.imode.login"));
      out.write("\" method=\"post\">\r\n");
      out.write("<h1>");
      out.write("<a href=\"");
      out.print(SIURLMap.getUrl(request,"webshop.servlet.front.imode.main"));
      out.write("\">");
      out.write("<img src=\"");
      out.print(webshopSite);
      out.write("/img/mobile/sp/header/img_h1.png\" width=\"100%\" alt=\"BEAUTY GARAGE Online Shop for Salon Professionals\">");
      out.write("</a>");
      out.write("</h1>\r\n");
      out.write("<div class=\"signArea\">\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("uid");
      _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 uid = null;
        uid = (jp.co.sint.basic.SIUserInfo) pageContext.findAttribute("uid");
        do {
          out.write("\r\n");
          /* ----  webshop:empty ---- */
          jp.co.sint.taglib.SIEmptyTag _jspx_th_webshop_empty_0 = (jp.co.sint.taglib.SIEmptyTag) _jspx_tagPool_webshop_empty_value.get(jp.co.sint.taglib.SIEmptyTag.class);
          _jspx_th_webshop_empty_0.setPageContext(pageContext);
          _jspx_th_webshop_empty_0.setParent(_jspx_th_webshop_session_0);
          _jspx_th_webshop_empty_0.setValue(uid.getCustName());
          int _jspx_eval_webshop_empty_0 = _jspx_th_webshop_empty_0.doStartTag();
          if (_jspx_eval_webshop_empty_0 != javax.servlet.jsp.tagext.Tag.SKIP_BODY) {
            do {
              out.write("\r\n");
              out.write("<ul class=\"logout\">\r\n");
              out.write("<li>");
              out.write("<a href=\"");
              out.print(SIURLMap.getHttpsUrl(request,"webshop.servlet.front.imode.login"));
              out.write("\">ログイン");
              out.write("</a>はこちら");
              out.write("</li>\r\n");
              out.write("<li>初めての方は");
              out.write("<a href=\"");
              out.print(SIURLMap.getUrl(request,"webshop.servlet.front.imode.customer")+"?a=login");
              out.write("\">会員登録");
              out.write("</a>");
              out.write("</li>\r\n");
              out.write("</ul>\r\n");
              out.write("</div>\r\n");
              int evalDoAfterBody = _jspx_th_webshop_empty_0.doAfterBody();
              if (evalDoAfterBody != javax.servlet.jsp.tagext.BodyTag.EVAL_BODY_AGAIN)
                break;
            } while (true);
          }
          if (_jspx_th_webshop_empty_0.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
            return;
          _jspx_tagPool_webshop_empty_value.reuse(_jspx_th_webshop_empty_0);
          out.write("\r\n");
          /* ----  webshop:notEmpty ---- */
          jp.co.sint.taglib.SINotEmptyTag _jspx_th_webshop_notEmpty_0 = (jp.co.sint.taglib.SINotEmptyTag) _jspx_tagPool_webshop_notEmpty_value.get(jp.co.sint.taglib.SINotEmptyTag.class);
          _jspx_th_webshop_notEmpty_0.setPageContext(pageContext);
          _jspx_th_webshop_notEmpty_0.setParent(_jspx_th_webshop_session_0);
          _jspx_th_webshop_notEmpty_0.setValue(uid.getCustName());
          int _jspx_eval_webshop_notEmpty_0 = _jspx_th_webshop_notEmpty_0.doStartTag();
          if (_jspx_eval_webshop_notEmpty_0 != javax.servlet.jsp.tagext.Tag.SKIP_BODY) {
            do {
              out.write("\r\n");
if("3".equals(SIHTMLUtil.getUserInfo(request).getMemberLevelCode())){
              out.write("\r\n");
              out.write("<div class=\"signAreaInner\">");
              out.write("<img src=\"");
              out.print(webshopSite);
              out.write("/img/mobile/sp/header/icon_vip_d.gif\">");
              out.write("</div>\r\n");
              out.write("<dl class=\"logon\">\r\n");
              out.write("<dt>");
              out.write("<span>");
              out.print(SIHTMLUtil.HTMLEncode(uid.getCustName()));
              out.write("</span>様");
              out.write("</dt>\r\n");
              out.write("<dd>ポイント");
              out.write("<span>");
              /* ----  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(_jspx_th_webshop_notEmpty_0);
              _jspx_th_webshop_siquantity_0.setValue(uid.getMaxPoint());
              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("pt");
              out.write("</span>");
              out.write("</dd>\r\n");
              out.write("</dl>\r\n");
              out.write("<p>");
              out.write("<a href=\"");
              out.print(SIURLMap.getHttpsUrl(request,"webshop.servlet.front.imode.logout"));
              out.write("\">ログアウト");
              out.write("</a>");
              out.write("</p>\r\n");
}else if("2".equals(SIHTMLUtil.getUserInfo(request).getMemberLevelCode())){
              out.write("\r\n");
              out.write("<div class=\"signAreaInner\">");
              out.write("<img src=\"");
              out.print(webshopSite);
              out.write("/img/mobile/sp/header/icon_vip_p.gif\">");
              out.write("</div>\r\n");
              out.write("<dl class=\"logon\">\r\n");
              out.write("<dt>");
              out.write("<span>");
              out.print(SIHTMLUtil.HTMLEncode(uid.getCustName()));
              out.write("</span>様");
              out.write("</dt>\r\n");
              out.write("<dd>ポイント");
              out.write("<span>");
              /* ----  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(_jspx_th_webshop_notEmpty_0);
              _jspx_th_webshop_siquantity_1.setValue(uid.getMaxPoint());
              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("pt");
              out.write("</span>");
              out.write("</dd>\r\n");
              out.write("</dl>\r\n");
              out.write("<p>");
              out.write("<a href=\"");
              out.print(SIURLMap.getHttpsUrl(request,"webshop.servlet.front.imode.logout"));
              out.write("\">ログアウト");
              out.write("</a>");
              out.write("</p>\r\n");
}else if("1".equals(SIHTMLUtil.getUserInfo(request).getMemberLevelCode())){
              out.write("\r\n");
              out.write("<div class=\"signAreaInner\">");
              out.write("<img src=\"");
              out.print(webshopSite);
              out.write("/img/mobile/sp/header/icon_vip_g.gif\">");
              out.write("</div>\r\n");
              out.write("<dl class=\"logon\">\r\n");
              out.write("<dt>");
              out.write("<span>");
              out.print(SIHTMLUtil.HTMLEncode(uid.getCustName()));
              out.write("</span>様");
              out.write("</dt>\r\n");
              out.write("<dd>ポイント");
              out.write("<span>");
              /* ----  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(_jspx_th_webshop_notEmpty_0);
              _jspx_th_webshop_siquantity_2.setValue(uid.getMaxPoint());
              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("pt");
              out.write("</span>");
              out.write("</dd>\r\n");
              out.write("</dl>\r\n");
              out.write("<p>");
              out.write("<a href=\"");
              out.print(SIURLMap.getHttpsUrl(request,"webshop.servlet.front.imode.logout"));
              out.write("\">ログアウト");
              out.write("</a>");
              out.write("</p>\r\n");
}else{
              out.write("\r\n");
              out.write("<dl class=\"logon\" style=\"padding:0;\">\r\n");
              out.write("<dt>");
              out.write("<span>");
              out.print(SIHTMLUtil.HTMLEncode(uid.getCustName()));
              out.write("様");
              out.write("</span>");
if (SIConfig.SIMALL.getPointEnableFlg().equals("1")){
              out.write("</dt>\r\n");
              out.write("<dd>ポイント");
              out.write("<span>");
              /* ----  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(_jspx_th_webshop_notEmpty_0);
              _jspx_th_webshop_siquantity_3.setValue(uid.getMaxPoint());
              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("pt");
}
              out.write("</span>");
              out.write("</dd>\r\n");
              out.write("</dl>\r\n");
              out.write("<p>");
              out.write("<a href=\"");
              out.print(SIURLMap.getHttpsUrl(request,"webshop.servlet.front.imode.logout"));
              out.write("\">ログアウト");
              out.write("</a>");
              out.write("</p>\r\n");
              out.write("</div>\r\n");
}
              out.write("\r\n");
              int evalDoAfterBody = _jspx_th_webshop_notEmpty_0.doAfterBody();
              if (evalDoAfterBody != javax.servlet.jsp.tagext.BodyTag.EVAL_BODY_AGAIN)
                break;
            } while (true);
          }
          if (_jspx_th_webshop_notEmpty_0.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
            return;
          _jspx_tagPool_webshop_notEmpty_value.reuse(_jspx_th_webshop_notEmpty_0);
          out.write("\r\n");
          int evalDoAfterBody = _jspx_th_webshop_session_0.doAfterBody();
          uid = (jp.co.sint.basic.SIUserInfo) pageContext.findAttribute("uid");
          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("</form>\r\n");
      out.write("</header> -->\r\n\r\n");
      out.write("<!-- ★★★ 新規挿入ナビゲーション ★★★ -->\r\n");
      out.write("<!-- mc-marker convert-insert :: ");
      out.write("<nav class=\"gNav\">\r\n");
      out.write("<ul>\r\n");
      out.write("<li>");
      out.write("<a href=\"");
      out.print(SIURLMap.getUrl(request,"webshop.servlet.front.imode.customer.menu"));
      out.write("\">");
      out.write("<img src=\"");
      out.print(webshopSite);
      out.write("/img/mobile/sp/cmn/gnav01.png\" alt=\"マイページ\">");
      out.write("</a>");
      out.write("</li>\r\n");
      out.write("<li>");
      out.write("<a href=\"");
      out.print(SIURLMap.getHttpsUrl(request,"webshop.servlet.front.imode.customer.hist"));
      out.write("\">");
      out.write("<img src=\"");
      out.print(webshopSite);
      out.write("/img/mobile/sp/cmn/gnav02.png\" alt=\"購入履歴\">");
      out.write("</a>");
      out.write("</li>\r\n");
      out.write("<li>");
      out.write("<a href=\"");
      out.print(SIURLMap.getUrl(request,"webshop.servlet.front.imode.catalog"));
      out.write("\">");
      out.write("<img src=\"");
      out.print(webshopSite);
      out.write("/img/mobile/sp/cmn/gnav03.png\" alt=\"カタログ注文\">");
      out.write("</a>");
      out.write("</li>\r\n");
      out.write("<li>");
      out.write("<a href=\"");
      out.print(SIURLMap.getUrl(request,"webshop.servlet.front.imode.cart"));
      out.write("\">");
      out.write("<img src=\"");
      out.print(webshopSite);
      out.write("/img/mobile/sp/cmn/gnav04.png\" alt=\"カート\">");
      out.write("</a>");
      out.write("</li>\r\n");
      out.write("</ul>\r\n");
      out.write("</nav> -->\r\n\r\n");
      out.write("\r\n\r\n\r\n\r\n");
      out.write("<!-- mc-marker move-target position='searchBox' -->\r\n\r\n");
      out.write("<a name=\"category\" id=\"category\">");
      out.write("</a>\r\n");
      out.write("<!-- mc-marker remove-begin when='CAR == SMART' -->\r\n");
      out.write("<img src=\"");
      out.print(webshopSite);
      out.write("/img/mobile/category.gif\" alt=\"商品ｶﾃｺﾞﾘ\">");
      out.write("<br>\r\n\r\n");
      out.write("<table width=\"100%\">");
      out.write("<tr>");
      out.write("<td>\r\n");
      out.write("<font size=\"2\">\r\n");
      out.write("<font color=\"#eda305\">■");
      out.write("</font>");
      out.write("<a href=\"");
      out.print(SIURLMap.getUrl(request,"webshop.jsp.front.imode.hair"));
      out.write("\">");
      out.print(SIStringUtil.toHankakuKana(SIConfig.ctgryGroupName[SIConfig.CTGRYGROUP_HAIR]));
      out.write("</a>");
      out.write("<br>\r\n");
      out.write("<font color=\"#2ea4cb\">■");
      out.write("</font>");
      out.write("<a href=\"");
      out.print(SIURLMap.getUrl(request,"webshop.jsp.front.imode.haircosme"));
      out.write("\">");
      out.print(SIStringUtil.toHankakuKana(SIConfig.ctgryGroupName[SIConfig.CTGRYGROUP_HAIRCOSME]));
      out.write("</a>");
      out.write("<br>\r\n");
      out.write("<font color=\"#f2303a\">■");
      out.write("</font>");
      out.write("<a href=\"");
      out.print(SIURLMap.getUrl(request,"webshop.jsp.front.imode.esthe"));
      out.write("\">");
      out.print(SIStringUtil.toHankakuKana(SIConfig.ctgryGroupName[SIConfig.CTGRYGROUP_ESTHE]));
      out.write("</a>");
      out.write("<br>\r\n");
      out.write("<font color=\"#2dbf22\">■");
      out.write("</font>");
      out.write("<a href=\"");
      out.print(SIURLMap.getUrl(request,"webshop.jsp.front.imode.bed"));
      out.write("\">");
      out.print(SIStringUtil.toHankakuKana(SIConfig.ctgryGroupName[SIConfig.CTGRYGROUP_BED]));
      out.write("</a>");
      out.write("<br>\r\n");
      out.write("<font color=\"#ff579d\">■");
      out.write("</font>");
      out.write("<a href=\"");
      out.print(SIURLMap.getUrl(request,"webshop.jsp.front.imode.cosme"));
      out.write("\">");
      out.print(SIStringUtil.toHankakuKana(SIConfig.ctgryGroupName[SIConfig.CTGRYGROUP_COSME]));
      out.write("</a>");
      out.write("<br>\r\n");
      out.write("<font color=\"#d073ff\">■");
      out.write("</font>");
      out.write("<a href=\"");
      out.print(SIURLMap.getUrl(request,"webshop.jsp.front.imode.nail"));
      out.write("\">");
      out.print(SIStringUtil.toHankakuKana(SIConfig.ctgryGroupName[SIConfig.CTGRYGROUP_NAIL]));
      out.write("</a>");
      out.write("<br>\r\n");
      out.write("<font color=\"#B8257D\">■");
      out.write("</font>");
      out.write("<a href=\"");
      out.print(SIURLMap.getUrl(request,"webshop.jsp.front.imode.eyelash"));
      out.write("\">");
      out.print(SIStringUtil.toHankakuKana(SIConfig.ctgryGroupName[SIConfig.CTGRYGROUP_EYELASH]));
      out.write("</a>");
      out.write("<br>\r\n");
      out.write("<font color=\"#6f2700\">■");
      out.write("</font>");
      out.write("<a href=\"");
      out.print(SIURLMap.getUrl(request,"webshop.jsp.front.imode.book"));
      out.write("\">");
      out.print(SIStringUtil.toHankakuKana(SIConfig.ctgryGroupName[SIConfig.CTGRYGROUP_BOOK]));
      out.write("</a>");
      out.write("<br>\r\n");
      out.write("<font size=\"1\">&nbsp;");
      out.write("</font>\r\n");
      out.write("</font>\r\n");
      out.write("</td>");
      out.write("</tr>");
      out.write("</table>\r\n");
      out.write("<!-- mc-marker remove-end -->\r\n\r\n\r\n");
      out.write("<!-- ★★★ 新規挿入館(カテゴリ)ナビゲーション ★★★ -->\r\n\r\n");
      out.write("<!-- mc-marker insert :: ");
      out.write("<h2 class=\"ttl\">商品カテゴリ");
      out.write("<span>category");
      out.write("</span>");
      out.write("</h2> -->\r\n\r\n");
      out.write("<!-- mc-marker convert-insert :: ");
      out.write("<nav id=\"catNav\">\r\n");
      out.write("<ul>\r\n");
      out.write("<li class=\"hair\">");
      out.write("<a href=\"");
      out.print(SIURLMap.getUrl(request,"webshop.jsp.front.imode.hair"));
      out.write("\">");
      out.write("<span>理美容器具");
      out.write("<br>理美容用品");
      out.write("</span>");
      out.write("</a>");
      out.write("</li>\r\n");
      out.write("<li class=\"haircosme\">");
      out.write("<a href=\"");
      out.print(SIURLMap.getUrl(request,"webshop.jsp.front.imode.haircosme"));
      out.write("\">");
      out.write("<span>ヘアケア製品");
      out.write("<br>頭髪用化粧品");
      out.write("</span>");
      out.write("</a>");
      out.write("</li>\r\n");
      out.write("<li class=\"esthe\">");
      out.write("<a href=\"");
      out.print(SIURLMap.getUrl(request,"webshop.jsp.front.imode.esthe"));
      out.write("\">");
      out.write("<span>エステ機器");
      out.write("<br>エステ用品");
      out.write("</span>");
      out.write("</a>");
      out.write("</li>\r\n");
      out.write("<li class=\"bed\">");
      out.write("<a href=\"");
      out.print(SIURLMap.getUrl(request,"webshop.jsp.front.imode.bed"));
      out.write("\">");
      out.write("<span>エステベッド");
      out.write("<br>マッサージベッド");
      out.write("</span>");
      out.write("</a>");
      out.write("</li>\r\n");
      out.write("<li class=\"cosme\">");
      out.write("<a href=\"");
      out.print(SIURLMap.getUrl(request,"webshop.jsp.front.imode.cosme"));
      out.write("\">");
      out.write("<span>エステ化粧品");
      out.write("</span>");
      out.write("</a>");
      out.write("</li>\r\n");
      out.write("<li class=\"nail\">");
      out.write("<a href=\"");
      out.print(SIURLMap.getUrl(request,"webshop.jsp.front.imode.nail"));
      out.write("\">");
      out.write("<span>ネイル商材");
      out.write("</span>");
      out.write("</a>");
      out.write("</li>\r\n");
      out.write("<li class=\"eyelash\">");
      out.write("<a href=\"");
      out.print(SIURLMap.getUrl(request,"webshop.jsp.front.imode.eyelash"));
      out.write("\">");
      out.write("<span>まつげエクステ商材");
      out.write("</span>");
      out.write("</a>");
      out.write("</li>\r\n");
      out.write("<li class=\"book\">");
      out.write("<a href=\"");
      out.print(SIURLMap.getUrl(request,"webshop.jsp.front.imode.book"));
      out.write("\">");
      out.write("<span>本・DVD・CD");
      out.write("</span>");
      out.write("</a>");
      out.write("</li>\r\n");
      out.write("</ul>\r\n");
      out.write("</nav> -->\r\n\r\n");
      out.write("<a name=\"news\" id=\"news\">");
      out.write("</a>\r\n");
      out.write("<!-- mc-marker remove-begin when='CAR == SMART' -->\r\n");
      out.write("<img src=\"");
      out.print(webshopSite);
      out.write("/img/mobile/news.gif\" alt=\"ﾆｭｰｽ\">");
      out.write("<br>\r\n");
      out.write("<!-- mc-marker remove-end -->\r\n\r\n");
      out.write("<!-- mc-marker insert :: ");
      out.write("<h2 class=\"ttl\" style=\"margin-top:20px;\">ニュース");
      out.write("<span>news");
      out.write("</span>");
      out.write("</h2> -->\r\n\r\n");
      out.write("<!-- mc-marker remove-begin -->\r\n");
      out.write("<table width=\"100%\">");
      out.write("<tr>");
      out.write("<td>\r\n");
      out.write("<!-- mc-marker remove-end -->\r\n\r\n");
      out.write("<!-- mc-marker insert :: ");
      out.write("<div class=\"newsBox delete_br\"> -->\r\n");
      /* ----  webshop:siiterator ---- */
      jp.co.sint.taglib.SIIteratorTag _jspx_th_webshop_siiterator_0 = (jp.co.sint.taglib.SIIteratorTag) _jspx_tagPool_webshop_siiterator_type_size_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.setId("newsId");
      _jspx_th_webshop_siiterator_0.setSize(5);
      _jspx_th_webshop_siiterator_0.setType("jp.co.sint.basic.SINews");
      _jspx_th_webshop_siiterator_0.setCollection(newsColl);
      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.SINews newsId = null;
        newsId = (jp.co.sint.basic.SINews) pageContext.findAttribute("newsId");
        do {
          out.print(newsId.getDescription());
          out.write("<br>");
          int evalDoAfterBody = _jspx_th_webshop_siiterator_0.doAfterBody();
          newsId = (jp.co.sint.basic.SINews) pageContext.findAttribute("newsId");
          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_size_id_collection.reuse(_jspx_th_webshop_siiterator_0);
      out.write("\r\n");
      out.write("<!-- mc-marker insert :: ");
      out.write("</div> -->\r\n\r\n");
      out.write("<!-- mc-marker remove-begin -->\r\n");
      out.write("</td>");
      out.write("</tr>");
      out.write("</table>\r\n");
      out.write("<!-- mc-marker remove-end -->\r\n\r\n");
      out.write("<!-- mc-marker remove-begin -->\r\n");
      out.write("<hr size=\"1\" color=\"#808080\">\r\n");
      out.write("<!-- mc-marker remove-end -->\r\n\r\n");
      out.write("<!-- ★★★ 新規挿入イメージギャラリーー ★★★ -->\r\n");
      out.write("<!-- mc-marker convert-insert :: ");
      out.write("<div> -->\r\n");
      out.write("<!-- mc-marker image-gallery2\r\n     galleryBgColor='#fff'\r\n     height='66px'\r\n     auto='on'\r\n     indexButtonColor='#000066'\r\n     buttonColor='#999'\r\n -->\r\n\r\n");
      out.write("<!-- mc-marker image-gallery2-begin no='1' -->\r\n");
      out.write("<!-- mc-marker convert-insert :: ");
      out.write("<div align=\"center\">");
      out.write("<a href=\"");
      out.print(webshopSite);
      out.write("/mobile/i/cmdtylist?a=search&maker=2437&cmdtySortSel=2&radioButton=new\">");
      out.write("<img src=\"");
      out.print(webshopSite);
      out.write("/img/banner/e_ban_m_imabari_towel.jpg\">");
      out.write("</a>");
      out.write("</div> -->\r\n");
      out.write("<!-- mc-marker image-gallery2-end -->\r\n\r\n");
      out.write("<!-- mc-marker image-gallery2-begin no='2' -->\r\n");
      out.write("<!-- mc-marker convert-insert :: ");
      out.write("<div align=\"center\">");
      out.write("<a href=\"");
      out.print(webshopSite);
      out.write("/mobile/i/cmdtylist?a=search&maker=2408&radioButton=new&cmdtySortSel=2\">");
      out.write("<img src=\"");
      out.print(webshopSite);
      out.write("/img/banner/c_ban_m_cl4.jpg\">");
      out.write("</a>");
      out.write("</div> -->\r\n");
      out.write("<!-- mc-marker image-gallery2-end -->\r\n\r\n");
      out.write("<!-- mc-marker image-gallery2-begin no='3' -->\r\n");
      out.write("<!-- mc-marker convert-insert :: ");
      out.write("<div align=\"center\">");
      out.write("<a href=\"");
      out.print(webshopSite);
      out.write("/mobile/i/cmdtylist?a=search&maker=2301&cmdtySortSel=2&radioButton=new\">");
      out.write("<img src=\"");
      out.print(webshopSite);
      out.write("/img/banner/n_ban_m_raygel.jpg\">");
      out.write("</a>");
      out.write("</div> -->\r\n");
      out.write("<!-- mc-marker image-gallery2-end -->\r\n\r\n");
      out.write("<!-- mc-marker image-gallery2-begin no='4' -->\r\n");
      out.write("<!-- mc-marker convert-insert :: ");
      out.write("<div align=\"center\">");
      out.write("<a href=\"");
      out.print(webshopSite);
      out.write("/mobile/i/cmdtylist?a=list&radioButton=new&maker=1009&srchWordTxt=&ctc=SE\">");
      out.write("<img src=\"");
      out.print(webshopSite);
      out.write("/img/banner/h_ban_m_smacolle_stylingchair_s.jpg\">");
      out.write("</a>");
      out.write("</div> -->\r\n");
      out.write("<!-- mc-marker image-gallery2-end -->\r\n\r\n");
      out.write("<!-- mc-marker convert-insert :: ");
      out.write("</div> -->\r\n\r\n");
      out.write("<!-- mc-marker remove-begin -->\r\n");
      out.write("<a name=\"login\" id=\"login\">");
      out.write("</a>\r\n");
      out.write("<table width=\"100%\">");
      out.write("<tr>");
      out.write("<td>\r\n");

/**
 * Copyright (c) 2003-2004 System Integrator Corporation.
 *                 All Rights Reserved.
 * @version $Id : include/mobile_login_user_inc.jsp,v 1.0 2004/3/16  Exp $
 * @author      : Shionoya Yoshiaki
 * @Description : フロントに顧客が一旦にﾛｸﾞｲﾝしたら、このファイルを通して、自動的に画面に表示します。
 * @History
 * Author         Date        Reason
 * ============   ==========  ===========================
 * Shionoya       2004/3/16  Original
 */

      out.write("\r\n");
String custReg = "?a=" + SIConfig.SIACTION_LOGIN;
      out.write("\r\n");
      out.write("<form action=\"");
      out.print(SIURLMap.getHttpsUrl(request,"webshop.servlet.front.imode.login"));
      out.write("\" method=\"post\">\r\n");
      /* ----  webshop:session ---- */
      jp.co.sint.taglib.SISessionTag _jspx_th_webshop_session_1 = (jp.co.sint.taglib.SISessionTag) _jspx_tagPool_webshop_session_type_name_id.get(jp.co.sint.taglib.SISessionTag.class);
      _jspx_th_webshop_session_1.setPageContext(pageContext);
      _jspx_th_webshop_session_1.setParent(null);
      _jspx_th_webshop_session_1.setName(SIConfig.SISESSION_USERINFO_NAME);
      _jspx_th_webshop_session_1.setId("uid");
      _jspx_th_webshop_session_1.setType("jp.co.sint.basic.SIUserInfo");
      int _jspx_eval_webshop_session_1 = _jspx_th_webshop_session_1.doStartTag();
      if (_jspx_eval_webshop_session_1 != javax.servlet.jsp.tagext.Tag.SKIP_BODY) {
        jp.co.sint.basic.SIUserInfo uid = null;
        uid = (jp.co.sint.basic.SIUserInfo) pageContext.findAttribute("uid");
        do {
          out.write("\r\n");
          /* ----  webshop:empty ---- */
          jp.co.sint.taglib.SIEmptyTag _jspx_th_webshop_empty_1 = (jp.co.sint.taglib.SIEmptyTag) _jspx_tagPool_webshop_empty_value.get(jp.co.sint.taglib.SIEmptyTag.class);
          _jspx_th_webshop_empty_1.setPageContext(pageContext);
          _jspx_th_webshop_empty_1.setParent(_jspx_th_webshop_session_1);
          _jspx_th_webshop_empty_1.setValue(uid.getCustName());
          int _jspx_eval_webshop_empty_1 = _jspx_th_webshop_empty_1.doStartTag();
          if (_jspx_eval_webshop_empty_1 != javax.servlet.jsp.tagext.Tag.SKIP_BODY) {
            do {
              out.write("\r\n");
              out.write("<div align=\"left\">");
              out.write("<input type=\"submit\" name=\"del\" value=\"ﾛｸﾞｲﾝ\">");
              out.write("</div>\r\n");
              out.write("<div align=\"left\">");
              out.write("<a href=\"");
              out.print(SIURLMap.getUrl(request,"webshop.servlet.front.imode.customer")+custReg);
              out.write("\">");
              out.write("<font size=\"2\" color=\"orange\">BG会員登録（無料）>>");
              out.write("</font>");
              out.write("</a>");
              out.write("</div>\r\n");
              int evalDoAfterBody = _jspx_th_webshop_empty_1.doAfterBody();
              if (evalDoAfterBody != javax.servlet.jsp.tagext.BodyTag.EVAL_BODY_AGAIN)
                break;
            } while (true);
          }
          if (_jspx_th_webshop_empty_1.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
            return;
          _jspx_tagPool_webshop_empty_value.reuse(_jspx_th_webshop_empty_1);
          out.write("\r\n");
          /* ----  webshop:notEmpty ---- */
          jp.co.sint.taglib.SINotEmptyTag _jspx_th_webshop_notEmpty_1 = (jp.co.sint.taglib.SINotEmptyTag) _jspx_tagPool_webshop_notEmpty_value.get(jp.co.sint.taglib.SINotEmptyTag.class);
          _jspx_th_webshop_notEmpty_1.setPageContext(pageContext);
          _jspx_th_webshop_notEmpty_1.setParent(_jspx_th_webshop_session_1);
          _jspx_th_webshop_notEmpty_1.setValue(uid.getCustName());
          int _jspx_eval_webshop_notEmpty_1 = _jspx_th_webshop_notEmpty_1.doStartTag();
          if (_jspx_eval_webshop_notEmpty_1 != javax.servlet.jsp.tagext.Tag.SKIP_BODY) {
            do {
              out.write("\r\n");
              out.write("<div align=\"left\">");
              out.write("<font size=\"2\" color=\"black\">");
              out.print(SIHTMLUtil.HTMLEncode(uid.getCustName()));
              out.write(" 様");
if (SIConfig.SIMALL.getPointEnableFlg().equals("1")){
              out.write("</font>");
              out.write("</div>\r\n");
              out.write("<div align=\"left\">");
              out.write("<font size=\"2\" color=\"black\">(ﾎﾟｲﾝﾄ:");
              /* ----  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(_jspx_th_webshop_notEmpty_1);
              _jspx_th_webshop_siquantity_4.setValue(uid.getMaxPoint());
              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("p)");
}
              out.write("</font>");
              out.write("</div>\r\n");
if("3".equals(SIHTMLUtil.getUserInfo(request).getMemberLevelCode())){
              out.write("\r\n");
              out.write("<div align=\"left\">");
              out.write("<font size=\"1\" color=\"orangered\">あなたは");
              out.print(SIStringUtil.toHankakuKana(uid.getMemberLevelName()));
              out.write("様です。全商品");
              out.print(SIHTMLUtil.HTMLEncode(uid.getDiscountRate()));
              out.write("%OFF、ﾎﾟｲﾝﾄ100%UPでお買い求めいただけます。");
              out.write("</font>");
              out.write("</div>\r\n");
}else if("2".equals(SIHTMLUtil.getUserInfo(request).getMemberLevelCode())){
              out.write("\r\n");
              out.write("<div align=\"left\">");
              out.write("<font size=\"1\" color=\"orangered\">あなたは");
              out.print(SIStringUtil.toHankakuKana(uid.getMemberLevelName()));
              out.write("様です。全商品");
              out.print(SIHTMLUtil.HTMLEncode(uid.getDiscountRate()));
              out.write("%OFF、ﾎﾟｲﾝﾄ50%UPでお買い求めいただけます。");
              out.write("</font>");
              out.write("</div>\r\n");
}else if("1".equals(SIHTMLUtil.getUserInfo(request).getMemberLevelCode())){
              out.write("\r\n");
              out.write("<div align=\"left\">");
              out.write("<font size=\"1\" color=\"orangered\">あなたは");
              out.print(SIStringUtil.toHankakuKana(uid.getMemberLevelName()));
              out.write("様です。全商品");
              out.print(SIHTMLUtil.HTMLEncode(uid.getDiscountRate()));
              out.write("%OFF、ﾎﾟｲﾝﾄ20%UPでお買い求めいただけます。");
              out.write("</font>");
              out.write("</div>\r\n");
}
              out.write("\r\n");
              out.write("<br>\r\n");
              int evalDoAfterBody = _jspx_th_webshop_notEmpty_1.doAfterBody();
              if (evalDoAfterBody != javax.servlet.jsp.tagext.BodyTag.EVAL_BODY_AGAIN)
                break;
            } while (true);
          }
          if (_jspx_th_webshop_notEmpty_1.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
            return;
          _jspx_tagPool_webshop_notEmpty_value.reuse(_jspx_th_webshop_notEmpty_1);
          out.write("\r\n");
          /* ----  webshop:notEmpty ---- */
          jp.co.sint.taglib.SINotEmptyTag _jspx_th_webshop_notEmpty_2 = (jp.co.sint.taglib.SINotEmptyTag) _jspx_tagPool_webshop_notEmpty_value.get(jp.co.sint.taglib.SINotEmptyTag.class);
          _jspx_th_webshop_notEmpty_2.setPageContext(pageContext);
          _jspx_th_webshop_notEmpty_2.setParent(_jspx_th_webshop_session_1);
          _jspx_th_webshop_notEmpty_2.setValue(uid.getLoginDateTime());
          int _jspx_eval_webshop_notEmpty_2 = _jspx_th_webshop_notEmpty_2.doStartTag();
          if (_jspx_eval_webshop_notEmpty_2 != javax.servlet.jsp.tagext.Tag.SKIP_BODY) {
            do {
              out.write("\r\n");
              out.write("<div align=\"left\">");
              out.write("<font size=\"2\" color=\"black\">前回ﾛｸﾞｲﾝ日時：");
              out.write("</font>");
              out.write("</div>\r\n");
              out.write("<div align=\"left\">");
              out.write("<font size=\"2\" color=\"black\">");
              out.print(SIHTMLUtil.HTMLEncode(uid.getLoginDateTime()));
              out.write("</font>");
              out.write("</div>\r\n");
              int evalDoAfterBody = _jspx_th_webshop_notEmpty_2.doAfterBody();
              if (evalDoAfterBody != javax.servlet.jsp.tagext.BodyTag.EVAL_BODY_AGAIN)
                break;
            } while (true);
          }
          if (_jspx_th_webshop_notEmpty_2.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
            return;
          _jspx_tagPool_webshop_notEmpty_value.reuse(_jspx_th_webshop_notEmpty_2);
          out.write("\r\n");
          int evalDoAfterBody = _jspx_th_webshop_session_1.doAfterBody();
          uid = (jp.co.sint.basic.SIUserInfo) pageContext.findAttribute("uid");
          if (evalDoAfterBody != javax.servlet.jsp.tagext.BodyTag.EVAL_BODY_AGAIN)
            break;
        } while (true);
      }
      if (_jspx_th_webshop_session_1.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
        return;
      _jspx_tagPool_webshop_session_type_name_id.reuse(_jspx_th_webshop_session_1);
      out.write("\r\n");
      out.write("</form>");
      out.write("\r\n");
      out.write("</td>");
      out.write("</tr>");
      out.write("</table>\r\n");
      out.write("<!-- mc-marker remove-end -->\r\n\r\n");
      out.write("<!-- mc-marker move-begin position='searchBox' -->\r\n");
      out.write("<a name=\"search\" id=\"search\">");
      out.write("</a>\r\n");
      out.write("<!-- mc-marker remove-begin -->\r\n");
      out.write("<img src=\"/ws/img/mobile/lookfor.gif\" alt=\"検索\">");
      out.write("<br>\r\n");
      out.write("<table width=\"100%\">");
      out.write("<tr>");
      out.write("<td>\r\n");
      out.write("<!-- mc-marker remove-end -->\r\n\r\n");
      out.write("<!-- mc-marker insert :: ");
      out.write("<div class=\"searchBox\"> -->\r\n");
      out.write("<form action=\"");
      out.print(cmdtyListSrvSite);
      out.write("\" method=\"post\">\r\n");
      out.write("<font size=\"2\" color=\"black\">▼ﾌﾞﾗﾝﾄﾞ検索");
      out.write("</font>");
      out.write("<br>\r\n\r\n");
      /* ----  webshop:siselect ---- */
      jp.co.sint.taglib.SISelect _jspx_th_webshop_siselect_0 = (jp.co.sint.taglib.SISelect) _jspx_tagPool_webshop_siselect_name_default_collection_nobody.get(jp.co.sint.taglib.SISelect.class);
      _jspx_th_webshop_siselect_0.setPageContext(pageContext);
      _jspx_th_webshop_siselect_0.setParent(null);
      _jspx_th_webshop_siselect_0.setName("maker");
      _jspx_th_webshop_siselect_0.setDefault("");
      _jspx_th_webshop_siselect_0.setCollection(makerColl);
      int _jspx_eval_webshop_siselect_0 = _jspx_th_webshop_siselect_0.doStartTag();
      if (_jspx_th_webshop_siselect_0.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
        return;
      _jspx_tagPool_webshop_siselect_name_default_collection_nobody.reuse(_jspx_th_webshop_siselect_0);
      out.write("<br>\r\n");
      out.write("<font size=\"2\" color=\"black\">▼ﾜｰﾄﾞ検索");
      out.write("</font>");
      out.write("<br>\r\n");
      out.write("<input type=\"text\" name=\"srchWordTxt\" size=\"14\">");
      out.write("<input type=\"submit\" value=\"検索\">");
      out.write("<br>\r\n");
      out.write("<label>");
      out.write("<input name=\"radioButton\" type=\"radio\" value=\"all\" checked>");
      out.write("<font size=\"2\" color=\"black\">全て");
      out.write("</font>");
      out.write("</label>\r\n");
      out.write("<label>");
      out.write("<input name=\"radioButton\" type=\"radio\" value=\"new\">");
      out.write("<font size=\"2\" color=\"black\">新品");
      out.write("</font>");
      out.write("</label>\r\n");
      out.write("<label>");
      out.write("<input name=\"radioButton\" type=\"radio\" value=\"outlet\">");
      out.write("<font size=\"2\" color=\"black\">ｱｳﾄﾚｯﾄ");
      out.write("</font>");
      out.write("</label>\r\n");
      out.write("<label>");
      out.write("<input name=\"radioButton\" type=\"radio\" value=\"used\">");
      out.write("<font size=\"2\" color=\"black\">中古");
      out.write("</font>");
      out.write("</label>\r\n");
      out.write("<label>");
      out.write("<input name=\"radioButton\" type=\"radio\" value=\"spused\">");
      out.write("<font size=\"2\" color=\"black\">BG認定中古");
      out.write("</font>");
      out.write("</label>");
      out.write("<br>\r\n");
      out.write("<input type=\"hidden\" name=\"a\" value=\"");
      out.print(SIConfig.SIACTION_SEARCH);
      out.write("\">");
      out.write("</form>\r\n");
      out.write("<!-- mc-marker insert :: ");
      out.write("</div> -->\r\n\r\n");
      out.write("<!-- mc-marker remove-begin -->\r\n");
      out.write("</td>");
      out.write("</tr>");
      out.write("</table>\r\n");
      out.write("<!-- mc-marker remove-end -->\r\n");
      out.write("<!-- mc-marker move-end -->\r\n\r\n");
      out.write("<!-- mc-marker remove-begin -->\r\n");
      out.write("<a name=\"special\" id=\"special\">");
      out.write("</a>\r\n");
      out.write("<img src=\"");
      out.print(webshopSite);
      out.write("/img/mobile/special.gif\" alt=\"特集\">");
      out.write("<br>\r\n");
      out.write("<table width=\"100%\">");
      out.write("<tr>");
      out.write("<td align=\"center\">\r\n");
      out.write("<font size=\"2\" color=\"black\">\r\n");
      out.write("\r\n┌─────────┐");
      out.write("<br>");
      out.write("<a href=\"");
      out.print(SIURLMap.getUrl(request,"webshop.jsp.front.imode.coupon"));
      out.write("\">☆ ﾓﾊﾞｲﾙｻｲﾄ限定！ ☆");
      out.write("<br>ｵﾝﾗｲﾝｸｰﾎﾟﾝ発行中");
      out.write("</a>");
      out.write("<br>└─────────┘");
      out.write("<br>\r\n┌─────────┐");
      out.write("<br>");
      out.write("<a href=\"");
      out.print(SIURLMap.getUrl(request,"webshop.jsp.front.imode.other.buy"));
      out.write("\">☆ 高価買取！ ☆");
      out.write("<br>必ず高く買取します");
      out.write("</a>");
      out.write("<br>└─────────┘");
      out.write("<br>\r\n┌─────────┐");
      out.write("<br>");
      out.write("<a href=\"");
      out.print(SIURLMap.getUrl(request,"webshop.jsp.front.imode.howto.point"));
      out.write("\">☆ BGﾎﾟｲﾝﾄﾌﾟﾛｸﾞﾗﾑ ☆");
      out.write("<br>1ﾎﾟｲﾝﾄ=1円として利用");
      out.write("</a>");
      out.write("<br>└─────────┘");
      out.write("<br>\r\n");
      out.write("<font size=\"1\">&nbsp;");
      out.write("</font>\r\n");
      out.write("</font>\r\n");
      out.write("</td>");
      out.write("</tr>");
      out.write("</table>\r\n");
      out.write("<!-- mc-marker remove-end -->\r\n\r\n");
      out.write("<a name=\"osusume\" id=\"osusume\">");
      out.write("</a>\r\n");
      out.write("<!-- mc-marker remove-begin -->\r\n");
      out.write("<img src=\"");
      out.print(webshopSite);
      out.write("/img/mobile/recommend.gif\" alt=\"ｵｽｽﾒ商品\">");
      out.write("<br>\r\n");
      out.write("<!-- mc-marker remove-end -->\r\n\r\n");
      out.write("<!-- mc-marker insert :: ");
      out.write("<h2 class=\"ttl\">オススメ商品");
      out.write("<span>recommend");
      out.write("</span>");
      out.write("</h2> -->\r\n\r\n");
      out.write("<!-- mc-marker insert ::");
      out.write("<div class=\"recoBox\">");
      out.write("<ul> -->\r\n\r\n");
      out.write("<!-- mc-marker remove-begin -->\r\n");
      out.write("<table width=\"100%\">");
      out.write("<tr>");
      out.write("<td>\r\n");
      out.write("<!-- mc-marker remove-end -->\r\n\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.setId("cmdtyPage");
      _jspx_th_webshop_siiterator_1.setType("jp.co.sint.basic.SICmdty");
      _jspx_th_webshop_siiterator_1.setCollection(cmdtyColl);
      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.SICmdty cmdtyPage = null;
        cmdtyPage = (jp.co.sint.basic.SICmdty) pageContext.findAttribute("cmdtyPage");
        do {
          out.write("\r\n");

String mobileAdviceImageName = cmdtyPage.getCmdtyCode() + "/mobile_" + cmdtyPage.getCmdtyCode()+ "_"+ cmdtyPage.getIndividualCode() + "_t.jpg";
String adviceImageName = cmdtyPage.getCmdtyCode() + "/" + cmdtyPage.getCmdtyCode()+ "_"+ cmdtyPage.getIndividualCode() + "_t.jpg";
File fa = new File(pageContext.getServletContext().getRealPath(SIConfig.SIUPLOAD_FOLDER[SIConfig.SIUPLOAD_INX_CMDTY]+"/"+mobileAdviceImageName));
if(!fa.exists()) mobileAdviceImageName = adviceImageName;

          out.write("\r\n");
          out.write("<!-- mc-marker remove-begin when='CAR == SMART' -->\r\n");
if(cmdtyPage.getUsedNewFlg()==3){
          out.write("\r\n");
          out.write("<font color=\"green\" size=\"1\">BG認定中古 ");
          out.write("</font>\r\n");
}else if(cmdtyPage.getUsedNewFlg()==2||cmdtyPage.getUsedNewFlg()==4){
          out.write("\r\n");
          out.write("<font color=\"crimson\" size=\"1\">新古OUTLET ");
          out.write("</font>\r\n");
}else if(cmdtyPage.getUsedNewFlg()==1||cmdtyPage.getUsedNewFlg()==6||cmdtyPage.getUsedNewFlg()==7){
          out.write("\r\n");
          out.write("<font color=\"dodgerblue\" size=\"1\">新品 ");
          out.write("</font>\r\n");
}else{
          out.write("\r\n");
          out.write("<font color=\"brown\" size=\"1\">中古 ");
          out.write("</font>\r\n");
}
          out.write("\r\n");
          out.write("<font color=\"gray\" size=\"1\">");
          out.print(cmdtyPage.getIndividualCode());
          out.write("<br>");
          out.write("</font>\r\n");
          out.write("<a href=\"");
          out.print(cmdtyDetailSrvSite+"?shc="+cmdtyPage.getShopCode()+"&cmc="+cmdtyPage.getCmdtyCode()+"&inc="+cmdtyPage.getIndividualCode()+"&cmpt="+cmdtyPage.getCmdtyCompositionFlg()+"&pageNumberTxt="+cmdtyPage.getPageNumberTxt()+"&cmdtyFlagTxt="+SIConfig.SICMDTY_FLAG_ADVICE);
          out.write("\">");
          out.write("<font size=\"2\" color=\"blue\">");
          out.print(SIHTMLUtil.HTMLEncode(cmdtyPage.getCmdtyName()));
          out.write("</font>");
          out.write("</a>\r\n");
          out.write("\r\n");
if (!cmdtyPage.isCmdtyComposition()){
          out.write("\r\n");
if("1".equals(cmdtyPage.getFreeDeliveryFlg())){
          out.write("&nbsp;");
          out.write("<font color=\"#E10033\" size=\"2\">【送料無料】");
          out.write("</font>");
}
          out.write("<br>\r\n");
 } else { 
          out.write("\r\n");
if(cmdtyPage.getDispCarriageFree(connection)){
          out.write("&nbsp;");
          out.write("<font color=\"#E10033\" size=\"2\">【送料無料】");
          out.write("</font>");
}
          out.write("<br>\r\n");
 } 
          out.write("\r\n");
          out.write("\r\n\t");
          out.write("<img src=\"");
          out.print(webshopSite);
          out.write("/image/cmdty/");
          out.print(mobileAdviceImageName);
          out.write("\" width=\"100\" height=\"75\" align=\"middle\">");
          out.write("<br>\r\n");
if(SIUtil.isNotNull(cmdtyPage.getNewFixedPrice())&&!cmdtyPage.getNewFixedPrice().equals("0")){
          out.write("<font size=\"1\" color=\"gray\">M価:");
          /* ----  webshop:sicurrency ---- */
          jp.co.sint.taglib.SICurrencyTag _jspx_th_webshop_sicurrency_0 = (jp.co.sint.taglib.SICurrencyTag) _jspx_tagPool_webshop_sicurrency_value_nobody.get(jp.co.sint.taglib.SICurrencyTag.class);
          _jspx_th_webshop_sicurrency_0.setPageContext(pageContext);
          _jspx_th_webshop_sicurrency_0.setParent(_jspx_th_webshop_siiterator_1);
          _jspx_th_webshop_sicurrency_0.setValue(cmdtyPage.getNewFixedPriceIncTax());
          int _jspx_eval_webshop_sicurrency_0 = _jspx_th_webshop_sicurrency_0.doStartTag();
          if (_jspx_th_webshop_sicurrency_0.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
            return;
          _jspx_tagPool_webshop_sicurrency_value_nobody.reuse(_jspx_th_webshop_sicurrency_0);
          out.write("→");
          out.write("</font>");
}
          out.write("\r\n");
if(((userLogin.isLogin(request)&&cmdtyPage.getBGPriceDispFlg().equals("1"))||cmdtyPage.getBGPriceDispFlg().equals("0"))&&!cmdtyPage.isContractFlg()){
          out.write("\r\n");
          out.write("\r\n");
if (!cmdtyPage.isCmdtyComposition()){
          out.write("\r\n");
          out.write("\r\n");
if(cmdtyPage.getFinalUnitPriceWithoutTax().equals(cmdtyPage.getUnitPriceWithoutTax())){
          out.write("\r\n");
          out.write("<font color=\"red\" size=\"1\">");
if(cmdtyPage.getUsedNewFlg()==0||cmdtyPage.getUsedNewFlg()==3){
          out.write("中古特価:");
}else{
          out.write("BG卸価:");
}
          out.write("</font>\r\n");
          out.write("<font color=\"red\" size=\"1\">");
          /* ----  webshop:sicurrency ---- */
          jp.co.sint.taglib.SICurrencyTag _jspx_th_webshop_sicurrency_1 = (jp.co.sint.taglib.SICurrencyTag) _jspx_tagPool_webshop_sicurrency_value_nobody.get(jp.co.sint.taglib.SICurrencyTag.class);
          _jspx_th_webshop_sicurrency_1.setPageContext(pageContext);
          _jspx_th_webshop_sicurrency_1.setParent(_jspx_th_webshop_siiterator_1);
          _jspx_th_webshop_sicurrency_1.setValue(cmdtyPage.getFinalUnitPriceWithoutTax());
          int _jspx_eval_webshop_sicurrency_1 = _jspx_th_webshop_sicurrency_1.doStartTag();
          if (_jspx_th_webshop_sicurrency_1.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
            return;
          _jspx_tagPool_webshop_sicurrency_value_nobody.reuse(_jspx_th_webshop_sicurrency_1);
          out.write("(税別)");
          out.write("</font>\r\n");
}else{
          out.write("\r\n");
          out.write("<font color=\"gray\" size=\"1\">");
if(cmdtyPage.getUsedNewFlg()==0||cmdtyPage.getUsedNewFlg()==3){
          out.write("中古特価:");
}else{
          out.write("BG卸価:");
}
          out.write("</font>\r\n");
          out.write("<font color=\"gray\" size=\"1\">");
          /* ----  webshop:sicurrency ---- */
          jp.co.sint.taglib.SICurrencyTag _jspx_th_webshop_sicurrency_2 = (jp.co.sint.taglib.SICurrencyTag) _jspx_tagPool_webshop_sicurrency_value_nobody.get(jp.co.sint.taglib.SICurrencyTag.class);
          _jspx_th_webshop_sicurrency_2.setPageContext(pageContext);
          _jspx_th_webshop_sicurrency_2.setParent(_jspx_th_webshop_siiterator_1);
          _jspx_th_webshop_sicurrency_2.setValue(cmdtyPage.getUnitPriceWithoutTax());
          int _jspx_eval_webshop_sicurrency_2 = _jspx_th_webshop_sicurrency_2.doStartTag();
          if (_jspx_th_webshop_sicurrency_2.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
            return;
          _jspx_tagPool_webshop_sicurrency_value_nobody.reuse(_jspx_th_webshop_sicurrency_2);
          out.write("(税別)");
          out.write("</font>");
          out.write("<br>\r\n");
          out.write("<font color=\"red\" size=\"1\">VIP特価:");
          out.write("</font>\r\n");
          out.write("<font color=\"red\" size=\"1\">");
          /* ----  webshop:sicurrency ---- */
          jp.co.sint.taglib.SICurrencyTag _jspx_th_webshop_sicurrency_3 = (jp.co.sint.taglib.SICurrencyTag) _jspx_tagPool_webshop_sicurrency_value_nobody.get(jp.co.sint.taglib.SICurrencyTag.class);
          _jspx_th_webshop_sicurrency_3.setPageContext(pageContext);
          _jspx_th_webshop_sicurrency_3.setParent(_jspx_th_webshop_siiterator_1);
          _jspx_th_webshop_sicurrency_3.setValue(cmdtyPage.getFinalUnitPriceWithoutTax());
          int _jspx_eval_webshop_sicurrency_3 = _jspx_th_webshop_sicurrency_3.doStartTag();
          if (_jspx_th_webshop_sicurrency_3.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
            return;
          _jspx_tagPool_webshop_sicurrency_value_nobody.reuse(_jspx_th_webshop_sicurrency_3);
          out.write("(税別)");
          out.write("</font>\r\n");
          out.write("\r\n");
}
          out.write("\r\n");
}else{
          out.write("\r\n");
 String setUnitPrice = cmdtyPage.getSetUnitPriceWithoutTax(connection); 
          out.write("\r\n");
 String setDiscountUnitPrice = cmdtyPage.getSetDiscountUnitPriceWithoutTax(connection); 
          out.write("\r\n");
if(setUnitPrice.equals(setDiscountUnitPrice)){
          out.write("\r\n");
          out.write("<font color=\"red\" size=\"1\">");
if(cmdtyPage.getUsedNewFlg()==0||cmdtyPage.getUsedNewFlg()==3){
          out.write("中古特価:");
}else{
          out.write("BG卸価:");
}
          out.write("</font>\r\n");
          out.write("<font color=\"red\" size=\"1\">");
          /* ----  webshop:sicurrency ---- */
          jp.co.sint.taglib.SICurrencyTag _jspx_th_webshop_sicurrency_4 = (jp.co.sint.taglib.SICurrencyTag) _jspx_tagPool_webshop_sicurrency_value_nobody.get(jp.co.sint.taglib.SICurrencyTag.class);
          _jspx_th_webshop_sicurrency_4.setPageContext(pageContext);
          _jspx_th_webshop_sicurrency_4.setParent(_jspx_th_webshop_siiterator_1);
          _jspx_th_webshop_sicurrency_4.setValue(setUnitPrice);
          int _jspx_eval_webshop_sicurrency_4 = _jspx_th_webshop_sicurrency_4.doStartTag();
          if (_jspx_th_webshop_sicurrency_4.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
            return;
          _jspx_tagPool_webshop_sicurrency_value_nobody.reuse(_jspx_th_webshop_sicurrency_4);
          out.write("(税別)");
          out.write("</font>\r\n");
}else{
          out.write("\r\n");
          out.write("<font color=\"gray\" size=\"1\">");
if(cmdtyPage.getUsedNewFlg()==0||cmdtyPage.getUsedNewFlg()==3){
          out.write("中古特価:");
}else{
          out.write("BG卸価:");
}
          out.write("</font>\r\n");
          out.write("<font color=\"gray\" size=\"1\">");
          /* ----  webshop:sicurrency ---- */
          jp.co.sint.taglib.SICurrencyTag _jspx_th_webshop_sicurrency_5 = (jp.co.sint.taglib.SICurrencyTag) _jspx_tagPool_webshop_sicurrency_value_nobody.get(jp.co.sint.taglib.SICurrencyTag.class);
          _jspx_th_webshop_sicurrency_5.setPageContext(pageContext);
          _jspx_th_webshop_sicurrency_5.setParent(_jspx_th_webshop_siiterator_1);
          _jspx_th_webshop_sicurrency_5.setValue(setUnitPrice);
          int _jspx_eval_webshop_sicurrency_5 = _jspx_th_webshop_sicurrency_5.doStartTag();
          if (_jspx_th_webshop_sicurrency_5.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
            return;
          _jspx_tagPool_webshop_sicurrency_value_nobody.reuse(_jspx_th_webshop_sicurrency_5);
          out.write("(税別)");
          out.write("</font>");
          out.write("<br>\r\n");
          out.write("<font color=\"red\" size=\"1\">VIP特価:");
          out.write("</font>\r\n");
          out.write("<font color=\"red\" size=\"1\">");
          /* ----  webshop:sicurrency ---- */
          jp.co.sint.taglib.SICurrencyTag _jspx_th_webshop_sicurrency_6 = (jp.co.sint.taglib.SICurrencyTag) _jspx_tagPool_webshop_sicurrency_value_nobody.get(jp.co.sint.taglib.SICurrencyTag.class);
          _jspx_th_webshop_sicurrency_6.setPageContext(pageContext);
          _jspx_th_webshop_sicurrency_6.setParent(_jspx_th_webshop_siiterator_1);
          _jspx_th_webshop_sicurrency_6.setValue(setDiscountUnitPrice);
          int _jspx_eval_webshop_sicurrency_6 = _jspx_th_webshop_sicurrency_6.doStartTag();
          if (_jspx_th_webshop_sicurrency_6.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
            return;
          _jspx_tagPool_webshop_sicurrency_value_nobody.reuse(_jspx_th_webshop_sicurrency_6);
          out.write("(税別)");
          out.write("</font>\r\n");
}
          out.write("\r\n");
          out.write("\r\n");
}}else if(cmdtyPage.isContractFlg()){
          out.write("<font color=\"red\" size=\"1\">BG卸価は契約後表示");
          out.write("</font>\r\n");
}else if(cmdtyPage.getBGPriceDispFlg().equals("2")){
          out.write("<font color=\"red\" size=\"1\">BG卸価:お問い合わせ下さい");
          out.write("</font>\r\n");
}else if(cmdtyPage.getBGPriceDispFlg().equals("1")){
          out.write("<font color=\"red\" size=\"1\">BG卸価:ﾛｸﾞｲﾝ表示");
          out.write("</font>");
}
          out.write("\r\n");
          out.write("<hr size=\"1\" color=\"gray\">\r\n");
          out.write("<!-- mc-marker remove-end -->\r\n\r\n");
          out.write("<!-- mc-marker convert-insert :: ");
          out.write("<li>\r\n");
          out.write("<a href=\"");
          out.print(cmdtyDetailSrvSite+"?shc="+cmdtyPage.getShopCode()+"&cmc="+cmdtyPage.getCmdtyCode()+"&inc="+cmdtyPage.getIndividualCode()+"&cmpt="+cmdtyPage.getCmdtyCompositionFlg()+"&pageNumberTxt="+cmdtyPage.getPageNumberTxt()+"&cmdtyFlagTxt="+SIConfig.SICMDTY_FLAG_ADVICE);
          out.write("\">\r\n");
          out.write("<span class=\"img\">");
          out.write("<img src=\"");
          out.print(webshopSite);
          out.write("/image/cmdty/");
          out.print(mobileAdviceImageName);
          out.write("\">");
          out.write("</span>\r\n");
          out.write("<dl>\r\n");
          out.write("<dt>\r\n");
if(cmdtyPage.getUsedNewFlg()==3){
          out.write("\r\nBG認定中古&nbsp;\r\n");
}else if(cmdtyPage.getUsedNewFlg()==2||cmdtyPage.getUsedNewFlg()==4){
          out.write("\r\n新古OUTLET&nbsp;\r\n");
}else if(cmdtyPage.getUsedNewFlg()==1||cmdtyPage.getUsedNewFlg()==6||cmdtyPage.getUsedNewFlg()==7){
          out.write("\r\n新品&nbsp;\r\n");
}else{
          out.write("\r\n中古&nbsp;\r\n");
}
          out.write("\r\n");
          out.print(cmdtyPage.getIndividualCode());
          out.write("<br>\r\n");
          out.print(SIHTMLUtil.HTMLEncode(cmdtyPage.getCmdtyName()));
          out.write("\r\n");
          out.write("\r\n");
if (!cmdtyPage.isCmdtyComposition()){
          out.write("\r\n");
if("1".equals(cmdtyPage.getFreeDeliveryFlg())){
          out.write("<span>【送料無料】");
          out.write("</span>");
}
          out.write("<br>\r\n");
 } else { 
          out.write("\r\n");
if(cmdtyPage.getDispCarriageFree(connection)){
          out.write("<span>【送料無料】");
          out.write("</span>");
}
          out.write("<br>\r\n");
 } 
          out.write("\r\n");
          out.write("\r\n\r\n");
          out.write("</dt>\r\n");
          out.write("<dd>\r\n");
if(SIUtil.isNotNull(cmdtyPage.getNewFixedPrice())&&!cmdtyPage.getNewFixedPrice().equals("0")){
          out.write("M価:");
          /* ----  webshop:sicurrency ---- */
          jp.co.sint.taglib.SICurrencyTag _jspx_th_webshop_sicurrency_7 = (jp.co.sint.taglib.SICurrencyTag) _jspx_tagPool_webshop_sicurrency_value_nobody.get(jp.co.sint.taglib.SICurrencyTag.class);
          _jspx_th_webshop_sicurrency_7.setPageContext(pageContext);
          _jspx_th_webshop_sicurrency_7.setParent(_jspx_th_webshop_siiterator_1);
          _jspx_th_webshop_sicurrency_7.setValue(cmdtyPage.getNewFixedPriceIncTax());
          int _jspx_eval_webshop_sicurrency_7 = _jspx_th_webshop_sicurrency_7.doStartTag();
          if (_jspx_th_webshop_sicurrency_7.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
            return;
          _jspx_tagPool_webshop_sicurrency_value_nobody.reuse(_jspx_th_webshop_sicurrency_7);
          out.write("<br>→");
}
          out.write("\r\n");
if(((userLogin.isLogin(request)&&cmdtyPage.getBGPriceDispFlg().equals("1"))||cmdtyPage.getBGPriceDispFlg().equals("0"))&&!cmdtyPage.isContractFlg()){
          out.write("\r\n");
          out.write("\r\n");
if (!cmdtyPage.isCmdtyComposition()){
          out.write("\r\n");
          out.write("\r\n");
if(cmdtyPage.getFinalUnitPriceWithoutTax().equals(cmdtyPage.getUnitPriceWithoutTax())){
          out.write("\r\n");
          out.write("<span class=\"discount\">\r\n");
if(cmdtyPage.getUsedNewFlg()==0||cmdtyPage.getUsedNewFlg()==3){
          out.write("中古特価:");
}else{
          out.write("BG卸価:");
}
          out.write("\r\n");
          /* ----  webshop:sicurrency ---- */
          jp.co.sint.taglib.SICurrencyTag _jspx_th_webshop_sicurrency_8 = (jp.co.sint.taglib.SICurrencyTag) _jspx_tagPool_webshop_sicurrency_value_nobody.get(jp.co.sint.taglib.SICurrencyTag.class);
          _jspx_th_webshop_sicurrency_8.setPageContext(pageContext);
          _jspx_th_webshop_sicurrency_8.setParent(_jspx_th_webshop_siiterator_1);
          _jspx_th_webshop_sicurrency_8.setValue(cmdtyPage.getFinalUnitPriceWithoutTax());
          int _jspx_eval_webshop_sicurrency_8 = _jspx_th_webshop_sicurrency_8.doStartTag();
          if (_jspx_th_webshop_sicurrency_8.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
            return;
          _jspx_tagPool_webshop_sicurrency_value_nobody.reuse(_jspx_th_webshop_sicurrency_8);
          out.write("(税別)\r\n");
}else{
          out.write("\r\n");
if(cmdtyPage.getUsedNewFlg()==0||cmdtyPage.getUsedNewFlg()==3){
          out.write("中古特価:");
}else{
          out.write("BG卸価:");
}
          out.write("\r\n");
          /* ----  webshop:sicurrency ---- */
          jp.co.sint.taglib.SICurrencyTag _jspx_th_webshop_sicurrency_9 = (jp.co.sint.taglib.SICurrencyTag) _jspx_tagPool_webshop_sicurrency_value_nobody.get(jp.co.sint.taglib.SICurrencyTag.class);
          _jspx_th_webshop_sicurrency_9.setPageContext(pageContext);
          _jspx_th_webshop_sicurrency_9.setParent(_jspx_th_webshop_siiterator_1);
          _jspx_th_webshop_sicurrency_9.setValue(cmdtyPage.getUnitPriceWithoutTax());
          int _jspx_eval_webshop_sicurrency_9 = _jspx_th_webshop_sicurrency_9.doStartTag();
          if (_jspx_th_webshop_sicurrency_9.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
            return;
          _jspx_tagPool_webshop_sicurrency_value_nobody.reuse(_jspx_th_webshop_sicurrency_9);
          out.write("(税別)\r\n");
          out.write("<span class=\"discount\">VIP特価:\r\n");
          /* ----  webshop:sicurrency ---- */
          jp.co.sint.taglib.SICurrencyTag _jspx_th_webshop_sicurrency_10 = (jp.co.sint.taglib.SICurrencyTag) _jspx_tagPool_webshop_sicurrency_value_nobody.get(jp.co.sint.taglib.SICurrencyTag.class);
          _jspx_th_webshop_sicurrency_10.setPageContext(pageContext);
          _jspx_th_webshop_sicurrency_10.setParent(_jspx_th_webshop_siiterator_1);
          _jspx_th_webshop_sicurrency_10.setValue(cmdtyPage.getFinalUnitPriceWithoutTax());
          int _jspx_eval_webshop_sicurrency_10 = _jspx_th_webshop_sicurrency_10.doStartTag();
          if (_jspx_th_webshop_sicurrency_10.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
            return;
          _jspx_tagPool_webshop_sicurrency_value_nobody.reuse(_jspx_th_webshop_sicurrency_10);
          out.write("(税別)\r\n");
          out.write("\r\n");
}
          out.write("\r\n");
}else{
          out.write("\r\n");
 String setUnitPrice = cmdtyPage.getSetUnitPriceWithoutTax(connection); 
          out.write("\r\n");
 String setDiscountUnitPrice = cmdtyPage.getSetDiscountUnitPriceWithoutTax(connection); 
          out.write("\r\n");
if(setUnitPrice.equals(setDiscountUnitPrice)){
          out.write("\r\n");
          out.write("<span class=\"discount\">\r\n");
if(cmdtyPage.getUsedNewFlg()==0||cmdtyPage.getUsedNewFlg()==3){
          out.write("中古特価:");
}else{
          out.write("BG卸価:");
}
          out.write("\r\n");
          /* ----  webshop:sicurrency ---- */
          jp.co.sint.taglib.SICurrencyTag _jspx_th_webshop_sicurrency_11 = (jp.co.sint.taglib.SICurrencyTag) _jspx_tagPool_webshop_sicurrency_value_nobody.get(jp.co.sint.taglib.SICurrencyTag.class);
          _jspx_th_webshop_sicurrency_11.setPageContext(pageContext);
          _jspx_th_webshop_sicurrency_11.setParent(_jspx_th_webshop_siiterator_1);
          _jspx_th_webshop_sicurrency_11.setValue(setUnitPrice);
          int _jspx_eval_webshop_sicurrency_11 = _jspx_th_webshop_sicurrency_11.doStartTag();
          if (_jspx_th_webshop_sicurrency_11.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
            return;
          _jspx_tagPool_webshop_sicurrency_value_nobody.reuse(_jspx_th_webshop_sicurrency_11);
          out.write("(税別)\r\n");
}else{
          out.write("\r\n");
if(cmdtyPage.getUsedNewFlg()==0||cmdtyPage.getUsedNewFlg()==3){
          out.write("中古特価:");
}else{
          out.write("BG卸価:");
}
          out.write("\r\n");
          /* ----  webshop:sicurrency ---- */
          jp.co.sint.taglib.SICurrencyTag _jspx_th_webshop_sicurrency_12 = (jp.co.sint.taglib.SICurrencyTag) _jspx_tagPool_webshop_sicurrency_value_nobody.get(jp.co.sint.taglib.SICurrencyTag.class);
          _jspx_th_webshop_sicurrency_12.setPageContext(pageContext);
          _jspx_th_webshop_sicurrency_12.setParent(_jspx_th_webshop_siiterator_1);
          _jspx_th_webshop_sicurrency_12.setValue(setUnitPrice);
          int _jspx_eval_webshop_sicurrency_12 = _jspx_th_webshop_sicurrency_12.doStartTag();
          if (_jspx_th_webshop_sicurrency_12.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
            return;
          _jspx_tagPool_webshop_sicurrency_value_nobody.reuse(_jspx_th_webshop_sicurrency_12);
          out.write("(税別)\r\n");
          out.write("<span class=\"discount\">VIP特価:\r\n");
          /* ----  webshop:sicurrency ---- */
          jp.co.sint.taglib.SICurrencyTag _jspx_th_webshop_sicurrency_13 = (jp.co.sint.taglib.SICurrencyTag) _jspx_tagPool_webshop_sicurrency_value_nobody.get(jp.co.sint.taglib.SICurrencyTag.class);
          _jspx_th_webshop_sicurrency_13.setPageContext(pageContext);
          _jspx_th_webshop_sicurrency_13.setParent(_jspx_th_webshop_siiterator_1);
          _jspx_th_webshop_sicurrency_13.setValue(setDiscountUnitPrice);
          int _jspx_eval_webshop_sicurrency_13 = _jspx_th_webshop_sicurrency_13.doStartTag();
          if (_jspx_th_webshop_sicurrency_13.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
            return;
          _jspx_tagPool_webshop_sicurrency_value_nobody.reuse(_jspx_th_webshop_sicurrency_13);
          out.write("(税別)\r\n");
}
          out.write("\r\n");
          out.write("\r\n");
}}else if(cmdtyPage.isContractFlg()){
          out.write("<span class=\"discount\">BG卸価は契約後表示\r\n");
}else if(cmdtyPage.getBGPriceDispFlg().equals("2")){
          out.write("<span class=\"discount\">BG卸価:お問い合わせ下さい\r\n");
}else if(cmdtyPage.getBGPriceDispFlg().equals("1")){
          out.write("<span class=\"discount\">BG卸価:ﾛｸﾞｲﾝ表示");
}
          out.write("\r\n");
          out.write("</span>\r\n");
          out.write("</dd>\r\n");
          out.write("</dl>\r\n");
          out.write("</a>\r\n");
          out.write("</li> -->\r\n\r\n");
          int evalDoAfterBody = _jspx_th_webshop_siiterator_1.doAfterBody();
          cmdtyPage = (jp.co.sint.basic.SICmdty) pageContext.findAttribute("cmdtyPage");
          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("\r\n\r\n");
      out.write("<!-- mc-marker remove-begin -->\r\n");
      out.write("<div align=\"right\">");
      out.write("<a href=\"");
      out.print(cmdtyListSrvSite+"?a="+SIConfig.SIACTION_LIST+"&cmdtyFlagTxt="+SIConfig.SICMDTY_FLAG_ADVICE);
      out.write("\">");
      out.write("<font color=\"blue\">more･･･");
      out.write("</font>");
      out.write("</a>");
      out.write("</div>\r\n");
      out.write("<font size=\"1\">&nbsp;");
      out.write("</font>\r\n");
      out.write("<!-- mc-marker remove-end -->\r\n");
      out.write("<!-- mc-marker remove-begin -->\r\n");
      out.write("</td>");
      out.write("</tr>");
      out.write("</table>\r\n");
      out.write("<!-- mc-marker remove-end -->\r\n\r\n");
      out.write("<!-- mc-marker insert :: ");
      out.write("</ul>");
      out.write("</div> -->\r\n\r\n");
      out.write("<!-- ★★★ 変更moreボタン ★★★ -->\r\n");
      out.write("<!-- mc-marker convert-insert :: \r\n");
      out.write("<p class=\"moreBtn\">");
      out.write("<a href=\"");
      out.print(cmdtyListSrvSite+"?a="+SIConfig.SIACTION_LIST+"&cmdtyFlagTxt="+SIConfig.SICMDTY_FLAG_ADVICE);
      out.write("\">more");
      out.write("</a>");
      out.write("</p>\r\n -->\r\n\r\n");
      out.write("<!-- mc-marker remove-begin -->\r\n");
      out.write("<a name=\"menu\" id=\"menu\">");
      out.write("</a>\r\n");
      out.write("<img src=\"");
      out.print(webshopSite);
      out.write("/img/mobile/menu.gif\" alt=\"ﾒﾆｭｰ\">");
      out.write("<br>\r\n");
      out.write("<table width=\"100%\" BGCOLOR=\"gainsboro\">\r\n");
      out.write("<tr>");
      out.write("<td>\r\n");
      out.write("<!-- mc-marker remove-end -->\r\n\r\n\r\n");
      out.write("<!-- ★★★ 新規挿入ナビゲーション ★★★ -->\r\n");
      out.write("<!-- mc-marker convert-insert :: ");
      out.write("<nav class=\"gNav\">\r\n");
      out.write("<ul>\r\n");
      out.write("<li>");
      out.write("<a href=\"");
      out.print(SIURLMap.getUrl(request,"webshop.servlet.front.imode.customer.menu"));
      out.write("\">");
      out.write("<img src=\"");
      out.print(webshopSite);
      out.write("/img/mobile/sp/cmn/gnav01.png\" alt=\"マイページ\">");
      out.write("</a>");
      out.write("</li>\r\n");
      out.write("<li>");
      out.write("<a href=\"");
      out.print(SIURLMap.getHttpsUrl(request,"webshop.servlet.front.imode.customer.hist"));
      out.write("\">");
      out.write("<img src=\"");
      out.print(webshopSite);
      out.write("/img/mobile/sp/cmn/gnav02.png\" alt=\"購入履歴\">");
      out.write("</a>");
      out.write("</li>\r\n");
      out.write("<li>");
      out.write("<a href=\"");
      out.print(SIURLMap.getUrl(request,"webshop.servlet.front.imode.catalog"));
      out.write("\">");
      out.write("<img src=\"");
      out.print(webshopSite);
      out.write("/img/mobile/sp/cmn/gnav03.png\" alt=\"カタログ注文\">");
      out.write("</a>");
      out.write("</li>\r\n");
      out.write("<li>");
      out.write("<a href=\"");
      out.print(SIURLMap.getUrl(request,"webshop.servlet.front.imode.cart"));
      out.write("\">");
      out.write("<img src=\"");
      out.print(webshopSite);
      out.write("/img/mobile/sp/cmn/gnav04.png\" alt=\"カート\">");
      out.write("</a>");
      out.write("</li>\r\n");
      out.write("</ul>\r\n");
      out.write("</nav> -->\r\n\r\n");
      out.write("<!-- mc-marker insert :: ");
      out.write("<nav class=\"guideLink\"> -->\r\n\r\n");
      out.write("<!-- mc-marker remove-begin when='CAR == SMART' -->\r\n");
      out.write("<font size=\"2\" color=\"blue\">&nbsp;&#63883;&nbsp;");
      out.write("</font>");
      out.write("<a href=\"");
      out.print(SIURLMap.getUrl(request,"webshop.servlet.front.imode.main"));
      out.write("\" accesskey=\"5\">");
      out.write("<font size=\"2\" color=\"blue\">ﾄｯﾌﾟに戻る");
      out.write("</font>");
      out.write("</a>");
      out.write("<br>\r\n");
      out.write("<font size=\"2\" color=\"blue\">&nbsp;&#63884;&nbsp;");
      out.write("</font>");
      out.write("<a href=\"");
      out.print(SIURLMap.getUrl(request,"webshop.servlet.front.imode.cart"));
      out.write("\" accesskey=\"6\">");
      out.write("<font size=\"2\" color=\"blue\">お会計");
      out.write("</font>");
      out.write("</a>");
      out.write("<br>\r\n");
      out.write("<font size=\"2\" color=\"blue\">&nbsp;&#63885;&nbsp;");
      out.write("</font>");
      out.write("<a href=\"");
      out.print(SIURLMap.getUrl(request,"webshop.servlet.front.imode.customer.menu"));
      out.write("\" accesskey=\"7\">");
      out.write("<font size=\"2\" color=\"blue\">ﾏｲﾍﾟｰｼﾞ");
      out.write("</font>");
      out.write("</a>");
      out.write("<br>\r\n");
      out.write("<font size=\"2\" color=\"blue\">&nbsp;&#63886;&nbsp;");
      out.write("</font>");
      out.write("<a href=\"");
      out.print(SIURLMap.getUrl(request,"webshop.servlet.front.imode.howto"));
      out.write("\" accesskey=\"8\">");
      out.write("<font size=\"2\" color=\"blue\">ご利用方法");
      out.write("</font>");
      out.write("</a>");
      out.write("<br>\r\n");
      out.write("<font size=\"2\" color=\"blue\">&nbsp;&#63887;&nbsp;");
      out.write("</font>");
      out.write("<a href=\"");
      out.print(SIURLMap.getUrl(request,"webshop.servlet.front.imode.mall.company"));
      out.write("\" accesskey=\"9\">");
      out.write("<font size=\"2\" color=\"blue\">全国ｼｮｰﾙｰﾑご案内");
      out.write("</font>");
      out.write("</a>");
      out.write("<br>\r\n");
      out.write("<font size=\"2\" color=\"blue\">&nbsp;&#63888;&nbsp;");
      out.write("</font>");
      out.write("<a href=\"");
      out.print(SIURLMap.getHttpsUrl(request,"webshop.servlet.front.imode.login"));
      out.write("\" accesskey=\"0\">");
      out.write("<font size=\"2\" color=\"blue\">ﾛｸﾞｲﾝ");
      out.write("</font>");
      out.write("</a>\r\n");
      out.write("<!-- mc-marker remove-end -->\r\n");
      out.write("<!-- mc-marker convert-insert when='CAR == SMART' :: \r\n");
      out.write("<font size=\"2\" color=\"blue\">&nbsp;●&nbsp;");
      out.write("</font>");
      out.write("<a href=\"");
      out.print(SIURLMap.getUrl(request,"webshop.servlet.front.imode.main"));
      out.write("\">");
      out.write("<font size=\"2\" color=\"blue\">トップページ");
      out.write("</font>");
      out.write("</a>\r\n");
      out.write("<font size=\"2\" color=\"blue\">&nbsp;●&nbsp;");
      out.write("</font>");
      out.write("<a href=\"");
      out.print(SIURLMap.getUrl(request,"webshop.servlet.front.imode.howto"));
      out.write("\">");
      out.write("<font size=\"2\" color=\"blue\">ご利用方法");
      out.write("</font>");
      out.write("</a>\r\n");
      out.write("<font size=\"2\" color=\"blue\">&nbsp;●&nbsp;");
      out.write("</font>");
      out.write("<a href=\"");
      out.print(SIURLMap.getUrl(request,"webshop.servlet.front.imode.mall.company"));
      out.write("\">");
      out.write("<font size=\"2\" color=\"blue\">全国ショールームご案内");
      out.write("</font>");
      out.write("</a>\r\n");
      out.write("<font size=\"2\" color=\"blue\">&nbsp;●&nbsp;");
      out.write("</font>");
      out.write("<a href=\"http://www.beautygarage.jp/mobile_cal.html\">");
      out.write("<font size=\"2\" color=\"blue\">ショールーム営業日カレンダー");
      out.write("</font>");
      out.write("</a>\r\n -->");
      out.write("\r\n\r\n");
      out.write("<!-- mc-marker remove-begin -->\r\n");
      out.write("</td>");
      out.write("</tr>\r\n");
      out.write("<tr>");
      out.write("<td>");
      out.write("<hr size=\"1\" color=\"blue\">");
      out.write("</td>");
      out.write("</tr>\r\n");
      out.write("<!-- mc-marker remove-end -->\r\n");
      out.write("<!-- mc-marker remove-begin -->");
      out.write("<tr>");
      out.write("<td>");
      out.write("<!-- mc-marker remove-end -->");
      out.write("<font size=\"2\" color=\"blue\">&nbsp;◆");
      out.write("</font>");
      out.write("<a href=\"");
      out.print(SIURLMap.getHttpsUrl(request,"webshop.servlet.front.imode.search"));
      out.write("\">");
      out.write("<font size=\"2\" color=\"blue\">商品を探して欲しい");
      out.write("</font>");
      out.write("</a>");
      out.write("<!-- mc-marker remove-begin -->");
      out.write("</td>");
      out.write("</tr>");
      out.write("<!-- mc-marker remove-end -->\r\n");
      out.write("<!-- mc-marker remove-begin -->");
      out.write("<tr>");
      out.write("<td>");
      out.write("<!-- mc-marker remove-end -->");
      out.write("<font size=\"2\" color=\"blue\">&nbsp;◆");
      out.write("</font>");
      out.write("<a href=\"");
      out.print(SIURLMap.getUrl(request,"webshop.jsp.front.imode.other.buy"));
      out.write("\">");
      out.write("<font size=\"2\" color=\"blue\">不要な機器を売りたい");
      out.write("</font>");
      out.write("</a>");
      out.write("<!-- mc-marker remove-begin -->");
      out.write("</td>");
      out.write("</tr>");
      out.write("<!-- mc-marker remove-end -->\r\n");
      out.write("<!-- mc-marker remove-begin -->");
      out.write("<tr>");
      out.write("<td>");
      out.write("<!-- mc-marker remove-end -->");
      out.write("<font size=\"2\" color=\"blue\">&nbsp;◆");
      out.write("</font>");
      out.write("<a href=\"");
      out.print(SIURLMap.getUrl(request,"webshop.jsp.front.imode.howto.point"));
      out.write("\">");
      out.write("<font size=\"2\" color=\"blue\">ﾎﾟｲﾝﾄｼｽﾃﾑ&nbsp;について");
      out.write("</font>");
      out.write("</a>");
      out.write("<!-- mc-marker remove-begin -->");
      out.write("</td>");
      out.write("</tr>");
      out.write("<!-- mc-marker remove-end -->\r\n");
      out.write("<!-- mc-marker remove-begin -->");
      out.write("<tr>");
      out.write("<td>");
      out.write("<!-- mc-marker remove-end -->");
      out.write("<font size=\"2\" color=\"blue\">&nbsp;◆");
      out.write("</font>");
      out.write("<a href=\"");
      out.print(SIURLMap.getUrl(request,"webshop.jsp.front.imode.qa.top"));
      out.write("\">");
      out.write("<font size=\"2\" color=\"blue\">よくあるQ＆A");
      out.write("</font>");
      out.write("</a>");
      out.write("<!-- mc-marker remove-begin -->");
      out.write("</td>");
      out.write("</tr>");
      out.write("<!-- mc-marker remove-end -->\r\n");
      out.write("<!-- mc-marker remove-begin -->");
      out.write("<tr>");
      out.write("<td>");
      out.write("<!-- mc-marker remove-end -->");
      out.write("<font size=\"2\" color=\"blue\">&nbsp;◆");
      out.write("</font>");
      out.write("<a href=\"");
      out.print(SIURLMap.getUrl(request,"webshop.jsp.front.imode.after"));
      out.write("\">");
      out.write("<font size=\"2\" color=\"blue\">保証/ｱﾌﾀｰ");
      out.write("</font>");
      out.write("</a>");
      out.write("<!-- mc-marker remove-begin -->");
      out.write("</td>");
      out.write("</tr>");
      out.write("<!-- mc-marker remove-end -->\r\n");
      out.write("<!-- mc-marker remove-begin -->");
      out.write("<tr>");
      out.write("<td>");
      out.write("<!-- mc-marker remove-end -->");
      out.write("<font size=\"2\" color=\"blue\">&nbsp;◆");
      out.write("</font>");
      out.write("<a href=\"");
      out.print(SIURLMap.getUrl(request,"webshop.jsp.front.imode.salon.main"));
      out.write("\">");
      out.write("<font size=\"2\" color=\"blue\">ｻﾛﾝ賠償保険");
      out.write("</font>");
      out.write("</a>");
      out.write("<!-- mc-marker remove-begin -->");
      out.write("</td>");
      out.write("</tr>");
      out.write("<!-- mc-marker remove-end -->\r\n");
      out.write("<!-- mc-marker remove-begin -->");
      out.write("<tr>");
      out.write("<td>");
      out.write("<!-- mc-marker remove-end -->");
      out.write("<font size=\"2\" color=\"blue\">&nbsp;◆");
      out.write("</font>");
      out.write("<a href=\"");
      out.print(SIURLMap.getUrl(request,"webshop.jsp.front.imode.lasor.top"));
      out.write("\">");
      out.write("<font size=\"2\" color=\"blue\">ﾚｻﾞｰ張り替えについて");
      out.write("</font>");
      out.write("</a>");
      out.write("<!-- mc-marker remove-begin -->");
      out.write("</td>");
      out.write("</tr>");
      out.write("<!-- mc-marker remove-end -->\r\n\r\n");
      out.write("<!-- mc-marker convert-insert :: ");
      out.write("<a href=\"");
      out.print(SIURLMap.getUrl(request,"webshop.jsp.front.imode.coupon"));
      out.write("\">");
      out.write("<font size=\"2\" color=\"blue\">モバイル限定！オンラインクーポン");
      out.write("</font>");
      out.write("</a> -->\r\n\r\n");
      out.write("<!-- mc-marker remove-begin -->");
      out.write("<tr>");
      out.write("<td>");
      out.write("<!-- mc-marker remove-end -->");
      out.write("<font size=\"2\" color=\"blue\">&nbsp;◆");
      out.write("</font>");
      out.write("<a href=\"mailto:center@beautygarage.jp\">");
      out.write("<font size=\"2\" color=\"blue\">お問い合わせ");
      out.write("</font>");
      out.write("</a>");
      out.write("<!-- mc-marker remove-begin -->");
      out.write("</td>");
      out.write("</tr>");
      out.write("<!-- mc-marker remove-end -->\r\n\r\n");
      out.write("<!-- mc-marker insert :: ");
      out.write("</nav> -->\r\n\r\n");
      out.write("<!-- mc-marker insert :: ");
      out.write("<nav class=\"privacyLink\"> -->\r\n");
      out.write("<!-- mc-marker remove-begin -->\r\n");
      out.write("<tr>");
      out.write("<td>");
      out.write("<hr size=\"1\" color=\"blue\">");
      out.write("</td>");
      out.write("</tr>\r\n");
      out.write("<tr>");
      out.write("<td>&nbsp;");
      out.write("<a href=\"");
      out.print(SIURLMap.getUrl(request,"webshop.jsp.front.imode.other.trade"));
      out.write("\">");
      out.write("<font size=\"1\" color=\"blue\">特定商取引法に関する表記");
      out.write("</font>");
      out.write("</a>");
      out.write("<br>");
      out.write("</td>");
      out.write("</tr>\r\n");
      out.write("<tr>");
      out.write("<td>&nbsp;");
      out.write("<a href=\"");
      out.print(SIURLMap.getUrl(request,"webshop.jsp.front.imode.privacy.privacy.main"));
      out.write("\">");
      out.write("<font size=\"1\" color=\"blue\">ﾌﾟﾗｲﾊﾞｼｰﾎﾟﾘｼｰ");
      out.write("</font>");
      out.write("</a>");
      out.write("<br>");
      out.write("</td>");
      out.write("</tr>\r\n");
      out.write("<tr>");
      out.write("<td>&nbsp;");
      out.write("<a href=\"/agreement/mobile_index.php\">");
      out.write("<font size=\"1\" color=\"blue\">総合利用規約");
      out.write("</font>");
      out.write("</a>");
      out.write("<br>");
      out.write("</td>");
      out.write("</tr>\r\n");
      out.write("<tr>");
      out.write("<td>&nbsp;");
      out.write("<a href=\"/agreement/mobile_gl_ec.php\">");
      out.write("<font size=\"1\" color=\"blue\">ｵﾝﾗｲﾝｼｮｯﾌﾟ利用ｶﾞｲﾄﾞﾗｲﾝ");
      out.write("</font>");
      out.write("</a>");
      out.write("<br>");
      out.write("</td>");
      out.write("</tr>\r\n");
      out.write("<tr>");
      out.write("<td>");
      out.write("<!-- mc-marker remove-end -->");
      out.write("<!-- mc-marker remove-begin -->\r\n");
      out.write("<!-- mobile専用 -->\r\n");
      out.write("<hr size=\"1\" color=\"blue\">\r\n");
      out.write("<div align=\"center\">");
      out.write("<font size=\"1\" >Copyright by");
      out.write("</font>");
      out.write("</div>\r\n");
      out.write("<div align=\"center\">");
      out.write("<font size=\"1\" >BEAUTY GARAGE INC.");
      out.write("</font>");
      out.write("</div>");
      out.write("<!-- mc-marker insert :: ");
      out.write("<br> -->\r\n");
      out.write("<div align=\"center\">");
      out.write("<font size=\"1\" >All rights reserved.");
      out.write("</font>");
      out.write("</div>");
      out.write("<!-- mc-marker remove-end -->\r\n");
      out.write("<!--// mobile専用 //-->\r\n");
      out.write("<!-- mc-marker insert :: ");
      out.write("</nav> -->\r\n\r\n");
      out.write("<!-- ★★★ 追記含むフッター ★★★ -->\r\n");
      out.write("<!-- mc-marker insert :: \r\n");
      out.write("<footer> \r\n");
      out.write("<h2 class=\"ttl\">BGグループ総合コンシェルジュサービス");
      out.write("</h2>\r\n\r\n");
      out.write("<div id=\"bg_svnav\">\r\n");
      out.write("<ul class=\"clearFix\">\r\n");
      out.write("<li class=\"fudousan\">");
      out.write("<a href=\"http://www.salonfudousan.net/\" target=\"_blank\">不動産のことなら");
      out.write("<br />");
      out.write("<span>サロン不動産ネット");
      out.write("</span>");
      out.write("</a>");
      out.write("</li>\r\n");
      out.write("<li class=\"design\">");
      out.write("<a href=\"http://www.salondesign.jp/\" target=\"_blank\">内・外装のことなら");
      out.write("<br />");
      out.write("<span>サロン店舗設計デザイン");
      out.write("</span>");
      out.write("</a>");
      out.write("</li>\r\n");
      out.write("<li class=\"hoken\">");
      out.write("<a href=\"http://www.salonhoken.net/\" target=\"_blank\">総合保険のことなら");
      out.write("<br />");
      out.write("<span>サロン保険ネット");
      out.write("</span>");
      out.write("</a>");
      out.write("</li>\r\n");
      out.write("<li class=\"system\">");
      out.write("<a href=\"http://www.salonsystem.jp/\" target=\"_blank\">システム導入のことなら");
      out.write("<br />");
      out.write("<span>サロンシステムナビ");
      out.write("</span>");
      out.write("</a>");
      out.write("</li>\r\n");
      out.write("<li class=\"career\">");
      out.write("<a href=\"http://www.s-career.jp/\" target=\"_blank\">人材紹介のことなら");
      out.write("<br />");
      out.write("<span>サロンキャリア");
      out.write("</span>");
      out.write("</a>");
      out.write("</li>\r\n");
      out.write("<li class=\"beautytv\">");
      out.write("<a href=\"http://www.beauty-tv.jp/\" target=\"_blank\">e-ラーニングなら");
      out.write("<br />");
      out.write("<span>SAKURA Beauty TV");
      out.write("</span>");
      out.write("</a>");
      out.write("</li>\r\n");
      out.write("<li class=\"shukyaku\">");
      out.write("<a href=\"http://www.shukyaku.jp/\" target=\"_blank\">集客支援・HP制作なら");
      out.write("<br />");
      out.write("<span>サロン集客ナビ");
      out.write("</span>");
      out.write("</a>");
      out.write("</li>\r\n");
      out.write("<li class=\"kaitori\">");
      out.write("<a href=\"http://www.biyoukaitori.jp/\" target=\"_blank\">器具買取のことなら");
      out.write("<br />");
      out.write("<span>美容機器総合買取センター");
      out.write("</span>");
      out.write("</a>");
      out.write("</li>\r\n");
      out.write("</ul>\r\n");
      out.write("</div> -->\r\n");
      out.write("<!-- mc-marker insert :: \r\n");
      out.write("<div class=\"funcArea\">\r\n");
      out.write("<div id=\"txt_links\">\r\n");
      out.write("<ul class=\"clearFix\">\r\n");
      out.write("<li>");
      out.write("<a href=\"http://sp.beautygarage.jp/bg/www.beautygarage.jp/ws/mobile/imode/other/i_trade.jsp\">特定商取引法に関する表記");
      out.write("</a>");
      out.write("</li>\r\n");
      out.write("<li>");
      out.write("<a href=\"http://sp.beautygarage.jp/bg/www.beautygarage.jp/ws/mobile/imode/other/i_privacy_policy_main.jsp\">ﾌﾟﾗｲﾊﾞｼｰﾎﾟﾘｼｰ");
      out.write("</a>");
      out.write("</li>\r\n");
      out.write("<li>");
      out.write("<a href=\"http://sp.beautygarage.jp/bg/www.beautygarage.jp/agreement/mobile_index.php\">総合利用規約");
      out.write("</a>");
      out.write("</li>\r\n");
      out.write("<li>");
      out.write("<a href=\"http://sp.beautygarage.jp/bg/www.beautygarage.jp/agreement/mobile_gl_ec.php\">ｵﾝﾗｲﾝｼｮｯﾌﾟ利用ｶﾞｲﾄﾞﾗｲﾝ");
      out.write("</a>");
      out.write("</li>\r\n");
      out.write("</ul>\r\n");
      out.write("</div>\r\n");
      out.write("<div class=\"telArea\">\r\n");
      out.write("<ul class=\"clearFix\">\r\n");
      out.write("<li>");
      out.write("<a href=\"tel:0120974554\"> -->");
      out.write("<!-- mc-marker convert-insert :: ");
      out.write("<img src=\"");
      out.print(webshopSite);
      out.write("/img/mobile/sp/cmn/btn_inquiry.png\" /> -->");
      out.write("<!-- mc-marker insert :: ");
      out.write("</a>");
      out.write("</li>\r\n");
      out.write("<li>");
      out.write("<a href=\"tel:0120919969\"> -->");
      out.write("<!-- mc-marker convert-insert :: ");
      out.write("<img src=\"");
      out.print(webshopSite);
      out.write("/img/mobile/sp/cmn/btn_mente.png\" /> -->");
      out.write("<!-- mc-marker insert :: ");
      out.write("</a>");
      out.write("</li>\r\n");
      out.write("</ul>\r\n");
      out.write("<p>受付時間  AM10:00～PM6:30（※日・祝日除く）");
      out.write("</p>\r\n");
      out.write("</div>\r\n");
      out.write("</div>\r\n\r\n");
      out.write("<div id=\"copyright\">\r\n");
      out.write("<div id=\"cr_flbox\">\r\n");
      out.write("<p>Copyright by BEAUTY GARAGE INC.");
      out.write("<br />All rights reserved.");
      out.write("</p>\r\n");
      out.write("</div>\r\n");
      out.write("<div id=\"cr_frbox\">\r\n");
      out.write("<p>");
      out.write("<a href=\"http://www.beautygarage.jp");
      out.print(webshopSite);
      out.write("/main\"> -->");
      out.write("<!-- mc-marker convert-insert :: ");
      out.write("<img src=\"");
      out.print(webshopSite);
      out.write("/img/mobile/sp/cmn/ft_topc.png\" width=\"75\" height=\"27\" /> -->");
      out.write("<!-- mc-marker insert :: ");
      out.write("</a>");
      out.write("</p>\r\n");
      out.write("</div>\r\n");
      out.write("</div>\r\n\r\n");
      out.write("</footer>\r\n-->\r\n\r\n");
      out.write("<!-- mc-marker convert-insert :: \r\n");
      out.write("<script>$(function(){\r\nif(navigator.userAgent.indexOf('iPhone') > 0 ){ $(\"body\").addClass('iphone'); } });\r\n");
      out.write("</script>\r\n-->\r\n\r\n");
      out.write("<img src=\"");
      out.print(SIBGUtil.googleAnalyticsGetImageUrl(request,""));
      out.write("\" />\r\n");
      out.write("\r\n");
if(!SIURLMap.isMobile(request)){
      out.write("\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");
      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 -->\r\n");
}
      out.write("\r\n");
      out.write("<!-- mc-marker remove-begin -->\r\n");
      out.write("</td>");
      out.write("</tr>\r\n");
      out.write("</table>\r\n");
      out.write("<!-- mc-marker remove-end -->\r\n\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);
    }
  }
}
