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.mallmgr.*;
import jp.co.sint.beans.front.*;

public class man_cmdty_preview_jsp extends HttpJspBase {


  private static java.util.Vector _jspx_includes;

  static {
    _jspx_includes = new java.util.Vector(1);
    _jspx_includes.add("/mallmgr/cmdty/../../include/man_chk_login_inc.jsp");
  }

  private org.apache.jasper.runtime.TagHandlerPool _jspx_tagPool_webshop_isFalse_value;
  private org.apache.jasper.runtime.TagHandlerPool _jspx_tagPool_response_sendRedirect;
  private org.apache.jasper.runtime.TagHandlerPool _jspx_tagPool_webshop_isTrue_value;
  private org.apache.jasper.runtime.TagHandlerPool _jspx_tagPool_webshop_siiterator_type_id_collection;
  private org.apache.jasper.runtime.TagHandlerPool _jspx_tagPool_webshop_siselect_name_default_collection_attributesText_nobody;
  private org.apache.jasper.runtime.TagHandlerPool _jspx_tagPool_webshop_siselect_name_default_collection_nobody;

  public man_cmdty_preview_jsp() {
    _jspx_tagPool_webshop_isFalse_value = new org.apache.jasper.runtime.TagHandlerPool();
    _jspx_tagPool_response_sendRedirect = new org.apache.jasper.runtime.TagHandlerPool();
    _jspx_tagPool_webshop_isTrue_value = new org.apache.jasper.runtime.TagHandlerPool();
    _jspx_tagPool_webshop_siiterator_type_id_collection = new org.apache.jasper.runtime.TagHandlerPool();
    _jspx_tagPool_webshop_siselect_name_default_collection_attributesText_nobody = new org.apache.jasper.runtime.TagHandlerPool();
    _jspx_tagPool_webshop_siselect_name_default_collection_nobody = new org.apache.jasper.runtime.TagHandlerPool();
  }

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

  public void _jspDestroy() {
    _jspx_tagPool_webshop_isFalse_value.release();
    _jspx_tagPool_response_sendRedirect.release();
    _jspx_tagPool_webshop_isTrue_value.release();
    _jspx_tagPool_webshop_siiterator_type_id_collection.release();
    _jspx_tagPool_webshop_siselect_name_default_collection_attributesText_nobody.release();
    _jspx_tagPool_webshop_siselect_name_default_collection_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;

    jp.co.sint.basic.SICmdtyCompositionGroupDetail _jspx_compositionGroupDetailID_1 = null;

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

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

/**
 * Copyright (c) 2003-2009 System Integrator Corporation. & Beautygarage Inc
 *                 All Rights Reserved.
 * @version $Id : mallmgr/cmdty/man_cmdty_preview.jsp,v 2.0 2009/06/24 Exp $
 * @author      : Naotaka Ohsugi
 * @Description : 商品情報プレビュー画面
 * @History
 * Author        Date        Reason
 * ============  ==========  ===========================
 * Naotaka       2009/06/24  Original
 */

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

/**
 * Copyright (c) 2003-2004 System Integrator Corporation.
 *                 All Rights Reserved.
 * @version $Id : include/man_chk_login_inc.jsp,v 1.0 2003/10/01 Exp $
 * @author      : Jinwang Chen
 * @Description : 管理画面に管理者がログインでかどうかをチェックします。
 *                 ログインしなければ、自動的に管理のトップログイン画面への遷移
 * @History
 * Author         Date        Reason
 * ============   ==========  ===========================
 * J.W.Chen       2003/10/01  Original
 */

      out.write("\r\n\r\n");
      out.write("\r\n");
      out.write("\r\n\r\n");
SILogin manLogin=SIHTMLUtil.getLogin(request);
      out.write("\r\n");
//7.3.0 ST2022 修正 ここから
      out.write("\r\n");
      out.write("\r\n");
      /* ----  webshop:isFalse ---- */
      jp.co.sint.taglib.SIIsFalseTag _jspx_th_webshop_isFalse_0 = (jp.co.sint.taglib.SIIsFalseTag) _jspx_tagPool_webshop_isFalse_value.get(jp.co.sint.taglib.SIIsFalseTag.class);
      _jspx_th_webshop_isFalse_0.setPageContext(pageContext);
      _jspx_th_webshop_isFalse_0.setParent(null);
      _jspx_th_webshop_isFalse_0.setValue(manLogin.isLogin(request));
      int _jspx_eval_webshop_isFalse_0 = _jspx_th_webshop_isFalse_0.doStartTag();
      if (_jspx_eval_webshop_isFalse_0 != javax.servlet.jsp.tagext.Tag.SKIP_BODY) {
        do {
          out.write("\r\n");
//7.3.0 ST2022 修正 ここまで
          out.write("\r\n");
if (!SIConfig.SIWEBSHOP_MAN_DEVELOPING) {
          out.write("\r\n  ");
          /* ----  response:sendRedirect ---- */
          org.apache.taglibs.response.SendRedirectTag _jspx_th_response_sendRedirect_0 = (org.apache.taglibs.response.SendRedirectTag) _jspx_tagPool_response_sendRedirect.get(org.apache.taglibs.response.SendRedirectTag.class);
          _jspx_th_response_sendRedirect_0.setPageContext(pageContext);
          _jspx_th_response_sendRedirect_0.setParent(_jspx_th_webshop_isFalse_0);
          int _jspx_eval_response_sendRedirect_0 = _jspx_th_response_sendRedirect_0.doStartTag();
          if (_jspx_eval_response_sendRedirect_0 != javax.servlet.jsp.tagext.Tag.SKIP_BODY) {
            if (_jspx_eval_response_sendRedirect_0 != javax.servlet.jsp.tagext.Tag.EVAL_BODY_INCLUDE) {
              javax.servlet.jsp.tagext.BodyContent _bc = pageContext.pushBody();
              out = _bc;
              _jspx_th_response_sendRedirect_0.setBodyContent(_bc);
              _jspx_th_response_sendRedirect_0.doInitBody();
            }
            do {
              out.print(SIURLMap.getHttpsUrl(request,"webshop.jsp.manager.login"));
              int evalDoAfterBody = _jspx_th_response_sendRedirect_0.doAfterBody();
              if (evalDoAfterBody != javax.servlet.jsp.tagext.BodyTag.EVAL_BODY_AGAIN)
                break;
            } while (true);
            if (_jspx_eval_response_sendRedirect_0 != javax.servlet.jsp.tagext.Tag.EVAL_BODY_INCLUDE)
              out = pageContext.popBody();
          }
          if (_jspx_th_response_sendRedirect_0.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
            return;
          _jspx_tagPool_response_sendRedirect.reuse(_jspx_th_response_sendRedirect_0);
//7.1.1 ST0174 修正
          out.write("\r\n");
}
          out.write("\r\n");
//7.3.0 ST2022 修正 ここから
          out.write("\r\n");
          out.write("\r\n");
          int evalDoAfterBody = _jspx_th_webshop_isFalse_0.doAfterBody();
          if (evalDoAfterBody != javax.servlet.jsp.tagext.BodyTag.EVAL_BODY_AGAIN)
            break;
        } while (true);
      }
      if (_jspx_th_webshop_isFalse_0.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
        return;
      _jspx_tagPool_webshop_isFalse_value.reuse(_jspx_th_webshop_isFalse_0);
      out.write("\r\n");
//7.3.0 ST2022 修正 ここまで
      out.write("\r\n");
      out.write("\r\n");

//ログ用のインスタンスの生成
Category log=Category.getInstance(SIConfig.SILOG4J_WEBSHOP_CATEGORY_NAME);

//ショップコード、商品コードを取得する
UICmdtyInfo cmdtyInfoID=new UICmdtyInfo();
SIURLParameter urlParam = new SIURLParameter(request);
cmdtyInfoID.init(request,urlParam);//7.1.1 ST0236 修正
//データベースへのコネンクション(common)
SIDatabaseConnection databaseConnection=new SIDatabaseConnection();try{
Connection connection=databaseConnection.getConnection();
//商品エディット画面からの情報を取得
UIRegCmdtyPreview cmdtyEditID=(UIRegCmdtyPreview)session.getAttribute(SIConfig.SISESSION_MAN_CMDTY_PREVIEW_NAME);
if (cmdtyEditID==null) cmdtyEditID=new UIRegCmdtyPreview();
//EDBTG003-00 elecs-matsushima add start
UIRegCmdtyComposition regCompositionID = (UIRegCmdtyComposition) session.getAttribute(SIConfig.SISESSION_MAN_CMDTY_EDIT_COMPOSITION_PREVIEW);
if (regCompositionID==null) regCompositionID=new UIRegCmdtyComposition();
cmdtyEditID.setMemberDiscountFlg(regCompositionID.getMemberDiscountFlg());
//EDBTG003-00 elecs-matsushima add end

//関連商品リスト
//Collection connCmdtyColl=UIConnCmdtyListCond.getListCollection_preview(connection,cmdtyInfoID.getCmdtyCodeTxt(),cmdtyInfoID.getIndividualCodeTxt());
//この商品を購入した方は、他にこのような商品を買っています。
//UIOtherCmdty otherCmdty =  new UIOtherCmdty(cmdtyInfoID.getShopCodeTxt(),cmdtyInfoID.getCmdtyCodeTxt());
//Collection otherCmdtyColl = otherCmdty.getCollectionPreview(connection);

Collection amountColl = SIUtil.getAmountNumber();

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

//EDBTG003-00 elecs-matsushima add start
Collection makerColl=UIRegMaker.getSINameCollection(databaseConnection.getConnection());

String makerName1 = "";
String makerName2 = "";

String cmdtyMakerCodeTxt = regCompositionID.getMakerCode();
if ("1231".equals(cmdtyMakerCodeTxt) || "1232".equals(cmdtyMakerCodeTxt)) cmdtyMakerCodeTxt = "1230";

String makerNameBase = SIUtil.getNameFromColl(makerColl,cmdtyMakerCodeTxt).trim();
if ("　".equals(makerNameBase)) makerNameBase = "";
String makerNameFull = makerNameBase;
String makerNameFullk = makerNameBase;
makerName1 = SIDBUtil.getFirstData(connection,"SELECT othername1 FROM makertbl WHERE makercode="+SIDBUtil.SQL2Str(regCompositionID.getMakerCode()));
makerName2 = SIDBUtil.getFirstData(connection,"SELECT othername2 FROM makertbl WHERE makercode="+SIDBUtil.SQL2Str(regCompositionID.getMakerCode()));

if (SIUtil.isNotNull(makerName1)&&SIUtil.isNotNull(makerName2)){
  makerNameFull = makerNameFull + "(" + makerName1 + "," + makerName2 + ")";
  makerNameFullk = makerNameFullk + "," + makerName1 + "," + makerName2;
}else if (SIUtil.isNotNull(makerName1)){
  makerNameFull = makerNameFull + "(" + makerName1 + ")";
  makerNameFullk = makerNameFullk + "," + makerName1;
}else if (SIUtil.isNotNull(makerName2)){
  makerNameFull = makerNameFull + "(" + makerName2 + ")";
  makerNameFullk = makerNameFullk + "," + makerName2;
}
if (SIUtil.isNotNull(makerNameFull)) makerNameFull = "[" + makerNameFull + "]";
if (regCompositionID.getUsedNewFlg()=="3"||regCompositionID.getUsedNewFlg()=="0"){
  makerNameFull = makerNameFull + "[中古]";
  if (SIUtil.isNotNull(makerNameFullk)) makerNameFullk = makerNameFullk + ",";
  makerNameFullk = makerNameFullk + "中古,激安,格安";
}else if (regCompositionID.getUsedNewFlg()=="2"||regCompositionID.getUsedNewFlg()=="4"){
  makerNameFull = makerNameFull + "[アウトレット]";
  if (SIUtil.isNotNull(makerNameFullk)) makerNameFullk = makerNameFullk + ",";
  makerNameFullk = makerNameFullk + "アウトレット,激安,格安";
}
if (SIUtil.isNotNull(makerNameFullk)) makerNameFullk = "," + makerNameFullk;
//EDBTG003-00 elecs-matsushima add end



      out.write("\r\n");
      out.write("<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.01 Transitional//EN\"\r\n\"http://www.w3.org/TR/html4/loose.dtd\">\r\n");
      out.write("<html LANG=\"ja-JP\">\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 http-equiv=\"Content-Style-Type\" content=\"text/css\">\r\n");
      out.write("<meta http-equiv=\"Content-Script-Type\" content=\"text/javascript\">\r\n\r\n");
      out.write("<title>");
      out.print(regCompositionID.getCmdtyName());
      out.print(makerNameFull);
      out.write(" - 理美容器具・エステ機器・美容用品の卸・通販はBEAUTY GARAGE（ビューティガレージ）");
      out.write("</title>\r\n");
      out.write("<title>");
      out.print(regCompositionID.getCmdtyName());
      out.write("[");
      out.print(SIUtil.getNameFromColl(makerColl,cmdtyMakerCodeTxt));
      out.write("] - 理美容器具・エステ機器・美容用品の卸・通販はBEAUTY GARAGE（ビューティガレージ）");
      out.write("</title>\r\n");
      out.write("<link rel=\"shortcut icon\" href=\"/favicon.ico\" type=\"image/vnd.microsoft.icon\">\r\n");
      out.write("<link rel=\"icon\" href=\"/favicon.ico\" type=\"image/vnd.microsoft.icon\">\r\n");
      out.write("<link href=\"");
      out.print(webshopSite);
      out.write("/css/import.css\" rel=\"stylesheet\" type=\"text/css\" media=\"screen,print\" />\r\n");
      out.write("<link href=\"");
      out.print(webshopSite);
      out.write("/css/print.css\" rel=\"stylesheet\" type=\"text/css\" media=\"print\" />\r\n");
      out.write("<script src=\"");
      out.print(webshopSite);
      out.write("/script/common2.js\" type=\"text/javascript\">");
      out.write("</script>\r\n");
      out.write("<script src=\"");
      out.print(webshopSite);
      out.write("/script/jquery-1.3.js\" type=\"text/javascript\">");
      out.write("</script>\r\n");
      out.write("<script src=\"");
      out.print(webshopSite);
      out.write("/script/jquery.flatheights.js\" type=\"text/javascript\">");
      out.write("</script>\r\n");
      out.write("<script src=\"");
      out.print(webshopSite);
      out.write("/script/auto_new.js\" type=\"text/javascript\">");
      out.write("</script>\r\n");
      out.write("</head>\r\n");
      out.write("<body id=\"index\" class=\"style2 right\">\r\n");
      out.write("<a name=\"top\" id=\"top\">");
      out.write("</a>\r\n");
      out.write("<div id=\"wrapper\">\r\n");
      out.write("<!-- headerArea -->\r\n");
      out.write("<!-- /headerArea -->\r\n");
      out.write("<!-- contentsArea -->\r\n");
      out.write("<div id=\"contentsArea\">\r\n");
      out.write("<!-- root -->\r\n");
      out.write("<div id=\"root\">");
      out.write("<a href=\"#\">BEAUTY GARAGE");
      out.write("</a> &gt; ");
      out.write("<a href=\"#\">詳細検索");
      out.write("</a> &gt; 商品詳細：");
      out.print(SIHTMLUtil.HTMLEncode(regCompositionID.getCmdtyName()));
if (SIUtil.isNotNull(makerNameBase)){
      out.write("（");
      out.print(SIHTMLUtil.HTMLEncode(SIUtil.getNameFromColl(makerColl,cmdtyMakerCodeTxt)));
      out.write("）");
}
      out.write("</div>\r\n");
      out.write("<!-- /root -->\r\n");
      out.write("<!-- title -->\r\n");
      out.write("<div id=\"title\">");
      out.write("</div>\r\n");
      out.write("<!-- /title -->\r\n");
      out.write("<!-- container -->\r\n");
      out.write("<div id=\"container\">\r\n");
      out.write("<!-- contents -->\r\n");
      out.write("<div id=\"contents\">\r\n");
 // EDBTG003-00 elecs-matsushima add start 
      out.write("\r\n");
 if (cmdtyEditID.isCmdtyComposition()) { 
 //セット商品start 
      out.write("\r\n");

int compositionOrderCount = 0;
int compositionGroupCount = 0;

      out.write("\r\n");
      out.write("<form name=\"cartForm\" action =\"#\" method=\"post\" onsubmit=\"return false\">\r\n");
      out.write("<script language=\"javascript1.2\" type=\"text/javascript\">\r\n");
      out.write("<!--\r\nfunction addYoridoriAmount() {\r\n  var totalAmount = 0;\r\n  for (var i = 0; i ");
      out.write("< document.getElementById('compositionGroupCount').value; i++) {\r\n    var select = document.getElementById('compositionGroupDetailAmount_' + i);\r\n    var option = document.getElementById('compositionGroupDetailAmount_' + i).options;\r\n    totalAmount = totalAmount + Number(option.item(select.selectedIndex).value);\r\n  }\r\n  document.getElementById('totalAmountLabel').innerHTML = totalAmount + '点';\r\n}\r\n\r\n");

if (regCompositionID.getCmdtyCompositionFlg().equals(SIConfig.CMDTY_COMPOSITION_SPECIFICATION)) {
 //

      out.write("\r\nfunction rsrvCartCheck(value, key) {\r\n  with(document.cartForm) {\r\n    if (value == '9') {\r\n      var tmp = checkedType.value;\r\n      if (tmp == '') {\r\n        return;\r\n      }\r\n      value = checkedType.value;\r\n    }\r\n    if (value == '1') {\r\n      amountCart.style.display = 'none';\r\n      amountRsrv.style.display = '';\r\n      bouttonCart.style.display = 'none';\r\n      bouttonRsrv.style.display = '';\r\n      optionArea.style.display = 'none';\r\n      appendedArea.style.display = 'none';\r\n      rervMsg.style.display = '';\r\n      rsrvTempValue.value = key;\r\n    } else if (value == '0') {\r\n      amountCart.style.display = '';\r\n      amountRsrv.style.display = 'none';\r\n      bouttonCart.style.display = '';\r\n      bouttonRsrv.style.display = 'none';\r\n      optionArea.style.display = '';\r\n      appendedArea.style.display = '';\r\n      rervMsg.style.display = 'none';\r\n    } else if (value == '2') {\r\n      rervMsg.style.display = 'none';\r\n    } else {\r\n    }\r\n  }\r\n}\r\n");
 } 
      out.write("\r\n");
 if (regCompositionID.getCmdtyCompositionFlg().equals(SIConfig.CMDTY_COMPOSITION_VARIATION_SET)
       || regCompositionID.getCmdtyCompositionFlg().equals(SIConfig.CMDTY_COMPOSITION_SPECIFICATION)) { 
      out.write("\r\nfunction defaultSetting() {\r\n  with(document.cartForm){\r\n    if (groupCount.value >= 10) {\r\n      \r\n      bouttonCart.style.display = '';\r\n      bouttonRsrv.style.display = 'none';\r\n    }\r\n  }\r\n}\r\n");
 } 
      out.write("\r\n//-->\r\n");
      out.write("</script>\r\n");
      out.write("<!-- detail -->\r\n");
      out.write("<div id=\"detail\">\r\n  ");
      out.write("<div class=\"wrapper\">\r\n    ");
      out.write("<div class=\"box_type\">\r\n      ");
      out.write("\r\n      ");
      out.write("<p class=\"pic\">");
      out.write("<a href=\"#\">");
      out.write("<img src=\"");
      out.print(webshopSite);
      out.write("/image/cmdty/");
      out.print(SIHTMLUtil.HTMLEncode(regCompositionID.getCmdtyCode()));
      out.write("/");
      out.print(SIHTMLUtil.HTMLEncode(regCompositionID.getCmdtyCode()));
      out.write("_");
      out.print(SIHTMLUtil.HTMLEncode(regCompositionID.getIndividualCode()));
      out.write("_1.jpg\" width=\"394\" height=\"295\" />");
      out.write("</a>");
      out.write("</p>\r\n      ");
      out.write("<p class=\"more\">");
      out.write("<a href=\"#\">");
      out.write("<img src=\"");
      out.print(webshopSite);
      out.write("/img/btn_expand.gif\" alt=\"イメージを拡大\" width=\"79\" height=\"15\" class=\"expand\" />");
      out.write("</a>");
      out.write("</p>\r\n      ");
      out.write("<ul class=\"thum\">\r\n          ");
      out.write("<li>");
      out.write("<a href=\"#\">");
      out.write("<img src=\"");
      out.print(webshopSite);
      out.write("/image/cmdty/");
      out.print(SIHTMLUtil.HTMLEncode(regCompositionID.getCmdtyCode()));
      out.write("/");
      out.print(SIHTMLUtil.HTMLEncode(regCompositionID.getCmdtyCode()));
      out.write("_");
      out.print(SIHTMLUtil.HTMLEncode(regCompositionID.getIndividualCode()));
      out.write("_1.jpg\" width=\"70\" height=\"53\" />");
      out.write("</a>");
      out.write("</li>\r\n        ");
 if (SIUtil.isNotNull(cmdtyEditID.getImageName2())) { 
      out.write("\r\n          ");
      out.write("<li>");
      out.write("<a href=\"#\">");
      out.write("<img src=\"");
      out.print(webshopSite);
      out.write("/image/cmdty/");
      out.print(SIHTMLUtil.HTMLEncode(regCompositionID.getCmdtyCode()));
      out.write("/");
      out.print(SIHTMLUtil.HTMLEncode(regCompositionID.getCmdtyCode()));
      out.write("_");
      out.print(SIHTMLUtil.HTMLEncode(regCompositionID.getIndividualCode()));
      out.write("_2.jpg\" width=\"70\" height=\"53\" />");
      out.write("</a>");
      out.write("</li>\r\n        ");
 } 
      out.write("\r\n        ");
 if (SIUtil.isNotNull(cmdtyEditID.getImageName3())) { 
      out.write("\r\n          ");
      out.write("<li>");
      out.write("<a href=\"#\">");
      out.write("<img src=\"");
      out.print(webshopSite);
      out.write("/image/cmdty/");
      out.print(SIHTMLUtil.HTMLEncode(regCompositionID.getCmdtyCode()));
      out.write("/");
      out.print(SIHTMLUtil.HTMLEncode(regCompositionID.getCmdtyCode()));
      out.write("_");
      out.print(SIHTMLUtil.HTMLEncode(regCompositionID.getIndividualCode()));
      out.write("_3.jpg\" width=\"70\" height=\"53\" />");
      out.write("</a>");
      out.write("</li>\r\n        ");
 } 
      out.write("\r\n        ");
 if (SIUtil.isNotNull(cmdtyEditID.getImageName4())) { 
      out.write("\r\n          ");
      out.write("<li>");
      out.write("<a href=\"#\">");
      out.write("<img src=\"");
      out.print(webshopSite);
      out.write("/image/cmdty/");
      out.print(SIHTMLUtil.HTMLEncode(regCompositionID.getCmdtyCode()));
      out.write("/");
      out.print(SIHTMLUtil.HTMLEncode(regCompositionID.getCmdtyCode()));
      out.write("_");
      out.print(SIHTMLUtil.HTMLEncode(regCompositionID.getIndividualCode()));
      out.write("_4.jpg\" width=\"70\" height=\"53\" />");
      out.write("</a>");
      out.write("</li>\r\n        ");
 } 
      out.write("\r\n        ");
 if (SIUtil.isNotNull(cmdtyEditID.getImageName5())) { 
      out.write("\r\n          ");
      out.write("<li>");
      out.write("<a href=\"#\">");
      out.write("<img src=\"");
      out.print(webshopSite);
      out.write("/image/cmdty/");
      out.print(SIHTMLUtil.HTMLEncode(regCompositionID.getCmdtyCode()));
      out.write("/");
      out.print(SIHTMLUtil.HTMLEncode(regCompositionID.getCmdtyCode()));
      out.write("_");
      out.print(SIHTMLUtil.HTMLEncode(regCompositionID.getIndividualCode()));
      out.write("_5.jpg\" width=\"70\" height=\"53\" />");
      out.write("</a>");
      out.write("</li>\r\n        ");
 } 
      out.write("\r\n        ");
 if (SIUtil.isNotNull(cmdtyEditID.getImageName6())) { 
      out.write("\r\n          ");
      out.write("<li>");
      out.write("<a href=\"#\">");
      out.write("<img src=\"");
      out.print(webshopSite);
      out.write("/image/cmdty/");
      out.print(SIHTMLUtil.HTMLEncode(regCompositionID.getCmdtyCode()));
      out.write("/");
      out.print(SIHTMLUtil.HTMLEncode(regCompositionID.getCmdtyCode()));
      out.write("_");
      out.print(SIHTMLUtil.HTMLEncode(regCompositionID.getIndividualCode()));
      out.write("_6.jpg\" width=\"70\" height=\"53\" />");
      out.write("</a>");
      out.write("</li>\r\n        ");
 } 
      out.write("\r\n        ");
 if (SIUtil.isNotNull(cmdtyEditID.getImageName7())) { 
      out.write("\r\n          ");
      out.write("<li>");
      out.write("<a href=\"#\">");
      out.write("<img src=\"");
      out.print(webshopSite);
      out.write("/image/cmdty/");
      out.print(SIHTMLUtil.HTMLEncode(regCompositionID.getCmdtyCode()));
      out.write("/");
      out.print(SIHTMLUtil.HTMLEncode(regCompositionID.getCmdtyCode()));
      out.write("_");
      out.print(SIHTMLUtil.HTMLEncode(regCompositionID.getIndividualCode()));
      out.write("_7.jpg\" width=\"70\" height=\"53\" />");
      out.write("</a>");
      out.write("</li>\r\n        ");
 } 
      out.write("\r\n        ");
 if (SIUtil.isNotNull(cmdtyEditID.getImageName8())) { 
      out.write("\r\n          ");
      out.write("<li>");
      out.write("<a href=\"#\">");
      out.write("<img src=\"");
      out.print(webshopSite);
      out.write("/image/cmdty/");
      out.print(SIHTMLUtil.HTMLEncode(regCompositionID.getCmdtyCode()));
      out.write("/");
      out.print(SIHTMLUtil.HTMLEncode(regCompositionID.getCmdtyCode()));
      out.write("_");
      out.print(SIHTMLUtil.HTMLEncode(regCompositionID.getIndividualCode()));
      out.write("_8.jpg\" width=\"70\" height=\"53\" />");
      out.write("</a>");
      out.write("</li>\r\n        ");
 } 
      out.write("\r\n        ");
 if (SIUtil.isNotNull(cmdtyEditID.getImageName9())) { 
      out.write("\r\n          ");
      out.write("<li>");
      out.write("<a href=\"#\">");
      out.write("<img src=\"");
      out.print(webshopSite);
      out.write("/image/cmdty/");
      out.print(SIHTMLUtil.HTMLEncode(regCompositionID.getCmdtyCode()));
      out.write("/");
      out.print(SIHTMLUtil.HTMLEncode(regCompositionID.getCmdtyCode()));
      out.write("_");
      out.print(SIHTMLUtil.HTMLEncode(regCompositionID.getIndividualCode()));
      out.write("_9.jpg\" width=\"70\" height=\"53\" />");
      out.write("</a>");
      out.write("</li>\r\n        ");
 } 
      out.write("\r\n        ");
 if (SIUtil.isNotNull(cmdtyEditID.getImageName10())) { 
      out.write("\r\n          ");
      out.write("<li>");
      out.write("<a href=\"#\">");
      out.write("<img src=\"");
      out.print(webshopSite);
      out.write("/image/cmdty/");
      out.print(SIHTMLUtil.HTMLEncode(regCompositionID.getCmdtyCode()));
      out.write("/");
      out.print(SIHTMLUtil.HTMLEncode(regCompositionID.getCmdtyCode()));
      out.write("_");
      out.print(SIHTMLUtil.HTMLEncode(regCompositionID.getIndividualCode()));
      out.write("_10.jpg\" width=\"70\" height=\"53\" />");
      out.write("</a>");
      out.write("</li>\r\n        ");
 } 
      out.write("\r\n      ");
      out.write("</ul>\r\n    ");
      out.write("</div>\r\n    ");
      out.write("<div class=\"box_detail\">\r\n      ");
      out.write("<h1>\r\n        ");
      out.write("<p class=\"name\">");
      out.print(SIHTMLUtil.HTMLEncode(regCompositionID.getCmdtyName()));
if(regCompositionID.getDispCarriageFreeFlg().equals("1")){
      out.write("<font color=\"#E10033\">【送料無料】");
      out.write("</font>");
}
      out.write("</p>\r\n        ");
      out.write("<p class=\"code\">商品コード:");
      out.print(SIHTMLUtil.HTMLEncode(regCompositionID.getIndividualCode()));
      out.write("</p>\r\n      ");
      out.write("<ul class=\"icon\">\r\n        ");
  if (regCompositionID.getUsedNewFlg().equals("3")){ 
      out.write("\r\n          ");
      out.write("<li>");
      out.write("<img src=\"");
      out.print(webshopSite);
      out.write("/img/icon_limited.gif\" alt=\"BG認定中古\" width=\"60\" height=\"13\" />");
      out.write("</li>\r\n        ");
 } else if (regCompositionID.getUsedNewFlg().equals("2")||regCompositionID.getUsedNewFlg().equals("4")) { 
      out.write("\r\n          ");
      out.write("<li>");
      out.write("<img src=\"");
      out.print(webshopSite);
      out.write("/img/icon_outlet.gif\" alt=\"アウトレット\" width=\"60\" height=\"13\" />");
      out.write("</li>\r\n        ");
 } else if (regCompositionID.getUsedNewFlg().equals("1")||regCompositionID.getUsedNewFlg().equals("6")||regCompositionID.getUsedNewFlg().equals("7")) { 
      out.write("\r\n        ");
 } else { 
      out.write("\r\n          ");
      out.write("<li>");
      out.write("<img src=\"");
      out.print(webshopSite);
      out.write("/img/icon_used.gif\" alt=\"中古\" width=\"60\" height=\"13\" />");
      out.write("</li>\r\n        ");
 } 
      out.write("\r\n\r\n        ");
 if (regCompositionID.getCampaignPriceFlg().equals("1")) { 
      out.write("\r\n          ");
      out.write("<li>");
      out.write("<img src=\"");
      out.print(webshopSite);
      out.write("/img/icon_samedaydeliv.gif\" alt=\"当日出荷\" width=\"60\" height=\"13\" />");
      out.write("</li>\r\n        ");
 } 
      out.write("\r\n \r\n        ");
      out.write("\r\n      ");
      out.write("</ul>\r\n      ");
      out.write("</h1>\r\n      ");
      out.write("<p class=\"description\">\r\n        ");
      out.print(SIHTMLUtil.ToHTMLNewLine2(cmdtyEditID.getDescription()));
      out.write("\r\n      ");
      out.write("</p>\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(SIUtil.isNotNull(regCompositionID.getExpansionComment1Text()));
      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("<ul class=\"expansion\">\r\n          ");
          out.write("<li>");
          out.write("<h2>");
          out.print(SIHTMLUtil.HTMLEncode(regCompositionID.getExpansionComment1Title()));
          out.write("</h2>");
          out.write("</li>\r\n          ");
          out.write("<li>");
          out.print(SIHTMLUtil.ToHTMLNewLine2(regCompositionID.getExpansionComment1Text()));
          out.write("</li>\r\n        ");
          out.write("</ul>\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      ");
      /* ----  webshop:isTrue ---- */
      jp.co.sint.taglib.SIIsTrueTag _jspx_th_webshop_isTrue_1 = (jp.co.sint.taglib.SIIsTrueTag) _jspx_tagPool_webshop_isTrue_value.get(jp.co.sint.taglib.SIIsTrueTag.class);
      _jspx_th_webshop_isTrue_1.setPageContext(pageContext);
      _jspx_th_webshop_isTrue_1.setParent(null);
      _jspx_th_webshop_isTrue_1.setValue(SIUtil.isNotNull(regCompositionID.getExpansionComment2Text()));
      int _jspx_eval_webshop_isTrue_1 = _jspx_th_webshop_isTrue_1.doStartTag();
      if (_jspx_eval_webshop_isTrue_1 != javax.servlet.jsp.tagext.Tag.SKIP_BODY) {
        do {
          out.write("\r\n        ");
          out.write("<ul class=\"expansion\">\r\n          ");
          out.write("<li>");
          out.write("<h2>");
          out.print(SIHTMLUtil.HTMLEncode(regCompositionID.getExpansionComment2Title()));
          out.write("</h2>");
          out.write("</li>\r\n          ");
          out.write("<li>");
          out.print(SIHTMLUtil.ToHTMLNewLine2(regCompositionID.getExpansionComment2Text()));
          out.write("</li>\r\n        ");
          out.write("</ul>\r\n      ");
          int evalDoAfterBody = _jspx_th_webshop_isTrue_1.doAfterBody();
          if (evalDoAfterBody != javax.servlet.jsp.tagext.BodyTag.EVAL_BODY_AGAIN)
            break;
        } while (true);
      }
      if (_jspx_th_webshop_isTrue_1.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
        return;
      _jspx_tagPool_webshop_isTrue_value.reuse(_jspx_th_webshop_isTrue_1);
      out.write("\r\n      ");
      /* ----  webshop:isTrue ---- */
      jp.co.sint.taglib.SIIsTrueTag _jspx_th_webshop_isTrue_2 = (jp.co.sint.taglib.SIIsTrueTag) _jspx_tagPool_webshop_isTrue_value.get(jp.co.sint.taglib.SIIsTrueTag.class);
      _jspx_th_webshop_isTrue_2.setPageContext(pageContext);
      _jspx_th_webshop_isTrue_2.setParent(null);
      _jspx_th_webshop_isTrue_2.setValue(SIUtil.isNotNull(regCompositionID.getExpansionComment3Text()));
      int _jspx_eval_webshop_isTrue_2 = _jspx_th_webshop_isTrue_2.doStartTag();
      if (_jspx_eval_webshop_isTrue_2 != javax.servlet.jsp.tagext.Tag.SKIP_BODY) {
        do {
          out.write("\r\n        ");
          out.write("<ul class=\"expansion\">\r\n          ");
          out.write("<li>");
          out.write("<h2>");
          out.print(SIHTMLUtil.HTMLEncode(regCompositionID.getExpansionComment3Title()));
          out.write("</h2>");
          out.write("</li>\r\n          ");
          out.write("<li>");
          out.print(SIHTMLUtil.ToHTMLNewLine2(regCompositionID.getExpansionComment3Text()));
          out.write("</li>\r\n        ");
          out.write("</ul>\r\n      ");
          int evalDoAfterBody = _jspx_th_webshop_isTrue_2.doAfterBody();
          if (evalDoAfterBody != javax.servlet.jsp.tagext.BodyTag.EVAL_BODY_AGAIN)
            break;
        } while (true);
      }
      if (_jspx_th_webshop_isTrue_2.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
        return;
      _jspx_tagPool_webshop_isTrue_value.reuse(_jspx_th_webshop_isTrue_2);
      out.write("\r\n      ");
      /* ----  webshop:isTrue ---- */
      jp.co.sint.taglib.SIIsTrueTag _jspx_th_webshop_isTrue_3 = (jp.co.sint.taglib.SIIsTrueTag) _jspx_tagPool_webshop_isTrue_value.get(jp.co.sint.taglib.SIIsTrueTag.class);
      _jspx_th_webshop_isTrue_3.setPageContext(pageContext);
      _jspx_th_webshop_isTrue_3.setParent(null);
      _jspx_th_webshop_isTrue_3.setValue(SIUtil.isNotNull(regCompositionID.getExpansionComment4Text()));
      int _jspx_eval_webshop_isTrue_3 = _jspx_th_webshop_isTrue_3.doStartTag();
      if (_jspx_eval_webshop_isTrue_3 != javax.servlet.jsp.tagext.Tag.SKIP_BODY) {
        do {
          out.write("\r\n        ");
          out.write("<ul class=\"expansion\">\r\n          ");
          out.write("<li>");
          out.write("<h2>");
          out.print(SIHTMLUtil.HTMLEncode(regCompositionID.getExpansionComment4Title()));
          out.write("</h2>");
          out.write("</li>\r\n          ");
          out.write("<li>");
          out.print(SIHTMLUtil.ToHTMLNewLine2(regCompositionID.getExpansionComment4Text()));
          out.write("</li>\r\n        ");
          out.write("</ul>\r\n      ");
          int evalDoAfterBody = _jspx_th_webshop_isTrue_3.doAfterBody();
          if (evalDoAfterBody != javax.servlet.jsp.tagext.BodyTag.EVAL_BODY_AGAIN)
            break;
        } while (true);
      }
      if (_jspx_th_webshop_isTrue_3.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
        return;
      _jspx_tagPool_webshop_isTrue_value.reuse(_jspx_th_webshop_isTrue_3);
      out.write("\r\n      ");
      out.write("<div class=\"spec\">\r\n        ");
      out.write("<table class=\"detail\">\r\n          ");
      out.write("<tr align=\"left\" valign=\"top\">\r\n            ");
      out.write("<td width=\"90\">ブランド");
      out.write("</td>\r\n            ");
      out.write("<td>：");
      out.write("</td>\r\n            ");
      out.write("<td>");
      out.write("<a href=\"#\">");
      out.print(SIHTMLUtil.HTMLEncode(SIUtil.getNameFromColl(makerColl,cmdtyMakerCodeTxt)));
      out.write("</a>");
      out.write("</td>\r\n          ");
      out.write("</tr>\r\n          ");
      out.write("\r\n          ");
 if (regCompositionID.getCmdtyCompositionFlg().equals(SIConfig.CMDTY_COMPOSITION_FIXED_SET)) { 
      out.write("\r\n          ");
 int fixedAmount = regCompositionID.getFixedSetAmount(connection);
      out.write("\r\n          ");
      out.write("<tr align=\"left\" valign=\"top\">\r\n            ");
      out.write("<td>在庫数量");
      out.write("<td>：");
      out.write("</td>\r\n            ");
if(!regCompositionID.getInquiryFlg().equals("0")){
      out.write("<td>");
      out.print(SIFlagUtil.getFlagName(SIFlagConf.SIFLAG_FRONT_INQUIRY_FLG_INX,regCompositionID.getInquiryFlg()));
      out.write("</td>\r\n            ");
}else if(fixedAmount >= 50){
      out.write("<td>");
      out.print(SIFlagUtil.getFlagName(SIFlagConf.SIFLAG_FRONT_INQUIRY_FLG_INX,"2"));
      out.write("</td>\r\n            ");
}else{
      out.write("<td>");
      out.print(fixedAmount);
      out.print(SIHTMLUtil.HTMLEncode(regCompositionID.getUnitQuantity()));
      out.write("</td>");
}
      out.write("\r\n          ");
      out.write("</tr>\r\n          ");
 } else { 
      out.write("\r\n          ");
      out.write("\r\n          ");
 if(SIUtil.isNotNull(regCompositionID.getGuaranteedTerm())) { 
      out.write("\r\n          ");

            int lGuaranteedTerm = Integer.parseInt(regCompositionID.getGuaranteedTerm());
            String yGuaranteedTerm = SIDateTime.getMonthToYear(lGuaranteedTerm);
          
      out.write("\r\n            ");
      out.write("<tr align=\"left\" valign=\"top\">\r\n              ");
      out.write("<td>保証期間");
      out.write("</td>\r\n              ");
      out.write("<td>：");
      out.write("</td>\r\n              ");
      out.write("<td>");
      out.print(yGuaranteedTerm);
      out.write("</td>\r\n            ");
      out.write("</tr>\r\n          ");
 } 
      out.write("\r\n          ");
      out.write("\r\n          ");
 } 
      out.write("\r\n          ");
      out.write("\r\n          ");
      out.write("<tr align=\"left\" valign=\"top\">\r\n            ");
      out.write("<td>送料");
      out.write("</td>\r\n            ");
      out.write("<td>：");
      out.write("</td>\r\n            ");
      out.write("<td>");
      out.write("<span class=\"attention\" style=\"font-size:80%;\">(");
      out.write("<a href=\"#\">送料ルール・ご注意事項");
      out.write("<img src=\"");
      out.print(webshopSite);
      out.write("/img/icon_blank.gif\" alt=\"\" />");
      out.write("</a>)");
      out.write("</span>");
      out.write("</td>\r\n          ");
      out.write("</tr>\r\n        ");
      out.write("</table>\r\n      ");
      out.write("</div>\r\n      \r\n      ");
      out.write("<div class=\"spec\">\r\n        ");
      out.write("<table class=\"detail\">\r\n\t\t  ");
 if(SIUtil.isNotNull(regCompositionID.getNewFixedPrice())&&!regCompositionID.getNewFixedPrice().equals("0")) { 
      out.write("\r\n          ");
      out.write("<tr align=\"left\" valign=\"middle\" class=\"pb5\">\r\n          ");
      out.write("<td width=\"90\">M価");
      out.write("</td>\r\n          ");
      out.write("<td>：");
      out.write("</td>\r\n          ");
      out.write("<td>￥");
      out.print(SIUtil.NumberFormat(regCompositionID.getNewFixedPriceIncTax()));
      out.write("(税別)");
      out.write("</td>\r\n          ");
      out.write("</tr>\r\n          ");
}
      out.write("\r\n          ");
      out.write("<tr align=\"left\" valign=\"middle\" class=\"pb5\">\r\n          ");
 if (cmdtyEditID.isContractFlg()) { 
      out.write("\r\n          ");
      out.write("<td width=\"90\">");
      out.write("<p class=\"sale\">BG卸価");
      out.write("</p>");
      out.write("</td>\r\n          ");
      out.write("<td>：");
      out.write("</td>\r\n          ");
      out.write("<td>");
      out.write("<p class=\"sale\">");
      out.write("<strong>契約後表示");
      out.write("</strong>");
      out.write("</p>");
      out.write("</td>\r\n          ");
 } else if (regCompositionID.getBgPriceDispFlg().equals("2")) { 
      out.write("\r\n          ");
      out.write("<td width=\"90\">");
      out.write("<p class=\"sale\">BG卸価");
      out.write("</p>");
      out.write("</td>\r\n          ");
      out.write("<td>：");
      out.write("</td>\r\n          ");
      out.write("<td>");
      out.write("<p class=\"sale\">");
      out.write("<strong>お問い合わせ下さい");
      out.write("</strong>");
      out.write("</p>");
      out.write("</td>\r\n          ");
 } else if (regCompositionID.getBgPriceDispFlg().equals("1")&&SIHTMLUtil.getUserInfo(request).isNotLogin(request)) { 
      out.write("\r\n          ");
      out.write("<td width=\"90\">");
      out.write("<p class=\"sale\">BG卸価");
      out.write("</p>");
      out.write("</td>\r\n          ");
      out.write("<td>：");
      out.write("</td>\r\n          ");
      out.write("<td>");
      out.write("<p class=\"sale\">");
      out.write("<strong>ログイン表示");
      out.write("</strong>");
      out.write("</p>");
      out.write("</td>\r\n          ");
 } else { 
      out.write("\r\n            ");
 String setUnitPrice = cmdtyEditID.getSetFinalUnitPriceWithoutTaxPreview(regCompositionID); 
      out.write("\r\n            ");
 String setDiscountUnitPrice = cmdtyEditID.getSetDiscountUnitPriceWithoutTaxPreview(regCompositionID); 
      out.write("\r\n            ");
if(setUnitPrice.equals(setDiscountUnitPrice)){
      out.write("\r\n          ");
      out.write("<td width=\"90\">");
      out.write("<p class=\"sale\">BG卸価");
      out.write("</p>");
      out.write("</td>\r\n          ");
      out.write("<td>：");
      out.write("</td>\r\n          ");
      out.write("<td>");
      out.write("<p class=\"sale\">");
      out.write("<strong>￥");
      out.print(SIUtil.NumberFormat(setUnitPrice));
      out.write("</strong>(税別)");
      out.write("</p>");
      out.write("</td>\r\n          ");
      out.write("</tr>\r\n\t\t\t");
}else{
      out.write("\r\n          ");
      out.write("<td width=\"90\">");
      out.write("<p class=\"sale\">");
      out.write("<strike>BG卸価");
      out.write("</strike>");
      out.write("</p>");
      out.write("</td>\r\n          ");
      out.write("<td>：");
      out.write("</td>\r\n          ");
      out.write("<td>");
      out.write("<p class=\"sale\">");
      out.write("<strike>");
      out.write("<strong>￥");
      out.print(SIUtil.NumberFormat(setUnitPrice));
      out.write("</strong>(税別)");
      out.write("</strike>");
      out.write("</p>");
      out.write("</td>\r\n          ");
      out.write("</tr>\r\n          ");
      out.write("<tr align=\"left\" valign=\"middle\" class=\"pb5\">\r\n          ");
      out.write("<td width=\"90\">");
      out.write("<p class=\"sale\">VIP特価");
      out.write("</p>");
      out.write("</td>\r\n          ");
      out.write("<td>：");
      out.write("</td>\r\n          ");
      out.write("<td>");
      out.write("<p class=\"sale\">");
      out.write("<strong>￥");
      out.print(SIUtil.NumberFormat(setDiscountUnitPrice));
      out.write("</strong>(税別)");
      out.write("</p>");
      out.write("</td>\r\n          ");
      out.write("</tr>\r\n\t\t\t");
 } 
      out.write("\r\n          ");
 } 
      out.write("\r\n          ");
      out.write("<tr align=\"left\" valign=\"middle\">\r\n          ");
      out.write("<td>");
      out.write("<p class=\"point\">ポイント還元");
      out.write("</p>");
      out.write("</td>\r\n          ");
      out.write("<td>：");
      out.write("</td>\r\n          ");
      out.write("<td>");
      out.print(cmdtyEditID.getPoint(request));
      out.write("pt");
      out.write("</td>\r\n          ");
      out.write("</tr>\r\n        ");
      out.write("</table>\r\n      ");
      out.write("</div>\r\n    ");
      out.write("</div>\r\n    ");
      out.write("<!-- box cart -->\r\n    ");
      out.write("<div id=\"box_cart\">\r\n      ");
 if (regCompositionID.isSet()) { 
      out.write("\r\n        ");
      out.write("\r\n        ");
 if (regCompositionID.getCmdtyCompositionFlg().equals(SIConfig.CMDTY_COMPOSITION_SELECTION_SET)) { 
      out.write("\r\n          ");
      out.write("<p class=\"box_otoku\">よりどり");
      out.print(SIStringUtil.numberFormat(regCompositionID.getSectionCount()));
      out.write("点");
if(SIUtil.isNotNull(regCompositionID.getSetDiscount())&&!regCompositionID.getSetDiscount().equals("0")&&regCompositionID.getDiscountDispFlg().equals("1")){
      out.write("で、");
      out.write("<br/>単品購入より");
      out.print(SIStringUtil.numberFormat(cmdtyEditID.getSetDiscountPrice(regCompositionID.getSetDiscount())));
      out.write("円 お得！");
}
      out.write("</p>\r\n          ");
      out.write("<input type=\"hidden\" name=\"sectionCount\" value=\"");
      out.print(regCompositionID.getSectionCount());
      out.write("\" />\r\n        ");
 } else { 
      out.write("\r\n          ");
if (SIUtil.isNotNull(regCompositionID.getSetDiscount()) && !regCompositionID.getSetDiscount().equals("0") && regCompositionID.getDiscountDispFlg().equals("1")) { 
      out.write("\r\n            ");
      out.write("<p class=\"box_otoku\">単品購入より");
      out.print(SIStringUtil.numberFormat(cmdtyEditID.getSetDiscountPrice(regCompositionID.getSetDiscount())));
      out.write("円 お得！");
      out.write("</p>\r\n          ");
 } 
      out.write("\r\n        ");
 } 
      out.write("\r\n      ");
 } 
      out.write("\r\n      ");
      out.write("<!-- box price -->\r\n      ");
      out.write("<div class=\"box_price\">\r\n        ");
      out.write("<table class=\"box_set detail\">\r\n          ");
 String defaultCheckedValue = ""; 
      out.write("\r\n          ");
      out.write("\r\n          ");
 if (regCompositionID.getCmdtyCompositionFlg().equals(SIConfig.CMDTY_COMPOSITION_VARIATION_SET)) { 
      out.write("\r\n          ");
      out.write("\r\n            ");
 Collection groupColl = regCompositionID.getCompositionGroupList(); 
      out.write("\r\n            ");
      /* ----  webshop:siiterator ---- */
      jp.co.sint.taglib.SIIteratorTag _jspx_th_webshop_siiterator_0 = (jp.co.sint.taglib.SIIteratorTag) _jspx_tagPool_webshop_siiterator_type_id_collection.get(jp.co.sint.taglib.SIIteratorTag.class);
      _jspx_th_webshop_siiterator_0.setPageContext(pageContext);
      _jspx_th_webshop_siiterator_0.setParent(null);
      _jspx_th_webshop_siiterator_0.setId("compositionGroupID");
      _jspx_th_webshop_siiterator_0.setType("jp.co.sint.basic.SICmdtyCompositionGroupData");
      _jspx_th_webshop_siiterator_0.setCollection(groupColl);
      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.SICmdtyCompositionGroupData compositionGroupID = null;
        compositionGroupID = (jp.co.sint.basic.SICmdtyCompositionGroupData) pageContext.findAttribute("compositionGroupID");
        do {
          out.write("\r\n              ");
 int groupAmountCount = 0;
          out.write("\r\n              ");
          out.write("<tr align=\"left\" valign=\"top\">\r\n                ");
          out.write("<th>");
          out.print(compositionGroupID.getSpecificationName());
          out.write("</th>\r\n                ");
          out.write("<td>\r\n                  ");
          out.write("<ul>\r\n                    ");
 boolean defaultValueFlg = false; 
          out.write("\r\n                    ");
 String subPrice = "";
          out.write("\r\n                    ");
 int groupCount = compositionGroupID.getCompositionGroupDetail().size(); 
          out.write("\r\n                    ");
 boolean compPulldownFlg = false; 
          out.write("\r\n                    ");
          out.write("<input type=\"hidden\" name=\"groupCount\" value=\"");
          out.print( groupCount );
          out.write("\" />\r\n                    ");
 if (groupCount >= 10) { 
          out.write("\r\n                      ");
 compPulldownFlg = true; 
          out.write("\r\n                    ");
 } 
          out.write("\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(_jspx_th_webshop_siiterator_0);
          _jspx_th_webshop_siiterator_1.setId("compositionGroupDetailID");
          _jspx_th_webshop_siiterator_1.setType("jp.co.sint.basic.SICmdtyCompositionGroupDetail");
          _jspx_th_webshop_siiterator_1.setCollection(compositionGroupID.getCompositionGroupDetail());
          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.SICmdtyCompositionGroupDetail compositionGroupDetailID = null;
            compositionGroupDetailID = (jp.co.sint.basic.SICmdtyCompositionGroupDetail) pageContext.findAttribute("compositionGroupDetailID");
            do {
              out.write("\r\n                      ");
 String defaultValue = "";
              out.write("\r\n                      ");
 String lDisabled = "";
              out.write("\r\n                      ");
 compositionGroupDetailID.setMemberDiscountRate(cmdtyEditID.getMemberDiscountRate()); 
              out.write("\r\n                      ");
 if(!compositionGroupDetailID.getAmountFlg().equals("0") && Integer.parseInt(compositionGroupDetailID.getAmount()) < Integer.parseInt(compositionGroupDetailID.getCompositionCount())) { 
              out.write("\r\n                        ");
 lDisabled = "disabled"; 
              out.write("\r\n                      ");
 } else { 
              out.write("\r\n                        ");
 if (!defaultValueFlg) { 
              out.write("\r\n                          ");
 defaultValue = "checked"; 
              out.write("\r\n                          ");
 defaultValueFlg = true; 
              out.write("\r\n                          ");
 if (compPulldownFlg) { 
              out.write("\r\n                            ");
              out.write("<select name=\"compositionGroupDetail_");
              out.print(compositionGroupID.getGroupCode());
              out.write("\">\r\n                            ");
              out.write("<option value=\"0\" selected>選択してください");
              out.write("</option>\r\n                          ");
 } 
              out.write("\r\n                        ");
 } 
              out.write("\r\n                      ");
 } 
              out.write("\r\n                      ");
 String detailValue = compositionGroupDetailID.getShopCode() + "~" + compositionGroupDetailID.getDetailCmdtyCode() + "~" + compositionGroupDetailID.getDetailIndividualCode() + "~" + compositionGroupDetailID.getCompositionCount(); 
              out.write("\r\n                      ");
 if (!compPulldownFlg) { 
              out.write("\r\n                        ");
              out.write("<li>");
              out.write("<label>");
              out.write("<input type=\"radio\" name=\"compositionGroupDetail_");
              out.print(compositionGroupID.getGroupCode());
              out.write("\" value=\"");
              out.print(detailValue);
              out.write("\"  ");
              out.print(defaultValue);
              out.write(" ");
              out.print( lDisabled );
              out.write("/>");
              out.print(compositionGroupDetailID.getDetailIndividualName());
              out.write("\r\n                      ");
 } else if (!lDisabled.equals("disabled")) { 
              out.write("\r\n                        ");
              out.write("<option value=\"");
              out.print(detailValue);
              out.write("\">");
              out.print(compositionGroupDetailID.getDetailIndividualName());
              out.write("\r\n                      ");
 } 
              out.write("\r\n                      ");
 if (SIUtil.isNotNull(subPrice) && (!compPulldownFlg || (compPulldownFlg && !lDisabled.equals("disabled")))) { 
              out.write("\r\n                         ");
 String dispSubPrice = SIUtil.sub_LL(SIUtil.multi_LL(compositionGroupDetailID.getFinalUnitPriceWithoutTax(), compositionGroupDetailID.getCompositionCount()),subPrice);
              out.write("\r\n                         ");
 if (Integer.parseInt(dispSubPrice) > 0) { 
              out.write("\r\n                           ");
              out.write("<em>[+￥");
              out.print(SIHTMLUtil.HTMLEncode(SIStringUtil.numberFormat(dispSubPrice)));
              out.write("]");
              out.write("</em>\r\n                         ");
 } else if (Integer.parseInt(dispSubPrice) < 0) { 
              out.write("\r\n                           ");
 dispSubPrice = SIUtil.sub_LL(subPrice, SIUtil.multi_LL(compositionGroupDetailID.getFinalUnitPriceWithoutTax(), compositionGroupDetailID.getCompositionCount()));
              out.write("\r\n                           ");
              out.write("<em>[-￥");
              out.print(SIHTMLUtil.HTMLEncode(SIStringUtil.numberFormat(dispSubPrice)));
              out.write("]");
              out.write("</em>\r\n                         ");
 } 
              out.write("\r\n                      ");
 } 
              out.write("\r\n                      ");
 if (!compPulldownFlg || (compPulldownFlg && !lDisabled.equals("disabled"))) { 
              out.write("\r\n                        /\r\n                      ");
 } 
              out.write("\r\n                      ");
 if(!compositionGroupDetailID.getAmountFlg().equals("0") && compositionGroupDetailID.getAmount().equals("0")) { 
              out.write("\r\n                        ");
 if (!compPulldownFlg) { 
              out.write("\r\n                          ");
              out.write("<em>SOLD OUT");
              out.write("</em>\r\n                        ");
 } 
              out.write("\r\n                      ");
 } else { 
              out.write("\r\n                        ");
 if(compositionGroupDetailID.getAmountFlg().equals("0")
                              || (!compositionGroupDetailID.getAmountFlg().equals("0") && Integer.parseInt(compositionGroupDetailID.getAmount()) >= Integer.parseInt(compositionGroupDetailID.getCompositionCount())
                                  && SICheckUtil.isGreater(compositionGroupDetailID.getAmount(),"49"))){ 
              out.write("\r\n                          ");
              out.print(SIFlagUtil.getFlagName(SIFlagConf.SIFLAG_FRONT_INQUIRY_FLG_INX,"2"));
              out.write("\r\n                          ");
 groupAmountCount++; 
              out.write("\r\n                        ");
 } else { 
              out.write("\r\n                          ");
 if(!compositionGroupDetailID.getAmountFlg().equals("0") && Integer.parseInt(compositionGroupDetailID.getAmount()) < Integer.parseInt(compositionGroupDetailID.getCompositionCount())) { 
              out.write("\r\n                            ");
 if (!compPulldownFlg) { 
              out.write("\r\n                              ");
              out.write("<em>SOLD OUT");
              out.write("</em>\r\n                            ");
 } 
              out.write("\r\n                          ");
 } else { 
              out.write("\r\n                            在庫：");
              out.print(SIStringUtil.numberFormat(compositionGroupDetailID.getAmount()));
              out.write("\r\n                            ");
 groupAmountCount++; 
              out.write("\r\n                          ");
 } 
              out.write("\r\n                        ");
 } 
              out.write("\r\n                      ");
 } 
              out.write("\r\n                      ");
 if (!compPulldownFlg) { 
              out.write("\r\n                        ");
              out.write("</label>");
              out.write("</li>\r\n                      ");
 } else if (compPulldownFlg && !lDisabled.equals("disabled")) { 
              out.write("\r\n                        ");
              out.write("</option>\r\n                      ");
 } 
              out.write("\r\n                      ");
 defaultValue = ""; 
              out.write("\r\n                      ");
 if (SIUtil.isNull(subPrice)) { 
              out.write("\r\n                        ");
 subPrice = SIUtil.multi_LL(compositionGroupDetailID.getFinalUnitPriceWithoutTax(), compositionGroupDetailID.getCompositionCount());
              out.write("\r\n                      ");
 } 
              out.write("\r\n                    ");
              int evalDoAfterBody = _jspx_th_webshop_siiterator_1.doAfterBody();
              compositionGroupDetailID = (jp.co.sint.basic.SICmdtyCompositionGroupDetail) pageContext.findAttribute("compositionGroupDetailID");
              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                    ");
 if (compPulldownFlg) { 
          out.write("\r\n                      ");
          out.write("</select>\r\n                    ");
 } 
          out.write("\r\n                  ");
          out.write("</ul>\r\n                ");
          out.write("</td>\r\n              ");
          out.write("</tr>\r\n              ");
 if (groupAmountCount <= 0) { 
          out.write("\r\n                ");
 compositionOrderCount++; 
          out.write("\r\n              ");
 } 
          out.write("\r\n              ");
 compositionGroupCount++; 
          out.write("\r\n            ");
          int evalDoAfterBody = _jspx_th_webshop_siiterator_0.doAfterBody();
          compositionGroupID = (jp.co.sint.basic.SICmdtyCompositionGroupData) pageContext.findAttribute("compositionGroupID");
          if (evalDoAfterBody != javax.servlet.jsp.tagext.BodyTag.EVAL_BODY_AGAIN)
            break;
        } while (true);
      }
      if (_jspx_th_webshop_siiterator_0.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
        return;
      _jspx_tagPool_webshop_siiterator_type_id_collection.reuse(_jspx_th_webshop_siiterator_0);
      out.write("\r\n          ");
 } else if (regCompositionID.getCmdtyCompositionFlg().equals(SIConfig.CMDTY_COMPOSITION_SELECTION_SET)) { 
      out.write("\r\n          ");
      out.write("\r\n            ");
 Collection groupColl = regCompositionID.getCompositionGroupList();
      out.write("\r\n            ");
      /* ----  webshop:siiterator ---- */
      jp.co.sint.taglib.SIIteratorTag _jspx_th_webshop_siiterator_2 = (jp.co.sint.taglib.SIIteratorTag) _jspx_tagPool_webshop_siiterator_type_id_collection.get(jp.co.sint.taglib.SIIteratorTag.class);
      _jspx_th_webshop_siiterator_2.setPageContext(pageContext);
      _jspx_th_webshop_siiterator_2.setParent(null);
      _jspx_th_webshop_siiterator_2.setId("compositionGroupID");
      _jspx_th_webshop_siiterator_2.setType("jp.co.sint.basic.SICmdtyCompositionGroupData");
      _jspx_th_webshop_siiterator_2.setCollection(groupColl);
      int _jspx_eval_webshop_siiterator_2 = _jspx_th_webshop_siiterator_2.doStartTag();
      if (_jspx_eval_webshop_siiterator_2 != javax.servlet.jsp.tagext.Tag.SKIP_BODY) {
        jp.co.sint.basic.SICmdtyCompositionGroupData compositionGroupID = null;
        compositionGroupID = (jp.co.sint.basic.SICmdtyCompositionGroupData) pageContext.findAttribute("compositionGroupID");
        do {
          out.write("\r\n              ");
 int groupAmountCount = 0;
          out.write("\r\n              ");
          out.write("<tr align=\"left\" valign=\"top\">\r\n                ");
          out.write("<th>");
          out.print(compositionGroupID.getSpecificationName());
          out.write("</th>\r\n                ");
          out.write("<td>\r\n                  ");
          out.write("<table class=\"box_yoridori\">\r\n                    ");
          /* ----  webshop:siiterator ---- */
          jp.co.sint.taglib.SIIteratorTag _jspx_th_webshop_siiterator_3 = (jp.co.sint.taglib.SIIteratorTag) _jspx_tagPool_webshop_siiterator_type_id_collection.get(jp.co.sint.taglib.SIIteratorTag.class);
          _jspx_th_webshop_siiterator_3.setPageContext(pageContext);
          _jspx_th_webshop_siiterator_3.setParent(_jspx_th_webshop_siiterator_2);
          _jspx_th_webshop_siiterator_3.setId("compositionGroupDetailID");
          _jspx_th_webshop_siiterator_3.setType("jp.co.sint.basic.SICmdtyCompositionGroupDetail");
          _jspx_th_webshop_siiterator_3.setCollection(compositionGroupID.getCompositionGroupDetail());
          int _jspx_eval_webshop_siiterator_3 = _jspx_th_webshop_siiterator_3.doStartTag();
          if (_jspx_eval_webshop_siiterator_3 != javax.servlet.jsp.tagext.Tag.SKIP_BODY) {
            jp.co.sint.basic.SICmdtyCompositionGroupDetail compositionGroupDetailID = null;
            compositionGroupDetailID = (jp.co.sint.basic.SICmdtyCompositionGroupDetail) pageContext.findAttribute("compositionGroupDetailID");
            do {
              out.write("\r\n                      ");
 String lDisabled = "";
              out.write("\r\n                      ");
 if(!compositionGroupDetailID.getAmountFlg().equals("0") && Integer.parseInt(compositionGroupDetailID.getAmount()) < Integer.parseInt(compositionGroupDetailID.getCompositionCount())) { 
              out.write("\r\n                        ");
 lDisabled = "disabled"; 
              out.write("\r\n                      ");
 } 
              out.write("\r\n                      ");
 String detailValue = compositionGroupDetailID.getShopCode() + "~" + compositionGroupDetailID.getDetailCmdtyCode() + "~" + compositionGroupDetailID.getDetailIndividualCode() + "~" + compositionGroupDetailID.getCompositionCount(); 
              out.write("\r\n                      ");
              out.write("<tr>\r\n                        ");
              out.write("<th>");
              out.print(compositionGroupDetailID.getDetailIndividualName());
              out.write(" /\r\n                          ");
 if(!compositionGroupDetailID.getAmountFlg().equals("0") && compositionGroupDetailID.getAmount().equals("0")) { 
              out.write("\r\n                            ");
              out.write("<em>SOLD OUT");
              out.write("</em>\r\n                          ");
 } else { 
              out.write("\r\n                            ");
 if(compositionGroupDetailID.getAmountFlg().equals("0")
                                  || (!compositionGroupDetailID.getAmountFlg().equals("0") && Integer.parseInt(compositionGroupDetailID.getAmount()) >= Integer.parseInt(compositionGroupDetailID.getCompositionCount())
                                      && SICheckUtil.isGreater(compositionGroupDetailID.getAmount(),"49"))){ 
              out.write("\r\n                              ");
              out.print(SIFlagUtil.getFlagName(SIFlagConf.SIFLAG_FRONT_INQUIRY_FLG_INX,"2"));
              out.write("\r\n                              ");
 groupAmountCount++; 
              out.write("\r\n                            ");
 } else { 
              out.write("\r\n                              ");
 if(!compositionGroupDetailID.getAmountFlg().equals("0") && Integer.parseInt(compositionGroupDetailID.getAmount()) < Integer.parseInt(compositionGroupDetailID.getCompositionCount())) { 
              out.write("\r\n                                ");
              out.write("<em>SOLD OUT");
              out.write("</em>\r\n                              ");
 } else { 
              out.write("\r\n                                在庫：");
              out.print(SIStringUtil.numberFormat(compositionGroupDetailID.getAmount()));
              out.write("\r\n                                ");
 groupAmountCount++; 
              out.write("\r\n                              ");
 } 
              out.write("\r\n                            ");
 } 
              out.write("\r\n                          ");
 } 
              out.write("\r\n                          ");
              out.write("<input type=\"hidden\" name=\"compositionGroupDetail\" value=\"");
              out.print(detailValue);
              out.write("\" />\r\n                        ");
              out.write("</th>\r\n                        ");
              out.write("<td>\r\n                          ");

                            Collection yoridoriAmountColl = SIUtil.getAmountNumber();
                            yoridoriAmountColl = SIUtil.insertColl(yoridoriAmountColl,new SINameValue("--","0"));
                          
              out.write("\r\n                          ");
 String amountName = "compositionGroupDetailAmount_" + detailValue;
              out.write("\r\n                          ");
 String chenge = "id=\"compositionGroupDetailAmount_" + compositionGroupCount + "\" onChange='addYoridoriAmount()' " + lDisabled;
              out.write("\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_attributesText_nobody.get(jp.co.sint.taglib.SISelect.class);
              _jspx_th_webshop_siselect_0.setPageContext(pageContext);
              _jspx_th_webshop_siselect_0.setParent(_jspx_th_webshop_siiterator_3);
              _jspx_th_webshop_siselect_0.setName(amountName);
              _jspx_th_webshop_siselect_0.setDefault("");
              _jspx_th_webshop_siselect_0.setCollection(yoridoriAmountColl);
              _jspx_th_webshop_siselect_0.setAttributesText(chenge );
              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_attributesText_nobody.reuse(_jspx_th_webshop_siselect_0);
              out.write("\r\n                        ");
              out.write("</td>\r\n                      ");
              out.write("</tr>\r\n                      ");
 compositionGroupCount++; 
              out.write("\r\n                    ");
              int evalDoAfterBody = _jspx_th_webshop_siiterator_3.doAfterBody();
              compositionGroupDetailID = (jp.co.sint.basic.SICmdtyCompositionGroupDetail) pageContext.findAttribute("compositionGroupDetailID");
              if (evalDoAfterBody != javax.servlet.jsp.tagext.BodyTag.EVAL_BODY_AGAIN)
                break;
            } while (true);
          }
          if (_jspx_th_webshop_siiterator_3.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
            return;
          _jspx_tagPool_webshop_siiterator_type_id_collection.reuse(_jspx_th_webshop_siiterator_3);
          out.write("\r\n                  ");
          out.write("</table>\r\n                ");
          out.write("</td>\r\n              ");
          out.write("</tr>\r\n              ");
 if (groupAmountCount <= 0) { 
          out.write("\r\n                ");
 compositionOrderCount++; 
          out.write("\r\n              ");
 } 
          out.write("\r\n            ");
          int evalDoAfterBody = _jspx_th_webshop_siiterator_2.doAfterBody();
          compositionGroupID = (jp.co.sint.basic.SICmdtyCompositionGroupData) pageContext.findAttribute("compositionGroupID");
          if (evalDoAfterBody != javax.servlet.jsp.tagext.BodyTag.EVAL_BODY_AGAIN)
            break;
        } while (true);
      }
      if (_jspx_th_webshop_siiterator_2.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
        return;
      _jspx_tagPool_webshop_siiterator_type_id_collection.reuse(_jspx_th_webshop_siiterator_2);
      out.write("\r\n            ");
      out.write("<tr align=\"left\" valign=\"top\">\r\n              ");
      out.write("<th>数量合計");
      out.write("</th>\r\n              ");
      out.write("<td id=\"totalAmountLabel\">0点");
      out.write("</td>\r\n            ");
      out.write("</tr>\r\n          ");
 } else if (regCompositionID.getCmdtyCompositionFlg().equals(SIConfig.CMDTY_COMPOSITION_FIXED_SET)) { 
      out.write("\r\n          ");
      out.write("\r\n            ");
 Collection groupColl = regCompositionID.getCompositionGroupList();
      out.write("\r\n            ");
      /* ----  webshop:siiterator ---- */
      jp.co.sint.taglib.SIIteratorTag _jspx_th_webshop_siiterator_4 = (jp.co.sint.taglib.SIIteratorTag) _jspx_tagPool_webshop_siiterator_type_id_collection.get(jp.co.sint.taglib.SIIteratorTag.class);
      _jspx_th_webshop_siiterator_4.setPageContext(pageContext);
      _jspx_th_webshop_siiterator_4.setParent(null);
      _jspx_th_webshop_siiterator_4.setId("compositionGroupID");
      _jspx_th_webshop_siiterator_4.setType("jp.co.sint.basic.SICmdtyCompositionGroupData");
      _jspx_th_webshop_siiterator_4.setCollection(groupColl);
      int _jspx_eval_webshop_siiterator_4 = _jspx_th_webshop_siiterator_4.doStartTag();
      if (_jspx_eval_webshop_siiterator_4 != javax.servlet.jsp.tagext.Tag.SKIP_BODY) {
        jp.co.sint.basic.SICmdtyCompositionGroupData compositionGroupID = null;
        compositionGroupID = (jp.co.sint.basic.SICmdtyCompositionGroupData) pageContext.findAttribute("compositionGroupID");
        do {
          out.write("\r\n              ");
 int groupAmountCount = 0;
          out.write("\r\n              ");
          out.write("<tr align=\"left\" valign=\"top\">\r\n                ");
          out.write("<th>");
          out.print(compositionGroupID.getSpecificationName());
          out.write("</th>\r\n                ");
          out.write("<td>\r\n                  ");
          out.write("<ul>\r\n                    ");
          /* ----  webshop:siiterator ---- */
          jp.co.sint.taglib.SIIteratorTag _jspx_th_webshop_siiterator_5 = (jp.co.sint.taglib.SIIteratorTag) _jspx_tagPool_webshop_siiterator_type_id_collection.get(jp.co.sint.taglib.SIIteratorTag.class);
          _jspx_th_webshop_siiterator_5.setPageContext(pageContext);
          _jspx_th_webshop_siiterator_5.setParent(_jspx_th_webshop_siiterator_4);
          _jspx_th_webshop_siiterator_5.setId("compositionGroupDetailID");
          _jspx_th_webshop_siiterator_5.setType("jp.co.sint.basic.SICmdtyCompositionGroupDetail");
          _jspx_th_webshop_siiterator_5.setCollection(compositionGroupID.getCompositionGroupDetail());
          int _jspx_eval_webshop_siiterator_5 = _jspx_th_webshop_siiterator_5.doStartTag();
          if (_jspx_eval_webshop_siiterator_5 != javax.servlet.jsp.tagext.Tag.SKIP_BODY) {
            jp.co.sint.basic.SICmdtyCompositionGroupDetail compositionGroupDetailID = null;
            compositionGroupDetailID = (jp.co.sint.basic.SICmdtyCompositionGroupDetail) pageContext.findAttribute("compositionGroupDetailID");
            do {
              out.write("\r\n                      ");
 String detailValue = compositionGroupDetailID.getShopCode() + "~" + compositionGroupDetailID.getDetailCmdtyCode() + "~" + compositionGroupDetailID.getDetailIndividualCode() + "~" + compositionGroupDetailID.getCompositionCount(); 
              out.write("\r\n                      ");
              out.write("<li>・");
              out.print(SIHTMLUtil.HTMLEncode(compositionGroupDetailID.getDetailIndividualName()));
              out.write(" × ");
              out.print(compositionGroupDetailID.getCompositionCount());
              out.write("</li>\r\n                      ");
              out.write("<input type=\"hidden\" name=\"compositionGroupDetail_");
              out.print(compositionGroupID.getGroupCode());
              out.write("\" value=\"");
              out.print(detailValue);
              out.write("\" />\r\n                    ");
              int evalDoAfterBody = _jspx_th_webshop_siiterator_5.doAfterBody();
              compositionGroupDetailID = (jp.co.sint.basic.SICmdtyCompositionGroupDetail) pageContext.findAttribute("compositionGroupDetailID");
              if (evalDoAfterBody != javax.servlet.jsp.tagext.BodyTag.EVAL_BODY_AGAIN)
                break;
            } while (true);
          }
          if (_jspx_th_webshop_siiterator_5.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
            return;
          _jspx_tagPool_webshop_siiterator_type_id_collection.reuse(_jspx_th_webshop_siiterator_5);
          out.write("\r\n                  ");
          out.write("</ul>\r\n                ");
          out.write("</td>\r\n              ");
          out.write("</tr>\r\n            ");
          int evalDoAfterBody = _jspx_th_webshop_siiterator_4.doAfterBody();
          compositionGroupID = (jp.co.sint.basic.SICmdtyCompositionGroupData) pageContext.findAttribute("compositionGroupID");
          if (evalDoAfterBody != javax.servlet.jsp.tagext.BodyTag.EVAL_BODY_AGAIN)
            break;
        } while (true);
      }
      if (_jspx_th_webshop_siiterator_4.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
        return;
      _jspx_tagPool_webshop_siiterator_type_id_collection.reuse(_jspx_th_webshop_siiterator_4);
      out.write("\r\n          ");
 } else if (regCompositionID.getCmdtyCompositionFlg().equals(SIConfig.CMDTY_COMPOSITION_SPECIFICATION)) { 
      out.write("\r\n          ");
      out.write("\r\n            ");
 Collection groupColl = regCompositionID.getCompositionGroupList();
      out.write("\r\n            ");
 boolean checkedTypeFlg = false; 
      out.write("\r\n            ");
      /* ----  webshop:siiterator ---- */
      jp.co.sint.taglib.SIIteratorTag _jspx_th_webshop_siiterator_6 = (jp.co.sint.taglib.SIIteratorTag) _jspx_tagPool_webshop_siiterator_type_id_collection.get(jp.co.sint.taglib.SIIteratorTag.class);
      _jspx_th_webshop_siiterator_6.setPageContext(pageContext);
      _jspx_th_webshop_siiterator_6.setParent(null);
      _jspx_th_webshop_siiterator_6.setId("compositionGroupID");
      _jspx_th_webshop_siiterator_6.setType("jp.co.sint.basic.SICmdtyCompositionGroupData");
      _jspx_th_webshop_siiterator_6.setCollection(groupColl);
      int _jspx_eval_webshop_siiterator_6 = _jspx_th_webshop_siiterator_6.doStartTag();
      if (_jspx_eval_webshop_siiterator_6 != javax.servlet.jsp.tagext.Tag.SKIP_BODY) {
        jp.co.sint.basic.SICmdtyCompositionGroupData compositionGroupID = null;
        compositionGroupID = (jp.co.sint.basic.SICmdtyCompositionGroupData) pageContext.findAttribute("compositionGroupID");
        do {
          out.write("\r\n              ");
 int groupAmountCount = 0;
          out.write("\r\n              ");
          out.write("<tr align=\"left\" valign=\"top\">\r\n                ");
          out.write("<th>");
          out.print(compositionGroupID.getSpecificationName());
          out.write("</th>\r\n                ");
          out.write("<td>\r\n                  ");
          out.write("<ul>\r\n                    ");
 boolean defaultValueFlg = false; 
          out.write("\r\n                    ");
 String subPrice = ""; 
          out.write("\r\n                    ");
 int orderCount = 0; 
          out.write("\r\n                    ");
 int groupCount = compositionGroupID.getCompositionGroupDetail().size(); 
          out.write("\r\n                    ");
 boolean compPulldownFlg = false; 
          out.write("\r\n                    ");
          out.write("<input type=\"hidden\" name=\"groupCount\" value=\"");
          out.print( groupCount );
          out.write("\" />\r\n                    ");
 if (groupCount >= 10) { 
          out.write("\r\n                      ");
 compPulldownFlg = true; 
          out.write("\r\n                    ");
 } 
          out.write("\r\n                    ");
          /* ----  webshop:siiterator ---- */
          jp.co.sint.taglib.SIIteratorTag _jspx_th_webshop_siiterator_7 = (jp.co.sint.taglib.SIIteratorTag) _jspx_tagPool_webshop_siiterator_type_id_collection.get(jp.co.sint.taglib.SIIteratorTag.class);
          _jspx_th_webshop_siiterator_7.setPageContext(pageContext);
          _jspx_th_webshop_siiterator_7.setParent(_jspx_th_webshop_siiterator_6);
          _jspx_th_webshop_siiterator_7.setId("compositionGroupDetailID");
          _jspx_th_webshop_siiterator_7.setType("jp.co.sint.basic.SICmdtyCompositionGroupDetail");
          _jspx_th_webshop_siiterator_7.setCollection(compositionGroupID.getCompositionGroupDetail());
          int _jspx_eval_webshop_siiterator_7 = _jspx_th_webshop_siiterator_7.doStartTag();
          if (_jspx_eval_webshop_siiterator_7 != javax.servlet.jsp.tagext.Tag.SKIP_BODY) {
            jp.co.sint.basic.SICmdtyCompositionGroupDetail compositionGroupDetailID = null;
            compositionGroupDetailID = (jp.co.sint.basic.SICmdtyCompositionGroupDetail) pageContext.findAttribute("compositionGroupDetailID");
            do {
              out.write("\r\n                      ");
 String defaultValue = "";
              out.write("\r\n                      ");
 String lRsrvValue = "0";
              out.write("\r\n                      ");
 String lDisabled = "";
              out.write("\r\n                      ");
 compositionGroupDetailID.setMemberDiscountRate(cmdtyEditID.getMemberDiscountRate()); 
              out.write("\r\n                      ");
 if (!compositionGroupDetailID.getAmountFlg().equals("0") && compositionGroupDetailID.getAmount().equals("0") && compositionGroupDetailID.getRsrvEnableFlg().equals("1") && !compositionGroupDetailID.getRsrvAmount().equals("0")) { 
              out.write("\r\n                        ");
 lDisabled = ""; 
              out.write("\r\n                        ");
 lRsrvValue = "1";
              out.write("\r\n                        ");
 orderCount++; 
              out.write("\r\n                        ");
 if (!defaultValueFlg) { 
              out.write("\r\n                          ");
 defaultValue = "checked"; 
              out.write("\r\n                          ");
 defaultValueFlg = true; 
              out.write("\r\n                          ");
              out.write("<input type=\"hidden\" name=\"checkedType\" value=\"1\"/>\r\n                          ");
 checkedTypeFlg = true; 
              out.write("\r\n                          ");
 defaultCheckedValue = compositionGroupDetailID.getShopCode() + "~" + compositionGroupDetailID.getDetailCmdtyCode() + "~" + compositionGroupDetailID.getDetailIndividualCode() + "~" + compositionGroupDetailID.getCompositionCount();
              out.write("\r\n                          ");
 if (compPulldownFlg) { 
              out.write("\r\n                            ");
              out.write("<select name=\"compositionGroupDetail_");
              out.print(compositionGroupID.getGroupCode());
              out.write("\" onChange=\"rsrvCartCheck(this.options[this.selectedIndex].id, this.value);\">\r\n                            ");
              out.write("<option value=\"0\" selected>選択してください");
              out.write("</option>\r\n                          ");
 } 
              out.write("\r\n                        ");
 } 
              out.write("\r\n                      ");
 } else if(!compositionGroupDetailID.getAmountFlg().equals("0") && Integer.parseInt(compositionGroupDetailID.getAmount()) < Integer.parseInt(compositionGroupDetailID.getCompositionCount())) { 
              out.write("\r\n                        ");
 lDisabled = "disabled"; 
              out.write("\r\n                      ");
 } else { 
              out.write("\r\n                        ");
 orderCount++; 
              out.write("\r\n                        ");
 if (!defaultValueFlg) { 
              out.write("\r\n                          ");
 defaultValue = "checked"; 
              out.write("\r\n                          ");
 defaultValueFlg = true; 
              out.write("\r\n                          ");
 defaultCheckedValue = compositionGroupDetailID.getShopCode() + "~" + compositionGroupDetailID.getDetailCmdtyCode() + "~" + compositionGroupDetailID.getDetailIndividualCode() + "~" + compositionGroupDetailID.getCompositionCount();
              out.write("\r\n                          ");
              out.write("<input type=\"hidden\" name=\"checkedType\" value=\"0\"/>\r\n                          ");
 checkedTypeFlg = true; 
              out.write("\r\n                          ");
 if (compPulldownFlg) { 
              out.write("\r\n                            ");
              out.write("<select name=\"compositionGroupDetail_");
              out.print(compositionGroupID.getGroupCode());
              out.write("\" onChange=\"rsrvCartCheck(this.options[this.selectedIndex].id, this.value);\">\r\n                            ");
              out.write("<option value=\"0\" selected>選択してください");
              out.write("</option>\r\n                          ");
 } 
              out.write("\r\n                        ");
 } 
              out.write("\r\n                      ");
 } 
              out.write("\r\n                      ");
 String detailValue = compositionGroupDetailID.getShopCode() + "~" + compositionGroupDetailID.getDetailCmdtyCode() + "~" + compositionGroupDetailID.getDetailIndividualCode() + "~" + compositionGroupDetailID.getCompositionCount(); 
              out.write("\r\n                      ");
 if (!compPulldownFlg) { 
              out.write("\r\n                        ");
              out.write("<li>");
              out.write("<label>");
              out.write("<input type=\"radio\" name=\"compositionGroupDetail_");
              out.print(compositionGroupID.getGroupCode());
              out.write("\" value=\"");
              out.print(detailValue);
              out.write("\"  onClick=\"rsrvCartCheck('");
              out.print(lRsrvValue);
              out.write("','");
              out.print(detailValue);
              out.write("');\" ");
              out.print(defaultValue);
              out.write(" ");
              out.print( lDisabled );
              out.write("/>");
              out.print(compositionGroupDetailID.getDetailIndividualName());
              out.write("\r\n                      ");
 } else if (!lDisabled.equals("disabled")) { 
              out.write("\r\n                        ");
              out.write("<option value=\"");
              out.print(detailValue);
              out.write("\" id=\"");
              out.print(lRsrvValue);
              out.write("\">");
              out.print(compositionGroupDetailID.getDetailIndividualName());
              out.write("\r\n                      ");
 } 
              out.write("\r\n                      ");
 if (SIUtil.isNotNull(subPrice) && (!compPulldownFlg || (compPulldownFlg && !lDisabled.equals("disabled")))) { 
              out.write("\r\n                        ");
 String dispSubPrice = SIUtil.sub_LL(SIUtil.multi_LL(compositionGroupDetailID.getFinalUnitPriceWithoutTax(), compositionGroupDetailID.getCompositionCount()),subPrice);
              out.write("\r\n                        ");
 if (Integer.parseInt(dispSubPrice) > 0) { 
              out.write("\r\n                          ");
              out.write("<em>[+￥");
              out.print(SIHTMLUtil.HTMLEncode(SIStringUtil.numberFormat(dispSubPrice)));
              out.write("]");
              out.write("</em>\r\n                        ");
 } else if (Integer.parseInt(dispSubPrice) < 0) { 
              out.write("\r\n                          ");
 dispSubPrice = SIUtil.sub_LL(subPrice, SIUtil.multi_LL(compositionGroupDetailID.getFinalUnitPriceWithoutTax(), compositionGroupDetailID.getCompositionCount()));
              out.write("\r\n                          ");
              out.write("<em>[-￥");
              out.print(SIHTMLUtil.HTMLEncode(SIStringUtil.numberFormat(dispSubPrice)));
              out.write("]");
              out.write("</em>\r\n                        ");
 } 
              out.write("\r\n                      ");
 } 
              out.write("\r\n                      ");
 if (!compPulldownFlg || (compPulldownFlg && !lDisabled.equals("disabled"))) { 
              out.write("\r\n                        /\r\n                      ");
 } 
              out.write("\r\n                      ");
 if (!compositionGroupDetailID.getAmountFlg().equals("0")&&compositionGroupDetailID.getAmount().equals("0")&&compositionGroupDetailID.getRsrvEnableFlg().equals("1")&&!compositionGroupDetailID.getRsrvAmount().equals("0")) { 
              out.write("\r\n                        予約可\r\n                        ");
 if(SIUtil.isNotNull(compositionGroupDetailID.getArrivalScheduleMsg())) { 
              out.write("\r\n                          （入荷予定：");
              out.print(SIUtil.HTMLEncode(compositionGroupDetailID.getArrivalScheduleMsg()));
              out.write("）\r\n                        ");
 } 
              out.write("\r\n                        ");
 groupAmountCount++; 
              out.write("\r\n                      ");
 } else if(!compositionGroupDetailID.getAmountFlg().equals("0") && compositionGroupDetailID.getAmount().equals("0")) { 
              out.write("\r\n                        ");
 if (!compPulldownFlg) { 
              out.write("\r\n                          ");
              out.write("<em>SOLD OUT");
              out.write("</em>\r\n                        ");
 } 
              out.write("\r\n                      ");
 } else { 
              out.write("\r\n                        ");
 if(compositionGroupDetailID.getAmountFlg().equals("0")
                            || (Integer.parseInt(compositionGroupDetailID.getAmount()) >= Integer.parseInt(compositionGroupDetailID.getCompositionCount()) && SICheckUtil.isGreater(compositionGroupDetailID.getAmount(),"49"))){ 
              out.write("\r\n                          ");
              out.print(SIFlagUtil.getFlagName(SIFlagConf.SIFLAG_FRONT_INQUIRY_FLG_INX,"2"));
              out.write("\r\n                          ");
 groupAmountCount++; 
              out.write("\r\n                        ");
 } else { 
              out.write("\r\n                          ");
 if(!compositionGroupDetailID.getAmountFlg().equals("0") && Integer.parseInt(compositionGroupDetailID.getAmount()) < Integer.parseInt(compositionGroupDetailID.getCompositionCount())) { 
              out.write("\r\n                            ");
 if (!compPulldownFlg) { 
              out.write("\r\n                              ");
              out.write("<em>SOLD OUT");
              out.write("</em>\r\n                            ");
 } 
              out.write("\r\n                          ");
 } else { 
              out.write("\r\n                            在庫：");
              out.print(SIStringUtil.numberFormat(compositionGroupDetailID.getAmount()));
              out.write("\r\n                            ");
 groupAmountCount++; 
              out.write("\r\n                          ");
 } 
              out.write("\r\n                        ");
 } 
              out.write("\r\n                      ");
 } 
              out.write("\r\n                      ");
 if (!compPulldownFlg) { 
              out.write("\r\n                        ");
              out.write("</label>");
              out.write("</li>\r\n                      ");
 } else if (compPulldownFlg && !lDisabled.equals("disabled")) { 
              out.write("\r\n                        ");
              out.write("</option>\r\n                      ");
 } 
              out.write("\r\n                      ");
 defaultValue = ""; 
              out.write("\r\n                      ");
 if (SIUtil.isNull(subPrice)) { 
              out.write("\r\n                        ");
 subPrice = SIUtil.multi_LL(compositionGroupDetailID.getFinalUnitPriceWithoutTax(), compositionGroupDetailID.getCompositionCount());
              out.write("\r\n                      ");
 } 
              out.write("\r\n                    ");
              int evalDoAfterBody = _jspx_th_webshop_siiterator_7.doAfterBody();
              compositionGroupDetailID = (jp.co.sint.basic.SICmdtyCompositionGroupDetail) pageContext.findAttribute("compositionGroupDetailID");
              if (evalDoAfterBody != javax.servlet.jsp.tagext.BodyTag.EVAL_BODY_AGAIN)
                break;
            } while (true);
          }
          if (_jspx_th_webshop_siiterator_7.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
            return;
          _jspx_tagPool_webshop_siiterator_type_id_collection.reuse(_jspx_th_webshop_siiterator_7);
          out.write("\r\n                    ");
 if (compPulldownFlg) { 
          out.write("\r\n                      ");
          out.write("</select>\r\n                    ");
 } 
          out.write("\r\n                    ");
 if (orderCount == 0) { 
          out.write("\r\n                      ");
          out.write("<input type=\"hidden\" name=\"checkedType\" value=\"2\"/>\r\n                      ");
 checkedTypeFlg = true; 
          out.write("\r\n                    ");
 } 
          out.write("\r\n                  ");
          out.write("</ul>\r\n                ");
          out.write("</td>\r\n              ");
          out.write("</tr>\r\n              ");
 if (groupAmountCount <= 0) { 
          out.write("\r\n                ");
 compositionOrderCount++; 
          out.write("\r\n              ");
 } 
          out.write("\r\n              ");
 compositionGroupCount++; 
          out.write("\r\n            ");
          int evalDoAfterBody = _jspx_th_webshop_siiterator_6.doAfterBody();
          compositionGroupID = (jp.co.sint.basic.SICmdtyCompositionGroupData) pageContext.findAttribute("compositionGroupID");
          if (evalDoAfterBody != javax.servlet.jsp.tagext.BodyTag.EVAL_BODY_AGAIN)
            break;
        } while (true);
      }
      if (_jspx_th_webshop_siiterator_6.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
        return;
      _jspx_tagPool_webshop_siiterator_type_id_collection.reuse(_jspx_th_webshop_siiterator_6);
      out.write("\r\n            ");
 if (!checkedTypeFlg) { 
      out.write("<input type=\"hidden\" name=\"checkedType\" value=\"\"/>");
 } 
      out.write("\r\n          ");
 } 
      out.write("\r\n          ");
      out.write("<span id=\"optionArea\">\r\n            ");
 Collection optionColl = regCompositionID.getCompositionOptionList();
      out.write("\r\n            ");
 if (optionColl.size() > 0) { 
      out.write("\r\n              ");
      out.write("<tr align=\"left\" valign=\"top\">\r\n                ");
      out.write("<th>オプション");
      out.write("</th>\r\n                ");
      out.write("<td>\r\n                  ");
      out.write("<ul>\r\n                    ");
      /* ----  webshop:siiterator ---- */
      jp.co.sint.taglib.SIIteratorTag _jspx_th_webshop_siiterator_8 = (jp.co.sint.taglib.SIIteratorTag) _jspx_tagPool_webshop_siiterator_type_id_collection.get(jp.co.sint.taglib.SIIteratorTag.class);
      _jspx_th_webshop_siiterator_8.setPageContext(pageContext);
      _jspx_th_webshop_siiterator_8.setParent(null);
      _jspx_th_webshop_siiterator_8.setId("compositionOptionID");
      _jspx_th_webshop_siiterator_8.setType("jp.co.sint.basic.SICmdtyCompositionOption");
      _jspx_th_webshop_siiterator_8.setCollection(optionColl);
      int _jspx_eval_webshop_siiterator_8 = _jspx_th_webshop_siiterator_8.doStartTag();
      if (_jspx_eval_webshop_siiterator_8 != javax.servlet.jsp.tagext.Tag.SKIP_BODY) {
        jp.co.sint.basic.SICmdtyCompositionOption compositionOptionID = null;
        compositionOptionID = (jp.co.sint.basic.SICmdtyCompositionOption) pageContext.findAttribute("compositionOptionID");
        do {
          out.write("\r\n                      ");
 compositionOptionID.setMemberDiscountRate(cmdtyEditID.getMemberDiscountRate()); 
          out.write("\r\n                      ");
 String detailValue = compositionOptionID.getShopCode() + "~" + compositionOptionID.getDetailCmdtyCode() + "~" + compositionOptionID.getDetailIndividualCode() + "~" + compositionOptionID.getCompositionCount(); 
          out.write("\r\n                      ");
          out.write("<li>");
          out.write("<label>");
          out.write("<input type=\"checkbox\" name=\"option\" value=\"");
          out.print(detailValue);
          out.write("\" /> ");
          out.print(compositionOptionID.getCmdtyName());
          out.write("<em>[+￥");
          out.print(SIUtil.NumberFormat(SIUtil.multi_LL(compositionOptionID.getUnitPrice(), compositionOptionID.getCompositionCount())));
          out.write("]");
          out.write("</em>");
          out.write("</label>");
          out.write("<br>");
          out.print(SIHTMLUtil.ToHTMLNewLine2(compositionOptionID.getNotices()));
          out.write("</li>\r\n                    ");
          int evalDoAfterBody = _jspx_th_webshop_siiterator_8.doAfterBody();
          compositionOptionID = (jp.co.sint.basic.SICmdtyCompositionOption) pageContext.findAttribute("compositionOptionID");
          if (evalDoAfterBody != javax.servlet.jsp.tagext.BodyTag.EVAL_BODY_AGAIN)
            break;
        } while (true);
      }
      if (_jspx_th_webshop_siiterator_8.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
        return;
      _jspx_tagPool_webshop_siiterator_type_id_collection.reuse(_jspx_th_webshop_siiterator_8);
      out.write("\r\n                  ");
      out.write("</ul>\r\n                ");
      out.write("</td>\r\n              ");
      out.write("</tr>\r\n            ");
 } 
      out.write("\r\n          ");
      out.write("</span>\r\n          ");
      out.write("<span id=\"appendedArea\">\r\n            ");
 Collection appendedColl = regCompositionID.getCompositionAppendedList(); 
      out.write("\r\n            ");
 if (appendedColl.size() > 0) { 
      out.write("\r\n              ");
      out.write("<tr align=\"left\" valign=\"top\">\r\n                ");
      out.write("<th>添付品");
      out.write("</th>\r\n                ");
      out.write("<td>\r\n                  ");
      out.write("<ul>\r\n                    ");
 int groupAmountCount = 0;
      out.write("\r\n                    ");
      /* ----  webshop:siiterator ---- */
      jp.co.sint.taglib.SIIteratorTag _jspx_th_webshop_siiterator_9 = (jp.co.sint.taglib.SIIteratorTag) _jspx_tagPool_webshop_siiterator_type_id_collection.get(jp.co.sint.taglib.SIIteratorTag.class);
      _jspx_th_webshop_siiterator_9.setPageContext(pageContext);
      _jspx_th_webshop_siiterator_9.setParent(null);
      _jspx_th_webshop_siiterator_9.setId("compositionAppendedID");
      _jspx_th_webshop_siiterator_9.setType("jp.co.sint.basic.SICmdtyCompositionAppended");
      _jspx_th_webshop_siiterator_9.setCollection(appendedColl);
      int _jspx_eval_webshop_siiterator_9 = _jspx_th_webshop_siiterator_9.doStartTag();
      if (_jspx_eval_webshop_siiterator_9 != javax.servlet.jsp.tagext.Tag.SKIP_BODY) {
        jp.co.sint.basic.SICmdtyCompositionAppended compositionAppendedID = null;
        compositionAppendedID = (jp.co.sint.basic.SICmdtyCompositionAppended) pageContext.findAttribute("compositionAppendedID");
        do {
          out.write("\r\n                      ");
 if (!compositionAppendedID.getAmountFlg().equals("0") && compositionAppendedID.getSetCount().equals("1")
                              && Integer.parseInt(compositionAppendedID.getAmount()) < Integer.parseInt(compositionAppendedID.getAppendedCount())) { 
          out.write("\r\n                        ");
 groupAmountCount++; 
          out.write("\r\n                      ");
 } 
          out.write("\r\n                        ");
 String detailValue = compositionAppendedID.getShopCode() + "~" + compositionAppendedID.getDetailCmdtyCode() + "~" + compositionAppendedID.getDetailIndividualCode() + "~" + compositionAppendedID.getSetCount() + "~" + compositionAppendedID.getAppendedCount(); 
          out.write("\r\n                        ");
          out.write("<li>・");
          out.print(compositionAppendedID.getCmdtyName());
          out.write("（");
          out.print(compositionAppendedID.getSetCount());
          out.write("セットご購入毎に");
          out.print(compositionAppendedID.getAppendedCount());
          out.write("個添付）");
          out.write("</li>\r\n                        ");
          out.write("<input type=\"hidden\" name=\"appended\" value=\"");
          out.print(detailValue );
          out.write("\" >\r\n                      ");
 if (groupAmountCount > 0) { 
          out.write("\r\n                        ");
 compositionOrderCount++; 
          out.write("\r\n                      ");
 } 
          out.write("\r\n                   ");
          int evalDoAfterBody = _jspx_th_webshop_siiterator_9.doAfterBody();
          compositionAppendedID = (jp.co.sint.basic.SICmdtyCompositionAppended) pageContext.findAttribute("compositionAppendedID");
          if (evalDoAfterBody != javax.servlet.jsp.tagext.BodyTag.EVAL_BODY_AGAIN)
            break;
        } while (true);
      }
      if (_jspx_th_webshop_siiterator_9.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
        return;
      _jspx_tagPool_webshop_siiterator_type_id_collection.reuse(_jspx_th_webshop_siiterator_9);
      out.write("\r\n                  ");
      out.write("</ul>\r\n                ");
      out.write("</td>\r\n              ");
      out.write("</tr>\r\n            ");
 } 
      out.write("\r\n          ");
      out.write("</span>\r\n        ");
      out.write("</table>\r\n        ");
      out.write("<span id=\"rervMsg\">\r\n          ");
 if (regCompositionID.getCmdtyCompositionFlg().equals(SIConfig.CMDTY_COMPOSITION_SPECIFICATION)) { 
      out.write("\r\n            ");
      out.write("<font color=\"#E10033\">※予約商品に限り「オプション」はご指定いただけません。");
      out.write("</font>");
      out.write("<br/>\r\n            ");
      out.write("<font color=\"#E10033\">※予約商品に限り「添付品」の添付はございません。");
      out.write("</font>");
      out.write("<br/>\r\n          ");
 } 
      out.write("\r\n        ");
      out.write("</span>\r\n        ");
      out.write("\r\n        ");
      out.write("<div class=\"box_price_left\">\r\n          ");
 if (!regCompositionID.getCmdtyCompositionFlg().equals(SIConfig.CMDTY_COMPOSITION_SELECTION_SET) && compositionOrderCount <= 0) { 
      out.write("\r\n            ");
      out.write("<div id=\"amountCart\" >");
      out.write("<p class=\"amount\">数量：");
      /* ----  webshop:siselect ---- */
      jp.co.sint.taglib.SISelect _jspx_th_webshop_siselect_1 = (jp.co.sint.taglib.SISelect) _jspx_tagPool_webshop_siselect_name_default_collection_nobody.get(jp.co.sint.taglib.SISelect.class);
      _jspx_th_webshop_siselect_1.setPageContext(pageContext);
      _jspx_th_webshop_siselect_1.setParent(null);
      _jspx_th_webshop_siselect_1.setName("cartAmountTxt");
      _jspx_th_webshop_siselect_1.setDefault("");
      _jspx_th_webshop_siselect_1.setCollection(amountColl);
      int _jspx_eval_webshop_siselect_1 = _jspx_th_webshop_siselect_1.doStartTag();
      if (_jspx_th_webshop_siselect_1.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
        return;
      _jspx_tagPool_webshop_siselect_name_default_collection_nobody.reuse(_jspx_th_webshop_siselect_1);
      out.print(SIHTMLUtil.HTMLEncode(regCompositionID.getUnitQuantity()));
      out.write("</p>");
      out.write("</div>\r\n            ");
      out.write("<div id=\"amountRsrv\"  style=\"display:none\">");
      out.write("<p class=\"amount\">数量：");
      /* ----  webshop:siselect ---- */
      jp.co.sint.taglib.SISelect _jspx_th_webshop_siselect_2 = (jp.co.sint.taglib.SISelect) _jspx_tagPool_webshop_siselect_name_default_collection_nobody.get(jp.co.sint.taglib.SISelect.class);
      _jspx_th_webshop_siselect_2.setPageContext(pageContext);
      _jspx_th_webshop_siselect_2.setParent(null);
      _jspx_th_webshop_siselect_2.setName("amountTxt");
      _jspx_th_webshop_siselect_2.setDefault("");
      _jspx_th_webshop_siselect_2.setCollection(amountColl);
      int _jspx_eval_webshop_siselect_2 = _jspx_th_webshop_siselect_2.doStartTag();
      if (_jspx_th_webshop_siselect_2.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
        return;
      _jspx_tagPool_webshop_siselect_name_default_collection_nobody.reuse(_jspx_th_webshop_siselect_2);
      out.print(SIHTMLUtil.HTMLEncode(regCompositionID.getUnitQuantity()));
      out.write("</p>");
      out.write("</div>\r\n          ");
 } 
      out.write("\r\n          \r\n          ");
      out.write("\r\n          \r\n        ");
      out.write("</div>\r\n        ");
 if (cmdtyEditID.isHairCosme(request)) { 
      out.write("\r\n        ");
      out.write("<p class=\"cart\">");
      out.write("<a href=\"#\">");
      out.write("<img src=\"");
      out.print(webshopSite);
      out.write("/img/btn_contract_l.gif\" alt=\"契約顧客様限定　お取引申込はこちら\" width=\"144\" height=\"61\" />");
      out.write("</a>");
      out.write("</p>\r\n        ");
 } else if (cmdtyEditID.isContractFlg()&&SIHTMLUtil.getUserInfo(request).isNotLogin(request)) { 
      out.write("\r\n        ");
      out.write("<p class=\"cart\">");
      out.write("<a href=\"#\">");
      out.write("<img src=\"");
      out.print(webshopSite);
      out.write("/img/btn_contract_login_l.gif\" alt=\"契約顧客様限定　ログインはこちら\" width=\"144\" height=\"61\" />");
      out.write("</a>");
      out.write("</p>\r\n        ");
 } else if (cmdtyEditID.isContractFlg() && regCompositionID.getMakerCode().equals("1250")) { //ピーチポウの場合
      out.write("\r\n        ");
      out.write("<p class=\"cart\">");
      out.write("<a href=\"#\">");
      out.write("<img src=\"");
      out.print(webshopSite);
      out.write("/img/btn_contract_l.gif\" alt=\"契約顧客様限定　お取引申込はこちら\" width=\"144\" height=\"61\" />");
      out.write("</a>");
      out.write("</p>\r\n        ");
 } else if (cmdtyEditID.isContractFlg()) { 
      out.write("\r\n        ");
      out.write("<p class=\"cart\">");
      out.write("<a href=\"#\">");
      out.write("<img src=\"");
      out.print(webshopSite);
      out.write("/img/btn_contract_l.gif\" alt=\"契約顧客様限定　お取引申込はこちら\" width=\"144\" height=\"61\" />");
      out.write("</a>");
      out.write("</p>\r\n        ");
 } else if (regCompositionID.getInquiryFlg().equals("1")) { 
      out.write("\r\n        ");
      out.write("<p class=\"cart\">");
      out.write("<img src=\"");
      out.print(webshopSite);
      out.write("/img/btn_contact_l.gif\" alt=\"お問い合わせください　0120-974-554\" width=\"144\" height=\"61\" />");
      out.write("</p>\r\n        ");
 } else if (compositionOrderCount <= 0) { 
      out.write("\r\n        ");
 if (regCompositionID.getCmdtyCompositionFlg().equals(SIConfig.CMDTY_COMPOSITION_SELECTION_SET)) { 
      out.write("\r\n          ");
      out.write("<div id=\"bouttonCart\" >");
      out.write("<p class=\"cart\">");
      out.write("<a href=\"#\">");
      out.write("<img src=\"");
      out.print(webshopSite);
      out.write("/img/btn_cart_l.gif\" alt=\"カートに入れる\" width=\"144\" height=\"61\" />");
      out.write("</a>");
      out.write("</p>");
      out.write("</div>\r\n        ");
 } else { 
      out.write("\r\n          ");
      out.write("<div id=\"bouttonCart\" >");
      out.write("<p class=\"cart\">");
      out.write("<a href=\"#\">");
      out.write("<img src=\"");
      out.print(webshopSite);
      out.write("/img/btn_cart_l.gif\" alt=\"カートに入れる\" width=\"144\" height=\"61\" />");
      out.write("</a>");
      out.write("</p>");
      out.write("</div>\r\n        ");
 } 
      out.write("\r\n        ");
      out.write("<div id=\"bouttonRsrv\" style=\"display:none\">");
      out.write("<p class=\"cart\">");
      out.write("<a href=\"#\">");
      out.write("<img src=\"");
      out.print(webshopSite);
      out.write("/img/btn_reserve_l.gif\" alt=\"予約する\" width=\"144\" height=\"61\" />");
      out.write("</a>");
      out.write("</p>");
      out.write("</div>\r\n        ");
 } else { 
      out.write("\r\n        ");
      out.write("<p class=\"cart\">");
      out.write("<img src=\"");
      out.print(webshopSite);
      out.write("/img/btn_soldout_l.gif\" alt=\"SOLD OUT\" width=\"144\" height=\"61\" />");
      out.write("</p>\r\n        ");
 } 
      out.write("\r\n        ");
      out.write("<p class=\"mycatalog\">");
      out.write("<a href=\"#\">");
      out.write("<img src=\"");
      out.print(webshopSite);
      out.write("/img/btn_mycatalog.gif\" alt=\"マイカタログに追加\" width=\"95\" height=\"15\" class=\"mycatalog\" />");
      out.write("</a>");
      out.write("</p>\r\n        ");
      out.write("<input name=\"cartShopCodeTxt\" type=\"hidden\" value=\"0\">\r\n        ");
      out.write("<input name=\"cartCmdtyCodeTxt\" type=\"hidden\" value=\"\">\r\n        ");
      out.write("<input name=\"cartIndividualCodeTxt\" type=\"hidden\" value=\"\">\r\n        ");
      out.write("<input name=\"actionNameTxt\" type=\"hidden\" value=\"");
      out.print(SIConfig.SIACTION_CART);
      out.write("\">\r\n        ");
      out.write("<input name=\"cmdtyCompositionFlg\" type=\"hidden\" value=\"");
      out.print(regCompositionID.getCmdtyCompositionFlg());
      out.write("\">\r\n        ");
      out.write("<input name=\"compositionGroupCount\" type=\"hidden\" id=\"compositionGroupCount\" value=\"");
      out.print(compositionGroupCount);
      out.write("\">\r\n        ");
      out.write("<input name=\"rsrvShopCodeTxt\" type=\"hidden\" value=\"0\">\r\n        ");
      out.write("<input name=\"rsrvCmdtyCodeTxt\" type=\"hidden\" value=\"\">\r\n        ");
      out.write("<input name=\"rsrvIndividualCodeTxt\" type=\"hidden\" value=\"\">\r\n        ");
      out.write("<input name=\"rsrvStndrdCodeTxt1\" type=\"hidden\" value=\"\">\r\n        ");
      out.write("<input name=\"rsrvStndrdCodeTxt2\" type=\"hidden\" value=\"\">\r\n        ");
      out.write("<input name=\"rsrvElementCodeTxt1\" type=\"hidden\" value=\"\">\r\n        ");
      out.write("<input name=\"rsrvElementCodeTxt2\" type=\"hidden\" value=\"\">\r\n        ");
      out.write("<input name=\"rsrvTempValue\" type=\"hidden\" value=\"\">\r\n        ");
      out.write("<input name=\"rsrvCompositionCountTxt\" type=\"hidden\" value=\"\">\r\n      ");
      out.write("</div>\r\n      ");
      out.write("<!-- /box price -->\r\n      ");
      out.write("<!-- social button -->\r\n      ");
      out.write("<ul class=\"socialBtn\">\r\n        ");
      out.write("<li class=\"mixi\">");
      out.write("</li>\r\n        ");
      out.write("<li class=\"twt\">");
      out.write("</li>\r\n        ");
      out.write("<li class=\"fcbk\">\r\n        ");
      out.write("</li>\r\n      ");
      out.write("</ul>\r\n      ");
      out.write("<!-- /social button -->\r\n    ");
      out.write("</div>\r\n    ");
      out.write("<!-- /box cart -->\r\n  ");
      out.write("</div>\r\n  ");
      out.write("<!-- /wrapper -->\r\n");
      out.write("</div>\r\n");
      out.write("<!-- /detail -->\r\n");
      out.write("</form>\r\n");
 if (regCompositionID.getCmdtyCompositionFlg().equals(SIConfig.CMDTY_COMPOSITION_SPECIFICATION)) { 
      out.write("\r\n");
      out.write("<script language=\"javascript1.2\" type=\"text/javascript\">\r\n");
      out.write("<!--\r\nrsrvCartCheck('9', '");
      out.print(defaultCheckedValue);
      out.write("');\r\n//-->\r\n");
      out.write("</script>\r\n");
 } 
      out.write("\r\n");
 if (regCompositionID.getCmdtyCompositionFlg().equals(SIConfig.CMDTY_COMPOSITION_VARIATION_SET)
       || regCompositionID.getCmdtyCompositionFlg().equals(SIConfig.CMDTY_COMPOSITION_SPECIFICATION)) { 
      out.write("\r\n");
      out.write("<script language=\"javascript1.2\" type=\"text/javascript\">\r\n");
      out.write("<!--\r\ndefaultSetting();\r\n//-->\r\n");
      out.write("</script>\r\n");
 } 
      out.write("\r\n");
      out.write("<!-- relation -->\r\n");
      out.write("<div class=\"relation\">\r\n");
      out.write("<h2>");
      out.write("<img src=\"");
      out.print(webshopSite);
      out.write("/img/h_relation1.gif\" alt=\"関連商品一覧\" width=\"537\" height=\"17\" />");
      out.write("</h2>\r\n");
      /* ----  webshop:siiterator ---- */
      jp.co.sint.taglib.SIIteratorTag _jspx_th_webshop_siiterator_10 = (jp.co.sint.taglib.SIIteratorTag) _jspx_tagPool_webshop_siiterator_type_id_collection.get(jp.co.sint.taglib.SIIteratorTag.class);
      _jspx_th_webshop_siiterator_10.setPageContext(pageContext);
      _jspx_th_webshop_siiterator_10.setParent(null);
      _jspx_th_webshop_siiterator_10.setId("connCmdtyID");
      _jspx_th_webshop_siiterator_10.setType("jp.co.sint.basic.SICmdty");
      _jspx_th_webshop_siiterator_10.setCollection(UIConnCmdtyListCond.getListCollection_front(connection,cmdtyInfoID.getCmdtyCodeTxt(),cmdtyInfoID.getIndividualCodeTxt(),false,request));
      int _jspx_eval_webshop_siiterator_10 = _jspx_th_webshop_siiterator_10.doStartTag();
      if (_jspx_eval_webshop_siiterator_10 != javax.servlet.jsp.tagext.Tag.SKIP_BODY) {
        jp.co.sint.basic.SICmdty connCmdtyID = null;
        connCmdtyID = (jp.co.sint.basic.SICmdty) pageContext.findAttribute("connCmdtyID");
        do {
          out.write("\r\n");
          out.write("<div class=\"wrapper\">\r\n");
          out.write("<p class=\"pic\">");
          out.write("<a href=\"#\">");
          out.write("<img src=\"");
          out.print(webshopSite);
          out.write("/image/cmdty/");
          out.print(SIHTMLUtil.HTMLEncode(connCmdtyID.getCmdtyCode()));
          out.write("/");
          out.print(SIHTMLUtil.HTMLEncode(connCmdtyID.getCmdtyCode()));
          out.write("_");
          out.print(SIHTMLUtil.HTMLEncode(connCmdtyID.getIndividualCode()));
          out.write("_t.jpg\" width=\"100\" height=\"75\" />");
          out.write("</a>");
          out.write("</p>\r\n");
          out.write("<div class=\"box_detail\">\r\n");
if("1".equals(connCmdtyID.getFreeDeliveryFlg())){
          out.write("\r\n");
          out.write("<p class=\"name\">");
          out.write("<a href=\"#\">");
          out.print(SIHTMLUtil.HTMLEncode(connCmdtyID.getCmdtyName()));
          out.write("</a>");
          out.write("<strong>");
          out.write("<font color=\"#E10033\">【送料無料】");
          out.write("</font>");
          out.write("</strong>");
          out.write("</p>\r\n");
}else{
          out.write("\r\n");
          out.write("<p class=\"name\">");
          out.write("<a href=\"#\">");
          out.print(SIHTMLUtil.HTMLEncode(connCmdtyID.getCmdtyName()));
          out.write("</a>");
          out.write("</p>\r\n");
}
          out.write("\r\n");
if(((!SIHTMLUtil.getUserInfo(request).isNotLogin(request)&&connCmdtyID.getBGPriceDispFlg().equals("1"))||connCmdtyID.getBGPriceDispFlg().equals("0"))&&!connCmdtyID.isContractFlg()&&SIUtil.isNotNull(connCmdtyID.getUnitPrice())){
          out.write("\r\n");
if(connCmdtyID.getFinalUnitPriceWithoutTax().equals(connCmdtyID.getUnitPriceWithoutTax())){
          out.write("\r\n");
          out.write("<p class=\"sale\">BG卸価&nbsp;￥");
          out.print(SIUtil.NumberFormat(connCmdtyID.getFinalUnitPriceWithoutTax()));
          out.write("(税別)");
          out.write("</p>\r\n");
}else{
          out.write("\r\n");
          out.write("<p class=\"sale\">");
          out.write("<strike>BG卸価&nbsp;￥");
          out.print(SIUtil.NumberFormat(connCmdtyID.getUnitPriceWithoutTax()));
          out.write("(税別)");
          out.write("</strike>&nbsp;VIP特価&nbsp;￥");
          out.print(SIUtil.NumberFormat(connCmdtyID.getFinalUnitPriceWithoutTax()));
          out.write("(税別)");
          out.write("</p>\r\n");
}}
          out.write("\r\n");
          out.write("<p class=\"txt\">");
          out.print(SIStringUtil.limitLengthExcptTags(SIHTMLUtil.ToHTMLNewLine2(connCmdtyID.getDescription()).trim(),100,"・・・"));
          out.write("</p>\r\n");
          out.write("</div>\r\n");
          out.write("</div>\r\n");
          int evalDoAfterBody = _jspx_th_webshop_siiterator_10.doAfterBody();
          connCmdtyID = (jp.co.sint.basic.SICmdty) pageContext.findAttribute("connCmdtyID");
          if (evalDoAfterBody != javax.servlet.jsp.tagext.BodyTag.EVAL_BODY_AGAIN)
            break;
        } while (true);
      }
      if (_jspx_th_webshop_siiterator_10.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
        return;
      _jspx_tagPool_webshop_siiterator_type_id_collection.reuse(_jspx_th_webshop_siiterator_10);
      out.write("\r\n");
      out.write("</div>\r\n");
      out.write("<!-- /relation -->\r\n\r\n");
      out.write("<!-- relation -->\r\n");
      out.write("<div class=\"relation\">\r\n");
      out.write("<h2>");
      out.write("<img src=\"");
      out.print(webshopSite);
      out.write("/img/h_relation2.gif\" alt=\"この商品を購入した方は、このような商品も購入しています\" width=\"537\" height=\"17\" />");
      out.write("</h2>\r\n");
      /* ----  webshop:siiterator ---- */
      jp.co.sint.taglib.SIIteratorTag _jspx_th_webshop_siiterator_11 = (jp.co.sint.taglib.SIIteratorTag) _jspx_tagPool_webshop_siiterator_type_id_collection.get(jp.co.sint.taglib.SIIteratorTag.class);
      _jspx_th_webshop_siiterator_11.setPageContext(pageContext);
      _jspx_th_webshop_siiterator_11.setParent(null);
      _jspx_th_webshop_siiterator_11.setId("otherCmdtyID");
      _jspx_th_webshop_siiterator_11.setType("jp.co.sint.basic.SICmdty");
      _jspx_th_webshop_siiterator_11.setCollection(new UIOtherCmdty(cmdtyInfoID.getShopCodeTxt(),cmdtyInfoID.getCmdtyCodeTxt()).getCollection(connection,false,request));
      int _jspx_eval_webshop_siiterator_11 = _jspx_th_webshop_siiterator_11.doStartTag();
      if (_jspx_eval_webshop_siiterator_11 != javax.servlet.jsp.tagext.Tag.SKIP_BODY) {
        jp.co.sint.basic.SICmdty otherCmdtyID = null;
        otherCmdtyID = (jp.co.sint.basic.SICmdty) pageContext.findAttribute("otherCmdtyID");
        do {
          out.write("\r\n");
          out.write("<div class=\"wrapper\">\r\n");
          out.write("<p class=\"pic\">");
          out.write("<a href=\"#\">");
          out.write("<img src=\"");
          out.print(webshopSite);
          out.write("/image/cmdty/");
          out.print(SIHTMLUtil.HTMLEncode(otherCmdtyID.getCmdtyCode()));
          out.write("/");
          out.print(SIHTMLUtil.HTMLEncode(otherCmdtyID.getCmdtyCode()));
          out.write("_");
          out.print(SIHTMLUtil.HTMLEncode(otherCmdtyID.getIndividualCode()));
          out.write("_t.jpg\" width=\"100\" height=\"75\" />");
          out.write("</a>");
          out.write("</p>\r\n");
          out.write("<div class=\"box_detail\">\r\n");
if("1".equals(otherCmdtyID.getFreeDeliveryFlg())){
          out.write("\r\n");
          out.write("<p class=\"name\">");
          out.write("<a href=\"#\">");
          out.print(SIHTMLUtil.HTMLEncode(otherCmdtyID.getCmdtyName()));
          out.write("</a>");
          out.write("<strong>");
          out.write("<font color=\"#E10033\">【送料無料】");
          out.write("</font>");
          out.write("</strong>");
          out.write("</p>\r\n");
}else{
          out.write("\r\n");
          out.write("<p class=\"name\">");
          out.write("<a href=\"#\">");
          out.print(SIHTMLUtil.HTMLEncode(otherCmdtyID.getCmdtyName()));
          out.write("</a>");
          out.write("</p>\r\n");
}
          out.write("\r\n");
if(((!SIHTMLUtil.getUserInfo(request).isNotLogin(request)&&otherCmdtyID.getBGPriceDispFlg().equals("1"))||otherCmdtyID.getBGPriceDispFlg().equals("0"))&&!otherCmdtyID.isContractFlg()&&SIUtil.isNotNull(otherCmdtyID.getUnitPrice())){
          out.write("\r\n");
if(otherCmdtyID.getFinalUnitPriceWithoutTax().equals(otherCmdtyID.getUnitPriceWithoutTax())){
          out.write("\r\n");
          out.write("<p class=\"sale\">BG卸価&nbsp;￥");
          out.print(SIUtil.NumberFormat(otherCmdtyID.getFinalUnitPriceWithoutTax()));
          out.write("(税別)");
          out.write("</p>\r\n");
}else{
          out.write("\r\n");
          out.write("<p class=\"sale\">");
          out.write("<strike>BG卸価&nbsp;￥");
          out.print(SIUtil.NumberFormat(otherCmdtyID.getUnitPriceWithoutTax()));
          out.write("(税別)");
          out.write("</strike>&nbsp;VIP特価&nbsp;￥");
          out.print(SIUtil.NumberFormat(otherCmdtyID.getFinalUnitPriceWithoutTax()));
          out.write("(税別)");
          out.write("</p>\r\n");
}}
          out.write("\r\n");
          out.write("<p class=\"txt\">");
          out.print(SIStringUtil.limitLengthExcptTags(SIHTMLUtil.ToHTMLNewLine2(otherCmdtyID.getDescription()).trim(),100,"・・・"));
          out.write("</p>\r\n");
          out.write("</div>\r\n");
          out.write("</div>\r\n");
          int evalDoAfterBody = _jspx_th_webshop_siiterator_11.doAfterBody();
          otherCmdtyID = (jp.co.sint.basic.SICmdty) pageContext.findAttribute("otherCmdtyID");
          if (evalDoAfterBody != javax.servlet.jsp.tagext.BodyTag.EVAL_BODY_AGAIN)
            break;
        } while (true);
      }
      if (_jspx_th_webshop_siiterator_11.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
        return;
      _jspx_tagPool_webshop_siiterator_type_id_collection.reuse(_jspx_th_webshop_siiterator_11);
      out.write("\r\n");
      out.write("</div>\r\n");
      out.write("<!-- /relation -->\r\n\r\n\r\n");
 } else { 
 // セット商品END 通常商品StartD 
      out.write("\r\n");
 // EDBTG003-00 elecs-matsushima add end 
      out.write("\r\n");
      out.write("<form name=\"cartForm\" action =\"#\" method=\"post\">\r\n");
      out.write("<!-- detail -->\r\n");
      out.write("<div id=\"detail\">\r\n");
      out.write("<div class=\"wrapper\">\r\n");
      out.write("<div class=\"box_type\">\r\n");
      out.write("\r\n");
      out.write("<p class=\"pic\">");
      out.write("<a href=\"#\">");
      out.write("<img src=\"");
      out.print(webshopSite);
      out.write("/image/cmdty/");
      out.print(SIHTMLUtil.HTMLEncode(cmdtyEditID.getCmdtyCode()));
      out.write("/");
      out.print(SIHTMLUtil.HTMLEncode(cmdtyEditID.getCmdtyCode()));
      out.write("_");
      out.print(SIHTMLUtil.HTMLEncode(cmdtyEditID.getIndividualCode()));
      out.write("_1.jpg\" width=\"207\" height=\"155\" />");
      out.write("</a>");
      out.write("</p>\r\n");
      out.write("<p class=\"more\">");
      out.write("<a href=\"#\">");
      out.write("<img src=\"");
      out.print(webshopSite);
      out.write("/img/btn_expand.gif\" alt=\"イメージを拡大\" width=\"79\" height=\"15\" class=\"expand\" />");
      out.write("</a>");
      out.write("</p>\r\n");
      out.write("<ul class=\"thum\">\r\n");
      out.write("<li>");
      out.write("<a href=\"#\">");
      out.write("<img src=\"");
      out.print(webshopSite);
      out.write("/image/cmdty/");
      out.print(SIHTMLUtil.HTMLEncode(cmdtyEditID.getCmdtyCode()));
      out.write("/");
      out.print(SIHTMLUtil.HTMLEncode(cmdtyEditID.getCmdtyCode()));
      out.write("_");
      out.print(SIHTMLUtil.HTMLEncode(cmdtyEditID.getIndividualCode()));
      out.write("_1.jpg\" width=\"100\" height=\"75\" />");
      out.write("</a>");
      out.write("</li>\r\n");
if(SIUtil.isNotNull(cmdtyEditID.getImageName2())){
      out.write("\r\n");
      out.write("<li>");
      out.write("<a href=\"#\">");
      out.write("<img src=\"");
      out.print(webshopSite);
      out.write("/image/cmdty/");
      out.print(SIHTMLUtil.HTMLEncode(cmdtyEditID.getCmdtyCode()));
      out.write("/");
      out.print(SIHTMLUtil.HTMLEncode(cmdtyEditID.getCmdtyCode()));
      out.write("_");
      out.print(SIHTMLUtil.HTMLEncode(cmdtyEditID.getIndividualCode()));
      out.write("_2.jpg\" width=\"100\" height=\"75\" />");
      out.write("</a>");
      out.write("</li>\r\n");
}if(SIUtil.isNotNull(cmdtyEditID.getImageName3())){
      out.write("\r\n");
      out.write("<li>");
      out.write("<a href=\"#\">");
      out.write("<img src=\"");
      out.print(webshopSite);
      out.write("/image/cmdty/");
      out.print(SIHTMLUtil.HTMLEncode(cmdtyEditID.getCmdtyCode()));
      out.write("/");
      out.print(SIHTMLUtil.HTMLEncode(cmdtyEditID.getCmdtyCode()));
      out.write("_");
      out.print(SIHTMLUtil.HTMLEncode(cmdtyEditID.getIndividualCode()));
      out.write("_3.jpg\" width=\"100\" height=\"75\" />");
      out.write("</a>");
      out.write("</li>\r\n");
}if(SIUtil.isNotNull(cmdtyEditID.getImageName4())){
      out.write("\r\n");
      out.write("<li>");
      out.write("<a href=\"#\">");
      out.write("<img src=\"");
      out.print(webshopSite);
      out.write("/image/cmdty/");
      out.print(SIHTMLUtil.HTMLEncode(cmdtyEditID.getCmdtyCode()));
      out.write("/");
      out.print(SIHTMLUtil.HTMLEncode(cmdtyEditID.getCmdtyCode()));
      out.write("_");
      out.print(SIHTMLUtil.HTMLEncode(cmdtyEditID.getIndividualCode()));
      out.write("_4.jpg\" width=\"100\" height=\"75\" />");
      out.write("</a>");
      out.write("</li>\r\n");
}if(SIUtil.isNotNull(cmdtyEditID.getImageName5())){
      out.write("\r\n");
      out.write("<li>");
      out.write("<a href=\"#\">");
      out.write("<img src=\"");
      out.print(webshopSite);
      out.write("/image/cmdty/");
      out.print(SIHTMLUtil.HTMLEncode(cmdtyEditID.getCmdtyCode()));
      out.write("/");
      out.print(SIHTMLUtil.HTMLEncode(cmdtyEditID.getCmdtyCode()));
      out.write("_");
      out.print(SIHTMLUtil.HTMLEncode(cmdtyEditID.getIndividualCode()));
      out.write("_5.jpg\" width=\"100\" height=\"75\" />");
      out.write("</a>");
      out.write("</li>\r\n");
}
      out.write("\r\n");
      out.write("</ul>\r\n");
      out.write("</div>\r\n");
      out.write("<div class=\"box_detail\">\r\n");
      out.write("<h1>\r\n");
if("1".equals(cmdtyEditID.getFreeDeliveryFlg())){
      out.write("\r\n");
      out.write("<p class=\"name\">");
      out.print(SIHTMLUtil.HTMLEncode(cmdtyEditID.getCmdtyName()));
      out.write("<font color=\"#E10033\">【送料無料】");
      out.write("</font>");
      out.write("</p>\r\n");
}else{
      out.write("\r\n");
      out.write("<p class=\"name\">");
      out.print(SIHTMLUtil.HTMLEncode(cmdtyEditID.getCmdtyName()));
      out.write("</p>\r\n");
}
      out.write("\r\n");
      out.write("<p class=\"code\">商品コード:");
      out.print(SIHTMLUtil.HTMLEncode(cmdtyEditID.getIndividualCode()));
      out.write("</p>\r\n");
      out.write("<ul class=\"icon\">\r\n\r\n");
if (cmdtyEditID.getUsedNewFlg()==3){
      out.write("<li>");
      out.write("<img src=\"");
      out.print(webshopSite);
      out.write("/img/icon_limited.gif\" alt=\"BG認定中古\" width=\"60\" height=\"13\" />");
      out.write("</li>\r\n");
}else if (cmdtyEditID.getUsedNewFlg()==2||cmdtyEditID.getUsedNewFlg()==4){
      out.write("<li>");
      out.write("<img src=\"");
      out.print(webshopSite);
      out.write("/img/icon_outlet.gif\" alt=\"アウトレット\" width=\"60\" height=\"13\" />");
      out.write("</li>\r\n");
}else if (cmdtyEditID.getUsedNewFlg()==1||cmdtyEditID.getUsedNewFlg()==6||cmdtyEditID.getUsedNewFlg()==7){
      out.write("\r\n");
}else{
      out.write("<li>");
      out.write("<img src=\"");
      out.print(webshopSite);
      out.write("/img/icon_used.gif\" alt=\"中古品\" width=\"60\" height=\"13\" />");
      out.write("</li>");
}
      out.write("\r\n");
if(cmdtyEditID.getCampaignPriceFlg().equals("1")){
      out.write("<li>");
      out.write("<img src=\"");
      out.print(webshopSite);
      out.write("/img/icon_samedaydeliv.gif\" alt=\"当日出荷\" width=\"60\" height=\"13\" />");
      out.write("</li>");
}
      out.write("\r\n");
      out.write("\r\n");
      out.write("</ul>\r\n");
      out.write("</h1>\r\n");
      out.write("<p class=\"description\">\r\n");
      out.print(SIHTMLUtil.ToHTMLNewLine2(cmdtyEditID.getDescription()));
      out.write("\r\n");
      out.write("</p>\r\n");
      /* ----  webshop:isTrue ---- */
      jp.co.sint.taglib.SIIsTrueTag _jspx_th_webshop_isTrue_4 = (jp.co.sint.taglib.SIIsTrueTag) _jspx_tagPool_webshop_isTrue_value.get(jp.co.sint.taglib.SIIsTrueTag.class);
      _jspx_th_webshop_isTrue_4.setPageContext(pageContext);
      _jspx_th_webshop_isTrue_4.setParent(null);
      _jspx_th_webshop_isTrue_4.setValue(SIUtil.isNotNull(cmdtyEditID.getExpansionComment1Text()));
      int _jspx_eval_webshop_isTrue_4 = _jspx_th_webshop_isTrue_4.doStartTag();
      if (_jspx_eval_webshop_isTrue_4 != javax.servlet.jsp.tagext.Tag.SKIP_BODY) {
        do {
          out.write("\r\n");
          out.write("<ul class=\"expansion\">\r\n");
          out.write("<li>");
          out.write("<strong>");
          out.print(SIHTMLUtil.HTMLEncode(cmdtyEditID.getExpansionComment1Title()));
          out.write("</strong>");
          out.write("</li>\r\n");
          out.write("<li>");
          out.print(SIHTMLUtil.ToHTMLNewLine2(cmdtyEditID.getExpansionComment1Text()));
          out.write("</li>\r\n");
          out.write("</ul>\r\n");
          int evalDoAfterBody = _jspx_th_webshop_isTrue_4.doAfterBody();
          if (evalDoAfterBody != javax.servlet.jsp.tagext.BodyTag.EVAL_BODY_AGAIN)
            break;
        } while (true);
      }
      if (_jspx_th_webshop_isTrue_4.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
        return;
      _jspx_tagPool_webshop_isTrue_value.reuse(_jspx_th_webshop_isTrue_4);
      out.write("\r\n");
      /* ----  webshop:isTrue ---- */
      jp.co.sint.taglib.SIIsTrueTag _jspx_th_webshop_isTrue_5 = (jp.co.sint.taglib.SIIsTrueTag) _jspx_tagPool_webshop_isTrue_value.get(jp.co.sint.taglib.SIIsTrueTag.class);
      _jspx_th_webshop_isTrue_5.setPageContext(pageContext);
      _jspx_th_webshop_isTrue_5.setParent(null);
      _jspx_th_webshop_isTrue_5.setValue(SIUtil.isNotNull(cmdtyEditID.getExpansionComment2Text()));
      int _jspx_eval_webshop_isTrue_5 = _jspx_th_webshop_isTrue_5.doStartTag();
      if (_jspx_eval_webshop_isTrue_5 != javax.servlet.jsp.tagext.Tag.SKIP_BODY) {
        do {
          out.write("\r\n");
          out.write("<ul class=\"expansion\">\r\n");
          out.write("<li>");
          out.write("<strong>");
          out.print(SIHTMLUtil.HTMLEncode(cmdtyEditID.getExpansionComment2Title()));
          out.write("</strong>");
          out.write("</li>\r\n");
          out.write("<li>");
          out.print(SIHTMLUtil.ToHTMLNewLine2(cmdtyEditID.getExpansionComment2Text()));
          out.write("</li>\r\n");
          out.write("</ul>\r\n");
          int evalDoAfterBody = _jspx_th_webshop_isTrue_5.doAfterBody();
          if (evalDoAfterBody != javax.servlet.jsp.tagext.BodyTag.EVAL_BODY_AGAIN)
            break;
        } while (true);
      }
      if (_jspx_th_webshop_isTrue_5.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
        return;
      _jspx_tagPool_webshop_isTrue_value.reuse(_jspx_th_webshop_isTrue_5);
      out.write("\r\n");
      /* ----  webshop:isTrue ---- */
      jp.co.sint.taglib.SIIsTrueTag _jspx_th_webshop_isTrue_6 = (jp.co.sint.taglib.SIIsTrueTag) _jspx_tagPool_webshop_isTrue_value.get(jp.co.sint.taglib.SIIsTrueTag.class);
      _jspx_th_webshop_isTrue_6.setPageContext(pageContext);
      _jspx_th_webshop_isTrue_6.setParent(null);
      _jspx_th_webshop_isTrue_6.setValue(SIUtil.isNotNull(cmdtyEditID.getExpansionComment3Text()));
      int _jspx_eval_webshop_isTrue_6 = _jspx_th_webshop_isTrue_6.doStartTag();
      if (_jspx_eval_webshop_isTrue_6 != javax.servlet.jsp.tagext.Tag.SKIP_BODY) {
        do {
          out.write("\r\n");
          out.write("<ul class=\"expansion\">\r\n");
          out.write("<li>");
          out.write("<strong>");
          out.print(SIHTMLUtil.HTMLEncode(cmdtyEditID.getExpansionComment3Title()));
          out.write("</strong>");
          out.write("</li>\r\n");
          out.write("<li>");
          out.print(SIHTMLUtil.ToHTMLNewLine2(cmdtyEditID.getExpansionComment3Text()));
          out.write("</li>\r\n");
          out.write("</ul>\r\n");
          int evalDoAfterBody = _jspx_th_webshop_isTrue_6.doAfterBody();
          if (evalDoAfterBody != javax.servlet.jsp.tagext.BodyTag.EVAL_BODY_AGAIN)
            break;
        } while (true);
      }
      if (_jspx_th_webshop_isTrue_6.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
        return;
      _jspx_tagPool_webshop_isTrue_value.reuse(_jspx_th_webshop_isTrue_6);
      out.write("\r\n");
      /* ----  webshop:isTrue ---- */
      jp.co.sint.taglib.SIIsTrueTag _jspx_th_webshop_isTrue_7 = (jp.co.sint.taglib.SIIsTrueTag) _jspx_tagPool_webshop_isTrue_value.get(jp.co.sint.taglib.SIIsTrueTag.class);
      _jspx_th_webshop_isTrue_7.setPageContext(pageContext);
      _jspx_th_webshop_isTrue_7.setParent(null);
      _jspx_th_webshop_isTrue_7.setValue(SIUtil.isNotNull(cmdtyEditID.getExpansionComment4Text()));
      int _jspx_eval_webshop_isTrue_7 = _jspx_th_webshop_isTrue_7.doStartTag();
      if (_jspx_eval_webshop_isTrue_7 != javax.servlet.jsp.tagext.Tag.SKIP_BODY) {
        do {
          out.write("\r\n");
          out.write("<ul class=\"expansion\">\r\n");
          out.write("<li>");
          out.write("<strong>");
          out.print(SIHTMLUtil.HTMLEncode(cmdtyEditID.getExpansionComment4Title()));
          out.write("</strong>");
          out.write("</li>\r\n");
          out.write("<li>");
          out.print(SIHTMLUtil.ToHTMLNewLine2(cmdtyEditID.getExpansionComment4Text()));
          out.write("</li>\r\n");
          out.write("</ul>\r\n");
          int evalDoAfterBody = _jspx_th_webshop_isTrue_7.doAfterBody();
          if (evalDoAfterBody != javax.servlet.jsp.tagext.BodyTag.EVAL_BODY_AGAIN)
            break;
        } while (true);
      }
      if (_jspx_th_webshop_isTrue_7.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
        return;
      _jspx_tagPool_webshop_isTrue_value.reuse(_jspx_th_webshop_isTrue_7);
      out.write("\r\n");
      out.write("<div class=\"spec\">\r\n");
      out.write("<table class=\"detail\">\r\n");
cmdtyMakerCodeTxt = cmdtyEditID.getMakerCode(); if ("1231".equals(cmdtyMakerCodeTxt) || "1232".equals(cmdtyMakerCodeTxt)) cmdtyMakerCodeTxt = "1230"; 
      out.write("\r\n");
      out.write("<tr align=\"left\" valign=\"top\">");
      out.write("<td width=\"90\">ブランド");
      out.write("</td>");
      out.write("<td>：");
      out.write("</td>");
      out.write("<td>");
      out.write("<a href=\"#\">");
      out.print(SIHTMLUtil.HTMLEncode(cmdtyEditID.getMakerName()));
      out.write("</a>");
      out.write("</td>");
      out.write("</tr>\r\n");
if (SIUtil.isNotNull(cmdtyEditID.getColorName())){
      out.write("\r\n");
      out.write("<tr align=\"left\" valign=\"top\">");
      out.write("<td>カラー");
      out.write("</td>");
      out.write("<td>：");
      out.write("</td>");
      out.write("<td>");
      out.print(cmdtyEditID.getColorName());
      out.write("</td>");
      out.write("</tr>\r\n");
}
      out.write("\r\n");
if (cmdtyEditID.getUsedNewFlg()!=1&&cmdtyEditID.getUsedNewFlg()!=6&&cmdtyEditID.getUsedNewFlg()!=7){
      out.write("\r\n");
      out.write("<tr align=\"left\" valign=\"top\">");
      out.write("<td>使用年数");
      out.write("<td>：");
      out.write("</td>");
      out.write("<td>");
if(cmdtyEditID.getTenureOfUse()==999){
      out.write("不明");
}else if(cmdtyEditID.getTenureOfUse()==998){
      out.write("再生品");
}else if(SIUtil.isNull(cmdtyEditID.getYTenureOfUse())){
      out.write("未使用");
}else{
      out.print(cmdtyEditID.getYTenureOfUse());
}if(SIUtil.isNotNull(cmdtyEditID.getYGuaranteedTerm())){
      out.write("/保証");
      out.print(cmdtyEditID.getYGuaranteedTerm());
}
      out.write("</td>");
      out.write("</tr>\r\n");
}else if(SIUtil.isNotNull(cmdtyEditID.getYGuaranteedTerm())){
      out.write("\r\n");
      out.write("<tr align=\"left\" valign=\"top\">");
      out.write("<td>保証期間");
      out.write("<td>：");
      out.write("</td>");
      out.write("<td>");
      out.print(cmdtyEditID.getYGuaranteedTerm());
      out.write("</td>");
      out.write("</tr>\r\n");
}
      out.write("\r\n");
if(cmdtyEditID.getAmountFlg().equals("0")||!cmdtyEditID.getAmount().equals("0")){
      out.write("\r\n");
      out.write("<tr align=\"left\" valign=\"top\">");
      out.write("<td>在庫数量");
      out.write("</td>");
      out.write("<td>：");
      out.write("</td>");
      out.write("<td>");
if(!cmdtyEditID.getInquiryFlg().equals("0")){
      out.print(SIFlagUtil.getFlagName(SIFlagConf.SIFLAG_FRONT_INQUIRY_FLG_INX,cmdtyEditID.getInquiryFlg()));
      out.write("\r\n");
}else if(cmdtyEditID.getAmountFlg().equals("0")||SICheckUtil.isGreater(cmdtyEditID.getAmount(),"49")){
      out.print(SIFlagUtil.getFlagName(SIFlagConf.SIFLAG_FRONT_INQUIRY_FLG_INX,"2"));
      out.write("\r\n");
}else{
      out.print(cmdtyEditID.getAmount());
}
      out.write("\r\n");
if(cmdtyEditID.getAmountFlg().equals("1")&&!cmdtyEditID.getAmount().equals("0")&&cmdtyEditID.getInquiryFlg().equals("0")&&SICheckUtil.isLess(cmdtyEditID.getAmount(),"50")){
      out.write("\r\n");
      out.write("<span class=\"attention\" style=\"font-size:80%;\">(");
      out.print(cmdtyEditID.getBranchStockTxt(connection));
      out.write(")");
      out.write("</span>\r\n");
}
      out.write("\r\n");
if(cmdtyEditID.getAmountFlg().equals("0")){
      out.write("\r\n");
      out.write("<span class=\"attention\" style=\"font-size:80%;\">(");
      out.write("<a href=\"#\">メーカー直送品");
      out.write("<img src=\"");
      out.print(webshopSite);
      out.write("/img/icon_blank.gif\" alt=\"\" />");
      out.write("</a>)");
      out.write("</span>\r\n");
}
      out.write("\r\n");
      out.write("</td>");
      out.write("</tr>");
}
      out.write("\r\n");
      out.write("<tr align=\"left\" valign=\"top\">");
      out.write("<td>送料");
      out.write("</td>");
      out.write("<td>：");
      out.write("</td>");
      out.write("<td>");
if(cmdtyEditID.getDeliveryTypeCode().equals("1")){
      out.write("4000円(税別)以上のご購入で無料");
}else{
      out.print(SIFlagUtil.getFlagName(SIFlagConf.SIFLAG_FRONT_CMDTYSIZE_FLG_INX,cmdtyEditID.getCmdtySize()));
}
      out.write("\r\n");
      out.write("<span class=\"attention\" style=\"font-size:80%;\">(");
      out.write("<a href=\"#\">送料ルール・ご注意事項");
      out.write("<img src=\"");
      out.print(webshopSite);
      out.write("/img/icon_blank.gif\" alt=\"\" />");
      out.write("</a>)");
      out.write("</span>");
      out.write("</td>");
      out.write("</tr>\r\n");
if(!cmdtyEditID.getInquiryFlg().equals("1") && cmdtyEditID.getAmountFlg().equals("1") && cmdtyEditID.getAmount().equals("0")
&& cmdtyEditID.getRsrvEnableFlg().equals("1") && !cmdtyEditID.getRsrvAmount().equals("0") && SIUtil.isNotNull(cmdtyEditID.getArrivalScheduleMsg())){
      out.write("\r\n");
      out.write("<tr align=\"left\" valign=\"top\">");
      out.write("<td>入荷予定");
      out.write("</td>");
      out.write("<td>：");
      out.write("</td>");
      out.write("<td>");
      out.print(SIUtil.HTMLEncode(cmdtyEditID.getArrivalScheduleMsg()));
      out.write("</td>");
      out.write("</tr>\r\n");
}
      out.write("\r\n");
if(SIUtil.isNotNull(cmdtyEditID.getMakerURL())){
      out.write("\r\n");
      out.write("<tr align=\"left\" valign=\"top\">");
      out.write("<td>メーカーURL");
      out.write("</td>");
      out.write("<td>：");
      out.write("</td>");
      out.write("<td>");
      out.write("<a href=\"");
      out.print(cmdtyEditID.getMakerURL());
      out.write("\" class=\"Cmdty_ShopName_Cell\" target=\"_blank\">");
      out.print(cmdtyEditID.getMakerURL());
      out.write("</a>");
      out.write("</td>");
      out.write("</tr>\r\n");
}
      out.write("\r\n");
      out.write("</table>\r\n");
      out.write("</div>\r\n");
      out.write("<div class=\"spec\">\r\n");
      out.write("<table class=\"detail\">\r\n");
if(SIUtil.isNotNull(cmdtyEditID.getNewFixedPrice())&&!cmdtyEditID.getNewFixedPrice().equals("0")){
      out.write("\r\n");
      out.write("<tr align=\"left\" valign=\"middle\" class=\"pb5\">\r\n");
      out.write("<td width=\"90\">M価");
      out.write("</td>\r\n");
      out.write("<td>：");
      out.write("</td>\r\n");
      out.write("<td>￥");
      out.print(SIUtil.NumberFormat(cmdtyEditID.getNewFixedPriceIncTax()));
      out.write("(税別)");
      out.write("</td>\r\n");
      out.write("</tr>\r\n");
}
      out.write("\r\n");
      out.write("<tr align=\"left\" valign=\"middle\" class=\"pb5\">\r\n");
if(cmdtyEditID.isContractFlg()){
      out.write("\r\n");
      out.write("<td width=\"90\">");
      out.write("<p class=\"sale\">BG卸価");
      out.write("</p>");
      out.write("</td>\r\n");
      out.write("<td>：");
      out.write("</td>\r\n");
      out.write("<td>");
      out.write("<p class=\"sale\">");
      out.write("<strong>契約後表示");
      out.write("</strong>");
      out.write("</p>");
      out.write("</td>\r\n");
}else if(cmdtyEditID.getBGPriceDispFlg().equals("2")){
      out.write("\r\n");
      out.write("<td width=\"90\">");
      out.write("<p class=\"sale\">BG卸価");
      out.write("</p>");
      out.write("</td>\r\n");
      out.write("<td>：");
      out.write("</td>\r\n");
      out.write("<td>");
      out.write("<p class=\"sale\">");
      out.write("<strong>お問い合わせ下さい");
      out.write("</strong>");
      out.write("</p>");
      out.write("</td>\r\n");
}else if(cmdtyEditID.getBGPriceDispFlg().equals("1")&&SIHTMLUtil.getUserInfo(request).isNotLogin(request)){
      out.write("\r\n");
      out.write("<td width=\"90\">");
      out.write("<p class=\"sale\">BG卸価");
      out.write("</p>");
      out.write("</td>\r\n");
      out.write("<td>：");
      out.write("</td>\r\n");
      out.write("<td>");
      out.write("<p class=\"sale\">");
      out.write("<strong>ログイン表示");
      out.write("</strong>");
      out.write("</p>");
      out.write("</td>\r\n");
}else if(cmdtyEditID.getFinalUnitPriceWithoutTax().equals(cmdtyEditID.getUnitPriceWithoutTax())){
      out.write("\r\n");
      out.write("<td width=\"90\">");
      out.write("<p class=\"sale\">BG卸価");
      out.write("</p>");
      out.write("</td>\r\n");
      out.write("<td>：");
      out.write("</td>\r\n");
      out.write("<td>");
      out.write("<p class=\"sale\">");
      out.write("<strong>￥");
      out.print(SIUtil.NumberFormat(cmdtyEditID.getFinalUnitPriceWithoutTax()));
      out.write("</strong>(税別)");
      out.write("</p>");
      out.write("</td>\r\n");
      out.write("</tr>\r\n");
}else{
      out.write("\r\n");
      out.write("<td width=\"90\">");
      out.write("<p class=\"sale\">");
      out.write("<strike>BG卸価");
      out.write("</strike>");
      out.write("</p>");
      out.write("</td>\r\n");
      out.write("<td>：");
      out.write("</td>\r\n");
      out.write("<td>");
      out.write("<p class=\"sale\">");
      out.write("<strike>");
      out.write("<strong>￥");
      out.print(SIUtil.NumberFormat(cmdtyEditID.getUnitPriceWithoutTax()));
      out.write("</strong>(税別)");
      out.write("</strike>");
      out.write("</p>");
      out.write("</td>\r\n");
      out.write("</tr>\r\n");
      out.write("<tr align=\"left\" valign=\"middle\" class=\"pb5\">\r\n");
      out.write("<td width=\"90\">");
      out.write("<p class=\"sale\">VIP特価");
      out.write("</p>");
      out.write("</td>\r\n");
      out.write("<td>：");
      out.write("</td>\r\n");
      out.write("<td>");
      out.write("<p class=\"sale\">");
      out.write("<strong>￥");
      out.print(SIUtil.NumberFormat(cmdtyEditID.getFinalUnitPriceWithoutTax()));
      out.write("</strong>(税別)");
      out.write("</p>");
      out.write("</td>\r\n");
      out.write("</tr>\r\n");
}
      out.write("\r\n");
      out.write("<tr align=\"left\" valign=\"middle\">\r\n");
      out.write("<td>");
      out.write("<p class=\"point\">ポイント還元");
      out.write("</p>");
      out.write("</td>\r\n");
      out.write("<td>：");
      out.write("</td>\r\n");
      out.write("<td>");
      out.print(cmdtyEditID.getPoint(request));
      out.write("pt");
      out.write("</td>\r\n");
      out.write("</tr>\r\n");
      out.write("</table>\r\n");
      out.write("</div>\r\n");
      out.write("<script type=\"text/javascript\">\r\nfunction changeDiv(){\r\n  $('.description').before($('.spec'));\r\n}\r\nchangeDiv();\r\n");
      out.write("</script>\r\n");
      out.write("</div>\r\n");
      out.write("<div class=\"box_price\">\r\n");
      out.write("<div class=\"box_price_left\">\r\n");
 if(cmdtyEditID.getAmountFlg().equals("0")) { 
      out.write("\r\n");
      out.write("<p class=\"amount\">数量：");
      /* ----  webshop:siselect ---- */
      jp.co.sint.taglib.SISelect _jspx_th_webshop_siselect_3 = (jp.co.sint.taglib.SISelect) _jspx_tagPool_webshop_siselect_name_default_collection_nobody.get(jp.co.sint.taglib.SISelect.class);
      _jspx_th_webshop_siselect_3.setPageContext(pageContext);
      _jspx_th_webshop_siselect_3.setParent(null);
      _jspx_th_webshop_siselect_3.setName("cartAmountTxt");
      _jspx_th_webshop_siselect_3.setDefault("");
      _jspx_th_webshop_siselect_3.setCollection(amountColl);
      int _jspx_eval_webshop_siselect_3 = _jspx_th_webshop_siselect_3.doStartTag();
      if (_jspx_th_webshop_siselect_3.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
        return;
      _jspx_tagPool_webshop_siselect_name_default_collection_nobody.reuse(_jspx_th_webshop_siselect_3);
      out.write("</p>\r\n");
 } else if(!cmdtyEditID.getAmount().equals("0")) { 
      out.write("\r\n");
      out.write("<p class=\"amount\">数量：");
      /* ----  webshop:siselect ---- */
      jp.co.sint.taglib.SISelect _jspx_th_webshop_siselect_4 = (jp.co.sint.taglib.SISelect) _jspx_tagPool_webshop_siselect_name_default_collection_nobody.get(jp.co.sint.taglib.SISelect.class);
      _jspx_th_webshop_siselect_4.setPageContext(pageContext);
      _jspx_th_webshop_siselect_4.setParent(null);
      _jspx_th_webshop_siselect_4.setName("cartAmountTxt");
      _jspx_th_webshop_siselect_4.setDefault("");
      _jspx_th_webshop_siselect_4.setCollection(amountColl);
      int _jspx_eval_webshop_siselect_4 = _jspx_th_webshop_siselect_4.doStartTag();
      if (_jspx_th_webshop_siselect_4.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
        return;
      _jspx_tagPool_webshop_siselect_name_default_collection_nobody.reuse(_jspx_th_webshop_siselect_4);
      out.write("</p>\r\n");
 } else if(cmdtyEditID.getRsrvEnableFlg().equals("1")&&!cmdtyEditID.getRsrvAmount().equals("0")) { 
      out.write("\r\n");
      out.write("<p class=\"amount\">数量：");
      /* ----  webshop:siselect ---- */
      jp.co.sint.taglib.SISelect _jspx_th_webshop_siselect_5 = (jp.co.sint.taglib.SISelect) _jspx_tagPool_webshop_siselect_name_default_collection_nobody.get(jp.co.sint.taglib.SISelect.class);
      _jspx_th_webshop_siselect_5.setPageContext(pageContext);
      _jspx_th_webshop_siselect_5.setParent(null);
      _jspx_th_webshop_siselect_5.setName("amountTxt");
      _jspx_th_webshop_siselect_5.setDefault("");
      _jspx_th_webshop_siselect_5.setCollection(amountColl);
      int _jspx_eval_webshop_siselect_5 = _jspx_th_webshop_siselect_5.doStartTag();
      if (_jspx_th_webshop_siselect_5.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
        return;
      _jspx_tagPool_webshop_siselect_name_default_collection_nobody.reuse(_jspx_th_webshop_siselect_5);
      out.write("</p>\r\n");
}
      out.write("\r\n");
      out.write("</div>\r\n");
if(cmdtyEditID.isHairCosme(request)){
      out.write("\r\n");
      out.write("<p class=\"cart\">");
      out.write("<a href=\"#\">");
      out.write("<img src=\"");
      out.print(webshopSite);
      out.write("/img/btn_contract_l.gif\" alt=\"契約顧客様限定　お取引申込はこちら\" width=\"144\" height=\"61\" />");
      out.write("</a>");
      out.write("</p>\r\n");
}else if(cmdtyEditID.isContractFlg()&&SIHTMLUtil.getUserInfo(request).isNotLogin(request)){
      out.write("\r\n");
      out.write("<p class=\"cart\">");
      out.write("<a href=\"#\">");
      out.write("<img src=\"");
      out.print(webshopSite);
      out.write("/img/btn_contract_login_l.gif\" alt=\"契約顧客様限定　ログインはこちら\" width=\"144\" height=\"61\" />");
      out.write("</a>");
      out.write("</p>\r\n");
}else if(cmdtyEditID.isContractFlg() && cmdtyEditID.getMakerCode().equals("1250")){//ピーチポウの場合
      out.write("\r\n");
      out.write("<p class=\"cart\">");
      out.write("<a href=\"#\">");
      out.write("<img src=\"");
      out.print(webshopSite);
      out.write("/img/btn_contract_l.gif\" alt=\"契約顧客様限定　お取引申込はこちら\" width=\"144\" height=\"61\" />");
      out.write("</a>");
      out.write("</p>\r\n");
}else if(cmdtyEditID.isContractFlg()){
      out.write("\r\n");
      out.write("<p class=\"cart\">");
      out.write("<a href=\"#\">");
      out.write("<img src=\"");
      out.print(webshopSite);
      out.write("/img/btn_contract_l.gif\" alt=\"契約顧客様限定　お取引申込はこちら\" width=\"144\" height=\"61\" />");
      out.write("</a>");
      out.write("</p>\r\n");
}else if(cmdtyEditID.getInquiryFlg().equals("1")){
      out.write("\r\n");
      out.write("<p class=\"cart\">");
      out.write("<img src=\"");
      out.print(webshopSite);
      out.write("/img/btn_contact_l.gif\" alt=\"お問い合わせください　0120-974-554\" width=\"144\" height=\"61\" />");
      out.write("</p>\r\n");
}else if(cmdtyEditID.getAmountFlg().equals("0")){
      out.write("\r\n");
      out.write("<p class=\"cart\">");
      out.write("<a href=\"#\">");
      out.write("<img src=\"");
      out.print(webshopSite);
      out.write("/img/btn_cart_l.gif\" alt=\"カートに入れる\" width=\"144\" height=\"61\" />");
      out.write("</a>");
      out.write("</p>\r\n");
}else if(!cmdtyEditID.getAmount().equals("0")){
      out.write("\r\n");
      out.write("<p class=\"cart\">");
      out.write("<a href=\"#\">");
      out.write("<img src=\"");
      out.print(webshopSite);
      out.write("/img/btn_cart_l.gif\" alt=\"カートに入れる\" width=\"144\" height=\"61\" />");
      out.write("</a>");
      out.write("</p>\r\n");
}else if(cmdtyEditID.getRsrvEnableFlg().equals("1")&&!cmdtyEditID.getRsrvAmount().equals("0")){
      out.write("\r\n");
      out.write("<p class=\"cart\">");
      out.write("<a href=\"#\">");
      out.write("<img src=\"");
      out.print(webshopSite);
      out.write("/img/btn_reserve_l.gif\" alt=\"予約する\" width=\"144\" height=\"61\" />");
      out.write("</a>");
      out.write("</p>\r\n");
}else{
      out.write("\r\n");
      out.write("<p class=\"cart\">");
      out.write("<img src=\"");
      out.print(webshopSite);
      out.write("/img/btn_soldout_l.gif\" alt=\"SOLD OUT\" width=\"144\" height=\"61\" />");
      out.write("</p>\r\n");
}
      out.write("\r\n");
      out.write("<p class=\"mycatalog\">");
      out.write("<a href=\"#\">");
      out.write("<img src=\"");
      out.print(webshopSite);
      out.write("/img/btn_mycatalog.gif\" alt=\"マイカタログに追加\" width=\"95\" height=\"15\" class=\"mycatalog\" />");
      out.write("</a>");
      out.write("</p>\r\n");
      out.write("<input name=\"cartShopCodeTxt\" type=\"hidden\" value=\"0\">\r\n");
      out.write("<input name=\"cartCmdtyCodeTxt\" type=\"hidden\" value=\"\">\r\n");
      out.write("<input name=\"cartIndividualCodeTxt\" type=\"hidden\" value=\"\">\r\n");
      out.write("<input name=\"actionNameTxt\" type=\"hidden\" value=\"");
      out.print(SIConfig.SIACTION_CART);
      out.write("\">\r\n");
      out.write("<input name=\"rsrvShopCodeTxt\" type=\"hidden\" value=\"0\">\r\n");
      out.write("<input name=\"rsrvCmdtyCodeTxt\" type=\"hidden\" value=\"\">\r\n");
      out.write("<input name=\"rsrvIndividualCodeTxt\" type=\"hidden\" value=\"\">\r\n");
      out.write("<input name=\"rsrvStndrdCodeTxt1\" type=\"hidden\" value=\"\">\r\n");
      out.write("<input name=\"rsrvStndrdCodeTxt2\" type=\"hidden\" value=\"\">\r\n");
      out.write("<input name=\"rsrvElementCodeTxt1\" type=\"hidden\" value=\"\">\r\n");
      out.write("<input name=\"rsrvElementCodeTxt2\" type=\"hidden\" value=\"\">\r\n");
      out.write("\r\n");
      out.write("<input name=\"cmdtyCompositionFlg\" type=\"hidden\" value=\"");
      out.print(cmdtyEditID.getCmdtyCompositionFlg());
      out.write("\">\r\n");
      out.write("\r\n");
      out.write("</div>\r\n");
      out.write("<!-- social button -->\r\n");
      out.write("<ul class=\"socialBtn\">\r\n");
      out.write("<li class=\"mixi\">");
      out.write("</li>\r\n");
      out.write("<li class=\"twt\">");
      out.write("</li>\r\n");
      out.write("<li class=\"fcbk\">\r\n");
      out.write("</li>\r\n");
      out.write("</ul>\r\n");
      out.write("<!-- /social button -->\r\n");
      out.write("</div>\r\n");
      out.write("</div>\r\n");
      out.write("<!-- /detail -->\r\n");
      out.write("</form>\r\n\r\n");
      out.write("<!-- relation -->\r\n");
      out.write("<div class=\"relation\">\r\n");
      out.write("<h2>");
      out.write("<img src=\"");
      out.print(webshopSite);
      out.write("/img/h_relation1.gif\" alt=\"関連商品一覧\" width=\"537\" height=\"17\" />");
      out.write("</h2>\r\n");
      /* ----  webshop:siiterator ---- */
      jp.co.sint.taglib.SIIteratorTag _jspx_th_webshop_siiterator_12 = (jp.co.sint.taglib.SIIteratorTag) _jspx_tagPool_webshop_siiterator_type_id_collection.get(jp.co.sint.taglib.SIIteratorTag.class);
      _jspx_th_webshop_siiterator_12.setPageContext(pageContext);
      _jspx_th_webshop_siiterator_12.setParent(null);
      _jspx_th_webshop_siiterator_12.setId("connCmdtyID");
      _jspx_th_webshop_siiterator_12.setType("jp.co.sint.basic.SICmdty");
      _jspx_th_webshop_siiterator_12.setCollection(UIConnCmdtyListCond.getListCollection_front(connection,cmdtyInfoID.getCmdtyCodeTxt(),cmdtyInfoID.getIndividualCodeTxt(),false,request));
      int _jspx_eval_webshop_siiterator_12 = _jspx_th_webshop_siiterator_12.doStartTag();
      if (_jspx_eval_webshop_siiterator_12 != javax.servlet.jsp.tagext.Tag.SKIP_BODY) {
        jp.co.sint.basic.SICmdty connCmdtyID = null;
        connCmdtyID = (jp.co.sint.basic.SICmdty) pageContext.findAttribute("connCmdtyID");
        do {
          out.write("\r\n");
          out.write("<div class=\"wrapper\">\r\n");
          out.write("<p class=\"pic\">");
          out.write("<a href=\"#\">");
          out.write("<img src=\"");
          out.print(webshopSite);
          out.write("/image/cmdty/");
          out.print(SIHTMLUtil.HTMLEncode(connCmdtyID.getCmdtyCode()));
          out.write("/");
          out.print(SIHTMLUtil.HTMLEncode(connCmdtyID.getCmdtyCode()));
          out.write("_");
          out.print(SIHTMLUtil.HTMLEncode(connCmdtyID.getIndividualCode()));
          out.write("_t.jpg\" width=\"100\" height=\"75\" />");
          out.write("</a>");
          out.write("</p>\r\n");
          out.write("<div class=\"box_detail\">\r\n");
if("1".equals(connCmdtyID.getFreeDeliveryFlg())){
          out.write("\r\n");
          out.write("<p class=\"name\">");
          out.write("<a href=\"#\">");
          out.print(SIHTMLUtil.HTMLEncode(connCmdtyID.getCmdtyName()));
          out.write("</a>");
          out.write("<strong>");
          out.write("<font color=\"#E10033\">【送料無料】");
          out.write("</font>");
          out.write("</strong>");
          out.write("</p>\r\n");
}else{
          out.write("\r\n");
          out.write("<p class=\"name\">");
          out.write("<a href=\"#\">");
          out.print(SIHTMLUtil.HTMLEncode(connCmdtyID.getCmdtyName()));
          out.write("</a>");
          out.write("</p>\r\n");
}
          out.write("\r\n");
if(((!SIHTMLUtil.getUserInfo(request).isNotLogin(request)&&connCmdtyID.getBGPriceDispFlg().equals("1"))||connCmdtyID.getBGPriceDispFlg().equals("0"))&&!connCmdtyID.isContractFlg()&&SIUtil.isNotNull(connCmdtyID.getUnitPrice())){
          out.write("\r\n");
if(connCmdtyID.getFinalUnitPriceWithoutTax().equals(connCmdtyID.getUnitPriceWithoutTax())){
          out.write("\r\n");
          out.write("<p class=\"sale\">BG卸価&nbsp;￥");
          out.print(SIUtil.NumberFormat(connCmdtyID.getFinalUnitPriceWithoutTax()));
          out.write("(税別)");
          out.write("</p>\r\n");
}else{
          out.write("\r\n");
          out.write("<p class=\"sale\">");
          out.write("<strike>BG卸価&nbsp;￥");
          out.print(SIUtil.NumberFormat(connCmdtyID.getUnitPriceWithoutTax()));
          out.write("(税別)");
          out.write("</strike>&nbsp;VIP特価&nbsp;￥");
          out.print(SIUtil.NumberFormat(connCmdtyID.getFinalUnitPriceWithoutTax()));
          out.write("(税別)");
          out.write("</p>\r\n");
}}
          out.write("\r\n");
          out.write("<p class=\"txt\">");
          out.print(SIStringUtil.limitLengthExcptTags(SIHTMLUtil.ToHTMLNewLine2(connCmdtyID.getDescription()).trim(),100,"・・・"));
          out.write("</p>\r\n");
          out.write("</div>\r\n");
          out.write("</div>\r\n");
          int evalDoAfterBody = _jspx_th_webshop_siiterator_12.doAfterBody();
          connCmdtyID = (jp.co.sint.basic.SICmdty) pageContext.findAttribute("connCmdtyID");
          if (evalDoAfterBody != javax.servlet.jsp.tagext.BodyTag.EVAL_BODY_AGAIN)
            break;
        } while (true);
      }
      if (_jspx_th_webshop_siiterator_12.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
        return;
      _jspx_tagPool_webshop_siiterator_type_id_collection.reuse(_jspx_th_webshop_siiterator_12);
      out.write("\r\n");
      out.write("</div>\r\n");
      out.write("<!-- /relation -->\r\n\r\n");
      out.write("<!-- relation -->\r\n");
      out.write("<div class=\"relation\">\r\n");
      out.write("<h2>");
      out.write("<img src=\"");
      out.print(webshopSite);
      out.write("/img/h_relation2.gif\" alt=\"この商品を購入した方は、このような商品も購入しています\" width=\"537\" height=\"17\" />");
      out.write("</h2>\r\n");
      /* ----  webshop:siiterator ---- */
      jp.co.sint.taglib.SIIteratorTag _jspx_th_webshop_siiterator_13 = (jp.co.sint.taglib.SIIteratorTag) _jspx_tagPool_webshop_siiterator_type_id_collection.get(jp.co.sint.taglib.SIIteratorTag.class);
      _jspx_th_webshop_siiterator_13.setPageContext(pageContext);
      _jspx_th_webshop_siiterator_13.setParent(null);
      _jspx_th_webshop_siiterator_13.setId("otherCmdtyID");
      _jspx_th_webshop_siiterator_13.setType("jp.co.sint.basic.SICmdty");
      _jspx_th_webshop_siiterator_13.setCollection(new UIOtherCmdty(cmdtyInfoID.getShopCodeTxt(),cmdtyInfoID.getCmdtyCodeTxt()).getCollection(connection,false,request));
      int _jspx_eval_webshop_siiterator_13 = _jspx_th_webshop_siiterator_13.doStartTag();
      if (_jspx_eval_webshop_siiterator_13 != javax.servlet.jsp.tagext.Tag.SKIP_BODY) {
        jp.co.sint.basic.SICmdty otherCmdtyID = null;
        otherCmdtyID = (jp.co.sint.basic.SICmdty) pageContext.findAttribute("otherCmdtyID");
        do {
          out.write("\r\n");
          out.write("<div class=\"wrapper\">\r\n");
          out.write("<p class=\"pic\">");
          out.write("<a href=\"#\">");
          out.write("<img src=\"");
          out.print(webshopSite);
          out.write("/image/cmdty/");
          out.print(SIHTMLUtil.HTMLEncode(otherCmdtyID.getCmdtyCode()));
          out.write("/");
          out.print(SIHTMLUtil.HTMLEncode(otherCmdtyID.getCmdtyCode()));
          out.write("_");
          out.print(SIHTMLUtil.HTMLEncode(otherCmdtyID.getIndividualCode()));
          out.write("_t.jpg\" width=\"100\" height=\"75\" />");
          out.write("</a>");
          out.write("</p>\r\n");
          out.write("<div class=\"box_detail\">\r\n");
if("1".equals(otherCmdtyID.getFreeDeliveryFlg())){
          out.write("\r\n");
          out.write("<p class=\"name\">");
          out.write("<a href=\"#\">");
          out.print(SIHTMLUtil.HTMLEncode(otherCmdtyID.getCmdtyName()));
          out.write("</a>");
          out.write("<strong>");
          out.write("<font color=\"#E10033\">【送料無料】");
          out.write("</font>");
          out.write("</strong>");
          out.write("</p>\r\n");
}else{
          out.write("\r\n");
          out.write("<p class=\"name\">");
          out.write("<a href=\"#\">");
          out.print(SIHTMLUtil.HTMLEncode(otherCmdtyID.getCmdtyName()));
          out.write("</a>");
          out.write("</p>\r\n");
}
          out.write("\r\n");
if(((!SIHTMLUtil.getUserInfo(request).isNotLogin(request)&&otherCmdtyID.getBGPriceDispFlg().equals("1"))||otherCmdtyID.getBGPriceDispFlg().equals("0"))&&!otherCmdtyID.isContractFlg()&&SIUtil.isNotNull(otherCmdtyID.getUnitPrice())){
          out.write("\r\n");
if(otherCmdtyID.getFinalUnitPriceWithoutTax().equals(otherCmdtyID.getUnitPriceWithoutTax())){
          out.write("\r\n");
          out.write("<p class=\"sale\">BG卸価&nbsp;￥");
          out.print(SIUtil.NumberFormat(otherCmdtyID.getFinalUnitPriceWithoutTax()));
          out.write("(税別)");
          out.write("</p>\r\n");
}else{
          out.write("\r\n");
          out.write("<p class=\"sale\">");
          out.write("<strike>BG卸価&nbsp;￥");
          out.print(SIUtil.NumberFormat(otherCmdtyID.getUnitPriceWithoutTax()));
          out.write("(税別)");
          out.write("</strike>&nbsp;VIP特価&nbsp;￥");
          out.print(SIUtil.NumberFormat(otherCmdtyID.getFinalUnitPriceWithoutTax()));
          out.write("(税別)");
          out.write("</p>\r\n");
}}
          out.write("\r\n");
          out.write("<p class=\"txt\">");
          out.print(SIStringUtil.limitLengthExcptTags(SIHTMLUtil.ToHTMLNewLine2(otherCmdtyID.getDescription()).trim(),100,"・・・"));
          out.write("</p>\r\n");
          out.write("</div>\r\n");
          out.write("</div>\r\n");
          int evalDoAfterBody = _jspx_th_webshop_siiterator_13.doAfterBody();
          otherCmdtyID = (jp.co.sint.basic.SICmdty) pageContext.findAttribute("otherCmdtyID");
          if (evalDoAfterBody != javax.servlet.jsp.tagext.BodyTag.EVAL_BODY_AGAIN)
            break;
        } while (true);
      }
      if (_jspx_th_webshop_siiterator_13.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
        return;
      _jspx_tagPool_webshop_siiterator_type_id_collection.reuse(_jspx_th_webshop_siiterator_13);
      out.write("\r\n");
      out.write("</div>\r\n");
      out.write("<!-- /relation -->\r\n");
 } 
 // 通常商品END 
 // EDBTG003-00 elecs-matsushima add 
      out.write("\r\n");
      out.write("<!-- footerGuide -->\r\n");
      out.write("<div id=\"footerGuide\">");
      out.write("</div>\r\n");
      out.write("<!-- /footerGuide -->\r\n");
      out.write("<script type=\"text/javascript\">\r\nfunction changeDiv(){\r\n  $('.description').before($('.spec'));\r\n  $('.description').before($('#box_cart'));\r\n  $('#detail').after($('.description'));\r\n  $('.description').after($('.expansion'));\r\n}\r\nchangeDiv();\r\n");
      out.write("</script>\r\n");
      out.write("</div>\r\n");
      out.write("<!-- /contents -->\r\n");
      out.write("</div>\r\n");
      out.write("<!-- /container -->\r\n");
      out.write("<!-- information -->\r\n");
      out.write("<div id=\"information\">");
      out.write("</div>\r\n");
      out.write("<!-- /information -->\r\n");
      out.write("<!-- pagetop -->\r\n");
      out.write("<div id=\"pagetop\">");
      out.write("<a href=\"#top\">▲ページTOPへ");
      out.write("</a>");
      out.write("</div>\r\n");
      out.write("<!-- /pagetop -->\r\n");
      out.write("</div>\r\n");
      out.write("<!-- /contentsArea -->\r\n");
      out.write("<!-- footerArea -->\r\n");
      out.write("<!-- /footerArea -->\r\n");
      out.write("</div>\r\n");
      out.write("</body>\r\n");
      out.write("</html>\r\n");

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

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