package org.apache.jsp;

import javax.servlet.*;
import javax.servlet.http.*;
import javax.servlet.jsp.*;
import org.apache.jasper.runtime.*;
import java.sql.*;
import jp.co.sint.beans.front.*;
import jp.co.sint.config.*;
import jp.co.sint.database.*;
import jp.co.sint.tools.*;

public class ranking_plate_home_inc_jsp extends HttpJspBase {


  private static java.util.Vector _jspx_includes;

  private org.apache.jasper.runtime.TagHandlerPool _jspx_tagPool_webshop_isTrue_value;
  private org.apache.jasper.runtime.TagHandlerPool _jspx_tagPool_webshop_siiterator_type_id_collection;

  public ranking_plate_home_inc_jsp() {
    _jspx_tagPool_webshop_isTrue_value = new org.apache.jasper.runtime.TagHandlerPool();
    _jspx_tagPool_webshop_siiterator_type_id_collection = new org.apache.jasper.runtime.TagHandlerPool();
  }

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

  public void _jspDestroy() {
    _jspx_tagPool_webshop_isTrue_value.release();
    _jspx_tagPool_webshop_siiterator_type_id_collection.release();
  }

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

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


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

      out.write("\r\n");
      out.write("\r\n");
      out.write("\r\n");
      out.write("\r\n");
      out.write("\r\n");
      out.write("\r\n");
      out.write("\r\n");
String webshopSite=SIHTMLUtil.getRootPath(request);
SIDatabaseConnection databaseConnection=new SIDatabaseConnection();try{
Connection connection=databaseConnection.getConnection();
String mainSrvSite=SIURLMap.getUrl(request,"webshop.servlet.front.main");
String hairCmdtySrvSite=SIURLMap.getUrl(request,"webshop.servlet.front.commodity.hair");
String hairCosmeCmdtySrvSite=SIURLMap.getUrl(request,"webshop.servlet.front.commodity.haircosme");
String estheCmdtySrvSite=SIURLMap.getUrl(request,"webshop.servlet.front.commodity.esthe");
String bedCmdtySrvSite=SIURLMap.getUrl(request,"webshop.servlet.front.commodity.bed");
String cosmeCmdtySrvSite=SIURLMap.getUrl(request,"webshop.servlet.front.commodity.cosme");
String nailCmdtySrvSite=SIURLMap.getUrl(request,"webshop.servlet.front.commodity.nail");
int jobType = 0;
if (SIHTMLUtil.getUserInfo(request).isLogin(request)){
  if (SIHTMLUtil.getUserInfo(request).getJob().equals("美容室")||SIHTMLUtil.getUserInfo(request).getJob().equals("理容室")){
    jobType = 1;
  } else if (SIHTMLUtil.getUserInfo(request).getJob().equals("エステサロン・SPA")){
    jobType = 2;
  } else if (SIHTMLUtil.getUserInfo(request).getJob().equals("マッサージ・リラクゼーション・アロマ")||SIHTMLUtil.getUserInfo(request).getJob().equals("鍼灸院・接骨院")){
    jobType = 3;
  } else if (SIHTMLUtil.getUserInfo(request).getJob().equals("ネイルサロン")||SIHTMLUtil.getUserInfo(request).getJob().equals("まつ毛サロン")){
    jobType = 4;
  }
}
int lengthCount=17;

      out.write("\r\n");
      out.write("<div id=\"fragment3\">\r\n");
      out.write("<div id=\"contentsRanking\" class=\"section\">\r\n");
      out.write("<p>");
      out.write("<img src=\"");
      out.print(webshopSite);
      out.write("/img/bg_bias02_hd3.gif\" alt=\"\" width=\"537\" height=\"8\" />");
      out.write("</p>\r\n");
      out.write("<p class=\"update\">");
      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(jobType==0);
      int _jspx_eval_webshop_isTrue_0 = _jspx_th_webshop_isTrue_0.doStartTag();
      if (_jspx_eval_webshop_isTrue_0 != javax.servlet.jsp.tagext.Tag.SKIP_BODY) {
        do {
          out.write("\r\n");
          out.write("<div class=\"wrapper\">\r\n");
          out.write("<div class=\"heading\">\r\n");
          out.write("<h3>");
          out.print(UICmdtyRanking.getRankingTitle(UICmdtyRanking.RANKING_CHAIR_INX));
          out.write("</h3>\r\n");
          out.write("<p class=\"more\">");
          out.write("<a href=\"");
          out.print(mainSrvSite+"?actionNameTxt="+SIConfig.SIACTION_RANKING+"&inx="+UICmdtyRanking.RANKING_CHAIR_INX);
          out.write("\" class=\"arrow01\">もっと見る");
          out.write("</a>");
          out.write("</p>\r\n");
          out.write("</div>\r\n");
          out.write("<ol id=\"ranking01\" class=\"item\">\r\n");
int chairCount=0;
          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(_jspx_th_webshop_isTrue_0);
          _jspx_th_webshop_siiterator_0.setType("jp.co.sint.basic.SICmdty");
          _jspx_th_webshop_siiterator_0.setCollection(UICmdtyRanking.getChairColl(connection,request,4));
          _jspx_th_webshop_siiterator_0.setId("chairID");
          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.SICmdty chairID = null;
            chairID = (jp.co.sint.basic.SICmdty) pageContext.findAttribute("chairID");
            do {
              out.write("\r\n");
              out.write("<li>\r\n");
chairCount++;
if(chairCount==1){
              out.write("\r\n");
              out.write("<h4>");
              out.write("<img src=\"");
              out.print(webshopSite);
              out.write("/img/h_1st.gif\" alt=\"第1位\" width=\"92\" height=\"19\" />");
              out.write("</h4>\r\n");
}else if(chairCount==2){
              out.write("\r\n");
              out.write("<h4>");
              out.write("<img src=\"");
              out.print(webshopSite);
              out.write("/img/h_2nd.gif\" alt=\"第2位\" width=\"33\" height=\"19\" />");
              out.write("</h4>\r\n");
}else if(chairCount==3){
              out.write("\r\n");
              out.write("<h4>");
              out.write("<img src=\"");
              out.print(webshopSite);
              out.write("/img/h_3rd.gif\" alt=\"第3位\" width=\"33\" height=\"19\" />");
              out.write("</h4>\r\n");
}else{
              out.write("\r\n");
              out.write("<h4>");
              out.write("<img src=\"");
              out.print(webshopSite);
              out.write("/img/h_4th.gif\" alt=\"第4位\" width=\"33\" height=\"19\" />");
              out.write("</h4>\r\n");
}
              out.write("\r\n");
              out.write("<p class=\"pic\">");
              out.write("<a href=\"");
              out.print(hairCmdtySrvSite+"/"+chairID.getCmdtyCode()+"/"+chairID.getIndividualCode());
              out.write("\">");
              out.write("<img src=\"");
              out.print(webshopSite);
              out.write("/image/cmdty/");
              out.print(chairID.getCmdtyCode());
              out.write("/");
              out.print(chairID.getCmdtyCode());
              out.write("_");
              out.print(chairID.getIndividualCode());
              out.write("_t.jpg\" width=\"100\" height=\"75\" border=\"0\" alt=\"");
              out.print(SIHTMLUtil.HTMLEncode(chairID.getCmdtyName()));
              out.write("\">");
              out.write("</a>");
              out.write("</p>\r\n");
              out.write("<p class=\"txt\">");
              out.write("<a href=\"");
              out.print(hairCmdtySrvSite+"/"+chairID.getCmdtyCode()+"/"+chairID.getIndividualCode());
              out.write("\">");
              out.print(SIStringUtil.limitLength(SIHTMLUtil.HTMLEncode(chairID.getCmdtyName()),lengthCount,"…"));
              out.write("</a>");
              out.write("<br>\r\n");
if(chairID.isContractFlg()){
              out.write("\r\nBG卸価：契約後表示");
              out.write("</p>\r\n");
}else if(chairID.getBGPriceDispFlg().equals("2")){
              out.write("\r\nお問い合わせ下さい");
              out.write("</p>\r\n");
}else if(chairID.getBGPriceDispFlg().equals("1")){
              out.write("\r\nBG卸価：ログイン表示");
              out.write("</p>\r\n");
}else{
              out.write("\r\n");
if(SIUtil.isNotNull(chairID.getNewFixedPrice())&&!"0".equals(chairID.getNewFixedPrice())){
              out.write("￥");
              out.print(SIUtil.NumberFormat(chairID.getNewFixedPrice()));
              out.write("→");
}
              out.write("\r\n");
if (!chairID.isCmdtyComposition()){
              out.write("\r\n");
if(chairID.getFinalUnitPriceWithoutTax().equals(chairID.getUnitPriceWithoutTax())){
              out.write("\r\n");
              out.write("<em>￥");
              out.print(SIUtil.NumberFormat(chairID.getFinalUnitPriceWithoutTax()));
              out.write("</em>");
              out.write("<em class=\"tax\">(税別)");
              out.write("</em>");
              out.write("</p>\r\n");
}else{
              out.write("\r\n");
              out.write("<em>");
              out.write("<strike>￥");
              out.print(SIUtil.NumberFormat(chairID.getUnitPriceWithoutTax()));
              out.write("</strike>");
              out.write("</em>");
              out.write("<em class=\"tax\">");
              out.write("<strike>(税別)");
              out.write("</strike>");
              out.write("</em>");
              out.write("<br>\r\n");
              out.write("<em class=\"tax\">VIP特価：");
              out.write("</em>");
              out.write("<br>");
              out.write("<em>￥");
              out.print(SIUtil.NumberFormat(chairID.getFinalUnitPriceWithoutTax()));
              out.write("</em>");
              out.write("<em class=\"tax\">(税別)");
              out.write("</em>");
              out.write("</p>\r\n");
}
              out.write("\r\n");
}else{
              out.write("\r\n");
 String setUnitPrice = chairID.getSetUnitPriceWithoutTax(connection); 
              out.write("\r\n");
 String setDiscountUnitPrice = chairID.getSetDiscountUnitPriceWithoutTax(connection); 
              out.write("\r\n");
if(setUnitPrice.equals(setDiscountUnitPrice)){
              out.write("\r\n");
              out.write("<em>￥");
              out.print(SIUtil.NumberFormat(setUnitPrice));
              out.write("</em>");
              out.write("<em class=\"tax\">(税別)");
              out.write("</em>");
              out.write("</p>\r\n");
}else{
              out.write("\r\n");
              out.write("<em>");
              out.write("<strike>￥");
              out.print(SIUtil.NumberFormat(setUnitPrice));
              out.write("</strike>");
              out.write("</em>");
              out.write("<em class=\"tax\">");
              out.write("<strike>(税別)");
              out.write("</strike>");
              out.write("</em>");
              out.write("<br>\r\n");
              out.write("<em class=\"tax\">VIP特価：");
              out.write("</em>");
              out.write("<em>￥");
              out.print(SIUtil.NumberFormat(setDiscountUnitPrice));
              out.write("</em>");
              out.write("<em class=\"tax\">(税別)");
              out.write("</em>");
              out.write("</p>\r\n");
}
              out.write("\r\n");
}}
              out.write("\r\n");
              out.write("</li>\r\n");
              int evalDoAfterBody = _jspx_th_webshop_siiterator_0.doAfterBody();
              chairID = (jp.co.sint.basic.SICmdty) pageContext.findAttribute("chairID");
              if (evalDoAfterBody != javax.servlet.jsp.tagext.BodyTag.EVAL_BODY_AGAIN)
                break;
            } while (true);
          }
          if (_jspx_th_webshop_siiterator_0.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
            return;
          _jspx_tagPool_webshop_siiterator_type_id_collection.reuse(_jspx_th_webshop_siiterator_0);
          out.write("\r\n");
          out.write("</ol>\r\n");
          out.write("</div>\r\n");
          out.write("<div class=\"wrapper\">\r\n");
          out.write("<div class=\"heading\">\r\n");
          out.write("<h3>");
          out.print(UICmdtyRanking.getRankingTitle(UICmdtyRanking.RANKING_HAIRTOOL_INX));
          out.write("</h3>\r\n");
          out.write("<p class=\"more\">");
          out.write("<a href=\"");
          out.print(mainSrvSite+"?actionNameTxt="+SIConfig.SIACTION_RANKING+"&inx="+UICmdtyRanking.RANKING_HAIRTOOL_INX);
          out.write("\" class=\"arrow01\">もっと見る");
          out.write("</a>");
          out.write("</p>\r\n");
          out.write("</div>\r\n");
          out.write("<ol id=\"ranking02\" class=\"item\">\r\n");
int hairToolCount=0;
          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_isTrue_0);
          _jspx_th_webshop_siiterator_1.setType("jp.co.sint.basic.SICmdty");
          _jspx_th_webshop_siiterator_1.setCollection(UICmdtyRanking.getHairToolColl(connection,request,4));
          _jspx_th_webshop_siiterator_1.setId("hairToolID");
          int _jspx_eval_webshop_siiterator_1 = _jspx_th_webshop_siiterator_1.doStartTag();
          if (_jspx_eval_webshop_siiterator_1 != javax.servlet.jsp.tagext.Tag.SKIP_BODY) {
            jp.co.sint.basic.SICmdty hairToolID = null;
            hairToolID = (jp.co.sint.basic.SICmdty) pageContext.findAttribute("hairToolID");
            do {
              out.write("\r\n");
              out.write("<li>\r\n");
hairToolCount++;
if(hairToolCount==1){
              out.write("\r\n");
              out.write("<h4>");
              out.write("<img src=\"");
              out.print(webshopSite);
              out.write("/img/h_1st.gif\" alt=\"第1位\" width=\"92\" height=\"19\" />");
              out.write("</h4>\r\n");
}else if(hairToolCount==2){
              out.write("\r\n");
              out.write("<h4>");
              out.write("<img src=\"");
              out.print(webshopSite);
              out.write("/img/h_2nd.gif\" alt=\"第2位\" width=\"33\" height=\"19\" />");
              out.write("</h4>\r\n");
}else if(hairToolCount==3){
              out.write("\r\n");
              out.write("<h4>");
              out.write("<img src=\"");
              out.print(webshopSite);
              out.write("/img/h_3rd.gif\" alt=\"第3位\" width=\"33\" height=\"19\" />");
              out.write("</h4>\r\n");
}else{
              out.write("\r\n");
              out.write("<h4>");
              out.write("<img src=\"");
              out.print(webshopSite);
              out.write("/img/h_4th.gif\" alt=\"第4位\" width=\"33\" height=\"19\" />");
              out.write("</h4>\r\n");
}
              out.write("\r\n");
              out.write("<p class=\"pic\">");
              out.write("<a href=\"");
              out.print(hairCmdtySrvSite+"/"+hairToolID.getCmdtyCode()+"/"+hairToolID.getIndividualCode());
              out.write("\">");
              out.write("<img src=\"");
              out.print(webshopSite);
              out.write("/image/cmdty/");
              out.print(hairToolID.getCmdtyCode());
              out.write("/");
              out.print(hairToolID.getCmdtyCode());
              out.write("_");
              out.print(hairToolID.getIndividualCode());
              out.write("_t.jpg\" width=\"100\" height=\"75\" border=\"0\" alt=\"");
              out.print(SIHTMLUtil.HTMLEncode(hairToolID.getCmdtyName()));
              out.write("\">");
              out.write("</a>");
              out.write("</p>\r\n");
              out.write("<p class=\"txt\">");
              out.write("<a href=\"");
              out.print(hairCmdtySrvSite+"/"+hairToolID.getCmdtyCode()+"/"+hairToolID.getIndividualCode());
              out.write("\">");
              out.print(SIStringUtil.limitLength(SIHTMLUtil.HTMLEncode(hairToolID.getCmdtyName()),lengthCount,"…"));
              out.write("</a>");
              out.write("<br>\r\n");
if(hairToolID.isContractFlg()){
              out.write("\r\nBG卸価：契約後表示");
              out.write("</p>\r\n");
}else if(hairToolID.getBGPriceDispFlg().equals("2")){
              out.write("\r\nお問い合わせ下さい");
              out.write("</p>\r\n");
}else if(hairToolID.getBGPriceDispFlg().equals("1")){
              out.write("\r\nBG卸価：ログイン表示");
              out.write("</p>\r\n");
}else{
              out.write("\r\n");
if(SIUtil.isNotNull(hairToolID.getNewFixedPrice())&&!"0".equals(hairToolID.getNewFixedPrice())){
              out.write("￥");
              out.print(SIUtil.NumberFormat(hairToolID.getNewFixedPrice()));
              out.write("→");
}
              out.write("\r\n");
if (!hairToolID.isCmdtyComposition()){
              out.write("\r\n");
if(hairToolID.getFinalUnitPriceWithoutTax().equals(hairToolID.getUnitPriceWithoutTax())){
              out.write("\r\n");
              out.write("<em>￥");
              out.print(SIUtil.NumberFormat(hairToolID.getFinalUnitPriceWithoutTax()));
              out.write("</em>");
              out.write("<em class=\"tax\">(税別)");
              out.write("</em>");
              out.write("</p>\r\n");
}else{
              out.write("\r\n");
              out.write("<em>");
              out.write("<strike>￥");
              out.print(SIUtil.NumberFormat(hairToolID.getUnitPriceWithoutTax()));
              out.write("</strike>");
              out.write("</em>");
              out.write("<em class=\"tax\">");
              out.write("<strike>(税別)");
              out.write("</strike>");
              out.write("</em>");
              out.write("<br>\r\n");
              out.write("<em class=\"tax\">VIP特価：");
              out.write("</em>");
              out.write("<br>");
              out.write("<em>￥");
              out.print(SIUtil.NumberFormat(hairToolID.getFinalUnitPriceWithoutTax()));
              out.write("</em>");
              out.write("<em class=\"tax\">(税別)");
              out.write("</em>");
              out.write("</p>\r\n");
}
              out.write("\r\n");
}else{
              out.write("\r\n");
 String setUnitPrice = hairToolID.getSetUnitPriceWithoutTax(connection); 
              out.write("\r\n");
 String setDiscountUnitPrice = hairToolID.getSetDiscountUnitPriceWithoutTax(connection); 
              out.write("\r\n");
if(setUnitPrice.equals(setDiscountUnitPrice)){
              out.write("\r\n");
              out.write("<em>￥");
              out.print(SIUtil.NumberFormat(setUnitPrice));
              out.write("</em>");
              out.write("<em class=\"tax\">(税別)");
              out.write("</em>");
              out.write("</p>\r\n");
}else{
              out.write("\r\n");
              out.write("<em>");
              out.write("<strike>￥");
              out.print(SIUtil.NumberFormat(setUnitPrice));
              out.write("</strike>");
              out.write("</em>");
              out.write("<em class=\"tax\">");
              out.write("<strike>(税別)");
              out.write("</strike>");
              out.write("</em>");
              out.write("<br>\r\n");
              out.write("<em class=\"tax\">VIP特価：");
              out.write("</em>");
              out.write("<em>￥");
              out.print(SIUtil.NumberFormat(setDiscountUnitPrice));
              out.write("</em>");
              out.write("<em class=\"tax\">(税別)");
              out.write("</em>");
              out.write("</p>\r\n");
}
              out.write("\r\n");
}}
              out.write("\r\n");
              out.write("</li>\r\n");
              int evalDoAfterBody = _jspx_th_webshop_siiterator_1.doAfterBody();
              hairToolID = (jp.co.sint.basic.SICmdty) pageContext.findAttribute("hairToolID");
              if (evalDoAfterBody != javax.servlet.jsp.tagext.BodyTag.EVAL_BODY_AGAIN)
                break;
            } while (true);
          }
          if (_jspx_th_webshop_siiterator_1.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
            return;
          _jspx_tagPool_webshop_siiterator_type_id_collection.reuse(_jspx_th_webshop_siiterator_1);
          out.write("\r\n");
          out.write("</ol>\r\n");
          out.write("</div>\r\n");
          out.write("<div class=\"wrapper\">\r\n");
          out.write("<div class=\"heading\">\r\n");
          out.write("<h3>");
          out.print(UICmdtyRanking.getRankingTitle(UICmdtyRanking.RANKING_HAIRITEM_INX));
          out.write("</h3>\r\n");
          out.write("<p class=\"more\">");
          out.write("<a href=\"");
          out.print(mainSrvSite+"?actionNameTxt="+SIConfig.SIACTION_RANKING+"&inx="+UICmdtyRanking.RANKING_HAIRITEM_INX);
          out.write("\" class=\"arrow01\">もっと見る");
          out.write("</a>");
          out.write("</p>\r\n");
          out.write("</div>\r\n");
          out.write("<ol id=\"ranking03\" class=\"item\">\r\n");
int hairItemCount=0;
          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(_jspx_th_webshop_isTrue_0);
          _jspx_th_webshop_siiterator_2.setType("jp.co.sint.basic.SICmdty");
          _jspx_th_webshop_siiterator_2.setCollection(UICmdtyRanking.getHairItemColl(connection,request,4));
          _jspx_th_webshop_siiterator_2.setId("hairItemID");
          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.SICmdty hairItemID = null;
            hairItemID = (jp.co.sint.basic.SICmdty) pageContext.findAttribute("hairItemID");
            do {
              out.write("\r\n");
              out.write("<li>\r\n");
hairItemCount++;
if(hairItemCount==1){
              out.write("\r\n");
              out.write("<h4>");
              out.write("<img src=\"");
              out.print(webshopSite);
              out.write("/img/h_1st.gif\" alt=\"第1位\" width=\"92\" height=\"19\" />");
              out.write("</h4>\r\n");
}else if(hairItemCount==2){
              out.write("\r\n");
              out.write("<h4>");
              out.write("<img src=\"");
              out.print(webshopSite);
              out.write("/img/h_2nd.gif\" alt=\"第2位\" width=\"33\" height=\"19\" />");
              out.write("</h4>\r\n");
}else if(hairItemCount==3){
              out.write("\r\n");
              out.write("<h4>");
              out.write("<img src=\"");
              out.print(webshopSite);
              out.write("/img/h_3rd.gif\" alt=\"第3位\" width=\"33\" height=\"19\" />");
              out.write("</h4>\r\n");
}else{
              out.write("\r\n");
              out.write("<h4>");
              out.write("<img src=\"");
              out.print(webshopSite);
              out.write("/img/h_4th.gif\" alt=\"第4位\" width=\"33\" height=\"19\" />");
              out.write("</h4>\r\n");
}
              out.write("\r\n");
              out.write("<p class=\"pic\">");
              out.write("<a href=\"");
              out.print(hairCmdtySrvSite+"/"+hairItemID.getCmdtyCode()+"/"+hairItemID.getIndividualCode());
              out.write("\">");
              out.write("<img src=\"");
              out.print(webshopSite);
              out.write("/image/cmdty/");
              out.print(hairItemID.getCmdtyCode());
              out.write("/");
              out.print(hairItemID.getCmdtyCode());
              out.write("_");
              out.print(hairItemID.getIndividualCode());
              out.write("_t.jpg\" width=\"100\" height=\"75\" border=\"0\" alt=\"");
              out.print(SIHTMLUtil.HTMLEncode(hairItemID.getCmdtyName()));
              out.write("\">");
              out.write("</a>");
              out.write("</p>\r\n");
              out.write("<p class=\"txt\">");
              out.write("<a href=\"");
              out.print(hairCmdtySrvSite+"/"+hairItemID.getCmdtyCode()+"/"+hairItemID.getIndividualCode());
              out.write("\">");
              out.print(SIStringUtil.limitLength(SIHTMLUtil.HTMLEncode(hairItemID.getCmdtyName()),lengthCount,"…"));
              out.write("</a>");
              out.write("<br>\r\n");
if(hairItemID.isContractFlg()){
              out.write("\r\nBG卸価：契約後表示");
              out.write("</p>\r\n");
}else if(hairItemID.getBGPriceDispFlg().equals("2")){
              out.write("\r\nお問い合わせ下さい");
              out.write("</p>\r\n");
}else if(hairItemID.getBGPriceDispFlg().equals("1")){
              out.write("\r\nBG卸価：ログイン表示");
              out.write("</p>\r\n");
}else{
              out.write("\r\n");
if(SIUtil.isNotNull(hairItemID.getNewFixedPrice())&&!"0".equals(hairItemID.getNewFixedPrice())){
              out.write("￥");
              out.print(SIUtil.NumberFormat(hairItemID.getNewFixedPrice()));
              out.write("→");
}
              out.write("\r\n");
if (!hairItemID.isCmdtyComposition()){
              out.write("\r\n");
if(hairItemID.getFinalUnitPriceWithoutTax().equals(hairItemID.getUnitPriceWithoutTax())){
              out.write("\r\n");
              out.write("<em>￥");
              out.print(SIUtil.NumberFormat(hairItemID.getFinalUnitPriceWithoutTax()));
              out.write("</em>");
              out.write("<em class=\"tax\">(税別)");
              out.write("</em>");
              out.write("</p>\r\n");
}else{
              out.write("\r\n");
              out.write("<em>");
              out.write("<strike>￥");
              out.print(SIUtil.NumberFormat(hairItemID.getUnitPriceWithoutTax()));
              out.write("</strike>");
              out.write("</em>");
              out.write("<em class=\"tax\">");
              out.write("<strike>(税別)");
              out.write("</strike>");
              out.write("</em>");
              out.write("<br>\r\n");
              out.write("<em class=\"tax\">VIP特価：");
              out.write("</em>");
              out.write("<br>");
              out.write("<em>￥");
              out.print(SIUtil.NumberFormat(hairItemID.getFinalUnitPriceWithoutTax()));
              out.write("</em>");
              out.write("<em class=\"tax\">(税別)");
              out.write("</em>");
              out.write("</p>\r\n");
}
              out.write("\r\n");
}else{
              out.write("\r\n");
 String setUnitPrice = hairItemID.getSetUnitPriceWithoutTax(connection); 
              out.write("\r\n");
 String setDiscountUnitPrice = hairItemID.getSetDiscountUnitPriceWithoutTax(connection); 
              out.write("\r\n");
if(setUnitPrice.equals(setDiscountUnitPrice)){
              out.write("\r\n");
              out.write("<em>￥");
              out.print(SIUtil.NumberFormat(setUnitPrice));
              out.write("</em>");
              out.write("<em class=\"tax\">(税別)");
              out.write("</em>");
              out.write("</p>\r\n");
}else{
              out.write("\r\n");
              out.write("<em>");
              out.write("<strike>￥");
              out.print(SIUtil.NumberFormat(setUnitPrice));
              out.write("</strike>");
              out.write("</em>");
              out.write("<em class=\"tax\">");
              out.write("<strike>(税別)");
              out.write("</strike>");
              out.write("</em>");
              out.write("<br>\r\n");
              out.write("<em class=\"tax\">VIP特価：");
              out.write("</em>");
              out.write("<em>￥");
              out.print(SIUtil.NumberFormat(setDiscountUnitPrice));
              out.write("</em>");
              out.write("<em class=\"tax\">(税別)");
              out.write("</em>");
              out.write("</p>\r\n");
}
              out.write("\r\n");
}}
              out.write("\r\n");
              out.write("</li>\r\n");
              int evalDoAfterBody = _jspx_th_webshop_siiterator_2.doAfterBody();
              hairItemID = (jp.co.sint.basic.SICmdty) pageContext.findAttribute("hairItemID");
              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("</ol>\r\n");
          out.write("</div>\r\n");
          out.write("<div class=\"wrapper\">\r\n");
          out.write("<div class=\"heading\">\r\n");
          out.write("<h3>");
          out.print(UICmdtyRanking.getRankingTitle(UICmdtyRanking.RANKING_WAGON_INX));
          out.write("</h3>\r\n");
          out.write("<p class=\"more\">");
          out.write("<a href=\"");
          out.print(mainSrvSite+"?actionNameTxt="+SIConfig.SIACTION_RANKING+"&inx="+UICmdtyRanking.RANKING_WAGON_INX);
          out.write("\" class=\"arrow01\">もっと見る");
          out.write("</a>");
          out.write("</p>\r\n");
          out.write("</div>\r\n");
          out.write("<ol id=\"ranking04\" class=\"item\">\r\n");
int wagonCount=0;
          out.write("\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_isTrue_0);
          _jspx_th_webshop_siiterator_3.setType("jp.co.sint.basic.SICmdty");
          _jspx_th_webshop_siiterator_3.setCollection(UICmdtyRanking.getWagonColl(connection,request,4));
          _jspx_th_webshop_siiterator_3.setId("wagonID");
          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.SICmdty wagonID = null;
            wagonID = (jp.co.sint.basic.SICmdty) pageContext.findAttribute("wagonID");
            do {
              out.write("\r\n");
              out.write("<li>\r\n");
wagonCount++;
if(wagonCount==1){
              out.write("\r\n");
              out.write("<h4>");
              out.write("<img src=\"");
              out.print(webshopSite);
              out.write("/img/h_1st.gif\" alt=\"第1位\" width=\"92\" height=\"19\" />");
              out.write("</h4>\r\n");
}else if(wagonCount==2){
              out.write("\r\n");
              out.write("<h4>");
              out.write("<img src=\"");
              out.print(webshopSite);
              out.write("/img/h_2nd.gif\" alt=\"第2位\" width=\"33\" height=\"19\" />");
              out.write("</h4>\r\n");
}else if(wagonCount==3){
              out.write("\r\n");
              out.write("<h4>");
              out.write("<img src=\"");
              out.print(webshopSite);
              out.write("/img/h_3rd.gif\" alt=\"第3位\" width=\"33\" height=\"19\" />");
              out.write("</h4>\r\n");
}else{
              out.write("\r\n");
              out.write("<h4>");
              out.write("<img src=\"");
              out.print(webshopSite);
              out.write("/img/h_4th.gif\" alt=\"第4位\" width=\"33\" height=\"19\" />");
              out.write("</h4>\r\n");
}
              out.write("\r\n");
              out.write("<p class=\"pic\">");
              out.write("<a href=\"");
              out.print(hairCmdtySrvSite+"/"+wagonID.getCmdtyCode()+"/"+wagonID.getIndividualCode());
              out.write("\">");
              out.write("<img src=\"");
              out.print(webshopSite);
              out.write("/image/cmdty/");
              out.print(wagonID.getCmdtyCode());
              out.write("/");
              out.print(wagonID.getCmdtyCode());
              out.write("_");
              out.print(wagonID.getIndividualCode());
              out.write("_t.jpg\" width=\"100\" height=\"75\" border=\"0\" alt=\"");
              out.print(SIHTMLUtil.HTMLEncode(wagonID.getCmdtyName()));
              out.write("\">");
              out.write("</a>");
              out.write("</p>\r\n");
              out.write("<p class=\"txt\">");
              out.write("<a href=\"");
              out.print(hairCmdtySrvSite+"/"+wagonID.getCmdtyCode()+"/"+wagonID.getIndividualCode());
              out.write("\">");
              out.print(SIStringUtil.limitLength(SIHTMLUtil.HTMLEncode(wagonID.getCmdtyName()),lengthCount,"…"));
              out.write("</a>");
              out.write("<br>\r\n");
if(wagonID.isContractFlg()){
              out.write("\r\nBG卸価：契約後表示");
              out.write("</p>\r\n");
}else if(wagonID.getBGPriceDispFlg().equals("2")){
              out.write("\r\nお問い合わせ下さい");
              out.write("</p>\r\n");
}else if(wagonID.getBGPriceDispFlg().equals("1")){
              out.write("\r\nBG卸価：ログイン表示");
              out.write("</p>\r\n");
}else{
              out.write("\r\n");
if(SIUtil.isNotNull(wagonID.getNewFixedPrice())&&!"0".equals(wagonID.getNewFixedPrice())){
              out.write("￥");
              out.print(SIUtil.NumberFormat(wagonID.getNewFixedPrice()));
              out.write("→");
}
              out.write("\r\n");
if (!wagonID.isCmdtyComposition()){
              out.write("\r\n");
if(wagonID.getFinalUnitPriceWithoutTax().equals(wagonID.getUnitPriceWithoutTax())){
              out.write("\r\n");
              out.write("<em>￥");
              out.print(SIUtil.NumberFormat(wagonID.getFinalUnitPriceWithoutTax()));
              out.write("</em>");
              out.write("<em class=\"tax\">(税別)");
              out.write("</em>");
              out.write("</p>\r\n");
}else{
              out.write("\r\n");
              out.write("<em>");
              out.write("<strike>￥");
              out.print(SIUtil.NumberFormat(wagonID.getUnitPriceWithoutTax()));
              out.write("</strike>");
              out.write("</em>");
              out.write("<em class=\"tax\">");
              out.write("<strike>(税別)");
              out.write("</strike>");
              out.write("</em>");
              out.write("<br>\r\n");
              out.write("<em class=\"tax\">VIP特価：");
              out.write("</em>");
              out.write("<br>");
              out.write("<em>￥");
              out.print(SIUtil.NumberFormat(wagonID.getFinalUnitPriceWithoutTax()));
              out.write("</em>");
              out.write("<em class=\"tax\">(税別)");
              out.write("</em>");
              out.write("</p>\r\n");
}
              out.write("\r\n");
}else{
              out.write("\r\n");
 String setUnitPrice = wagonID.getSetUnitPriceWithoutTax(connection); 
              out.write("\r\n");
 String setDiscountUnitPrice = wagonID.getSetDiscountUnitPriceWithoutTax(connection); 
              out.write("\r\n");
if(setUnitPrice.equals(setDiscountUnitPrice)){
              out.write("\r\n");
              out.write("<em>￥");
              out.print(SIUtil.NumberFormat(setUnitPrice));
              out.write("</em>");
              out.write("<em class=\"tax\">(税別)");
              out.write("</em>");
              out.write("</p>\r\n");
}else{
              out.write("\r\n");
              out.write("<em>");
              out.write("<strike>￥");
              out.print(SIUtil.NumberFormat(setUnitPrice));
              out.write("</strike>");
              out.write("</em>");
              out.write("<em class=\"tax\">");
              out.write("<strike>(税別)");
              out.write("</strike>");
              out.write("</em>");
              out.write("<br>\r\n");
              out.write("<em class=\"tax\">VIP特価：");
              out.write("</em>");
              out.write("<em>￥");
              out.print(SIUtil.NumberFormat(setDiscountUnitPrice));
              out.write("</em>");
              out.write("<em class=\"tax\">(税別)");
              out.write("</em>");
              out.write("</p>\r\n");
}
              out.write("\r\n");
}}
              out.write("\r\n");
              out.write("</li>\r\n");
              int evalDoAfterBody = _jspx_th_webshop_siiterator_3.doAfterBody();
              wagonID = (jp.co.sint.basic.SICmdty) pageContext.findAttribute("wagonID");
              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("</ol>\r\n");
          out.write("</div>\r\n");
          out.write("<div class=\"wrapper\">\r\n");
          out.write("<div class=\"heading\">\r\n");
          out.write("<h3>");
          out.print(UICmdtyRanking.getRankingTitle(UICmdtyRanking.RANKING_HAIRCOSME_INX));
          out.write("</h3>\r\n");
          out.write("<p class=\"more\">");
          out.write("<a href=\"");
          out.print(mainSrvSite+"?actionNameTxt="+SIConfig.SIACTION_RANKING+"&inx="+UICmdtyRanking.RANKING_HAIRCOSME_INX);
          out.write("\" class=\"arrow01\">もっと見る");
          out.write("</a>");
          out.write("</p>\r\n");
          out.write("</div>\r\n");
          out.write("<ol id=\"ranking05\" class=\"item\">\r\n");
int hairCosmeCount=0;
          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(_jspx_th_webshop_isTrue_0);
          _jspx_th_webshop_siiterator_4.setType("jp.co.sint.basic.SICmdty");
          _jspx_th_webshop_siiterator_4.setCollection(UICmdtyRanking.getHairCosmeColl(connection,request,4));
          _jspx_th_webshop_siiterator_4.setId("hairCosmeID");
          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.SICmdty hairCosmeID = null;
            hairCosmeID = (jp.co.sint.basic.SICmdty) pageContext.findAttribute("hairCosmeID");
            do {
              out.write("\r\n");
              out.write("<li>\r\n");
hairCosmeCount++;
if(hairCosmeCount==1){
              out.write("\r\n");
              out.write("<h4>");
              out.write("<img src=\"");
              out.print(webshopSite);
              out.write("/img/h_1st.gif\" alt=\"第1位\" width=\"92\" height=\"19\" />");
              out.write("</h4>\r\n");
}else if(hairCosmeCount==2){
              out.write("\r\n");
              out.write("<h4>");
              out.write("<img src=\"");
              out.print(webshopSite);
              out.write("/img/h_2nd.gif\" alt=\"第2位\" width=\"33\" height=\"19\" />");
              out.write("</h4>\r\n");
}else if(hairCosmeCount==3){
              out.write("\r\n");
              out.write("<h4>");
              out.write("<img src=\"");
              out.print(webshopSite);
              out.write("/img/h_3rd.gif\" alt=\"第3位\" width=\"33\" height=\"19\" />");
              out.write("</h4>\r\n");
}else{
              out.write("\r\n");
              out.write("<h4>");
              out.write("<img src=\"");
              out.print(webshopSite);
              out.write("/img/h_4th.gif\" alt=\"第4位\" width=\"33\" height=\"19\" />");
              out.write("</h4>\r\n");
}
              out.write("\r\n");
              out.write("<p class=\"pic\">");
              out.write("<a href=\"");
              out.print(hairCosmeCmdtySrvSite+"/"+hairCosmeID.getCmdtyCode()+"/"+hairCosmeID.getIndividualCode());
              out.write("\">");
              out.write("<img src=\"");
              out.print(webshopSite);
              out.write("/image/cmdty/");
              out.print(hairCosmeID.getCmdtyCode());
              out.write("/");
              out.print(hairCosmeID.getCmdtyCode());
              out.write("_");
              out.print(hairCosmeID.getIndividualCode());
              out.write("_t.jpg\" width=\"100\" height=\"75\" border=\"0\" alt=\"");
              out.print(SIHTMLUtil.HTMLEncode(hairCosmeID.getCmdtyName()));
              out.write("\">");
              out.write("</a>");
              out.write("</p>\r\n");
              out.write("<p class=\"txt\">");
              out.write("<a href=\"");
              out.print(hairCosmeCmdtySrvSite+"/"+hairCosmeID.getCmdtyCode()+"/"+hairCosmeID.getIndividualCode());
              out.write("\">");
              out.print(SIStringUtil.limitLength(SIHTMLUtil.HTMLEncode(hairCosmeID.getCmdtyName()),lengthCount,"…"));
              out.write("</a>");
              out.write("<br>\r\n");
if(hairCosmeID.isContractFlg()){
              out.write("\r\nBG卸価：契約後表示");
              out.write("</p>\r\n");
}else if(hairCosmeID.getBGPriceDispFlg().equals("2")){
              out.write("\r\nお問い合わせ下さい");
              out.write("</p>\r\n");
}else if(hairCosmeID.getBGPriceDispFlg().equals("1")){
              out.write("\r\nBG卸価：ログイン表示");
              out.write("</p>\r\n");
}else{
              out.write("\r\n");
if(SIUtil.isNotNull(hairCosmeID.getNewFixedPrice())&&!"0".equals(hairCosmeID.getNewFixedPrice())){
              out.write("￥");
              out.print(SIUtil.NumberFormat(hairCosmeID.getNewFixedPrice()));
              out.write("→");
}
              out.write("\r\n");
if (!hairCosmeID.isCmdtyComposition()){
              out.write("\r\n");
if(hairCosmeID.getFinalUnitPriceWithoutTax().equals(hairCosmeID.getUnitPriceWithoutTax())){
              out.write("\r\n");
              out.write("<em>￥");
              out.print(SIUtil.NumberFormat(hairCosmeID.getFinalUnitPriceWithoutTax()));
              out.write("</em>");
              out.write("<em class=\"tax\">(税別)");
              out.write("</em>");
              out.write("</p>\r\n");
}else{
              out.write("\r\n");
              out.write("<em>");
              out.write("<strike>￥");
              out.print(SIUtil.NumberFormat(hairCosmeID.getUnitPriceWithoutTax()));
              out.write("</strike>");
              out.write("</em>");
              out.write("<em class=\"tax\">");
              out.write("<strike>(税別)");
              out.write("</strike>");
              out.write("</em>");
              out.write("<br>\r\n");
              out.write("<em class=\"tax\">VIP特価：");
              out.write("</em>");
              out.write("<br>");
              out.write("<em>￥");
              out.print(SIUtil.NumberFormat(hairCosmeID.getFinalUnitPriceWithoutTax()));
              out.write("</em>");
              out.write("<em class=\"tax\">(税別)");
              out.write("</em>");
              out.write("</p>\r\n");
}
              out.write("\r\n");
}else{
              out.write("\r\n");
 String setUnitPrice = hairCosmeID.getSetUnitPriceWithoutTax(connection); 
              out.write("\r\n");
 String setDiscountUnitPrice = hairCosmeID.getSetDiscountUnitPriceWithoutTax(connection); 
              out.write("\r\n");
if(setUnitPrice.equals(setDiscountUnitPrice)){
              out.write("\r\n");
              out.write("<em>￥");
              out.print(SIUtil.NumberFormat(setUnitPrice));
              out.write("</em>");
              out.write("<em class=\"tax\">(税別)");
              out.write("</em>");
              out.write("</p>\r\n");
}else{
              out.write("\r\n");
              out.write("<em>");
              out.write("<strike>￥");
              out.print(SIUtil.NumberFormat(setUnitPrice));
              out.write("</strike>");
              out.write("</em>");
              out.write("<em class=\"tax\">");
              out.write("<strike>(税別)");
              out.write("</strike>");
              out.write("</em>");
              out.write("<br>\r\n");
              out.write("<em class=\"tax\">VIP特価：");
              out.write("</em>");
              out.write("<em>￥");
              out.print(SIUtil.NumberFormat(setDiscountUnitPrice));
              out.write("</em>");
              out.write("<em class=\"tax\">(税別)");
              out.write("</em>");
              out.write("</p>\r\n");
}
              out.write("\r\n");
}}
              out.write("\r\n");
              out.write("</li>\r\n");
              int evalDoAfterBody = _jspx_th_webshop_siiterator_4.doAfterBody();
              hairCosmeID = (jp.co.sint.basic.SICmdty) pageContext.findAttribute("hairCosmeID");
              if (evalDoAfterBody != javax.servlet.jsp.tagext.BodyTag.EVAL_BODY_AGAIN)
                break;
            } while (true);
          }
          if (_jspx_th_webshop_siiterator_4.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
            return;
          _jspx_tagPool_webshop_siiterator_type_id_collection.reuse(_jspx_th_webshop_siiterator_4);
          out.write("\r\n");
          out.write("</ol>\r\n");
          out.write("</div>\r\n");
          out.write("<div class=\"wrapper\">\r\n");
          out.write("<div class=\"heading\">\r\n");
          out.write("<h3>");
          out.print(UICmdtyRanking.getRankingTitle(UICmdtyRanking.RANKING_ESTHETOOL_INX));
          out.write("</h3>\r\n");
          out.write("<p class=\"more\">");
          out.write("<a href=\"");
          out.print(mainSrvSite+"?actionNameTxt="+SIConfig.SIACTION_RANKING+"&inx="+UICmdtyRanking.RANKING_ESTHETOOL_INX);
          out.write("\" class=\"arrow01\">もっと見る");
          out.write("</a>");
          out.write("</p>\r\n");
          out.write("</div>\r\n");
          out.write("<ol id=\"ranking06\" class=\"item\">\r\n");
int estheToolCount=0;
          out.write("\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_isTrue_0);
          _jspx_th_webshop_siiterator_5.setType("jp.co.sint.basic.SICmdty");
          _jspx_th_webshop_siiterator_5.setCollection(UICmdtyRanking.getEstheToolColl(connection,request,4));
          _jspx_th_webshop_siiterator_5.setId("estheToolID");
          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.SICmdty estheToolID = null;
            estheToolID = (jp.co.sint.basic.SICmdty) pageContext.findAttribute("estheToolID");
            do {
              out.write("\r\n");
              out.write("<li>\r\n");
estheToolCount++;
if(estheToolCount==1){
              out.write("\r\n");
              out.write("<h4>");
              out.write("<img src=\"");
              out.print(webshopSite);
              out.write("/img/h_1st.gif\" alt=\"第1位\" width=\"92\" height=\"19\" />");
              out.write("</h4>\r\n");
}else if(estheToolCount==2){
              out.write("\r\n");
              out.write("<h4>");
              out.write("<img src=\"");
              out.print(webshopSite);
              out.write("/img/h_2nd.gif\" alt=\"第2位\" width=\"33\" height=\"19\" />");
              out.write("</h4>\r\n");
}else if(estheToolCount==3){
              out.write("\r\n");
              out.write("<h4>");
              out.write("<img src=\"");
              out.print(webshopSite);
              out.write("/img/h_3rd.gif\" alt=\"第3位\" width=\"33\" height=\"19\" />");
              out.write("</h4>\r\n");
}else{
              out.write("\r\n");
              out.write("<h4>");
              out.write("<img src=\"");
              out.print(webshopSite);
              out.write("/img/h_4th.gif\" alt=\"第4位\" width=\"33\" height=\"19\" />");
              out.write("</h4>\r\n");
}
              out.write("\r\n");
              out.write("<p class=\"pic\">");
              out.write("<a href=\"");
              out.print(estheCmdtySrvSite+"/"+estheToolID.getCmdtyCode()+"/"+estheToolID.getIndividualCode());
              out.write("\">");
              out.write("<img src=\"");
              out.print(webshopSite);
              out.write("/image/cmdty/");
              out.print(estheToolID.getCmdtyCode());
              out.write("/");
              out.print(estheToolID.getCmdtyCode());
              out.write("_");
              out.print(estheToolID.getIndividualCode());
              out.write("_t.jpg\" width=\"100\" height=\"75\" border=\"0\" alt=\"");
              out.print(SIHTMLUtil.HTMLEncode(estheToolID.getCmdtyName()));
              out.write("\">");
              out.write("</a>");
              out.write("</p>\r\n");
              out.write("<p class=\"txt\">");
              out.write("<a href=\"");
              out.print(estheCmdtySrvSite+"/"+estheToolID.getCmdtyCode()+"/"+estheToolID.getIndividualCode());
              out.write("\">");
              out.print(SIStringUtil.limitLength(SIHTMLUtil.HTMLEncode(estheToolID.getCmdtyName()),lengthCount,"…"));
              out.write("</a>");
              out.write("<br>\r\n");
if(estheToolID.isContractFlg()){
              out.write("\r\nBG卸価：契約後表示");
              out.write("</p>\r\n");
}else if(estheToolID.getBGPriceDispFlg().equals("2")){
              out.write("\r\nお問い合わせ下さい");
              out.write("</p>\r\n");
}else if(estheToolID.getBGPriceDispFlg().equals("1")){
              out.write("\r\nBG卸価：ログイン表示");
              out.write("</p>\r\n");
}else{
              out.write("\r\n");
if(SIUtil.isNotNull(estheToolID.getNewFixedPrice())&&!"0".equals(estheToolID.getNewFixedPrice())){
              out.write("￥");
              out.print(SIUtil.NumberFormat(estheToolID.getNewFixedPrice()));
              out.write("→");
}
              out.write("\r\n");
if (!estheToolID.isCmdtyComposition()){
              out.write("\r\n");
if(estheToolID.getFinalUnitPriceWithoutTax().equals(estheToolID.getUnitPriceWithoutTax())){
              out.write("\r\n");
              out.write("<em>￥");
              out.print(SIUtil.NumberFormat(estheToolID.getFinalUnitPriceWithoutTax()));
              out.write("</em>");
              out.write("<em class=\"tax\">(税別)");
              out.write("</em>");
              out.write("</p>\r\n");
}else{
              out.write("\r\n");
              out.write("<em>");
              out.write("<strike>￥");
              out.print(SIUtil.NumberFormat(estheToolID.getUnitPriceWithoutTax()));
              out.write("</strike>");
              out.write("</em>");
              out.write("<em class=\"tax\">");
              out.write("<strike>(税別)");
              out.write("</strike>");
              out.write("</em>");
              out.write("<br>\r\n");
              out.write("<em class=\"tax\">VIP特価：");
              out.write("</em>");
              out.write("<br>");
              out.write("<em>￥");
              out.print(SIUtil.NumberFormat(estheToolID.getFinalUnitPriceWithoutTax()));
              out.write("</em>");
              out.write("<em class=\"tax\">(税別)");
              out.write("</em>");
              out.write("</p>\r\n");
}
              out.write("\r\n");
}else{
              out.write("\r\n");
 String setUnitPrice = estheToolID.getSetUnitPriceWithoutTax(connection); 
              out.write("\r\n");
 String setDiscountUnitPrice = estheToolID.getSetDiscountUnitPriceWithoutTax(connection); 
              out.write("\r\n");
if(setUnitPrice.equals(setDiscountUnitPrice)){
              out.write("\r\n");
              out.write("<em>￥");
              out.print(SIUtil.NumberFormat(setUnitPrice));
              out.write("</em>");
              out.write("<em class=\"tax\">(税別)");
              out.write("</em>");
              out.write("</p>\r\n");
}else{
              out.write("\r\n");
              out.write("<em>");
              out.write("<strike>￥");
              out.print(SIUtil.NumberFormat(setUnitPrice));
              out.write("</strike>");
              out.write("</em>");
              out.write("<em class=\"tax\">");
              out.write("<strike>(税別)");
              out.write("</strike>");
              out.write("</em>");
              out.write("<br>\r\n");
              out.write("<em class=\"tax\">VIP特価：");
              out.write("</em>");
              out.write("<em>￥");
              out.print(SIUtil.NumberFormat(setDiscountUnitPrice));
              out.write("</em>");
              out.write("<em class=\"tax\">(税別)");
              out.write("</em>");
              out.write("</p>\r\n");
}
              out.write("\r\n");
}}
              out.write("\r\n");
              out.write("</li>\r\n");
              int evalDoAfterBody = _jspx_th_webshop_siiterator_5.doAfterBody();
              estheToolID = (jp.co.sint.basic.SICmdty) pageContext.findAttribute("estheToolID");
              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("</ol>\r\n");
          out.write("</div>\r\n");
          out.write("<div class=\"wrapper\">\r\n");
          out.write("<div class=\"heading\">\r\n");
          out.write("<h3>");
          out.print(UICmdtyRanking.getRankingTitle(UICmdtyRanking.RANKING_ESTHEITEM_INX));
          out.write("</h3>\r\n");
          out.write("<p class=\"more\">");
          out.write("<a href=\"");
          out.print(mainSrvSite+"?actionNameTxt="+SIConfig.SIACTION_RANKING+"&inx="+UICmdtyRanking.RANKING_ESTHEITEM_INX);
          out.write("\" class=\"arrow01\">もっと見る");
          out.write("</a>");
          out.write("</p>\r\n");
          out.write("</div>\r\n");
          out.write("<ol id=\"ranking07\" class=\"item\">\r\n");
int estheItemCount=0;
          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(_jspx_th_webshop_isTrue_0);
          _jspx_th_webshop_siiterator_6.setType("jp.co.sint.basic.SICmdty");
          _jspx_th_webshop_siiterator_6.setCollection(UICmdtyRanking.getEstheItemColl(connection,request,4));
          _jspx_th_webshop_siiterator_6.setId("estheItemID");
          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.SICmdty estheItemID = null;
            estheItemID = (jp.co.sint.basic.SICmdty) pageContext.findAttribute("estheItemID");
            do {
              out.write("\r\n");
              out.write("<li>\r\n");
estheItemCount++;
if(estheItemCount==1){
              out.write("\r\n");
              out.write("<h4>");
              out.write("<img src=\"");
              out.print(webshopSite);
              out.write("/img/h_1st.gif\" alt=\"第1位\" width=\"92\" height=\"19\" />");
              out.write("</h4>\r\n");
}else if(estheItemCount==2){
              out.write("\r\n");
              out.write("<h4>");
              out.write("<img src=\"");
              out.print(webshopSite);
              out.write("/img/h_2nd.gif\" alt=\"第2位\" width=\"33\" height=\"19\" />");
              out.write("</h4>\r\n");
}else if(estheItemCount==3){
              out.write("\r\n");
              out.write("<h4>");
              out.write("<img src=\"");
              out.print(webshopSite);
              out.write("/img/h_3rd.gif\" alt=\"第3位\" width=\"33\" height=\"19\" />");
              out.write("</h4>\r\n");
}else{
              out.write("\r\n");
              out.write("<h4>");
              out.write("<img src=\"");
              out.print(webshopSite);
              out.write("/img/h_4th.gif\" alt=\"第4位\" width=\"33\" height=\"19\" />");
              out.write("</h4>\r\n");
}
              out.write("\r\n");
              out.write("<p class=\"pic\">");
              out.write("<a href=\"");
              out.print(estheCmdtySrvSite+"/"+estheItemID.getCmdtyCode()+"/"+estheItemID.getIndividualCode());
              out.write("\">");
              out.write("<img src=\"");
              out.print(webshopSite);
              out.write("/image/cmdty/");
              out.print(estheItemID.getCmdtyCode());
              out.write("/");
              out.print(estheItemID.getCmdtyCode());
              out.write("_");
              out.print(estheItemID.getIndividualCode());
              out.write("_t.jpg\" width=\"100\" height=\"75\" border=\"0\" alt=\"");
              out.print(SIHTMLUtil.HTMLEncode(estheItemID.getCmdtyName()));
              out.write("\">");
              out.write("</a>");
              out.write("</p>\r\n");
              out.write("<p class=\"txt\">");
              out.write("<a href=\"");
              out.print(estheCmdtySrvSite+"/"+estheItemID.getCmdtyCode()+"/"+estheItemID.getIndividualCode());
              out.write("\">");
              out.print(SIStringUtil.limitLength(SIHTMLUtil.HTMLEncode(estheItemID.getCmdtyName()),lengthCount,"…"));
              out.write("</a>");
              out.write("<br>\r\n");
if(estheItemID.isContractFlg()){
              out.write("\r\nBG卸価：契約後表示");
              out.write("</p>\r\n");
}else if(estheItemID.getBGPriceDispFlg().equals("2")){
              out.write("\r\nお問い合わせ下さい");
              out.write("</p>\r\n");
}else if(estheItemID.getBGPriceDispFlg().equals("1")){
              out.write("\r\nBG卸価：ログイン表示");
              out.write("</p>\r\n");
}else{
              out.write("\r\n");
if(SIUtil.isNotNull(estheItemID.getNewFixedPrice())&&!"0".equals(estheItemID.getNewFixedPrice())){
              out.write("￥");
              out.print(SIUtil.NumberFormat(estheItemID.getNewFixedPrice()));
              out.write("→");
}
              out.write("\r\n");
if (!estheItemID.isCmdtyComposition()){
              out.write("\r\n");
if(estheItemID.getFinalUnitPriceWithoutTax().equals(estheItemID.getUnitPriceWithoutTax())){
              out.write("\r\n");
              out.write("<em>￥");
              out.print(SIUtil.NumberFormat(estheItemID.getFinalUnitPriceWithoutTax()));
              out.write("</em>");
              out.write("<em class=\"tax\">(税別)");
              out.write("</em>");
              out.write("</p>\r\n");
}else{
              out.write("\r\n");
              out.write("<em>");
              out.write("<strike>￥");
              out.print(SIUtil.NumberFormat(estheItemID.getUnitPriceWithoutTax()));
              out.write("</strike>");
              out.write("</em>");
              out.write("<em class=\"tax\">");
              out.write("<strike>(税別)");
              out.write("</strike>");
              out.write("</em>");
              out.write("<br>\r\n");
              out.write("<em class=\"tax\">VIP特価：");
              out.write("</em>");
              out.write("<br>");
              out.write("<em>￥");
              out.print(SIUtil.NumberFormat(estheItemID.getFinalUnitPriceWithoutTax()));
              out.write("</em>");
              out.write("<em class=\"tax\">(税別)");
              out.write("</em>");
              out.write("</p>\r\n");
}
              out.write("\r\n");
}else{
              out.write("\r\n");
 String setUnitPrice = estheItemID.getSetUnitPriceWithoutTax(connection); 
              out.write("\r\n");
 String setDiscountUnitPrice = estheItemID.getSetDiscountUnitPriceWithoutTax(connection); 
              out.write("\r\n");
if(setUnitPrice.equals(setDiscountUnitPrice)){
              out.write("\r\n");
              out.write("<em>￥");
              out.print(SIUtil.NumberFormat(setUnitPrice));
              out.write("</em>");
              out.write("<em class=\"tax\">(税別)");
              out.write("</em>");
              out.write("</p>\r\n");
}else{
              out.write("\r\n");
              out.write("<em>");
              out.write("<strike>￥");
              out.print(SIUtil.NumberFormat(setUnitPrice));
              out.write("</strike>");
              out.write("</em>");
              out.write("<em class=\"tax\">");
              out.write("<strike>(税別)");
              out.write("</strike>");
              out.write("</em>");
              out.write("<br>\r\n");
              out.write("<em class=\"tax\">VIP特価：");
              out.write("</em>");
              out.write("<em>￥");
              out.print(SIUtil.NumberFormat(setDiscountUnitPrice));
              out.write("</em>");
              out.write("<em class=\"tax\">(税別)");
              out.write("</em>");
              out.write("</p>\r\n");
}
              out.write("\r\n");
}}
              out.write("\r\n");
              out.write("</li>\r\n");
              int evalDoAfterBody = _jspx_th_webshop_siiterator_6.doAfterBody();
              estheItemID = (jp.co.sint.basic.SICmdty) pageContext.findAttribute("estheItemID");
              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");
          out.write("</ol>\r\n");
          out.write("</div>\r\n");
          out.write("<div class=\"wrapper\">\r\n");
          out.write("<div class=\"heading\">\r\n");
          out.write("<h3>");
          out.print(UICmdtyRanking.getRankingTitle(UICmdtyRanking.RANKING_BED_INX));
          out.write("</h3>\r\n");
          out.write("<p class=\"more\">");
          out.write("<a href=\"");
          out.print(mainSrvSite+"?actionNameTxt="+SIConfig.SIACTION_RANKING+"&inx="+UICmdtyRanking.RANKING_BED_INX);
          out.write("\" class=\"arrow01\">もっと見る");
          out.write("</a>");
          out.write("</p>\r\n");
          out.write("</div>\r\n");
          out.write("<ol id=\"ranking08\" class=\"item\">\r\n");
int bedCount=0;
          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_isTrue_0);
          _jspx_th_webshop_siiterator_7.setType("jp.co.sint.basic.SICmdty");
          _jspx_th_webshop_siiterator_7.setCollection(UICmdtyRanking.getBedColl(connection,request,4));
          _jspx_th_webshop_siiterator_7.setId("bedID");
          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.SICmdty bedID = null;
            bedID = (jp.co.sint.basic.SICmdty) pageContext.findAttribute("bedID");
            do {
              out.write("\r\n");
              out.write("<li>\r\n");
bedCount++;
if(bedCount==1){
              out.write("\r\n");
              out.write("<h4>");
              out.write("<img src=\"");
              out.print(webshopSite);
              out.write("/img/h_1st.gif\" alt=\"第1位\" width=\"92\" height=\"19\" />");
              out.write("</h4>\r\n");
}else if(bedCount==2){
              out.write("\r\n");
              out.write("<h4>");
              out.write("<img src=\"");
              out.print(webshopSite);
              out.write("/img/h_2nd.gif\" alt=\"第2位\" width=\"33\" height=\"19\" />");
              out.write("</h4>\r\n");
}else if(bedCount==3){
              out.write("\r\n");
              out.write("<h4>");
              out.write("<img src=\"");
              out.print(webshopSite);
              out.write("/img/h_3rd.gif\" alt=\"第3位\" width=\"33\" height=\"19\" />");
              out.write("</h4>\r\n");
}else{
              out.write("\r\n");
              out.write("<h4>");
              out.write("<img src=\"");
              out.print(webshopSite);
              out.write("/img/h_4th.gif\" alt=\"第4位\" width=\"33\" height=\"19\" />");
              out.write("</h4>\r\n");
}
              out.write("\r\n");
              out.write("<p class=\"pic\">");
              out.write("<a href=\"");
              out.print(bedCmdtySrvSite+"/"+bedID.getCmdtyCode()+"/"+bedID.getIndividualCode());
              out.write("\">");
              out.write("<img src=\"");
              out.print(webshopSite);
              out.write("/image/cmdty/");
              out.print(bedID.getCmdtyCode());
              out.write("/");
              out.print(bedID.getCmdtyCode());
              out.write("_");
              out.print(bedID.getIndividualCode());
              out.write("_t.jpg\" width=\"100\" height=\"75\" border=\"0\" alt=\"");
              out.print(SIHTMLUtil.HTMLEncode(bedID.getCmdtyName()));
              out.write("\">");
              out.write("</a>");
              out.write("</p>\r\n");
              out.write("<p class=\"txt\">");
              out.write("<a href=\"");
              out.print(bedCmdtySrvSite+"/"+bedID.getCmdtyCode()+"/"+bedID.getIndividualCode());
              out.write("\">");
              out.print(SIStringUtil.limitLength(SIHTMLUtil.HTMLEncode(bedID.getCmdtyName()),lengthCount,"…"));
              out.write("</a>");
              out.write("<br>\r\n");
if(bedID.isContractFlg()){
              out.write("\r\nBG卸価：契約後表示");
              out.write("</p>\r\n");
}else if(bedID.getBGPriceDispFlg().equals("2")){
              out.write("\r\nお問い合わせ下さい");
              out.write("</p>\r\n");
}else if(bedID.getBGPriceDispFlg().equals("1")){
              out.write("\r\nBG卸価：ログイン表示");
              out.write("</p>\r\n");
}else{
              out.write("\r\n");
if(SIUtil.isNotNull(bedID.getNewFixedPrice())&&!"0".equals(bedID.getNewFixedPrice())){
              out.write("￥");
              out.print(SIUtil.NumberFormat(bedID.getNewFixedPrice()));
              out.write("→");
}
              out.write("\r\n");
if (!bedID.isCmdtyComposition()){
              out.write("\r\n");
if(bedID.getFinalUnitPriceWithoutTax().equals(bedID.getUnitPriceWithoutTax())){
              out.write("\r\n");
              out.write("<em>￥");
              out.print(SIUtil.NumberFormat(bedID.getFinalUnitPriceWithoutTax()));
              out.write("</em>");
              out.write("<em class=\"tax\">(税別)");
              out.write("</em>");
              out.write("</p>\r\n");
}else{
              out.write("\r\n");
              out.write("<em>");
              out.write("<strike>￥");
              out.print(SIUtil.NumberFormat(bedID.getUnitPriceWithoutTax()));
              out.write("</strike>");
              out.write("</em>");
              out.write("<em class=\"tax\">");
              out.write("<strike>(税別)");
              out.write("</strike>");
              out.write("</em>");
              out.write("<br>\r\n");
              out.write("<em class=\"tax\">VIP特価：");
              out.write("</em>");
              out.write("<br>");
              out.write("<em>￥");
              out.print(SIUtil.NumberFormat(bedID.getFinalUnitPriceWithoutTax()));
              out.write("</em>");
              out.write("<em class=\"tax\">(税別)");
              out.write("</em>");
              out.write("</p>\r\n");
}
              out.write("\r\n");
}else{
              out.write("\r\n");
 String setUnitPrice = bedID.getSetUnitPriceWithoutTax(connection); 
              out.write("\r\n");
 String setDiscountUnitPrice = bedID.getSetDiscountUnitPriceWithoutTax(connection); 
              out.write("\r\n");
if(setUnitPrice.equals(setDiscountUnitPrice)){
              out.write("\r\n");
              out.write("<em>￥");
              out.print(SIUtil.NumberFormat(setUnitPrice));
              out.write("</em>");
              out.write("<em class=\"tax\">(税別)");
              out.write("</em>");
              out.write("</p>\r\n");
}else{
              out.write("\r\n");
              out.write("<em>");
              out.write("<strike>￥");
              out.print(SIUtil.NumberFormat(setUnitPrice));
              out.write("</strike>");
              out.write("</em>");
              out.write("<em class=\"tax\">");
              out.write("<strike>(税別)");
              out.write("</strike>");
              out.write("</em>");
              out.write("<br>\r\n");
              out.write("<em class=\"tax\">VIP特価：");
              out.write("</em>");
              out.write("<em>￥");
              out.print(SIUtil.NumberFormat(setDiscountUnitPrice));
              out.write("</em>");
              out.write("<em class=\"tax\">(税別)");
              out.write("</em>");
              out.write("</p>\r\n");
}
              out.write("\r\n");
}}
              out.write("\r\n");
              out.write("</li>\r\n");
              int evalDoAfterBody = _jspx_th_webshop_siiterator_7.doAfterBody();
              bedID = (jp.co.sint.basic.SICmdty) pageContext.findAttribute("bedID");
              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");
          out.write("</ol>\r\n");
          out.write("</div>\r\n");
          out.write("<div class=\"wrapper\">\r\n");
          out.write("<div class=\"heading\">\r\n");
          out.write("<h3>");
          out.print(UICmdtyRanking.getRankingTitle(UICmdtyRanking.RANKING_COSME_INX));
          out.write("</h3>\r\n");
          out.write("<p class=\"more\">");
          out.write("<a href=\"");
          out.print(mainSrvSite+"?actionNameTxt="+SIConfig.SIACTION_RANKING+"&inx="+UICmdtyRanking.RANKING_COSME_INX);
          out.write("\" class=\"arrow01\">もっと見る");
          out.write("</a>");
          out.write("</p>\r\n");
          out.write("</div>\r\n");
          out.write("<ol id=\"ranking09\" class=\"item\">\r\n");
int cosmeticCount=0;
          out.write("\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(_jspx_th_webshop_isTrue_0);
          _jspx_th_webshop_siiterator_8.setType("jp.co.sint.basic.SICmdty");
          _jspx_th_webshop_siiterator_8.setCollection(UICmdtyRanking.getCosmeticColl(connection,request,4));
          _jspx_th_webshop_siiterator_8.setId("cosmeticID");
          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.SICmdty cosmeticID = null;
            cosmeticID = (jp.co.sint.basic.SICmdty) pageContext.findAttribute("cosmeticID");
            do {
              out.write("\r\n");
              out.write("<li>\r\n");
cosmeticCount++;
if(cosmeticCount==1){
              out.write("\r\n");
              out.write("<h4>");
              out.write("<img src=\"");
              out.print(webshopSite);
              out.write("/img/h_1st.gif\" alt=\"第1位\" width=\"92\" height=\"19\" />");
              out.write("</h4>\r\n");
}else if(cosmeticCount==2){
              out.write("\r\n");
              out.write("<h4>");
              out.write("<img src=\"");
              out.print(webshopSite);
              out.write("/img/h_2nd.gif\" alt=\"第2位\" width=\"33\" height=\"19\" />");
              out.write("</h4>\r\n");
}else if(cosmeticCount==3){
              out.write("\r\n");
              out.write("<h4>");
              out.write("<img src=\"");
              out.print(webshopSite);
              out.write("/img/h_3rd.gif\" alt=\"第3位\" width=\"33\" height=\"19\" />");
              out.write("</h4>\r\n");
}else{
              out.write("\r\n");
              out.write("<h4>");
              out.write("<img src=\"");
              out.print(webshopSite);
              out.write("/img/h_4th.gif\" alt=\"第4位\" width=\"33\" height=\"19\" />");
              out.write("</h4>\r\n");
}
              out.write("\r\n");
              out.write("<p class=\"pic\">");
              out.write("<a href=\"");
              out.print(cosmeCmdtySrvSite+"/"+cosmeticID.getCmdtyCode()+"/"+cosmeticID.getIndividualCode());
              out.write("\">");
              out.write("<img src=\"");
              out.print(webshopSite);
              out.write("/image/cmdty/");
              out.print(cosmeticID.getCmdtyCode());
              out.write("/");
              out.print(cosmeticID.getCmdtyCode());
              out.write("_");
              out.print(cosmeticID.getIndividualCode());
              out.write("_t.jpg\" width=\"100\" height=\"75\" border=\"0\" alt=\"");
              out.print(SIHTMLUtil.HTMLEncode(cosmeticID.getCmdtyName()));
              out.write("\">");
              out.write("</a>");
              out.write("</p>\r\n");
              out.write("<p class=\"txt\">");
              out.write("<a href=\"");
              out.print(cosmeCmdtySrvSite+"/"+cosmeticID.getCmdtyCode()+"/"+cosmeticID.getIndividualCode());
              out.write("\">");
              out.print(SIStringUtil.limitLength(SIHTMLUtil.HTMLEncode(cosmeticID.getCmdtyName()),lengthCount,"…"));
              out.write("</a>");
              out.write("<br>\r\n");
if(cosmeticID.isContractFlg()){
              out.write("\r\nBG卸価：契約後表示");
              out.write("</p>\r\n");
}else if(cosmeticID.getBGPriceDispFlg().equals("2")){
              out.write("\r\nお問い合わせ下さい");
              out.write("</p>\r\n");
}else if(cosmeticID.getBGPriceDispFlg().equals("1")){
              out.write("\r\nBG卸価：ログイン表示");
              out.write("</p>\r\n");
}else{
              out.write("\r\n");
if(SIUtil.isNotNull(cosmeticID.getNewFixedPrice())&&!"0".equals(cosmeticID.getNewFixedPrice())){
              out.write("￥");
              out.print(SIUtil.NumberFormat(cosmeticID.getNewFixedPrice()));
              out.write("→");
}
              out.write("\r\n");
if (!cosmeticID.isCmdtyComposition()){
              out.write("\r\n");
if(cosmeticID.getFinalUnitPriceWithoutTax().equals(cosmeticID.getUnitPriceWithoutTax())){
              out.write("\r\n");
              out.write("<em>￥");
              out.print(SIUtil.NumberFormat(cosmeticID.getFinalUnitPriceWithoutTax()));
              out.write("</em>");
              out.write("<em class=\"tax\">(税別)");
              out.write("</em>");
              out.write("</p>\r\n");
}else{
              out.write("\r\n");
              out.write("<em>");
              out.write("<strike>￥");
              out.print(SIUtil.NumberFormat(cosmeticID.getUnitPriceWithoutTax()));
              out.write("</strike>");
              out.write("</em>");
              out.write("<em class=\"tax\">");
              out.write("<strike>(税別)");
              out.write("</strike>");
              out.write("</em>");
              out.write("<br>\r\n");
              out.write("<em class=\"tax\">VIP特価：");
              out.write("</em>");
              out.write("<br>");
              out.write("<em>￥");
              out.print(SIUtil.NumberFormat(cosmeticID.getFinalUnitPriceWithoutTax()));
              out.write("</em>");
              out.write("<em class=\"tax\">(税別)");
              out.write("</em>");
              out.write("</p>\r\n");
}
              out.write("\r\n");
}else{
              out.write("\r\n");
 String setUnitPrice = cosmeticID.getSetUnitPriceWithoutTax(connection); 
              out.write("\r\n");
 String setDiscountUnitPrice = cosmeticID.getSetDiscountUnitPriceWithoutTax(connection); 
              out.write("\r\n");
if(setUnitPrice.equals(setDiscountUnitPrice)){
              out.write("\r\n");
              out.write("<em>￥");
              out.print(SIUtil.NumberFormat(setUnitPrice));
              out.write("</em>");
              out.write("<em class=\"tax\">(税別)");
              out.write("</em>");
              out.write("</p>\r\n");
}else{
              out.write("\r\n");
              out.write("<em>");
              out.write("<strike>￥");
              out.print(SIUtil.NumberFormat(setUnitPrice));
              out.write("</strike>");
              out.write("</em>");
              out.write("<em class=\"tax\">");
              out.write("<strike>(税別)");
              out.write("</strike>");
              out.write("</em>");
              out.write("<br>\r\n");
              out.write("<em class=\"tax\">VIP特価：");
              out.write("</em>");
              out.write("<em>￥");
              out.print(SIUtil.NumberFormat(setDiscountUnitPrice));
              out.write("</em>");
              out.write("<em class=\"tax\">(税別)");
              out.write("</em>");
              out.write("</p>\r\n");
}
              out.write("\r\n");
}}
              out.write("\r\n");
              out.write("</li>\r\n");
              int evalDoAfterBody = _jspx_th_webshop_siiterator_8.doAfterBody();
              cosmeticID = (jp.co.sint.basic.SICmdty) pageContext.findAttribute("cosmeticID");
              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("</ol>\r\n");
          out.write("</div>\r\n");
          out.write("<div class=\"wrapper\">\r\n");
          out.write("<div class=\"heading\">\r\n");
          out.write("<h3>");
          out.print(UICmdtyRanking.getRankingTitle(UICmdtyRanking.RANKING_NAILITEM_INX));
          out.write("</h3>\r\n");
          out.write("<p class=\"more\">");
          out.write("<a href=\"");
          out.print(mainSrvSite+"?actionNameTxt="+SIConfig.SIACTION_RANKING+"&inx="+UICmdtyRanking.RANKING_NAILITEM_INX);
          out.write("\" class=\"arrow01\">もっと見る");
          out.write("</a>");
          out.write("</p>\r\n");
          out.write("</div>\r\n");
          out.write("<ol id=\"ranking10\" class=\"item\">\r\n");
int nailItemCount=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(_jspx_th_webshop_isTrue_0);
          _jspx_th_webshop_siiterator_9.setType("jp.co.sint.basic.SICmdty");
          _jspx_th_webshop_siiterator_9.setCollection(UICmdtyRanking.getNailItemColl(connection,request,4));
          _jspx_th_webshop_siiterator_9.setId("nailItemID");
          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.SICmdty nailItemID = null;
            nailItemID = (jp.co.sint.basic.SICmdty) pageContext.findAttribute("nailItemID");
            do {
              out.write("\r\n");
              out.write("<li>\r\n");
nailItemCount++;
if(nailItemCount==1){
              out.write("\r\n");
              out.write("<h4>");
              out.write("<img src=\"");
              out.print(webshopSite);
              out.write("/img/h_1st.gif\" alt=\"第1位\" width=\"92\" height=\"19\" />");
              out.write("</h4>\r\n");
}else if(nailItemCount==2){
              out.write("\r\n");
              out.write("<h4>");
              out.write("<img src=\"");
              out.print(webshopSite);
              out.write("/img/h_2nd.gif\" alt=\"第2位\" width=\"33\" height=\"19\" />");
              out.write("</h4>\r\n");
}else if(nailItemCount==3){
              out.write("\r\n");
              out.write("<h4>");
              out.write("<img src=\"");
              out.print(webshopSite);
              out.write("/img/h_3rd.gif\" alt=\"第3位\" width=\"33\" height=\"19\" />");
              out.write("</h4>\r\n");
}else{
              out.write("\r\n");
              out.write("<h4>");
              out.write("<img src=\"");
              out.print(webshopSite);
              out.write("/img/h_4th.gif\" alt=\"第4位\" width=\"33\" height=\"19\" />");
              out.write("</h4>\r\n");
}
              out.write("\r\n");
              out.write("<p class=\"pic\">");
              out.write("<a href=\"");
              out.print(nailCmdtySrvSite+"/"+nailItemID.getCmdtyCode()+"/"+nailItemID.getIndividualCode());
              out.write("\">");
              out.write("<img src=\"");
              out.print(webshopSite);
              out.write("/image/cmdty/");
              out.print(nailItemID.getCmdtyCode());
              out.write("/");
              out.print(nailItemID.getCmdtyCode());
              out.write("_");
              out.print(nailItemID.getIndividualCode());
              out.write("_t.jpg\" width=\"100\" height=\"75\" border=\"0\" alt=\"");
              out.print(SIHTMLUtil.HTMLEncode(nailItemID.getCmdtyName()));
              out.write("\">");
              out.write("</a>");
              out.write("</p>\r\n");
              out.write("<p class=\"txt\">");
              out.write("<a href=\"");
              out.print(nailCmdtySrvSite+"/"+nailItemID.getCmdtyCode()+"/"+nailItemID.getIndividualCode());
              out.write("\">");
              out.print(SIStringUtil.limitLength(SIHTMLUtil.HTMLEncode(nailItemID.getCmdtyName()),lengthCount,"…"));
              out.write("</a>");
              out.write("<br>\r\n");
if(nailItemID.isContractFlg()){
              out.write("\r\nBG卸価：契約後表示");
              out.write("</p>\r\n");
}else if(nailItemID.getBGPriceDispFlg().equals("2")){
              out.write("\r\nお問い合わせ下さい");
              out.write("</p>\r\n");
}else if(nailItemID.getBGPriceDispFlg().equals("1")){
              out.write("\r\nBG卸価：ログイン表示");
              out.write("</p>\r\n");
}else{
              out.write("\r\n");
if(SIUtil.isNotNull(nailItemID.getNewFixedPrice())&&!"0".equals(nailItemID.getNewFixedPrice())){
              out.write("￥");
              out.print(SIUtil.NumberFormat(nailItemID.getNewFixedPrice()));
              out.write("→");
}
              out.write("\r\n");
if (!nailItemID.isCmdtyComposition()){
              out.write("\r\n");
if(nailItemID.getFinalUnitPriceWithoutTax().equals(nailItemID.getUnitPriceWithoutTax())){
              out.write("\r\n");
              out.write("<em>￥");
              out.print(SIUtil.NumberFormat(nailItemID.getFinalUnitPriceWithoutTax()));
              out.write("</em>");
              out.write("<em class=\"tax\">(税別)");
              out.write("</em>");
              out.write("</p>\r\n");
}else{
              out.write("\r\n");
              out.write("<em>");
              out.write("<strike>￥");
              out.print(SIUtil.NumberFormat(nailItemID.getUnitPriceWithoutTax()));
              out.write("</strike>");
              out.write("</em>");
              out.write("<em class=\"tax\">");
              out.write("<strike>(税別)");
              out.write("</strike>");
              out.write("</em>");
              out.write("<br>\r\n");
              out.write("<em class=\"tax\">VIP特価：");
              out.write("</em>");
              out.write("<br>");
              out.write("<em>￥");
              out.print(SIUtil.NumberFormat(nailItemID.getFinalUnitPriceWithoutTax()));
              out.write("</em>");
              out.write("<em class=\"tax\">(税別)");
              out.write("</em>");
              out.write("</p>\r\n");
}
              out.write("\r\n");
}else{
              out.write("\r\n");
 String setUnitPrice = nailItemID.getSetUnitPriceWithoutTax(connection); 
              out.write("\r\n");
 String setDiscountUnitPrice = nailItemID.getSetDiscountUnitPriceWithoutTax(connection); 
              out.write("\r\n");
if(setUnitPrice.equals(setDiscountUnitPrice)){
              out.write("\r\n");
              out.write("<em>￥");
              out.print(SIUtil.NumberFormat(setUnitPrice));
              out.write("</em>");
              out.write("<em class=\"tax\">(税別)");
              out.write("</em>");
              out.write("</p>\r\n");
}else{
              out.write("\r\n");
              out.write("<em>");
              out.write("<strike>￥");
              out.print(SIUtil.NumberFormat(setUnitPrice));
              out.write("</strike>");
              out.write("</em>");
              out.write("<em class=\"tax\">");
              out.write("<strike>(税別)");
              out.write("</strike>");
              out.write("</em>");
              out.write("<br>\r\n");
              out.write("<em class=\"tax\">VIP特価：");
              out.write("</em>");
              out.write("<em>￥");
              out.print(SIUtil.NumberFormat(setDiscountUnitPrice));
              out.write("</em>");
              out.write("<em class=\"tax\">(税別)");
              out.write("</em>");
              out.write("</p>\r\n");
}
              out.write("\r\n");
}}
              out.write("\r\n");
              out.write("</li>\r\n");
              int evalDoAfterBody = _jspx_th_webshop_siiterator_9.doAfterBody();
              nailItemID = (jp.co.sint.basic.SICmdty) pageContext.findAttribute("nailItemID");
              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("</ol>\r\n");
          out.write("</div>\r\n");
          out.write("<div class=\"wrapper last\">\r\n");
          out.write("<div class=\"heading\">\r\n");
          out.write("<h3>");
          out.print(UICmdtyRanking.getRankingTitle(UICmdtyRanking.RANKING_NAILTOOL_INX));
          out.write("</h3>\r\n");
          out.write("<p class=\"more\">");
          out.write("<a href=\"");
          out.print(mainSrvSite+"?actionNameTxt="+SIConfig.SIACTION_RANKING+"&inx="+UICmdtyRanking.RANKING_NAILTOOL_INX);
          out.write("\" class=\"arrow01\">もっと見る");
          out.write("</a>");
          out.write("</p>\r\n");
          out.write("</div>\r\n");
          out.write("<ol id=\"ranking11\" class=\"item\">\r\n");
int nailToolCount=0;
          out.write("\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(_jspx_th_webshop_isTrue_0);
          _jspx_th_webshop_siiterator_10.setType("jp.co.sint.basic.SICmdty");
          _jspx_th_webshop_siiterator_10.setCollection(UICmdtyRanking.getNailToolColl(connection,request,4));
          _jspx_th_webshop_siiterator_10.setId("nailToolID");
          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 nailToolID = null;
            nailToolID = (jp.co.sint.basic.SICmdty) pageContext.findAttribute("nailToolID");
            do {
              out.write("\r\n");
              out.write("<li>\r\n");
nailToolCount++;
if(nailToolCount==1){
              out.write("\r\n");
              out.write("<h4>");
              out.write("<img src=\"");
              out.print(webshopSite);
              out.write("/img/h_1st.gif\" alt=\"第1位\" width=\"92\" height=\"19\" />");
              out.write("</h4>\r\n");
}else if(nailToolCount==2){
              out.write("\r\n");
              out.write("<h4>");
              out.write("<img src=\"");
              out.print(webshopSite);
              out.write("/img/h_2nd.gif\" alt=\"第2位\" width=\"33\" height=\"19\" />");
              out.write("</h4>\r\n");
}else if(nailToolCount==3){
              out.write("\r\n");
              out.write("<h4>");
              out.write("<img src=\"");
              out.print(webshopSite);
              out.write("/img/h_3rd.gif\" alt=\"第3位\" width=\"33\" height=\"19\" />");
              out.write("</h4>\r\n");
}else{
              out.write("\r\n");
              out.write("<h4>");
              out.write("<img src=\"");
              out.print(webshopSite);
              out.write("/img/h_4th.gif\" alt=\"第4位\" width=\"33\" height=\"19\" />");
              out.write("</h4>\r\n");
}
              out.write("\r\n");
              out.write("<p class=\"pic\">");
              out.write("<a href=\"");
              out.print(nailCmdtySrvSite+"/"+nailToolID.getCmdtyCode()+"/"+nailToolID.getIndividualCode());
              out.write("\">");
              out.write("<img src=\"");
              out.print(webshopSite);
              out.write("/image/cmdty/");
              out.print(nailToolID.getCmdtyCode());
              out.write("/");
              out.print(nailToolID.getCmdtyCode());
              out.write("_");
              out.print(nailToolID.getIndividualCode());
              out.write("_t.jpg\" width=\"100\" height=\"75\" border=\"0\" alt=\"");
              out.print(SIHTMLUtil.HTMLEncode(nailToolID.getCmdtyName()));
              out.write("\">");
              out.write("</a>");
              out.write("</p>\r\n");
              out.write("<p class=\"txt\">");
              out.write("<a href=\"");
              out.print(nailCmdtySrvSite+"/"+nailToolID.getCmdtyCode()+"/"+nailToolID.getIndividualCode());
              out.write("\">");
              out.print(SIStringUtil.limitLength(SIHTMLUtil.HTMLEncode(nailToolID.getCmdtyName()),lengthCount,"…"));
              out.write("</a>");
              out.write("<br>\r\n");
if(nailToolID.isContractFlg()){
              out.write("\r\nBG卸価：契約後表示");
              out.write("</p>\r\n");
}else if(nailToolID.getBGPriceDispFlg().equals("2")){
              out.write("\r\nお問い合わせ下さい");
              out.write("</p>\r\n");
}else if(nailToolID.getBGPriceDispFlg().equals("1")){
              out.write("\r\nBG卸価：ログイン表示");
              out.write("</p>\r\n");
}else{
              out.write("\r\n");
if(SIUtil.isNotNull(nailToolID.getNewFixedPrice())&&!"0".equals(nailToolID.getNewFixedPrice())){
              out.write("￥");
              out.print(SIUtil.NumberFormat(nailToolID.getNewFixedPrice()));
              out.write("→");
}
              out.write("\r\n");
if (!nailToolID.isCmdtyComposition()){
              out.write("\r\n");
if(nailToolID.getFinalUnitPriceWithoutTax().equals(nailToolID.getUnitPriceWithoutTax())){
              out.write("\r\n");
              out.write("<em>￥");
              out.print(SIUtil.NumberFormat(nailToolID.getFinalUnitPriceWithoutTax()));
              out.write("</em>");
              out.write("<em class=\"tax\">(税別)");
              out.write("</em>");
              out.write("</p>\r\n");
}else{
              out.write("\r\n");
              out.write("<em>");
              out.write("<strike>￥");
              out.print(SIUtil.NumberFormat(nailToolID.getUnitPriceWithoutTax()));
              out.write("</strike>");
              out.write("</em>");
              out.write("<em class=\"tax\">");
              out.write("<strike>(税別)");
              out.write("</strike>");
              out.write("</em>");
              out.write("<br>\r\n");
              out.write("<em class=\"tax\">VIP特価：");
              out.write("</em>");
              out.write("<br>");
              out.write("<em>￥");
              out.print(SIUtil.NumberFormat(nailToolID.getFinalUnitPriceWithoutTax()));
              out.write("</em>");
              out.write("<em class=\"tax\">(税別)");
              out.write("</em>");
              out.write("</p>\r\n");
}
              out.write("\r\n");
}else{
              out.write("\r\n");
 String setUnitPrice = nailToolID.getSetUnitPriceWithoutTax(connection); 
              out.write("\r\n");
 String setDiscountUnitPrice = nailToolID.getSetDiscountUnitPriceWithoutTax(connection); 
              out.write("\r\n");
if(setUnitPrice.equals(setDiscountUnitPrice)){
              out.write("\r\n");
              out.write("<em>￥");
              out.print(SIUtil.NumberFormat(setUnitPrice));
              out.write("</em>");
              out.write("<em class=\"tax\">(税別)");
              out.write("</em>");
              out.write("</p>\r\n");
}else{
              out.write("\r\n");
              out.write("<em>");
              out.write("<strike>￥");
              out.print(SIUtil.NumberFormat(setUnitPrice));
              out.write("</strike>");
              out.write("</em>");
              out.write("<em class=\"tax\">");
              out.write("<strike>(税別)");
              out.write("</strike>");
              out.write("</em>");
              out.write("<br>\r\n");
              out.write("<em class=\"tax\">VIP特価：");
              out.write("</em>");
              out.write("<em>￥");
              out.print(SIUtil.NumberFormat(setDiscountUnitPrice));
              out.write("</em>");
              out.write("<em class=\"tax\">(税別)");
              out.write("</em>");
              out.write("</p>\r\n");
}
              out.write("\r\n");
}}
              out.write("\r\n");
              out.write("</li>\r\n");
              int evalDoAfterBody = _jspx_th_webshop_siiterator_10.doAfterBody();
              nailToolID = (jp.co.sint.basic.SICmdty) pageContext.findAttribute("nailToolID");
              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("</ol>\r\n");
          out.write("</div>\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(jobType==1);
      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("<div class=\"wrapper\">\r\n");
          out.write("<div class=\"heading\">\r\n");
          out.write("<h3>");
          out.print(UICmdtyRanking.getRankingTitle(UICmdtyRanking.RANKING_CHAIR_INX));
          out.write("</h3>\r\n");
          out.write("<p class=\"more\">");
          out.write("<a href=\"");
          out.print(mainSrvSite+"?actionNameTxt="+SIConfig.SIACTION_RANKING+"&inx="+UICmdtyRanking.RANKING_CHAIR_INX);
          out.write("\" class=\"arrow01\">もっと見る");
          out.write("</a>");
          out.write("</p>\r\n");
          out.write("</div>\r\n");
          out.write("<ol id=\"ranking01\" class=\"item\">\r\n");
int chairCount=0;
          out.write("\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(_jspx_th_webshop_isTrue_1);
          _jspx_th_webshop_siiterator_11.setType("jp.co.sint.basic.SICmdty");
          _jspx_th_webshop_siiterator_11.setCollection(UICmdtyRanking.getChairColl(connection,request,4));
          _jspx_th_webshop_siiterator_11.setId("chairID");
          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 chairID = null;
            chairID = (jp.co.sint.basic.SICmdty) pageContext.findAttribute("chairID");
            do {
              out.write("\r\n");
              out.write("<li>\r\n");
chairCount++;
if(chairCount==1){
              out.write("\r\n");
              out.write("<h4>");
              out.write("<img src=\"");
              out.print(webshopSite);
              out.write("/img/h_1st.gif\" alt=\"第1位\" width=\"92\" height=\"19\" />");
              out.write("</h4>\r\n");
}else if(chairCount==2){
              out.write("\r\n");
              out.write("<h4>");
              out.write("<img src=\"");
              out.print(webshopSite);
              out.write("/img/h_2nd.gif\" alt=\"第2位\" width=\"33\" height=\"19\" />");
              out.write("</h4>\r\n");
}else if(chairCount==3){
              out.write("\r\n");
              out.write("<h4>");
              out.write("<img src=\"");
              out.print(webshopSite);
              out.write("/img/h_3rd.gif\" alt=\"第3位\" width=\"33\" height=\"19\" />");
              out.write("</h4>\r\n");
}else{
              out.write("\r\n");
              out.write("<h4>");
              out.write("<img src=\"");
              out.print(webshopSite);
              out.write("/img/h_4th.gif\" alt=\"第4位\" width=\"33\" height=\"19\" />");
              out.write("</h4>\r\n");
}
              out.write("\r\n");
              out.write("<p class=\"pic\">");
              out.write("<a href=\"");
              out.print(hairCmdtySrvSite+"/"+chairID.getCmdtyCode()+"/"+chairID.getIndividualCode());
              out.write("\">");
              out.write("<img src=\"");
              out.print(webshopSite);
              out.write("/image/cmdty/");
              out.print(chairID.getCmdtyCode());
              out.write("/");
              out.print(chairID.getCmdtyCode());
              out.write("_");
              out.print(chairID.getIndividualCode());
              out.write("_t.jpg\" width=\"100\" height=\"75\" border=\"0\" alt=\"");
              out.print(SIHTMLUtil.HTMLEncode(chairID.getCmdtyName()));
              out.write("\">");
              out.write("</a>");
              out.write("</p>\r\n");
              out.write("<p class=\"txt\">");
              out.write("<a href=\"");
              out.print(hairCmdtySrvSite+"/"+chairID.getCmdtyCode()+"/"+chairID.getIndividualCode());
              out.write("\">");
              out.print(SIStringUtil.limitLength(SIHTMLUtil.HTMLEncode(chairID.getCmdtyName()),lengthCount,"…"));
              out.write("</a>");
              out.write("<br>\r\n");
if(chairID.isContractFlg()){
              out.write("\r\nBG卸価：契約後表示");
              out.write("</p>\r\n");
}else if(chairID.getBGPriceDispFlg().equals("2")){
              out.write("\r\nお問い合わせ下さい");
              out.write("</p>\r\n");
}else if(chairID.getBGPriceDispFlg().equals("1")){
              out.write("\r\nBG卸価：ログイン表示");
              out.write("</p>\r\n");
}else{
              out.write("\r\n");
if(SIUtil.isNotNull(chairID.getNewFixedPrice())&&!"0".equals(chairID.getNewFixedPrice())){
              out.write("￥");
              out.print(SIUtil.NumberFormat(chairID.getNewFixedPrice()));
              out.write("→");
}
              out.write("\r\n");
if (!chairID.isCmdtyComposition()){
              out.write("\r\n");
if(chairID.getFinalUnitPriceWithoutTax().equals(chairID.getUnitPriceWithoutTax())){
              out.write("\r\n");
              out.write("<em>￥");
              out.print(SIUtil.NumberFormat(chairID.getFinalUnitPriceWithoutTax()));
              out.write("</em>");
              out.write("<em class=\"tax\">(税別)");
              out.write("</em>");
              out.write("</p>\r\n");
}else{
              out.write("\r\n");
              out.write("<em>");
              out.write("<strike>￥");
              out.print(SIUtil.NumberFormat(chairID.getUnitPriceWithoutTax()));
              out.write("</strike>");
              out.write("</em>");
              out.write("<em class=\"tax\">");
              out.write("<strike>(税別)");
              out.write("</strike>");
              out.write("</em>");
              out.write("<br>\r\n");
              out.write("<em class=\"tax\">VIP特価：");
              out.write("</em>");
              out.write("<br>");
              out.write("<em>￥");
              out.print(SIUtil.NumberFormat(chairID.getFinalUnitPriceWithoutTax()));
              out.write("</em>");
              out.write("<em class=\"tax\">(税別)");
              out.write("</em>");
              out.write("</p>\r\n");
}
              out.write("\r\n");
}else{
              out.write("\r\n");
 String setUnitPrice = chairID.getSetUnitPriceWithoutTax(connection); 
              out.write("\r\n");
 String setDiscountUnitPrice = chairID.getSetDiscountUnitPriceWithoutTax(connection); 
              out.write("\r\n");
if(setUnitPrice.equals(setDiscountUnitPrice)){
              out.write("\r\n");
              out.write("<em>￥");
              out.print(SIUtil.NumberFormat(setUnitPrice));
              out.write("</em>");
              out.write("<em class=\"tax\">(税別)");
              out.write("</em>");
              out.write("</p>\r\n");
}else{
              out.write("\r\n");
              out.write("<em>");
              out.write("<strike>￥");
              out.print(SIUtil.NumberFormat(setUnitPrice));
              out.write("</strike>");
              out.write("</em>");
              out.write("<em class=\"tax\">");
              out.write("<strike>(税別)");
              out.write("</strike>");
              out.write("</em>");
              out.write("<br>\r\n");
              out.write("<em class=\"tax\">VIP特価：");
              out.write("</em>");
              out.write("<em>￥");
              out.print(SIUtil.NumberFormat(setDiscountUnitPrice));
              out.write("</em>");
              out.write("<em class=\"tax\">(税別)");
              out.write("</em>");
              out.write("</p>\r\n");
}
              out.write("\r\n");
}}
              out.write("\r\n");
              out.write("</li>\r\n");
              int evalDoAfterBody = _jspx_th_webshop_siiterator_11.doAfterBody();
              chairID = (jp.co.sint.basic.SICmdty) pageContext.findAttribute("chairID");
              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("</ol>\r\n");
          out.write("</div>\r\n");
          out.write("<div class=\"wrapper\">\r\n");
          out.write("<div class=\"heading\">\r\n");
          out.write("<h3>");
          out.print(UICmdtyRanking.getRankingTitle(UICmdtyRanking.RANKING_HAIRTOOL_INX));
          out.write("</h3>\r\n");
          out.write("<p class=\"more\">");
          out.write("<a href=\"");
          out.print(mainSrvSite+"?actionNameTxt="+SIConfig.SIACTION_RANKING+"&inx="+UICmdtyRanking.RANKING_HAIRTOOL_INX);
          out.write("\" class=\"arrow01\">もっと見る");
          out.write("</a>");
          out.write("</p>\r\n");
          out.write("</div>\r\n");
          out.write("<ol id=\"ranking02\" class=\"item\">\r\n");
int hairToolCount=0;
          out.write("\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(_jspx_th_webshop_isTrue_1);
          _jspx_th_webshop_siiterator_12.setType("jp.co.sint.basic.SICmdty");
          _jspx_th_webshop_siiterator_12.setCollection(UICmdtyRanking.getHairToolColl(connection,request,4));
          _jspx_th_webshop_siiterator_12.setId("hairToolID");
          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 hairToolID = null;
            hairToolID = (jp.co.sint.basic.SICmdty) pageContext.findAttribute("hairToolID");
            do {
              out.write("\r\n");
              out.write("<li>\r\n");
hairToolCount++;
if(hairToolCount==1){
              out.write("\r\n");
              out.write("<h4>");
              out.write("<img src=\"");
              out.print(webshopSite);
              out.write("/img/h_1st.gif\" alt=\"第1位\" width=\"92\" height=\"19\" />");
              out.write("</h4>\r\n");
}else if(hairToolCount==2){
              out.write("\r\n");
              out.write("<h4>");
              out.write("<img src=\"");
              out.print(webshopSite);
              out.write("/img/h_2nd.gif\" alt=\"第2位\" width=\"33\" height=\"19\" />");
              out.write("</h4>\r\n");
}else if(hairToolCount==3){
              out.write("\r\n");
              out.write("<h4>");
              out.write("<img src=\"");
              out.print(webshopSite);
              out.write("/img/h_3rd.gif\" alt=\"第3位\" width=\"33\" height=\"19\" />");
              out.write("</h4>\r\n");
}else{
              out.write("\r\n");
              out.write("<h4>");
              out.write("<img src=\"");
              out.print(webshopSite);
              out.write("/img/h_4th.gif\" alt=\"第4位\" width=\"33\" height=\"19\" />");
              out.write("</h4>\r\n");
}
              out.write("\r\n");
              out.write("<p class=\"pic\">");
              out.write("<a href=\"");
              out.print(hairCmdtySrvSite+"/"+hairToolID.getCmdtyCode()+"/"+hairToolID.getIndividualCode());
              out.write("\">");
              out.write("<img src=\"");
              out.print(webshopSite);
              out.write("/image/cmdty/");
              out.print(hairToolID.getCmdtyCode());
              out.write("/");
              out.print(hairToolID.getCmdtyCode());
              out.write("_");
              out.print(hairToolID.getIndividualCode());
              out.write("_t.jpg\" width=\"100\" height=\"75\" border=\"0\" alt=\"");
              out.print(SIHTMLUtil.HTMLEncode(hairToolID.getCmdtyName()));
              out.write("\">");
              out.write("</a>");
              out.write("</p>\r\n");
              out.write("<p class=\"txt\">");
              out.write("<a href=\"");
              out.print(hairCmdtySrvSite+"/"+hairToolID.getCmdtyCode()+"/"+hairToolID.getIndividualCode());
              out.write("\">");
              out.print(SIStringUtil.limitLength(SIHTMLUtil.HTMLEncode(hairToolID.getCmdtyName()),lengthCount,"…"));
              out.write("</a>");
              out.write("<br>\r\n");
if(hairToolID.isContractFlg()){
              out.write("\r\nBG卸価：契約後表示");
              out.write("</p>\r\n");
}else if(hairToolID.getBGPriceDispFlg().equals("2")){
              out.write("\r\nお問い合わせ下さい");
              out.write("</p>\r\n");
}else if(hairToolID.getBGPriceDispFlg().equals("1")){
              out.write("\r\nBG卸価：ログイン表示");
              out.write("</p>\r\n");
}else{
              out.write("\r\n");
if(SIUtil.isNotNull(hairToolID.getNewFixedPrice())&&!"0".equals(hairToolID.getNewFixedPrice())){
              out.write("￥");
              out.print(SIUtil.NumberFormat(hairToolID.getNewFixedPrice()));
              out.write("→");
}
              out.write("\r\n");
if (!hairToolID.isCmdtyComposition()){
              out.write("\r\n");
if(hairToolID.getFinalUnitPriceWithoutTax().equals(hairToolID.getUnitPriceWithoutTax())){
              out.write("\r\n");
              out.write("<em>￥");
              out.print(SIUtil.NumberFormat(hairToolID.getFinalUnitPriceWithoutTax()));
              out.write("</em>");
              out.write("<em class=\"tax\">(税別)");
              out.write("</em>");
              out.write("</p>\r\n");
}else{
              out.write("\r\n");
              out.write("<em>");
              out.write("<strike>￥");
              out.print(SIUtil.NumberFormat(hairToolID.getUnitPriceWithoutTax()));
              out.write("</strike>");
              out.write("</em>");
              out.write("<em class=\"tax\">");
              out.write("<strike>(税別)");
              out.write("</strike>");
              out.write("</em>");
              out.write("<br>\r\n");
              out.write("<em class=\"tax\">VIP特価：");
              out.write("</em>");
              out.write("<br>");
              out.write("<em>￥");
              out.print(SIUtil.NumberFormat(hairToolID.getFinalUnitPriceWithoutTax()));
              out.write("</em>");
              out.write("<em class=\"tax\">(税別)");
              out.write("</em>");
              out.write("</p>\r\n");
}
              out.write("\r\n");
}else{
              out.write("\r\n");
 String setUnitPrice = hairToolID.getSetUnitPriceWithoutTax(connection); 
              out.write("\r\n");
 String setDiscountUnitPrice = hairToolID.getSetDiscountUnitPriceWithoutTax(connection); 
              out.write("\r\n");
if(setUnitPrice.equals(setDiscountUnitPrice)){
              out.write("\r\n");
              out.write("<em>￥");
              out.print(SIUtil.NumberFormat(setUnitPrice));
              out.write("</em>");
              out.write("<em class=\"tax\">(税別)");
              out.write("</em>");
              out.write("</p>\r\n");
}else{
              out.write("\r\n");
              out.write("<em>");
              out.write("<strike>￥");
              out.print(SIUtil.NumberFormat(setUnitPrice));
              out.write("</strike>");
              out.write("</em>");
              out.write("<em class=\"tax\">");
              out.write("<strike>(税別)");
              out.write("</strike>");
              out.write("</em>");
              out.write("<br>\r\n");
              out.write("<em class=\"tax\">VIP特価：");
              out.write("</em>");
              out.write("<em>￥");
              out.print(SIUtil.NumberFormat(setDiscountUnitPrice));
              out.write("</em>");
              out.write("<em class=\"tax\">(税別)");
              out.write("</em>");
              out.write("</p>\r\n");
}
              out.write("\r\n");
}}
              out.write("\r\n");
              out.write("</li>\r\n");
              int evalDoAfterBody = _jspx_th_webshop_siiterator_12.doAfterBody();
              hairToolID = (jp.co.sint.basic.SICmdty) pageContext.findAttribute("hairToolID");
              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("</ol>\r\n");
          out.write("</div>\r\n");
          out.write("<div class=\"wrapper\">\r\n");
          out.write("<div class=\"heading\">\r\n");
          out.write("<h3>");
          out.print(UICmdtyRanking.getRankingTitle(UICmdtyRanking.RANKING_HAIRITEM_INX));
          out.write("</h3>\r\n");
          out.write("<p class=\"more\">");
          out.write("<a href=\"");
          out.print(mainSrvSite+"?actionNameTxt="+SIConfig.SIACTION_RANKING+"&inx="+UICmdtyRanking.RANKING_HAIRITEM_INX);
          out.write("\" class=\"arrow01\">もっと見る");
          out.write("</a>");
          out.write("</p>\r\n");
          out.write("</div>\r\n");
          out.write("<ol id=\"ranking03\" class=\"item\">\r\n");
int hairItemCount=0;
          out.write("\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(_jspx_th_webshop_isTrue_1);
          _jspx_th_webshop_siiterator_13.setType("jp.co.sint.basic.SICmdty");
          _jspx_th_webshop_siiterator_13.setCollection(UICmdtyRanking.getHairItemColl(connection,request,4));
          _jspx_th_webshop_siiterator_13.setId("hairItemID");
          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 hairItemID = null;
            hairItemID = (jp.co.sint.basic.SICmdty) pageContext.findAttribute("hairItemID");
            do {
              out.write("\r\n");
              out.write("<li>\r\n");
hairItemCount++;
if(hairItemCount==1){
              out.write("\r\n");
              out.write("<h4>");
              out.write("<img src=\"");
              out.print(webshopSite);
              out.write("/img/h_1st.gif\" alt=\"第1位\" width=\"92\" height=\"19\" />");
              out.write("</h4>\r\n");
}else if(hairItemCount==2){
              out.write("\r\n");
              out.write("<h4>");
              out.write("<img src=\"");
              out.print(webshopSite);
              out.write("/img/h_2nd.gif\" alt=\"第2位\" width=\"33\" height=\"19\" />");
              out.write("</h4>\r\n");
}else if(hairItemCount==3){
              out.write("\r\n");
              out.write("<h4>");
              out.write("<img src=\"");
              out.print(webshopSite);
              out.write("/img/h_3rd.gif\" alt=\"第3位\" width=\"33\" height=\"19\" />");
              out.write("</h4>\r\n");
}else{
              out.write("\r\n");
              out.write("<h4>");
              out.write("<img src=\"");
              out.print(webshopSite);
              out.write("/img/h_4th.gif\" alt=\"第4位\" width=\"33\" height=\"19\" />");
              out.write("</h4>\r\n");
}
              out.write("\r\n");
              out.write("<p class=\"pic\">");
              out.write("<a href=\"");
              out.print(hairCmdtySrvSite+"/"+hairItemID.getCmdtyCode()+"/"+hairItemID.getIndividualCode());
              out.write("\">");
              out.write("<img src=\"");
              out.print(webshopSite);
              out.write("/image/cmdty/");
              out.print(hairItemID.getCmdtyCode());
              out.write("/");
              out.print(hairItemID.getCmdtyCode());
              out.write("_");
              out.print(hairItemID.getIndividualCode());
              out.write("_t.jpg\" width=\"100\" height=\"75\" border=\"0\" alt=\"");
              out.print(SIHTMLUtil.HTMLEncode(hairItemID.getCmdtyName()));
              out.write("\">");
              out.write("</a>");
              out.write("</p>\r\n");
              out.write("<p class=\"txt\">");
              out.write("<a href=\"");
              out.print(hairCmdtySrvSite+"/"+hairItemID.getCmdtyCode()+"/"+hairItemID.getIndividualCode());
              out.write("\">");
              out.print(SIStringUtil.limitLength(SIHTMLUtil.HTMLEncode(hairItemID.getCmdtyName()),lengthCount,"…"));
              out.write("</a>");
              out.write("<br>\r\n");
if(hairItemID.isContractFlg()){
              out.write("\r\nBG卸価：契約後表示");
              out.write("</p>\r\n");
}else if(hairItemID.getBGPriceDispFlg().equals("2")){
              out.write("\r\nお問い合わせ下さい");
              out.write("</p>\r\n");
}else if(hairItemID.getBGPriceDispFlg().equals("1")){
              out.write("\r\nBG卸価：ログイン表示");
              out.write("</p>\r\n");
}else{
              out.write("\r\n");
if(SIUtil.isNotNull(hairItemID.getNewFixedPrice())&&!"0".equals(hairItemID.getNewFixedPrice())){
              out.write("￥");
              out.print(SIUtil.NumberFormat(hairItemID.getNewFixedPrice()));
              out.write("→");
}
              out.write("\r\n");
if (!hairItemID.isCmdtyComposition()){
              out.write("\r\n");
if(hairItemID.getFinalUnitPriceWithoutTax().equals(hairItemID.getUnitPriceWithoutTax())){
              out.write("\r\n");
              out.write("<em>￥");
              out.print(SIUtil.NumberFormat(hairItemID.getFinalUnitPriceWithoutTax()));
              out.write("</em>");
              out.write("<em class=\"tax\">(税別)");
              out.write("</em>");
              out.write("</p>\r\n");
}else{
              out.write("\r\n");
              out.write("<em>");
              out.write("<strike>￥");
              out.print(SIUtil.NumberFormat(hairItemID.getUnitPriceWithoutTax()));
              out.write("</strike>");
              out.write("</em>");
              out.write("<em class=\"tax\">");
              out.write("<strike>(税別)");
              out.write("</strike>");
              out.write("</em>");
              out.write("<br>\r\n");
              out.write("<em class=\"tax\">VIP特価：");
              out.write("</em>");
              out.write("<br>");
              out.write("<em>￥");
              out.print(SIUtil.NumberFormat(hairItemID.getFinalUnitPriceWithoutTax()));
              out.write("</em>");
              out.write("<em class=\"tax\">(税別)");
              out.write("</em>");
              out.write("</p>\r\n");
}
              out.write("\r\n");
}else{
              out.write("\r\n");
 String setUnitPrice = hairItemID.getSetUnitPriceWithoutTax(connection); 
              out.write("\r\n");
 String setDiscountUnitPrice = hairItemID.getSetDiscountUnitPriceWithoutTax(connection); 
              out.write("\r\n");
if(setUnitPrice.equals(setDiscountUnitPrice)){
              out.write("\r\n");
              out.write("<em>￥");
              out.print(SIUtil.NumberFormat(setUnitPrice));
              out.write("</em>");
              out.write("<em class=\"tax\">(税別)");
              out.write("</em>");
              out.write("</p>\r\n");
}else{
              out.write("\r\n");
              out.write("<em>");
              out.write("<strike>￥");
              out.print(SIUtil.NumberFormat(setUnitPrice));
              out.write("</strike>");
              out.write("</em>");
              out.write("<em class=\"tax\">");
              out.write("<strike>(税別)");
              out.write("</strike>");
              out.write("</em>");
              out.write("<br>\r\n");
              out.write("<em class=\"tax\">VIP特価：");
              out.write("</em>");
              out.write("<em>￥");
              out.print(SIUtil.NumberFormat(setDiscountUnitPrice));
              out.write("</em>");
              out.write("<em class=\"tax\">(税別)");
              out.write("</em>");
              out.write("</p>\r\n");
}
              out.write("\r\n");
}}
              out.write("\r\n");
              out.write("</li>\r\n");
              int evalDoAfterBody = _jspx_th_webshop_siiterator_13.doAfterBody();
              hairItemID = (jp.co.sint.basic.SICmdty) pageContext.findAttribute("hairItemID");
              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("</ol>\r\n");
          out.write("</div>\r\n");
          out.write("<div class=\"wrapper\">\r\n");
          out.write("<div class=\"heading\">\r\n");
          out.write("<h3>");
          out.print(UICmdtyRanking.getRankingTitle(UICmdtyRanking.RANKING_HAIRCARE_INX));
          out.write("</h3>\r\n");
          out.write("<p class=\"more\">");
          out.write("<a href=\"");
          out.print(mainSrvSite+"?actionNameTxt="+SIConfig.SIACTION_RANKING+"&inx="+UICmdtyRanking.RANKING_HAIRCARE_INX);
          out.write("\" class=\"arrow01\">もっと見る");
          out.write("</a>");
          out.write("</p>\r\n");
          out.write("</div>\r\n");
          out.write("<ol id=\"ranking04\" class=\"item\">\r\n");
int hairCareCount=0;
          out.write("\r\n");
          /* ----  webshop:siiterator ---- */
          jp.co.sint.taglib.SIIteratorTag _jspx_th_webshop_siiterator_14 = (jp.co.sint.taglib.SIIteratorTag) _jspx_tagPool_webshop_siiterator_type_id_collection.get(jp.co.sint.taglib.SIIteratorTag.class);
          _jspx_th_webshop_siiterator_14.setPageContext(pageContext);
          _jspx_th_webshop_siiterator_14.setParent(_jspx_th_webshop_isTrue_1);
          _jspx_th_webshop_siiterator_14.setType("jp.co.sint.basic.SICmdty");
          _jspx_th_webshop_siiterator_14.setCollection(UICmdtyRanking.getHairCareColl(connection,request,4));
          _jspx_th_webshop_siiterator_14.setId("hairCareID");
          int _jspx_eval_webshop_siiterator_14 = _jspx_th_webshop_siiterator_14.doStartTag();
          if (_jspx_eval_webshop_siiterator_14 != javax.servlet.jsp.tagext.Tag.SKIP_BODY) {
            jp.co.sint.basic.SICmdty hairCareID = null;
            hairCareID = (jp.co.sint.basic.SICmdty) pageContext.findAttribute("hairCareID");
            do {
              out.write("\r\n");
              out.write("<li>\r\n");
hairCareCount++;
if(hairCareCount==1){
              out.write("\r\n");
              out.write("<h4>");
              out.write("<img src=\"");
              out.print(webshopSite);
              out.write("/img/h_1st.gif\" alt=\"第1位\" width=\"92\" height=\"19\" />");
              out.write("</h4>\r\n");
}else if(hairCareCount==2){
              out.write("\r\n");
              out.write("<h4>");
              out.write("<img src=\"");
              out.print(webshopSite);
              out.write("/img/h_2nd.gif\" alt=\"第2位\" width=\"33\" height=\"19\" />");
              out.write("</h4>\r\n");
}else if(hairCareCount==3){
              out.write("\r\n");
              out.write("<h4>");
              out.write("<img src=\"");
              out.print(webshopSite);
              out.write("/img/h_3rd.gif\" alt=\"第3位\" width=\"33\" height=\"19\" />");
              out.write("</h4>\r\n");
}else{
              out.write("\r\n");
              out.write("<h4>");
              out.write("<img src=\"");
              out.print(webshopSite);
              out.write("/img/h_4th.gif\" alt=\"第4位\" width=\"33\" height=\"19\" />");
              out.write("</h4>\r\n");
}
              out.write("\r\n");
              out.write("<p class=\"pic\">");
              out.write("<a href=\"");
              out.print(hairCosmeCmdtySrvSite+"/"+hairCareID.getCmdtyCode()+"/"+hairCareID.getIndividualCode());
              out.write("\">");
              out.write("<img src=\"");
              out.print(webshopSite);
              out.write("/image/cmdty/");
              out.print(hairCareID.getCmdtyCode());
              out.write("/");
              out.print(hairCareID.getCmdtyCode());
              out.write("_");
              out.print(hairCareID.getIndividualCode());
              out.write("_t.jpg\" width=\"100\" height=\"75\" border=\"0\" alt=\"");
              out.print(SIHTMLUtil.HTMLEncode(hairCareID.getCmdtyName()));
              out.write("\">");
              out.write("</a>");
              out.write("</p>\r\n");
              out.write("<p class=\"txt\">");
              out.write("<a href=\"");
              out.print(hairCmdtySrvSite+"/"+hairCareID.getCmdtyCode()+"/"+hairCareID.getIndividualCode());
              out.write("\">");
              out.print(SIStringUtil.limitLength(SIHTMLUtil.HTMLEncode(hairCareID.getCmdtyName()),lengthCount,"…"));
              out.write("</a>");
              out.write("<br>\r\n");
if(hairCareID.isContractFlg()){
              out.write("\r\nBG卸価：契約後表示");
              out.write("</p>\r\n");
}else if(hairCareID.getBGPriceDispFlg().equals("2")){
              out.write("\r\nお問い合わせ下さい");
              out.write("</p>\r\n");
}else if(hairCareID.getBGPriceDispFlg().equals("1")){
              out.write("\r\nBG卸価：ログイン表示");
              out.write("</p>\r\n");
}else{
              out.write("\r\n");
if(SIUtil.isNotNull(hairCareID.getNewFixedPrice())&&!"0".equals(hairCareID.getNewFixedPrice())){
              out.write("￥");
              out.print(SIUtil.NumberFormat(hairCareID.getNewFixedPrice()));
              out.write("→");
}
              out.write("\r\n");
if (!hairCareID.isCmdtyComposition()){
              out.write("\r\n");
if(hairCareID.getFinalUnitPriceWithoutTax().equals(hairCareID.getUnitPriceWithoutTax())){
              out.write("\r\n");
              out.write("<em>￥");
              out.print(SIUtil.NumberFormat(hairCareID.getFinalUnitPriceWithoutTax()));
              out.write("</em>");
              out.write("<em class=\"tax\">(税別)");
              out.write("</em>");
              out.write("</p>\r\n");
}else{
              out.write("\r\n");
              out.write("<em>");
              out.write("<strike>￥");
              out.print(SIUtil.NumberFormat(hairCareID.getUnitPriceWithoutTax()));
              out.write("</strike>");
              out.write("</em>");
              out.write("<em class=\"tax\">");
              out.write("<strike>(税別)");
              out.write("</strike>");
              out.write("</em>");
              out.write("<br>\r\n");
              out.write("<em class=\"tax\">VIP特価：");
              out.write("</em>");
              out.write("<br>");
              out.write("<em>￥");
              out.print(SIUtil.NumberFormat(hairCareID.getFinalUnitPriceWithoutTax()));
              out.write("</em>");
              out.write("<em class=\"tax\">(税別)");
              out.write("</em>");
              out.write("</p>\r\n");
}
              out.write("\r\n");
}else{
              out.write("\r\n");
 String setUnitPrice = hairCareID.getSetUnitPriceWithoutTax(connection); 
              out.write("\r\n");
 String setDiscountUnitPrice = hairCareID.getSetDiscountUnitPriceWithoutTax(connection); 
              out.write("\r\n");
if(setUnitPrice.equals(setDiscountUnitPrice)){
              out.write("\r\n");
              out.write("<em>￥");
              out.print(SIUtil.NumberFormat(setUnitPrice));
              out.write("</em>");
              out.write("<em class=\"tax\">(税別)");
              out.write("</em>");
              out.write("</p>\r\n");
}else{
              out.write("\r\n");
              out.write("<em>");
              out.write("<strike>￥");
              out.print(SIUtil.NumberFormat(setUnitPrice));
              out.write("</strike>");
              out.write("</em>");
              out.write("<em class=\"tax\">");
              out.write("<strike>(税別)");
              out.write("</strike>");
              out.write("</em>");
              out.write("<br>\r\n");
              out.write("<em class=\"tax\">VIP特価：");
              out.write("</em>");
              out.write("<em>￥");
              out.print(SIUtil.NumberFormat(setDiscountUnitPrice));
              out.write("</em>");
              out.write("<em class=\"tax\">(税別)");
              out.write("</em>");
              out.write("</p>\r\n");
}
              out.write("\r\n");
}}
              out.write("\r\n");
              out.write("</li>\r\n");
              int evalDoAfterBody = _jspx_th_webshop_siiterator_14.doAfterBody();
              hairCareID = (jp.co.sint.basic.SICmdty) pageContext.findAttribute("hairCareID");
              if (evalDoAfterBody != javax.servlet.jsp.tagext.BodyTag.EVAL_BODY_AGAIN)
                break;
            } while (true);
          }
          if (_jspx_th_webshop_siiterator_14.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
            return;
          _jspx_tagPool_webshop_siiterator_type_id_collection.reuse(_jspx_th_webshop_siiterator_14);
          out.write("\r\n");
          out.write("</ol>\r\n");
          out.write("</div>\r\n");
          out.write("<div class=\"wrapper\">\r\n");
          out.write("<div class=\"heading\">\r\n");
          out.write("<h3>");
          out.print(UICmdtyRanking.getRankingTitle(UICmdtyRanking.RANKING_HAIRCOLOR_INX));
          out.write("</h3>\r\n");
          out.write("<p class=\"more\">");
          out.write("<a href=\"");
          out.print(mainSrvSite+"?actionNameTxt="+SIConfig.SIACTION_RANKING+"&inx="+UICmdtyRanking.RANKING_HAIRCOLOR_INX);
          out.write("\" class=\"arrow01\">もっと見る");
          out.write("</a>");
          out.write("</p>\r\n");
          out.write("</div>\r\n");
          out.write("<ol id=\"ranking05\" class=\"item\">\r\n");
int hairColorCount=0;
          out.write("\r\n");
          /* ----  webshop:siiterator ---- */
          jp.co.sint.taglib.SIIteratorTag _jspx_th_webshop_siiterator_15 = (jp.co.sint.taglib.SIIteratorTag) _jspx_tagPool_webshop_siiterator_type_id_collection.get(jp.co.sint.taglib.SIIteratorTag.class);
          _jspx_th_webshop_siiterator_15.setPageContext(pageContext);
          _jspx_th_webshop_siiterator_15.setParent(_jspx_th_webshop_isTrue_1);
          _jspx_th_webshop_siiterator_15.setType("jp.co.sint.basic.SICmdty");
          _jspx_th_webshop_siiterator_15.setCollection(UICmdtyRanking.getHairColorColl(connection,request,4));
          _jspx_th_webshop_siiterator_15.setId("hairColorID");
          int _jspx_eval_webshop_siiterator_15 = _jspx_th_webshop_siiterator_15.doStartTag();
          if (_jspx_eval_webshop_siiterator_15 != javax.servlet.jsp.tagext.Tag.SKIP_BODY) {
            jp.co.sint.basic.SICmdty hairColorID = null;
            hairColorID = (jp.co.sint.basic.SICmdty) pageContext.findAttribute("hairColorID");
            do {
              out.write("\r\n");
              out.write("<li>\r\n");
hairColorCount++;
if(hairColorCount==1){
              out.write("\r\n");
              out.write("<h4>");
              out.write("<img src=\"");
              out.print(webshopSite);
              out.write("/img/h_1st.gif\" alt=\"第1位\" width=\"92\" height=\"19\" />");
              out.write("</h4>\r\n");
}else if(hairColorCount==2){
              out.write("\r\n");
              out.write("<h4>");
              out.write("<img src=\"");
              out.print(webshopSite);
              out.write("/img/h_2nd.gif\" alt=\"第2位\" width=\"33\" height=\"19\" />");
              out.write("</h4>\r\n");
}else if(hairColorCount==3){
              out.write("\r\n");
              out.write("<h4>");
              out.write("<img src=\"");
              out.print(webshopSite);
              out.write("/img/h_3rd.gif\" alt=\"第3位\" width=\"33\" height=\"19\" />");
              out.write("</h4>\r\n");
}else{
              out.write("\r\n");
              out.write("<h4>");
              out.write("<img src=\"");
              out.print(webshopSite);
              out.write("/img/h_4th.gif\" alt=\"第4位\" width=\"33\" height=\"19\" />");
              out.write("</h4>\r\n");
}
              out.write("\r\n");
              out.write("<p class=\"pic\">");
              out.write("<a href=\"");
              out.print(hairCosmeCmdtySrvSite+"/"+hairColorID.getCmdtyCode()+"/"+hairColorID.getIndividualCode());
              out.write("\">");
              out.write("<img src=\"");
              out.print(webshopSite);
              out.write("/image/cmdty/");
              out.print(hairColorID.getCmdtyCode());
              out.write("/");
              out.print(hairColorID.getCmdtyCode());
              out.write("_");
              out.print(hairColorID.getIndividualCode());
              out.write("_t.jpg\" width=\"100\" height=\"75\" border=\"0\" alt=\"");
              out.print(SIHTMLUtil.HTMLEncode(hairColorID.getCmdtyName()));
              out.write("\">");
              out.write("</a>");
              out.write("</p>\r\n");
              out.write("<p class=\"txt\">");
              out.write("<a href=\"");
              out.print(hairCosmeCmdtySrvSite+"/"+hairColorID.getCmdtyCode()+"/"+hairColorID.getIndividualCode());
              out.write("\">");
              out.print(SIStringUtil.limitLength(SIHTMLUtil.HTMLEncode(hairColorID.getCmdtyName()),lengthCount,"…"));
              out.write("</a>");
              out.write("<br>\r\n");
if(hairColorID.isContractFlg()){
              out.write("\r\nBG卸価：契約後表示");
              out.write("</p>\r\n");
}else if(hairColorID.getBGPriceDispFlg().equals("2")){
              out.write("\r\nお問い合わせ下さい");
              out.write("</p>\r\n");
}else if(hairColorID.getBGPriceDispFlg().equals("1")){
              out.write("\r\nBG卸価：ログイン表示");
              out.write("</p>\r\n");
}else{
              out.write("\r\n");
if(SIUtil.isNotNull(hairColorID.getNewFixedPrice())&&!"0".equals(hairColorID.getNewFixedPrice())){
              out.write("￥");
              out.print(SIUtil.NumberFormat(hairColorID.getNewFixedPrice()));
              out.write("→");
}
              out.write("\r\n");
if (!hairColorID.isCmdtyComposition()){
              out.write("\r\n");
if(hairColorID.getFinalUnitPriceWithoutTax().equals(hairColorID.getUnitPriceWithoutTax())){
              out.write("\r\n");
              out.write("<em>￥");
              out.print(SIUtil.NumberFormat(hairColorID.getFinalUnitPriceWithoutTax()));
              out.write("</em>");
              out.write("<em class=\"tax\">(税別)");
              out.write("</em>");
              out.write("</p>\r\n");
}else{
              out.write("\r\n");
              out.write("<em>");
              out.write("<strike>￥");
              out.print(SIUtil.NumberFormat(hairColorID.getUnitPriceWithoutTax()));
              out.write("</strike>");
              out.write("</em>");
              out.write("<em class=\"tax\">");
              out.write("<strike>(税別)");
              out.write("</strike>");
              out.write("</em>");
              out.write("<br>\r\n");
              out.write("<em class=\"tax\">VIP特価：");
              out.write("</em>");
              out.write("<br>");
              out.write("<em>￥");
              out.print(SIUtil.NumberFormat(hairColorID.getFinalUnitPriceWithoutTax()));
              out.write("</em>");
              out.write("<em class=\"tax\">(税別)");
              out.write("</em>");
              out.write("</p>\r\n");
}
              out.write("\r\n");
}else{
              out.write("\r\n");
 String setUnitPrice = hairColorID.getSetUnitPriceWithoutTax(connection); 
              out.write("\r\n");
 String setDiscountUnitPrice = hairColorID.getSetDiscountUnitPriceWithoutTax(connection); 
              out.write("\r\n");
if(setUnitPrice.equals(setDiscountUnitPrice)){
              out.write("\r\n");
              out.write("<em>￥");
              out.print(SIUtil.NumberFormat(setUnitPrice));
              out.write("</em>");
              out.write("<em class=\"tax\">(税別)");
              out.write("</em>");
              out.write("</p>\r\n");
}else{
              out.write("\r\n");
              out.write("<em>");
              out.write("<strike>￥");
              out.print(SIUtil.NumberFormat(setUnitPrice));
              out.write("</strike>");
              out.write("</em>");
              out.write("<em class=\"tax\">");
              out.write("<strike>(税別)");
              out.write("</strike>");
              out.write("</em>");
              out.write("<br>\r\n");
              out.write("<em class=\"tax\">VIP特価：");
              out.write("</em>");
              out.write("<em>￥");
              out.print(SIUtil.NumberFormat(setDiscountUnitPrice));
              out.write("</em>");
              out.write("<em class=\"tax\">(税別)");
              out.write("</em>");
              out.write("</p>\r\n");
}
              out.write("\r\n");
}}
              out.write("\r\n");
              out.write("</li>\r\n");
              int evalDoAfterBody = _jspx_th_webshop_siiterator_15.doAfterBody();
              hairColorID = (jp.co.sint.basic.SICmdty) pageContext.findAttribute("hairColorID");
              if (evalDoAfterBody != javax.servlet.jsp.tagext.BodyTag.EVAL_BODY_AGAIN)
                break;
            } while (true);
          }
          if (_jspx_th_webshop_siiterator_15.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
            return;
          _jspx_tagPool_webshop_siiterator_type_id_collection.reuse(_jspx_th_webshop_siiterator_15);
          out.write("\r\n");
          out.write("</ol>\r\n");
          out.write("</div>\r\n");
          out.write("<div class=\"wrapper\">\r\n");
          out.write("<div class=\"heading\">\r\n");
          out.write("<h3>");
          out.print(UICmdtyRanking.getRankingTitle(UICmdtyRanking.RANKING_PERMANENT_INX));
          out.write("</h3>\r\n");
          out.write("<p class=\"more\">");
          out.write("<a href=\"");
          out.print(mainSrvSite+"?actionNameTxt="+SIConfig.SIACTION_RANKING+"&inx="+UICmdtyRanking.RANKING_PERMANENT_INX);
          out.write("\" class=\"arrow01\">もっと見る");
          out.write("</a>");
          out.write("</p>\r\n");
          out.write("</div>\r\n");
          out.write("<ol id=\"ranking06\" class=\"item\">\r\n");
int permanentCount=0;
          out.write("\r\n");
          /* ----  webshop:siiterator ---- */
          jp.co.sint.taglib.SIIteratorTag _jspx_th_webshop_siiterator_16 = (jp.co.sint.taglib.SIIteratorTag) _jspx_tagPool_webshop_siiterator_type_id_collection.get(jp.co.sint.taglib.SIIteratorTag.class);
          _jspx_th_webshop_siiterator_16.setPageContext(pageContext);
          _jspx_th_webshop_siiterator_16.setParent(_jspx_th_webshop_isTrue_1);
          _jspx_th_webshop_siiterator_16.setType("jp.co.sint.basic.SICmdty");
          _jspx_th_webshop_siiterator_16.setCollection(UICmdtyRanking.getPermanentColl(connection,request,4));
          _jspx_th_webshop_siiterator_16.setId("permanentID");
          int _jspx_eval_webshop_siiterator_16 = _jspx_th_webshop_siiterator_16.doStartTag();
          if (_jspx_eval_webshop_siiterator_16 != javax.servlet.jsp.tagext.Tag.SKIP_BODY) {
            jp.co.sint.basic.SICmdty permanentID = null;
            permanentID = (jp.co.sint.basic.SICmdty) pageContext.findAttribute("permanentID");
            do {
              out.write("\r\n");
              out.write("<li>\r\n");
permanentCount++;
if(permanentCount==1){
              out.write("\r\n");
              out.write("<h4>");
              out.write("<img src=\"");
              out.print(webshopSite);
              out.write("/img/h_1st.gif\" alt=\"第1位\" width=\"92\" height=\"19\" />");
              out.write("</h4>\r\n");
}else if(permanentCount==2){
              out.write("\r\n");
              out.write("<h4>");
              out.write("<img src=\"");
              out.print(webshopSite);
              out.write("/img/h_2nd.gif\" alt=\"第2位\" width=\"33\" height=\"19\" />");
              out.write("</h4>\r\n");
}else if(permanentCount==3){
              out.write("\r\n");
              out.write("<h4>");
              out.write("<img src=\"");
              out.print(webshopSite);
              out.write("/img/h_3rd.gif\" alt=\"第3位\" width=\"33\" height=\"19\" />");
              out.write("</h4>\r\n");
}else{
              out.write("\r\n");
              out.write("<h4>");
              out.write("<img src=\"");
              out.print(webshopSite);
              out.write("/img/h_4th.gif\" alt=\"第4位\" width=\"33\" height=\"19\" />");
              out.write("</h4>\r\n");
}
              out.write("\r\n");
              out.write("<p class=\"pic\">");
              out.write("<a href=\"");
              out.print(hairCosmeCmdtySrvSite+"/"+permanentID.getCmdtyCode()+"/"+permanentID.getIndividualCode());
              out.write("\">");
              out.write("<img src=\"");
              out.print(webshopSite);
              out.write("/image/cmdty/");
              out.print(permanentID.getCmdtyCode());
              out.write("/");
              out.print(permanentID.getCmdtyCode());
              out.write("_");
              out.print(permanentID.getIndividualCode());
              out.write("_t.jpg\" width=\"100\" height=\"75\" border=\"0\" alt=\"");
              out.print(SIHTMLUtil.HTMLEncode(permanentID.getCmdtyName()));
              out.write("\">");
              out.write("</a>");
              out.write("</p>\r\n");
              out.write("<p class=\"txt\">");
              out.write("<a href=\"");
              out.print(hairCosmeCmdtySrvSite+"/"+permanentID.getCmdtyCode()+"/"+permanentID.getIndividualCode());
              out.write("\">");
              out.print(SIStringUtil.limitLength(SIHTMLUtil.HTMLEncode(permanentID.getCmdtyName()),lengthCount,"…"));
              out.write("</a>");
              out.write("<br>\r\n");
if(permanentID.isContractFlg()){
              out.write("\r\nBG卸価：契約後表示");
              out.write("</p>\r\n");
}else if(permanentID.getBGPriceDispFlg().equals("2")){
              out.write("\r\nお問い合わせ下さい");
              out.write("</p>\r\n");
}else if(permanentID.getBGPriceDispFlg().equals("1")){
              out.write("\r\nBG卸価：ログイン表示");
              out.write("</p>\r\n");
}else{
              out.write("\r\n");
if(SIUtil.isNotNull(permanentID.getNewFixedPrice())&&!"0".equals(permanentID.getNewFixedPrice())){
              out.write("￥");
              out.print(SIUtil.NumberFormat(permanentID.getNewFixedPrice()));
              out.write("→");
}
              out.write("\r\n");
if (!permanentID.isCmdtyComposition()){
              out.write("\r\n");
if(permanentID.getFinalUnitPriceWithoutTax().equals(permanentID.getUnitPriceWithoutTax())){
              out.write("\r\n");
              out.write("<em>￥");
              out.print(SIUtil.NumberFormat(permanentID.getFinalUnitPriceWithoutTax()));
              out.write("</em>");
              out.write("<em class=\"tax\">(税別)");
              out.write("</em>");
              out.write("</p>\r\n");
}else{
              out.write("\r\n");
              out.write("<em>");
              out.write("<strike>￥");
              out.print(SIUtil.NumberFormat(permanentID.getUnitPriceWithoutTax()));
              out.write("</strike>");
              out.write("</em>");
              out.write("<em class=\"tax\">");
              out.write("<strike>(税別)");
              out.write("</strike>");
              out.write("</em>");
              out.write("<br>\r\n");
              out.write("<em class=\"tax\">VIP特価：");
              out.write("</em>");
              out.write("<br>");
              out.write("<em>￥");
              out.print(SIUtil.NumberFormat(permanentID.getFinalUnitPriceWithoutTax()));
              out.write("</em>");
              out.write("<em class=\"tax\">(税別)");
              out.write("</em>");
              out.write("</p>\r\n");
}
              out.write("\r\n");
}else{
              out.write("\r\n");
 String setUnitPrice = permanentID.getSetUnitPriceWithoutTax(connection); 
              out.write("\r\n");
 String setDiscountUnitPrice = permanentID.getSetDiscountUnitPriceWithoutTax(connection); 
              out.write("\r\n");
if(setUnitPrice.equals(setDiscountUnitPrice)){
              out.write("\r\n");
              out.write("<em>￥");
              out.print(SIUtil.NumberFormat(setUnitPrice));
              out.write("</em>");
              out.write("<em class=\"tax\">(税別)");
              out.write("</em>");
              out.write("</p>\r\n");
}else{
              out.write("\r\n");
              out.write("<em>");
              out.write("<strike>￥");
              out.print(SIUtil.NumberFormat(setUnitPrice));
              out.write("</strike>");
              out.write("</em>");
              out.write("<em class=\"tax\">");
              out.write("<strike>(税別)");
              out.write("</strike>");
              out.write("</em>");
              out.write("<br>\r\n");
              out.write("<em class=\"tax\">VIP特価：");
              out.write("</em>");
              out.write("<em>￥");
              out.print(SIUtil.NumberFormat(setDiscountUnitPrice));
              out.write("</em>");
              out.write("<em class=\"tax\">(税別)");
              out.write("</em>");
              out.write("</p>\r\n");
}
              out.write("\r\n");
}}
              out.write("\r\n");
              out.write("</li>\r\n");
              int evalDoAfterBody = _jspx_th_webshop_siiterator_16.doAfterBody();
              permanentID = (jp.co.sint.basic.SICmdty) pageContext.findAttribute("permanentID");
              if (evalDoAfterBody != javax.servlet.jsp.tagext.BodyTag.EVAL_BODY_AGAIN)
                break;
            } while (true);
          }
          if (_jspx_th_webshop_siiterator_16.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
            return;
          _jspx_tagPool_webshop_siiterator_type_id_collection.reuse(_jspx_th_webshop_siiterator_16);
          out.write("\r\n");
          out.write("</ol>\r\n");
          out.write("</div>\r\n");
          out.write("<div class=\"wrapper\">\r\n");
          out.write("<div class=\"heading\">\r\n");
          out.write("<h3>");
          out.print(UICmdtyRanking.getRankingTitle(UICmdtyRanking.RANKING_OUTBATH_INX));
          out.write("</h3>\r\n");
          out.write("<p class=\"more\">");
          out.write("<a href=\"");
          out.print(mainSrvSite+"?actionNameTxt="+SIConfig.SIACTION_RANKING+"&inx="+UICmdtyRanking.RANKING_OUTBATH_INX);
          out.write("\" class=\"arrow01\">もっと見る");
          out.write("</a>");
          out.write("</p>\r\n");
          out.write("</div>\r\n");
          out.write("<ol id=\"ranking07\" class=\"item\">\r\n");
int wagonCount=0;
          out.write("\r\n");
          /* ----  webshop:siiterator ---- */
          jp.co.sint.taglib.SIIteratorTag _jspx_th_webshop_siiterator_17 = (jp.co.sint.taglib.SIIteratorTag) _jspx_tagPool_webshop_siiterator_type_id_collection.get(jp.co.sint.taglib.SIIteratorTag.class);
          _jspx_th_webshop_siiterator_17.setPageContext(pageContext);
          _jspx_th_webshop_siiterator_17.setParent(_jspx_th_webshop_isTrue_1);
          _jspx_th_webshop_siiterator_17.setType("jp.co.sint.basic.SICmdty");
          _jspx_th_webshop_siiterator_17.setCollection(UICmdtyRanking.getOutBathColl(connection,request,4));
          _jspx_th_webshop_siiterator_17.setId("outBathID");
          int _jspx_eval_webshop_siiterator_17 = _jspx_th_webshop_siiterator_17.doStartTag();
          if (_jspx_eval_webshop_siiterator_17 != javax.servlet.jsp.tagext.Tag.SKIP_BODY) {
            jp.co.sint.basic.SICmdty outBathID = null;
            outBathID = (jp.co.sint.basic.SICmdty) pageContext.findAttribute("outBathID");
            do {
              out.write("\r\n");
              out.write("<li>\r\n");
wagonCount++;
if(wagonCount==1){
              out.write("\r\n");
              out.write("<h4>");
              out.write("<img src=\"");
              out.print(webshopSite);
              out.write("/img/h_1st.gif\" alt=\"第1位\" width=\"92\" height=\"19\" />");
              out.write("</h4>\r\n");
}else if(wagonCount==2){
              out.write("\r\n");
              out.write("<h4>");
              out.write("<img src=\"");
              out.print(webshopSite);
              out.write("/img/h_2nd.gif\" alt=\"第2位\" width=\"33\" height=\"19\" />");
              out.write("</h4>\r\n");
}else if(wagonCount==3){
              out.write("\r\n");
              out.write("<h4>");
              out.write("<img src=\"");
              out.print(webshopSite);
              out.write("/img/h_3rd.gif\" alt=\"第3位\" width=\"33\" height=\"19\" />");
              out.write("</h4>\r\n");
}else{
              out.write("\r\n");
              out.write("<h4>");
              out.write("<img src=\"");
              out.print(webshopSite);
              out.write("/img/h_4th.gif\" alt=\"第4位\" width=\"33\" height=\"19\" />");
              out.write("</h4>\r\n");
}
              out.write("\r\n");
              out.write("<p class=\"pic\">");
              out.write("<a href=\"");
              out.print(hairCosmeCmdtySrvSite+"/"+outBathID.getCmdtyCode()+"/"+outBathID.getIndividualCode());
              out.write("\">");
              out.write("<img src=\"");
              out.print(webshopSite);
              out.write("/image/cmdty/");
              out.print(outBathID.getCmdtyCode());
              out.write("/");
              out.print(outBathID.getCmdtyCode());
              out.write("_");
              out.print(outBathID.getIndividualCode());
              out.write("_t.jpg\" width=\"100\" height=\"75\" border=\"0\" alt=\"");
              out.print(SIHTMLUtil.HTMLEncode(outBathID.getCmdtyName()));
              out.write("\">");
              out.write("</a>");
              out.write("</p>\r\n");
              out.write("<p class=\"txt\">");
              out.write("<a href=\"");
              out.print(hairCosmeCmdtySrvSite+"/"+outBathID.getCmdtyCode()+"/"+outBathID.getIndividualCode());
              out.write("\">");
              out.print(SIStringUtil.limitLength(SIHTMLUtil.HTMLEncode(outBathID.getCmdtyName()),lengthCount,"…"));
              out.write("</a>");
              out.write("<br>\r\n");
if(outBathID.isContractFlg()){
              out.write("\r\nBG卸価：契約後表示");
              out.write("</p>\r\n");
}else if(outBathID.getBGPriceDispFlg().equals("2")){
              out.write("\r\nお問い合わせ下さい");
              out.write("</p>\r\n");
}else if(outBathID.getBGPriceDispFlg().equals("1")){
              out.write("\r\nBG卸価：ログイン表示");
              out.write("</p>\r\n");
}else{
              out.write("\r\n");
if(SIUtil.isNotNull(outBathID.getNewFixedPrice())&&!"0".equals(outBathID.getNewFixedPrice())){
              out.write("￥");
              out.print(SIUtil.NumberFormat(outBathID.getNewFixedPrice()));
              out.write("→");
}
              out.write("\r\n");
if (!outBathID.isCmdtyComposition()){
              out.write("\r\n");
if(outBathID.getFinalUnitPriceWithoutTax().equals(outBathID.getUnitPriceWithoutTax())){
              out.write("\r\n");
              out.write("<em>￥");
              out.print(SIUtil.NumberFormat(outBathID.getFinalUnitPriceWithoutTax()));
              out.write("</em>");
              out.write("<em class=\"tax\">(税別)");
              out.write("</em>");
              out.write("</p>\r\n");
}else{
              out.write("\r\n");
              out.write("<em>");
              out.write("<strike>￥");
              out.print(SIUtil.NumberFormat(outBathID.getUnitPriceWithoutTax()));
              out.write("</strike>");
              out.write("</em>");
              out.write("<em class=\"tax\">");
              out.write("<strike>(税別)");
              out.write("</strike>");
              out.write("</em>");
              out.write("<br>\r\n");
              out.write("<em class=\"tax\">VIP特価：");
              out.write("</em>");
              out.write("<br>");
              out.write("<em>￥");
              out.print(SIUtil.NumberFormat(outBathID.getFinalUnitPriceWithoutTax()));
              out.write("</em>");
              out.write("<em class=\"tax\">(税別)");
              out.write("</em>");
              out.write("</p>\r\n");
}
              out.write("\r\n");
}else{
              out.write("\r\n");
 String setUnitPrice = outBathID.getSetUnitPriceWithoutTax(connection); 
              out.write("\r\n");
 String setDiscountUnitPrice = outBathID.getSetDiscountUnitPriceWithoutTax(connection); 
              out.write("\r\n");
if(setUnitPrice.equals(setDiscountUnitPrice)){
              out.write("\r\n");
              out.write("<em>￥");
              out.print(SIUtil.NumberFormat(setUnitPrice));
              out.write("</em>");
              out.write("<em class=\"tax\">(税別)");
              out.write("</em>");
              out.write("</p>\r\n");
}else{
              out.write("\r\n");
              out.write("<em>");
              out.write("<strike>￥");
              out.print(SIUtil.NumberFormat(setUnitPrice));
              out.write("</strike>");
              out.write("</em>");
              out.write("<em class=\"tax\">");
              out.write("<strike>(税別)");
              out.write("</strike>");
              out.write("</em>");
              out.write("<br>\r\n");
              out.write("<em class=\"tax\">VIP特価：");
              out.write("</em>");
              out.write("<em>￥");
              out.print(SIUtil.NumberFormat(setDiscountUnitPrice));
              out.write("</em>");
              out.write("<em class=\"tax\">(税別)");
              out.write("</em>");
              out.write("</p>\r\n");
}
              out.write("\r\n");
}}
              out.write("\r\n");
              out.write("</li>\r\n");
              int evalDoAfterBody = _jspx_th_webshop_siiterator_17.doAfterBody();
              outBathID = (jp.co.sint.basic.SICmdty) pageContext.findAttribute("outBathID");
              if (evalDoAfterBody != javax.servlet.jsp.tagext.BodyTag.EVAL_BODY_AGAIN)
                break;
            } while (true);
          }
          if (_jspx_th_webshop_siiterator_17.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
            return;
          _jspx_tagPool_webshop_siiterator_type_id_collection.reuse(_jspx_th_webshop_siiterator_17);
          out.write("\r\n");
          out.write("</ol>\r\n");
          out.write("</div>\r\n");
          out.write("<div class=\"wrapper\">\r\n");
          out.write("<div class=\"heading\">\r\n");
          out.write("<h3>");
          out.print(UICmdtyRanking.getRankingTitle(UICmdtyRanking.RANKING_STYLING_INX));
          out.write("</h3>\r\n");
          out.write("<p class=\"more\">");
          out.write("<a href=\"");
          out.print(mainSrvSite+"?actionNameTxt="+SIConfig.SIACTION_RANKING+"&inx="+UICmdtyRanking.RANKING_STYLING_INX);
          out.write("\" class=\"arrow01\">もっと見る");
          out.write("</a>");
          out.write("</p>\r\n");
          out.write("</div>\r\n");
          out.write("<ol id=\"ranking08\" class=\"item\">\r\n");
int stylingCount=0;
          out.write("\r\n");
          /* ----  webshop:siiterator ---- */
          jp.co.sint.taglib.SIIteratorTag _jspx_th_webshop_siiterator_18 = (jp.co.sint.taglib.SIIteratorTag) _jspx_tagPool_webshop_siiterator_type_id_collection.get(jp.co.sint.taglib.SIIteratorTag.class);
          _jspx_th_webshop_siiterator_18.setPageContext(pageContext);
          _jspx_th_webshop_siiterator_18.setParent(_jspx_th_webshop_isTrue_1);
          _jspx_th_webshop_siiterator_18.setType("jp.co.sint.basic.SICmdty");
          _jspx_th_webshop_siiterator_18.setCollection(UICmdtyRanking.getStylingColl(connection,request,4));
          _jspx_th_webshop_siiterator_18.setId("stylingID");
          int _jspx_eval_webshop_siiterator_18 = _jspx_th_webshop_siiterator_18.doStartTag();
          if (_jspx_eval_webshop_siiterator_18 != javax.servlet.jsp.tagext.Tag.SKIP_BODY) {
            jp.co.sint.basic.SICmdty stylingID = null;
            stylingID = (jp.co.sint.basic.SICmdty) pageContext.findAttribute("stylingID");
            do {
              out.write("\r\n");
              out.write("<li>\r\n");
stylingCount++;
if(stylingCount==1){
              out.write("\r\n");
              out.write("<h4>");
              out.write("<img src=\"");
              out.print(webshopSite);
              out.write("/img/h_1st.gif\" alt=\"第1位\" width=\"92\" height=\"19\" />");
              out.write("</h4>\r\n");
}else if(stylingCount==2){
              out.write("\r\n");
              out.write("<h4>");
              out.write("<img src=\"");
              out.print(webshopSite);
              out.write("/img/h_2nd.gif\" alt=\"第2位\" width=\"33\" height=\"19\" />");
              out.write("</h4>\r\n");
}else if(stylingCount==3){
              out.write("\r\n");
              out.write("<h4>");
              out.write("<img src=\"");
              out.print(webshopSite);
              out.write("/img/h_3rd.gif\" alt=\"第3位\" width=\"33\" height=\"19\" />");
              out.write("</h4>\r\n");
}else{
              out.write("\r\n");
              out.write("<h4>");
              out.write("<img src=\"");
              out.print(webshopSite);
              out.write("/img/h_4th.gif\" alt=\"第4位\" width=\"33\" height=\"19\" />");
              out.write("</h4>\r\n");
}
              out.write("\r\n");
              out.write("<p class=\"pic\">");
              out.write("<a href=\"");
              out.print(hairCosmeCmdtySrvSite+"/"+stylingID.getCmdtyCode()+"/"+stylingID.getIndividualCode());
              out.write("\">");
              out.write("<img src=\"");
              out.print(webshopSite);
              out.write("/image/cmdty/");
              out.print(stylingID.getCmdtyCode());
              out.write("/");
              out.print(stylingID.getCmdtyCode());
              out.write("_");
              out.print(stylingID.getIndividualCode());
              out.write("_t.jpg\" width=\"100\" height=\"75\" border=\"0\" alt=\"");
              out.print(SIHTMLUtil.HTMLEncode(stylingID.getCmdtyName()));
              out.write("\">");
              out.write("</a>");
              out.write("</p>\r\n");
              out.write("<p class=\"txt\">");
              out.write("<a href=\"");
              out.print(hairCosmeCmdtySrvSite+"/"+stylingID.getCmdtyCode()+"/"+stylingID.getIndividualCode());
              out.write("\">");
              out.print(SIStringUtil.limitLength(SIHTMLUtil.HTMLEncode(stylingID.getCmdtyName()),lengthCount,"…"));
              out.write("</a>");
              out.write("<br>\r\n");
if(stylingID.isContractFlg()){
              out.write("\r\nBG卸価：契約後表示");
              out.write("</p>\r\n");
}else if(stylingID.getBGPriceDispFlg().equals("2")){
              out.write("\r\nお問い合わせ下さい");
              out.write("</p>\r\n");
}else if(stylingID.getBGPriceDispFlg().equals("1")){
              out.write("\r\nBG卸価：ログイン表示");
              out.write("</p>\r\n");
}else{
              out.write("\r\n");
if(SIUtil.isNotNull(stylingID.getNewFixedPrice())&&!"0".equals(stylingID.getNewFixedPrice())){
              out.write("￥");
              out.print(SIUtil.NumberFormat(stylingID.getNewFixedPrice()));
              out.write("→");
}
              out.write("\r\n");
if (!stylingID.isCmdtyComposition()){
              out.write("\r\n");
if(stylingID.getFinalUnitPriceWithoutTax().equals(stylingID.getUnitPriceWithoutTax())){
              out.write("\r\n");
              out.write("<em>￥");
              out.print(SIUtil.NumberFormat(stylingID.getFinalUnitPriceWithoutTax()));
              out.write("</em>");
              out.write("<em class=\"tax\">(税別)");
              out.write("</em>");
              out.write("</p>\r\n");
}else{
              out.write("\r\n");
              out.write("<em>");
              out.write("<strike>￥");
              out.print(SIUtil.NumberFormat(stylingID.getUnitPriceWithoutTax()));
              out.write("</strike>");
              out.write("</em>");
              out.write("<em class=\"tax\">");
              out.write("<strike>(税別)");
              out.write("</strike>");
              out.write("</em>");
              out.write("<br>\r\n");
              out.write("<em class=\"tax\">VIP特価：");
              out.write("</em>");
              out.write("<br>");
              out.write("<em>￥");
              out.print(SIUtil.NumberFormat(stylingID.getFinalUnitPriceWithoutTax()));
              out.write("</em>");
              out.write("<em class=\"tax\">(税別)");
              out.write("</em>");
              out.write("</p>\r\n");
}
              out.write("\r\n");
}else{
              out.write("\r\n");
 String setUnitPrice = stylingID.getSetUnitPriceWithoutTax(connection); 
              out.write("\r\n");
 String setDiscountUnitPrice = stylingID.getSetDiscountUnitPriceWithoutTax(connection); 
              out.write("\r\n");
if(setUnitPrice.equals(setDiscountUnitPrice)){
              out.write("\r\n");
              out.write("<em>￥");
              out.print(SIUtil.NumberFormat(setUnitPrice));
              out.write("</em>");
              out.write("<em class=\"tax\">(税別)");
              out.write("</em>");
              out.write("</p>\r\n");
}else{
              out.write("\r\n");
              out.write("<em>");
              out.write("<strike>￥");
              out.print(SIUtil.NumberFormat(setUnitPrice));
              out.write("</strike>");
              out.write("</em>");
              out.write("<em class=\"tax\">");
              out.write("<strike>(税別)");
              out.write("</strike>");
              out.write("</em>");
              out.write("<br>\r\n");
              out.write("<em class=\"tax\">VIP特価：");
              out.write("</em>");
              out.write("<em>￥");
              out.print(SIUtil.NumberFormat(setDiscountUnitPrice));
              out.write("</em>");
              out.write("<em class=\"tax\">(税別)");
              out.write("</em>");
              out.write("</p>\r\n");
}
              out.write("\r\n");
}}
              out.write("\r\n");
              out.write("</li>\r\n");
              int evalDoAfterBody = _jspx_th_webshop_siiterator_18.doAfterBody();
              stylingID = (jp.co.sint.basic.SICmdty) pageContext.findAttribute("stylingID");
              if (evalDoAfterBody != javax.servlet.jsp.tagext.BodyTag.EVAL_BODY_AGAIN)
                break;
            } while (true);
          }
          if (_jspx_th_webshop_siiterator_18.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
            return;
          _jspx_tagPool_webshop_siiterator_type_id_collection.reuse(_jspx_th_webshop_siiterator_18);
          out.write("\r\n");
          out.write("</ol>\r\n");
          out.write("</div>\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(jobType==3);
      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("<div class=\"wrapper\">\r\n");
          out.write("<div class=\"heading\">\r\n");
          out.write("<h3>");
          out.print(UICmdtyRanking.getRankingTitle(UICmdtyRanking.RANKING_BED_INX));
          out.write("</h3>\r\n");
          out.write("<p class=\"more\">");
          out.write("<a href=\"");
          out.print(mainSrvSite+"?actionNameTxt="+SIConfig.SIACTION_RANKING+"&inx="+UICmdtyRanking.RANKING_BED_INX);
          out.write("\" class=\"arrow01\">もっと見る");
          out.write("</a>");
          out.write("</p>\r\n");
          out.write("</div>\r\n");
          out.write("<ol id=\"ranking01\" class=\"item\">\r\n");
int bedCount=0;
          out.write("\r\n");
          /* ----  webshop:siiterator ---- */
          jp.co.sint.taglib.SIIteratorTag _jspx_th_webshop_siiterator_19 = (jp.co.sint.taglib.SIIteratorTag) _jspx_tagPool_webshop_siiterator_type_id_collection.get(jp.co.sint.taglib.SIIteratorTag.class);
          _jspx_th_webshop_siiterator_19.setPageContext(pageContext);
          _jspx_th_webshop_siiterator_19.setParent(_jspx_th_webshop_isTrue_2);
          _jspx_th_webshop_siiterator_19.setType("jp.co.sint.basic.SICmdty");
          _jspx_th_webshop_siiterator_19.setCollection(UICmdtyRanking.getBedColl(connection,request,4));
          _jspx_th_webshop_siiterator_19.setId("bedID");
          int _jspx_eval_webshop_siiterator_19 = _jspx_th_webshop_siiterator_19.doStartTag();
          if (_jspx_eval_webshop_siiterator_19 != javax.servlet.jsp.tagext.Tag.SKIP_BODY) {
            jp.co.sint.basic.SICmdty bedID = null;
            bedID = (jp.co.sint.basic.SICmdty) pageContext.findAttribute("bedID");
            do {
              out.write("\r\n");
              out.write("<li>\r\n");
bedCount++;
if(bedCount==1){
              out.write("\r\n");
              out.write("<h4>");
              out.write("<img src=\"");
              out.print(webshopSite);
              out.write("/img/h_1st.gif\" alt=\"第1位\" width=\"92\" height=\"19\" />");
              out.write("</h4>\r\n");
}else if(bedCount==2){
              out.write("\r\n");
              out.write("<h4>");
              out.write("<img src=\"");
              out.print(webshopSite);
              out.write("/img/h_2nd.gif\" alt=\"第2位\" width=\"33\" height=\"19\" />");
              out.write("</h4>\r\n");
}else if(bedCount==3){
              out.write("\r\n");
              out.write("<h4>");
              out.write("<img src=\"");
              out.print(webshopSite);
              out.write("/img/h_3rd.gif\" alt=\"第3位\" width=\"33\" height=\"19\" />");
              out.write("</h4>\r\n");
}else{
              out.write("\r\n");
              out.write("<h4>");
              out.write("<img src=\"");
              out.print(webshopSite);
              out.write("/img/h_4th.gif\" alt=\"第4位\" width=\"33\" height=\"19\" />");
              out.write("</h4>\r\n");
}
              out.write("\r\n");
              out.write("<p class=\"pic\">");
              out.write("<a href=\"");
              out.print(bedCmdtySrvSite+"/"+bedID.getCmdtyCode()+"/"+bedID.getIndividualCode());
              out.write("\">");
              out.write("<img src=\"");
              out.print(webshopSite);
              out.write("/image/cmdty/");
              out.print(bedID.getCmdtyCode());
              out.write("/");
              out.print(bedID.getCmdtyCode());
              out.write("_");
              out.print(bedID.getIndividualCode());
              out.write("_t.jpg\" width=\"100\" height=\"75\" border=\"0\" alt=\"");
              out.print(SIHTMLUtil.HTMLEncode(bedID.getCmdtyName()));
              out.write("\">");
              out.write("</a>");
              out.write("</p>\r\n");
              out.write("<p class=\"txt\">");
              out.write("<a href=\"");
              out.print(bedCmdtySrvSite+"/"+bedID.getCmdtyCode()+"/"+bedID.getIndividualCode());
              out.write("\">");
              out.print(SIStringUtil.limitLength(SIHTMLUtil.HTMLEncode(bedID.getCmdtyName()),lengthCount,"…"));
              out.write("</a>");
              out.write("<br>\r\n");
if(bedID.isContractFlg()){
              out.write("\r\nBG卸価：契約後表示");
              out.write("</p>\r\n");
}else if(bedID.getBGPriceDispFlg().equals("2")){
              out.write("\r\nお問い合わせ下さい");
              out.write("</p>\r\n");
}else if(bedID.getBGPriceDispFlg().equals("1")){
              out.write("\r\nBG卸価：ログイン表示");
              out.write("</p>\r\n");
}else{
              out.write("\r\n");
if(SIUtil.isNotNull(bedID.getNewFixedPrice())&&!"0".equals(bedID.getNewFixedPrice())){
              out.write("￥");
              out.print(SIUtil.NumberFormat(bedID.getNewFixedPrice()));
              out.write("→");
}
              out.write("\r\n");
if (!bedID.isCmdtyComposition()){
              out.write("\r\n");
if(bedID.getFinalUnitPriceWithoutTax().equals(bedID.getUnitPriceWithoutTax())){
              out.write("\r\n");
              out.write("<em>￥");
              out.print(SIUtil.NumberFormat(bedID.getFinalUnitPriceWithoutTax()));
              out.write("</em>");
              out.write("<em class=\"tax\">(税別)");
              out.write("</em>");
              out.write("</p>\r\n");
}else{
              out.write("\r\n");
              out.write("<em>");
              out.write("<strike>￥");
              out.print(SIUtil.NumberFormat(bedID.getUnitPriceWithoutTax()));
              out.write("</strike>");
              out.write("</em>");
              out.write("<em class=\"tax\">");
              out.write("<strike>(税別)");
              out.write("</strike>");
              out.write("</em>");
              out.write("<br>\r\n");
              out.write("<em class=\"tax\">VIP特価：");
              out.write("</em>");
              out.write("<br>");
              out.write("<em>￥");
              out.print(SIUtil.NumberFormat(bedID.getFinalUnitPriceWithoutTax()));
              out.write("</em>");
              out.write("<em class=\"tax\">(税別)");
              out.write("</em>");
              out.write("</p>\r\n");
}
              out.write("\r\n");
}else{
              out.write("\r\n");
 String setUnitPrice = bedID.getSetUnitPriceWithoutTax(connection); 
              out.write("\r\n");
 String setDiscountUnitPrice = bedID.getSetDiscountUnitPriceWithoutTax(connection); 
              out.write("\r\n");
if(setUnitPrice.equals(setDiscountUnitPrice)){
              out.write("\r\n");
              out.write("<em>￥");
              out.print(SIUtil.NumberFormat(setUnitPrice));
              out.write("</em>");
              out.write("<em class=\"tax\">(税別)");
              out.write("</em>");
              out.write("</p>\r\n");
}else{
              out.write("\r\n");
              out.write("<em>");
              out.write("<strike>￥");
              out.print(SIUtil.NumberFormat(setUnitPrice));
              out.write("</strike>");
              out.write("</em>");
              out.write("<em class=\"tax\">");
              out.write("<strike>(税別)");
              out.write("</strike>");
              out.write("</em>");
              out.write("<br>\r\n");
              out.write("<em class=\"tax\">VIP特価：");
              out.write("</em>");
              out.write("<em>￥");
              out.print(SIUtil.NumberFormat(setDiscountUnitPrice));
              out.write("</em>");
              out.write("<em class=\"tax\">(税別)");
              out.write("</em>");
              out.write("</p>\r\n");
}
              out.write("\r\n");
}}
              out.write("\r\n");
              out.write("</li>\r\n");
              int evalDoAfterBody = _jspx_th_webshop_siiterator_19.doAfterBody();
              bedID = (jp.co.sint.basic.SICmdty) pageContext.findAttribute("bedID");
              if (evalDoAfterBody != javax.servlet.jsp.tagext.BodyTag.EVAL_BODY_AGAIN)
                break;
            } while (true);
          }
          if (_jspx_th_webshop_siiterator_19.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
            return;
          _jspx_tagPool_webshop_siiterator_type_id_collection.reuse(_jspx_th_webshop_siiterator_19);
          out.write("\r\n");
          out.write("</ol>\r\n");
          out.write("</div>\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(jobType==2||jobType==3);
      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("<div class=\"wrapper\">\r\n");
          out.write("<div class=\"heading\">\r\n");
          out.write("<h3>");
          out.print(UICmdtyRanking.getRankingTitle(UICmdtyRanking.RANKING_ESTHETOOL_INX));
          out.write("</h3>\r\n");
          out.write("<p class=\"more\">");
          out.write("<a href=\"");
          out.print(mainSrvSite+"?actionNameTxt="+SIConfig.SIACTION_RANKING+"&inx="+UICmdtyRanking.RANKING_ESTHETOOL_INX);
          out.write("\" class=\"arrow01\">もっと見る");
          out.write("</a>");
          out.write("</p>\r\n");
          out.write("</div>\r\n");
          out.write("<ol id=\"ranking02\" class=\"item\">\r\n");
int estheToolCount=0;
          out.write("\r\n");
          /* ----  webshop:siiterator ---- */
          jp.co.sint.taglib.SIIteratorTag _jspx_th_webshop_siiterator_20 = (jp.co.sint.taglib.SIIteratorTag) _jspx_tagPool_webshop_siiterator_type_id_collection.get(jp.co.sint.taglib.SIIteratorTag.class);
          _jspx_th_webshop_siiterator_20.setPageContext(pageContext);
          _jspx_th_webshop_siiterator_20.setParent(_jspx_th_webshop_isTrue_3);
          _jspx_th_webshop_siiterator_20.setType("jp.co.sint.basic.SICmdty");
          _jspx_th_webshop_siiterator_20.setCollection(UICmdtyRanking.getEstheToolColl(connection,request,4));
          _jspx_th_webshop_siiterator_20.setId("estheToolID");
          int _jspx_eval_webshop_siiterator_20 = _jspx_th_webshop_siiterator_20.doStartTag();
          if (_jspx_eval_webshop_siiterator_20 != javax.servlet.jsp.tagext.Tag.SKIP_BODY) {
            jp.co.sint.basic.SICmdty estheToolID = null;
            estheToolID = (jp.co.sint.basic.SICmdty) pageContext.findAttribute("estheToolID");
            do {
              out.write("\r\n");
              out.write("<li>\r\n");
estheToolCount++;
if(estheToolCount==1){
              out.write("\r\n");
              out.write("<h4>");
              out.write("<img src=\"");
              out.print(webshopSite);
              out.write("/img/h_1st.gif\" alt=\"第1位\" width=\"92\" height=\"19\" />");
              out.write("</h4>\r\n");
}else if(estheToolCount==2){
              out.write("\r\n");
              out.write("<h4>");
              out.write("<img src=\"");
              out.print(webshopSite);
              out.write("/img/h_2nd.gif\" alt=\"第2位\" width=\"33\" height=\"19\" />");
              out.write("</h4>\r\n");
}else if(estheToolCount==3){
              out.write("\r\n");
              out.write("<h4>");
              out.write("<img src=\"");
              out.print(webshopSite);
              out.write("/img/h_3rd.gif\" alt=\"第3位\" width=\"33\" height=\"19\" />");
              out.write("</h4>\r\n");
}else{
              out.write("\r\n");
              out.write("<h4>");
              out.write("<img src=\"");
              out.print(webshopSite);
              out.write("/img/h_4th.gif\" alt=\"第4位\" width=\"33\" height=\"19\" />");
              out.write("</h4>\r\n");
}
              out.write("\r\n");
              out.write("<p class=\"pic\">");
              out.write("<a href=\"");
              out.print(estheCmdtySrvSite+"/"+estheToolID.getCmdtyCode()+"/"+estheToolID.getIndividualCode());
              out.write("\">");
              out.write("<img src=\"");
              out.print(webshopSite);
              out.write("/image/cmdty/");
              out.print(estheToolID.getCmdtyCode());
              out.write("/");
              out.print(estheToolID.getCmdtyCode());
              out.write("_");
              out.print(estheToolID.getIndividualCode());
              out.write("_t.jpg\" width=\"100\" height=\"75\" border=\"0\" alt=\"");
              out.print(SIHTMLUtil.HTMLEncode(estheToolID.getCmdtyName()));
              out.write("\">");
              out.write("</a>");
              out.write("</p>\r\n");
              out.write("<p class=\"txt\">");
              out.write("<a href=\"");
              out.print(estheCmdtySrvSite+"/"+estheToolID.getCmdtyCode()+"/"+estheToolID.getIndividualCode());
              out.write("\">");
              out.print(SIStringUtil.limitLength(SIHTMLUtil.HTMLEncode(estheToolID.getCmdtyName()),lengthCount,"…"));
              out.write("</a>");
              out.write("<br>\r\n");
if(estheToolID.isContractFlg()){
              out.write("\r\nBG卸価：契約後表示");
              out.write("</p>\r\n");
}else if(estheToolID.getBGPriceDispFlg().equals("2")){
              out.write("\r\nお問い合わせ下さい");
              out.write("</p>\r\n");
}else if(estheToolID.getBGPriceDispFlg().equals("1")){
              out.write("\r\nBG卸価：ログイン表示");
              out.write("</p>\r\n");
}else{
              out.write("\r\n");
if(SIUtil.isNotNull(estheToolID.getNewFixedPrice())&&!"0".equals(estheToolID.getNewFixedPrice())){
              out.write("￥");
              out.print(SIUtil.NumberFormat(estheToolID.getNewFixedPrice()));
              out.write("→");
}
              out.write("\r\n");
if (!estheToolID.isCmdtyComposition()){
              out.write("\r\n");
if(estheToolID.getFinalUnitPriceWithoutTax().equals(estheToolID.getUnitPriceWithoutTax())){
              out.write("\r\n");
              out.write("<em>￥");
              out.print(SIUtil.NumberFormat(estheToolID.getFinalUnitPriceWithoutTax()));
              out.write("</em>");
              out.write("<em class=\"tax\">(税別)");
              out.write("</em>");
              out.write("</p>\r\n");
}else{
              out.write("\r\n");
              out.write("<em>");
              out.write("<strike>￥");
              out.print(SIUtil.NumberFormat(estheToolID.getUnitPriceWithoutTax()));
              out.write("</strike>");
              out.write("</em>");
              out.write("<em class=\"tax\">");
              out.write("<strike>(税別)");
              out.write("</strike>");
              out.write("</em>");
              out.write("<br>\r\n");
              out.write("<em class=\"tax\">VIP特価：");
              out.write("</em>");
              out.write("<br>");
              out.write("<em>￥");
              out.print(SIUtil.NumberFormat(estheToolID.getFinalUnitPriceWithoutTax()));
              out.write("</em>");
              out.write("<em class=\"tax\">(税別)");
              out.write("</em>");
              out.write("</p>\r\n");
}
              out.write("\r\n");
}else{
              out.write("\r\n");
 String setUnitPrice = estheToolID.getSetUnitPriceWithoutTax(connection); 
              out.write("\r\n");
 String setDiscountUnitPrice = estheToolID.getSetDiscountUnitPriceWithoutTax(connection); 
              out.write("\r\n");
if(setUnitPrice.equals(setDiscountUnitPrice)){
              out.write("\r\n");
              out.write("<em>￥");
              out.print(SIUtil.NumberFormat(setUnitPrice));
              out.write("</em>");
              out.write("<em class=\"tax\">(税別)");
              out.write("</em>");
              out.write("</p>\r\n");
}else{
              out.write("\r\n");
              out.write("<em>");
              out.write("<strike>￥");
              out.print(SIUtil.NumberFormat(setUnitPrice));
              out.write("</strike>");
              out.write("</em>");
              out.write("<em class=\"tax\">");
              out.write("<strike>(税別)");
              out.write("</strike>");
              out.write("</em>");
              out.write("<br>\r\n");
              out.write("<em class=\"tax\">VIP特価：");
              out.write("</em>");
              out.write("<em>￥");
              out.print(SIUtil.NumberFormat(setDiscountUnitPrice));
              out.write("</em>");
              out.write("<em class=\"tax\">(税別)");
              out.write("</em>");
              out.write("</p>\r\n");
}
              out.write("\r\n");
}}
              out.write("\r\n");
              out.write("</li>\r\n");
              int evalDoAfterBody = _jspx_th_webshop_siiterator_20.doAfterBody();
              estheToolID = (jp.co.sint.basic.SICmdty) pageContext.findAttribute("estheToolID");
              if (evalDoAfterBody != javax.servlet.jsp.tagext.BodyTag.EVAL_BODY_AGAIN)
                break;
            } while (true);
          }
          if (_jspx_th_webshop_siiterator_20.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
            return;
          _jspx_tagPool_webshop_siiterator_type_id_collection.reuse(_jspx_th_webshop_siiterator_20);
          out.write("\r\n");
          out.write("</ol>\r\n");
          out.write("</div>\r\n");
          out.write("<div class=\"wrapper\">\r\n");
          out.write("<div class=\"heading\">\r\n");
          out.write("<h3>");
          out.print(UICmdtyRanking.getRankingTitle(UICmdtyRanking.RANKING_ESTHEITEM_INX));
          out.write("</h3>\r\n");
          out.write("<p class=\"more\">");
          out.write("<a href=\"");
          out.print(mainSrvSite+"?actionNameTxt="+SIConfig.SIACTION_RANKING+"&inx="+UICmdtyRanking.RANKING_ESTHEITEM_INX);
          out.write("\" class=\"arrow01\">もっと見る");
          out.write("</a>");
          out.write("</p>\r\n");
          out.write("</div>\r\n");
          out.write("<ol id=\"ranking03\" class=\"item\">\r\n");
int estheItemCount=0;
          out.write("\r\n");
          /* ----  webshop:siiterator ---- */
          jp.co.sint.taglib.SIIteratorTag _jspx_th_webshop_siiterator_21 = (jp.co.sint.taglib.SIIteratorTag) _jspx_tagPool_webshop_siiterator_type_id_collection.get(jp.co.sint.taglib.SIIteratorTag.class);
          _jspx_th_webshop_siiterator_21.setPageContext(pageContext);
          _jspx_th_webshop_siiterator_21.setParent(_jspx_th_webshop_isTrue_3);
          _jspx_th_webshop_siiterator_21.setType("jp.co.sint.basic.SICmdty");
          _jspx_th_webshop_siiterator_21.setCollection(UICmdtyRanking.getEstheItemColl(connection,request,4));
          _jspx_th_webshop_siiterator_21.setId("estheItemID");
          int _jspx_eval_webshop_siiterator_21 = _jspx_th_webshop_siiterator_21.doStartTag();
          if (_jspx_eval_webshop_siiterator_21 != javax.servlet.jsp.tagext.Tag.SKIP_BODY) {
            jp.co.sint.basic.SICmdty estheItemID = null;
            estheItemID = (jp.co.sint.basic.SICmdty) pageContext.findAttribute("estheItemID");
            do {
              out.write("\r\n");
              out.write("<li>\r\n");
estheItemCount++;
if(estheItemCount==1){
              out.write("\r\n");
              out.write("<h4>");
              out.write("<img src=\"");
              out.print(webshopSite);
              out.write("/img/h_1st.gif\" alt=\"第1位\" width=\"92\" height=\"19\" />");
              out.write("</h4>\r\n");
}else if(estheItemCount==2){
              out.write("\r\n");
              out.write("<h4>");
              out.write("<img src=\"");
              out.print(webshopSite);
              out.write("/img/h_2nd.gif\" alt=\"第2位\" width=\"33\" height=\"19\" />");
              out.write("</h4>\r\n");
}else if(estheItemCount==3){
              out.write("\r\n");
              out.write("<h4>");
              out.write("<img src=\"");
              out.print(webshopSite);
              out.write("/img/h_3rd.gif\" alt=\"第3位\" width=\"33\" height=\"19\" />");
              out.write("</h4>\r\n");
}else{
              out.write("\r\n");
              out.write("<h4>");
              out.write("<img src=\"");
              out.print(webshopSite);
              out.write("/img/h_4th.gif\" alt=\"第4位\" width=\"33\" height=\"19\" />");
              out.write("</h4>\r\n");
}
              out.write("\r\n");
              out.write("<p class=\"pic\">");
              out.write("<a href=\"");
              out.print(estheCmdtySrvSite+"/"+estheItemID.getCmdtyCode()+"/"+estheItemID.getIndividualCode());
              out.write("\">");
              out.write("<img src=\"");
              out.print(webshopSite);
              out.write("/image/cmdty/");
              out.print(estheItemID.getCmdtyCode());
              out.write("/");
              out.print(estheItemID.getCmdtyCode());
              out.write("_");
              out.print(estheItemID.getIndividualCode());
              out.write("_t.jpg\" width=\"100\" height=\"75\" border=\"0\" alt=\"");
              out.print(SIHTMLUtil.HTMLEncode(estheItemID.getCmdtyName()));
              out.write("\">");
              out.write("</a>");
              out.write("</p>\r\n");
              out.write("<p class=\"txt\">");
              out.write("<a href=\"");
              out.print(estheCmdtySrvSite+"/"+estheItemID.getCmdtyCode()+"/"+estheItemID.getIndividualCode());
              out.write("\">");
              out.print(SIStringUtil.limitLength(SIHTMLUtil.HTMLEncode(estheItemID.getCmdtyName()),lengthCount,"…"));
              out.write("</a>");
              out.write("<br>\r\n");
if(estheItemID.isContractFlg()){
              out.write("\r\nBG卸価：契約後表示");
              out.write("</p>\r\n");
}else if(estheItemID.getBGPriceDispFlg().equals("2")){
              out.write("\r\nお問い合わせ下さい");
              out.write("</p>\r\n");
}else if(estheItemID.getBGPriceDispFlg().equals("1")){
              out.write("\r\nBG卸価：ログイン表示");
              out.write("</p>\r\n");
}else{
              out.write("\r\n");
if(SIUtil.isNotNull(estheItemID.getNewFixedPrice())&&!"0".equals(estheItemID.getNewFixedPrice())){
              out.write("￥");
              out.print(SIUtil.NumberFormat(estheItemID.getNewFixedPrice()));
              out.write("→");
}
              out.write("\r\n");
if (!estheItemID.isCmdtyComposition()){
              out.write("\r\n");
if(estheItemID.getFinalUnitPriceWithoutTax().equals(estheItemID.getUnitPriceWithoutTax())){
              out.write("\r\n");
              out.write("<em>￥");
              out.print(SIUtil.NumberFormat(estheItemID.getFinalUnitPriceWithoutTax()));
              out.write("</em>");
              out.write("<em class=\"tax\">(税別)");
              out.write("</em>");
              out.write("</p>\r\n");
}else{
              out.write("\r\n");
              out.write("<em>");
              out.write("<strike>￥");
              out.print(SIUtil.NumberFormat(estheItemID.getUnitPriceWithoutTax()));
              out.write("</strike>");
              out.write("</em>");
              out.write("<em class=\"tax\">");
              out.write("<strike>(税別)");
              out.write("</strike>");
              out.write("</em>");
              out.write("<br>\r\n");
              out.write("<em class=\"tax\">VIP特価：");
              out.write("</em>");
              out.write("<br>");
              out.write("<em>￥");
              out.print(SIUtil.NumberFormat(estheItemID.getFinalUnitPriceWithoutTax()));
              out.write("</em>");
              out.write("<em class=\"tax\">(税別)");
              out.write("</em>");
              out.write("</p>\r\n");
}
              out.write("\r\n");
}else{
              out.write("\r\n");
 String setUnitPrice = estheItemID.getSetUnitPriceWithoutTax(connection); 
              out.write("\r\n");
 String setDiscountUnitPrice = estheItemID.getSetDiscountUnitPriceWithoutTax(connection); 
              out.write("\r\n");
if(setUnitPrice.equals(setDiscountUnitPrice)){
              out.write("\r\n");
              out.write("<em>￥");
              out.print(SIUtil.NumberFormat(setUnitPrice));
              out.write("</em>");
              out.write("<em class=\"tax\">(税別)");
              out.write("</em>");
              out.write("</p>\r\n");
}else{
              out.write("\r\n");
              out.write("<em>");
              out.write("<strike>￥");
              out.print(SIUtil.NumberFormat(setUnitPrice));
              out.write("</strike>");
              out.write("</em>");
              out.write("<em class=\"tax\">");
              out.write("<strike>(税別)");
              out.write("</strike>");
              out.write("</em>");
              out.write("<br>\r\n");
              out.write("<em class=\"tax\">VIP特価：");
              out.write("</em>");
              out.write("<em>￥");
              out.print(SIUtil.NumberFormat(setDiscountUnitPrice));
              out.write("</em>");
              out.write("<em class=\"tax\">(税別)");
              out.write("</em>");
              out.write("</p>\r\n");
}
              out.write("\r\n");
}}
              out.write("\r\n");
              out.write("</li>\r\n");
              int evalDoAfterBody = _jspx_th_webshop_siiterator_21.doAfterBody();
              estheItemID = (jp.co.sint.basic.SICmdty) pageContext.findAttribute("estheItemID");
              if (evalDoAfterBody != javax.servlet.jsp.tagext.BodyTag.EVAL_BODY_AGAIN)
                break;
            } while (true);
          }
          if (_jspx_th_webshop_siiterator_21.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
            return;
          _jspx_tagPool_webshop_siiterator_type_id_collection.reuse(_jspx_th_webshop_siiterator_21);
          out.write("\r\n");
          out.write("</ol>\r\n");
          out.write("</div>\r\n");
          out.write("<div class=\"wrapper last\">\r\n");
          out.write("<div class=\"heading\">\r\n");
          out.write("<h3>");
          out.print(UICmdtyRanking.getRankingTitle(UICmdtyRanking.RANKING_TOWEL_INX));
          out.write("</h3>\r\n");
          out.write("<p class=\"more\">");
          out.write("<a href=\"");
          out.print(mainSrvSite+"?actionNameTxt="+SIConfig.SIACTION_RANKING+"&inx="+UICmdtyRanking.RANKING_TOWEL_INX);
          out.write("\" class=\"arrow01\">もっと見る");
          out.write("</a>");
          out.write("</p>\r\n");
          out.write("</div>\r\n");
          out.write("<ol id=\"ranking04\" class=\"item\">\r\n");
int towelCount=0;
          out.write("\r\n");
          /* ----  webshop:siiterator ---- */
          jp.co.sint.taglib.SIIteratorTag _jspx_th_webshop_siiterator_22 = (jp.co.sint.taglib.SIIteratorTag) _jspx_tagPool_webshop_siiterator_type_id_collection.get(jp.co.sint.taglib.SIIteratorTag.class);
          _jspx_th_webshop_siiterator_22.setPageContext(pageContext);
          _jspx_th_webshop_siiterator_22.setParent(_jspx_th_webshop_isTrue_3);
          _jspx_th_webshop_siiterator_22.setType("jp.co.sint.basic.SICmdty");
          _jspx_th_webshop_siiterator_22.setCollection(UICmdtyRanking.getTowelColl(connection,request,4));
          _jspx_th_webshop_siiterator_22.setId("towelID");
          int _jspx_eval_webshop_siiterator_22 = _jspx_th_webshop_siiterator_22.doStartTag();
          if (_jspx_eval_webshop_siiterator_22 != javax.servlet.jsp.tagext.Tag.SKIP_BODY) {
            jp.co.sint.basic.SICmdty towelID = null;
            towelID = (jp.co.sint.basic.SICmdty) pageContext.findAttribute("towelID");
            do {
              out.write("\r\n");
              out.write("<li>\r\n");
towelCount++;
if(towelCount==1){
              out.write("\r\n");
              out.write("<h4>");
              out.write("<img src=\"");
              out.print(webshopSite);
              out.write("/img/h_1st.gif\" alt=\"第1位\" width=\"92\" height=\"19\" />");
              out.write("</h4>\r\n");
}else if(towelCount==2){
              out.write("\r\n");
              out.write("<h4>");
              out.write("<img src=\"");
              out.print(webshopSite);
              out.write("/img/h_2nd.gif\" alt=\"第2位\" width=\"33\" height=\"19\" />");
              out.write("</h4>\r\n");
}else if(towelCount==3){
              out.write("\r\n");
              out.write("<h4>");
              out.write("<img src=\"");
              out.print(webshopSite);
              out.write("/img/h_3rd.gif\" alt=\"第3位\" width=\"33\" height=\"19\" />");
              out.write("</h4>\r\n");
}else{
              out.write("\r\n");
              out.write("<h4>");
              out.write("<img src=\"");
              out.print(webshopSite);
              out.write("/img/h_4th.gif\" alt=\"第4位\" width=\"33\" height=\"19\" />");
              out.write("</h4>\r\n");
}
              out.write("\r\n");
              out.write("<p class=\"pic\">");
              out.write("<a href=\"");
              out.print(estheCmdtySrvSite+"/"+towelID.getCmdtyCode()+"/"+towelID.getIndividualCode());
              out.write("\">");
              out.write("<img src=\"");
              out.print(webshopSite);
              out.write("/image/cmdty/");
              out.print(towelID.getCmdtyCode());
              out.write("/");
              out.print(towelID.getCmdtyCode());
              out.write("_");
              out.print(towelID.getIndividualCode());
              out.write("_t.jpg\" width=\"100\" height=\"75\" border=\"0\" alt=\"");
              out.print(SIHTMLUtil.HTMLEncode(towelID.getCmdtyName()));
              out.write("\">");
              out.write("</a>");
              out.write("</p>\r\n");
              out.write("<p class=\"txt\">");
              out.write("<a href=\"");
              out.print(estheCmdtySrvSite+"/"+towelID.getCmdtyCode()+"/"+towelID.getIndividualCode());
              out.write("\">");
              out.print(SIStringUtil.limitLength(SIHTMLUtil.HTMLEncode(towelID.getCmdtyName()),lengthCount,"…"));
              out.write("</a>");
              out.write("<br>\r\n");
if(towelID.isContractFlg()){
              out.write("\r\nBG卸価：契約後表示");
              out.write("</p>\r\n");
}else if(towelID.getBGPriceDispFlg().equals("2")){
              out.write("\r\nお問い合わせ下さい");
              out.write("</p>\r\n");
}else if(towelID.getBGPriceDispFlg().equals("1")){
              out.write("\r\nBG卸価：ログイン表示");
              out.write("</p>\r\n");
}else{
              out.write("\r\n");
if(SIUtil.isNotNull(towelID.getNewFixedPrice())&&!"0".equals(towelID.getNewFixedPrice())){
              out.write("￥");
              out.print(SIUtil.NumberFormat(towelID.getNewFixedPrice()));
              out.write("→");
}
              out.write("\r\n");
if (!towelID.isCmdtyComposition()){
              out.write("\r\n");
if(towelID.getFinalUnitPriceWithoutTax().equals(towelID.getUnitPriceWithoutTax())){
              out.write("\r\n");
              out.write("<em>￥");
              out.print(SIUtil.NumberFormat(towelID.getFinalUnitPriceWithoutTax()));
              out.write("</em>");
              out.write("<em class=\"tax\">(税別)");
              out.write("</em>");
              out.write("</p>\r\n");
}else{
              out.write("\r\n");
              out.write("<em>");
              out.write("<strike>￥");
              out.print(SIUtil.NumberFormat(towelID.getUnitPriceWithoutTax()));
              out.write("</strike>");
              out.write("</em>");
              out.write("<em class=\"tax\">");
              out.write("<strike>(税別)");
              out.write("</strike>");
              out.write("</em>");
              out.write("<br>\r\n");
              out.write("<em class=\"tax\">VIP特価：");
              out.write("</em>");
              out.write("<br>");
              out.write("<em>￥");
              out.print(SIUtil.NumberFormat(towelID.getFinalUnitPriceWithoutTax()));
              out.write("</em>");
              out.write("<em class=\"tax\">(税別)");
              out.write("</em>");
              out.write("</p>\r\n");
}
              out.write("\r\n");
}else{
              out.write("\r\n");
 String setUnitPrice = towelID.getSetUnitPriceWithoutTax(connection); 
              out.write("\r\n");
 String setDiscountUnitPrice = towelID.getSetDiscountUnitPriceWithoutTax(connection); 
              out.write("\r\n");
if(setUnitPrice.equals(setDiscountUnitPrice)){
              out.write("\r\n");
              out.write("<em>￥");
              out.print(SIUtil.NumberFormat(setUnitPrice));
              out.write("</em>");
              out.write("<em class=\"tax\">(税別)");
              out.write("</em>");
              out.write("</p>\r\n");
}else{
              out.write("\r\n");
              out.write("<em>");
              out.write("<strike>￥");
              out.print(SIUtil.NumberFormat(setUnitPrice));
              out.write("</strike>");
              out.write("</em>");
              out.write("<em class=\"tax\">");
              out.write("<strike>(税別)");
              out.write("</strike>");
              out.write("</em>");
              out.write("<br>\r\n");
              out.write("<em class=\"tax\">VIP特価：");
              out.write("</em>");
              out.write("<em>￥");
              out.print(SIUtil.NumberFormat(setDiscountUnitPrice));
              out.write("</em>");
              out.write("<em class=\"tax\">(税別)");
              out.write("</em>");
              out.write("</p>\r\n");
}
              out.write("\r\n");
}}
              out.write("\r\n");
              out.write("</li>\r\n");
              int evalDoAfterBody = _jspx_th_webshop_siiterator_22.doAfterBody();
              towelID = (jp.co.sint.basic.SICmdty) pageContext.findAttribute("towelID");
              if (evalDoAfterBody != javax.servlet.jsp.tagext.BodyTag.EVAL_BODY_AGAIN)
                break;
            } while (true);
          }
          if (_jspx_th_webshop_siiterator_22.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
            return;
          _jspx_tagPool_webshop_siiterator_type_id_collection.reuse(_jspx_th_webshop_siiterator_22);
          out.write("\r\n");
          out.write("</ol>\r\n");
          out.write("</div>\r\n");
          out.write("<div class=\"wrapper\">\r\n");
          out.write("<div class=\"heading\">\r\n");
          out.write("<h3>");
          out.print(UICmdtyRanking.getRankingTitle(UICmdtyRanking.RANKING_WAGON_INX));
          out.write("</h3>\r\n");
          out.write("<p class=\"more\">");
          out.write("<a href=\"");
          out.print(mainSrvSite+"?actionNameTxt="+SIConfig.SIACTION_RANKING+"&inx="+UICmdtyRanking.RANKING_WAGON_INX);
          out.write("\" class=\"arrow01\">もっと見る");
          out.write("</a>");
          out.write("</p>\r\n");
          out.write("</div>\r\n");
          out.write("<ol id=\"ranking05\" class=\"item\">\r\n");
int wagonCount=0;
          out.write("\r\n");
          /* ----  webshop:siiterator ---- */
          jp.co.sint.taglib.SIIteratorTag _jspx_th_webshop_siiterator_23 = (jp.co.sint.taglib.SIIteratorTag) _jspx_tagPool_webshop_siiterator_type_id_collection.get(jp.co.sint.taglib.SIIteratorTag.class);
          _jspx_th_webshop_siiterator_23.setPageContext(pageContext);
          _jspx_th_webshop_siiterator_23.setParent(_jspx_th_webshop_isTrue_3);
          _jspx_th_webshop_siiterator_23.setType("jp.co.sint.basic.SICmdty");
          _jspx_th_webshop_siiterator_23.setCollection(UICmdtyRanking.getWagonColl(connection,request,4));
          _jspx_th_webshop_siiterator_23.setId("wagonID");
          int _jspx_eval_webshop_siiterator_23 = _jspx_th_webshop_siiterator_23.doStartTag();
          if (_jspx_eval_webshop_siiterator_23 != javax.servlet.jsp.tagext.Tag.SKIP_BODY) {
            jp.co.sint.basic.SICmdty wagonID = null;
            wagonID = (jp.co.sint.basic.SICmdty) pageContext.findAttribute("wagonID");
            do {
              out.write("\r\n");
              out.write("<li>\r\n");
wagonCount++;
if(wagonCount==1){
              out.write("\r\n");
              out.write("<h4>");
              out.write("<img src=\"");
              out.print(webshopSite);
              out.write("/img/h_1st.gif\" alt=\"第1位\" width=\"92\" height=\"19\" />");
              out.write("</h4>\r\n");
}else if(wagonCount==2){
              out.write("\r\n");
              out.write("<h4>");
              out.write("<img src=\"");
              out.print(webshopSite);
              out.write("/img/h_2nd.gif\" alt=\"第2位\" width=\"33\" height=\"19\" />");
              out.write("</h4>\r\n");
}else if(wagonCount==3){
              out.write("\r\n");
              out.write("<h4>");
              out.write("<img src=\"");
              out.print(webshopSite);
              out.write("/img/h_3rd.gif\" alt=\"第3位\" width=\"33\" height=\"19\" />");
              out.write("</h4>\r\n");
}else{
              out.write("\r\n");
              out.write("<h4>");
              out.write("<img src=\"");
              out.print(webshopSite);
              out.write("/img/h_4th.gif\" alt=\"第4位\" width=\"33\" height=\"19\" />");
              out.write("</h4>\r\n");
}
              out.write("\r\n");
              out.write("<p class=\"pic\">");
              out.write("<a href=\"");
              out.print(hairCmdtySrvSite+"/"+wagonID.getCmdtyCode()+"/"+wagonID.getIndividualCode());
              out.write("\">");
              out.write("<img src=\"");
              out.print(webshopSite);
              out.write("/image/cmdty/");
              out.print(wagonID.getCmdtyCode());
              out.write("/");
              out.print(wagonID.getCmdtyCode());
              out.write("_");
              out.print(wagonID.getIndividualCode());
              out.write("_t.jpg\" width=\"100\" height=\"75\" border=\"0\" alt=\"");
              out.print(SIHTMLUtil.HTMLEncode(wagonID.getCmdtyName()));
              out.write("\">");
              out.write("</a>");
              out.write("</p>\r\n");
              out.write("<p class=\"txt\">");
              out.write("<a href=\"");
              out.print(hairCmdtySrvSite+"/"+wagonID.getCmdtyCode()+"/"+wagonID.getIndividualCode());
              out.write("\">");
              out.print(SIStringUtil.limitLength(SIHTMLUtil.HTMLEncode(wagonID.getCmdtyName()),lengthCount,"…"));
              out.write("</a>");
              out.write("<br>\r\n");
if(wagonID.isContractFlg()){
              out.write("\r\nBG卸価：契約後表示");
              out.write("</p>\r\n");
}else if(wagonID.getBGPriceDispFlg().equals("2")){
              out.write("\r\nお問い合わせ下さい");
              out.write("</p>\r\n");
}else if(wagonID.getBGPriceDispFlg().equals("1")){
              out.write("\r\nBG卸価：ログイン表示");
              out.write("</p>\r\n");
}else{
              out.write("\r\n");
if(SIUtil.isNotNull(wagonID.getNewFixedPrice())&&!"0".equals(wagonID.getNewFixedPrice())){
              out.write("￥");
              out.print(SIUtil.NumberFormat(wagonID.getNewFixedPrice()));
              out.write("→");
}
              out.write("\r\n");
if (!wagonID.isCmdtyComposition()){
              out.write("\r\n");
if(wagonID.getFinalUnitPriceWithoutTax().equals(wagonID.getUnitPriceWithoutTax())){
              out.write("\r\n");
              out.write("<em>￥");
              out.print(SIUtil.NumberFormat(wagonID.getFinalUnitPriceWithoutTax()));
              out.write("</em>");
              out.write("<em class=\"tax\">(税別)");
              out.write("</em>");
              out.write("</p>\r\n");
}else{
              out.write("\r\n");
              out.write("<em>");
              out.write("<strike>￥");
              out.print(SIUtil.NumberFormat(wagonID.getUnitPriceWithoutTax()));
              out.write("</strike>");
              out.write("</em>");
              out.write("<em class=\"tax\">");
              out.write("<strike>(税別)");
              out.write("</strike>");
              out.write("</em>");
              out.write("<br>\r\n");
              out.write("<em class=\"tax\">VIP特価：");
              out.write("</em>");
              out.write("<br>");
              out.write("<em>￥");
              out.print(SIUtil.NumberFormat(wagonID.getFinalUnitPriceWithoutTax()));
              out.write("</em>");
              out.write("<em class=\"tax\">(税別)");
              out.write("</em>");
              out.write("</p>\r\n");
}
              out.write("\r\n");
}else{
              out.write("\r\n");
 String setUnitPrice = wagonID.getSetUnitPriceWithoutTax(connection); 
              out.write("\r\n");
 String setDiscountUnitPrice = wagonID.getSetDiscountUnitPriceWithoutTax(connection); 
              out.write("\r\n");
if(setUnitPrice.equals(setDiscountUnitPrice)){
              out.write("\r\n");
              out.write("<em>￥");
              out.print(SIUtil.NumberFormat(setUnitPrice));
              out.write("</em>");
              out.write("<em class=\"tax\">(税別)");
              out.write("</em>");
              out.write("</p>\r\n");
}else{
              out.write("\r\n");
              out.write("<em>");
              out.write("<strike>￥");
              out.print(SIUtil.NumberFormat(setUnitPrice));
              out.write("</strike>");
              out.write("</em>");
              out.write("<em class=\"tax\">");
              out.write("<strike>(税別)");
              out.write("</strike>");
              out.write("</em>");
              out.write("<br>\r\n");
              out.write("<em class=\"tax\">VIP特価：");
              out.write("</em>");
              out.write("<em>￥");
              out.print(SIUtil.NumberFormat(setDiscountUnitPrice));
              out.write("</em>");
              out.write("<em class=\"tax\">(税別)");
              out.write("</em>");
              out.write("</p>\r\n");
}
              out.write("\r\n");
}}
              out.write("\r\n");
              out.write("</li>\r\n");
              int evalDoAfterBody = _jspx_th_webshop_siiterator_23.doAfterBody();
              wagonID = (jp.co.sint.basic.SICmdty) pageContext.findAttribute("wagonID");
              if (evalDoAfterBody != javax.servlet.jsp.tagext.BodyTag.EVAL_BODY_AGAIN)
                break;
            } while (true);
          }
          if (_jspx_th_webshop_siiterator_23.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
            return;
          _jspx_tagPool_webshop_siiterator_type_id_collection.reuse(_jspx_th_webshop_siiterator_23);
          out.write("\r\n");
          out.write("</ol>\r\n");
          out.write("</div>\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(_jspx_th_webshop_isTrue_3);
          _jspx_th_webshop_isTrue_4.setValue(jobType==2);
          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("<div class=\"wrapper\">\r\n");
              out.write("<div class=\"heading\">\r\n");
              out.write("<h3>");
              out.print(UICmdtyRanking.getRankingTitle(UICmdtyRanking.RANKING_BED_INX));
              out.write("</h3>\r\n");
              out.write("<p class=\"more\">");
              out.write("<a href=\"");
              out.print(mainSrvSite+"?actionNameTxt="+SIConfig.SIACTION_RANKING+"&inx="+UICmdtyRanking.RANKING_BED_INX);
              out.write("\" class=\"arrow01\">もっと見る");
              out.write("</a>");
              out.write("</p>\r\n");
              out.write("</div>\r\n");
              out.write("<ol id=\"ranking01\" class=\"item\">\r\n");
int bedCount=0;
              out.write("\r\n");
              /* ----  webshop:siiterator ---- */
              jp.co.sint.taglib.SIIteratorTag _jspx_th_webshop_siiterator_24 = (jp.co.sint.taglib.SIIteratorTag) _jspx_tagPool_webshop_siiterator_type_id_collection.get(jp.co.sint.taglib.SIIteratorTag.class);
              _jspx_th_webshop_siiterator_24.setPageContext(pageContext);
              _jspx_th_webshop_siiterator_24.setParent(_jspx_th_webshop_isTrue_4);
              _jspx_th_webshop_siiterator_24.setType("jp.co.sint.basic.SICmdty");
              _jspx_th_webshop_siiterator_24.setCollection(UICmdtyRanking.getBedColl(connection,request,4));
              _jspx_th_webshop_siiterator_24.setId("bedID");
              int _jspx_eval_webshop_siiterator_24 = _jspx_th_webshop_siiterator_24.doStartTag();
              if (_jspx_eval_webshop_siiterator_24 != javax.servlet.jsp.tagext.Tag.SKIP_BODY) {
                jp.co.sint.basic.SICmdty bedID = null;
                bedID = (jp.co.sint.basic.SICmdty) pageContext.findAttribute("bedID");
                do {
                  out.write("\r\n");
                  out.write("<li>\r\n");
bedCount++;
if(bedCount==1){
                  out.write("\r\n");
                  out.write("<h4>");
                  out.write("<img src=\"");
                  out.print(webshopSite);
                  out.write("/img/h_1st.gif\" alt=\"第1位\" width=\"92\" height=\"19\" />");
                  out.write("</h4>\r\n");
}else if(bedCount==2){
                  out.write("\r\n");
                  out.write("<h4>");
                  out.write("<img src=\"");
                  out.print(webshopSite);
                  out.write("/img/h_2nd.gif\" alt=\"第2位\" width=\"33\" height=\"19\" />");
                  out.write("</h4>\r\n");
}else if(bedCount==3){
                  out.write("\r\n");
                  out.write("<h4>");
                  out.write("<img src=\"");
                  out.print(webshopSite);
                  out.write("/img/h_3rd.gif\" alt=\"第3位\" width=\"33\" height=\"19\" />");
                  out.write("</h4>\r\n");
}else{
                  out.write("\r\n");
                  out.write("<h4>");
                  out.write("<img src=\"");
                  out.print(webshopSite);
                  out.write("/img/h_4th.gif\" alt=\"第4位\" width=\"33\" height=\"19\" />");
                  out.write("</h4>\r\n");
}
                  out.write("\r\n");
                  out.write("<p class=\"pic\">");
                  out.write("<a href=\"");
                  out.print(bedCmdtySrvSite+"/"+bedID.getCmdtyCode()+"/"+bedID.getIndividualCode());
                  out.write("\">");
                  out.write("<img src=\"");
                  out.print(webshopSite);
                  out.write("/image/cmdty/");
                  out.print(bedID.getCmdtyCode());
                  out.write("/");
                  out.print(bedID.getCmdtyCode());
                  out.write("_");
                  out.print(bedID.getIndividualCode());
                  out.write("_t.jpg\" width=\"100\" height=\"75\" border=\"0\" alt=\"");
                  out.print(SIHTMLUtil.HTMLEncode(bedID.getCmdtyName()));
                  out.write("\">");
                  out.write("</a>");
                  out.write("</p>\r\n");
                  out.write("<p class=\"txt\">");
                  out.write("<a href=\"");
                  out.print(bedCmdtySrvSite+"/"+bedID.getCmdtyCode()+"/"+bedID.getIndividualCode());
                  out.write("\">");
                  out.print(SIStringUtil.limitLength(SIHTMLUtil.HTMLEncode(bedID.getCmdtyName()),lengthCount,"…"));
                  out.write("</a>");
                  out.write("<br>\r\n");
if(bedID.isContractFlg()){
                  out.write("\r\nBG卸価：契約後表示");
                  out.write("</p>\r\n");
}else if(bedID.getBGPriceDispFlg().equals("2")){
                  out.write("\r\nお問い合わせ下さい");
                  out.write("</p>\r\n");
}else if(bedID.getBGPriceDispFlg().equals("1")){
                  out.write("\r\nBG卸価：ログイン表示");
                  out.write("</p>\r\n");
}else{
                  out.write("\r\n");
if(SIUtil.isNotNull(bedID.getNewFixedPrice())&&!"0".equals(bedID.getNewFixedPrice())){
                  out.write("￥");
                  out.print(SIUtil.NumberFormat(bedID.getNewFixedPrice()));
                  out.write("→");
}
                  out.write("\r\n");
if (!bedID.isCmdtyComposition()){
                  out.write("\r\n");
if(bedID.getFinalUnitPriceWithoutTax().equals(bedID.getUnitPriceWithoutTax())){
                  out.write("\r\n");
                  out.write("<em>￥");
                  out.print(SIUtil.NumberFormat(bedID.getFinalUnitPriceWithoutTax()));
                  out.write("</em>");
                  out.write("<em class=\"tax\">(税別)");
                  out.write("</em>");
                  out.write("</p>\r\n");
}else{
                  out.write("\r\n");
                  out.write("<em>");
                  out.write("<strike>￥");
                  out.print(SIUtil.NumberFormat(bedID.getUnitPriceWithoutTax()));
                  out.write("</strike>");
                  out.write("</em>");
                  out.write("<em class=\"tax\">");
                  out.write("<strike>(税別)");
                  out.write("</strike>");
                  out.write("</em>");
                  out.write("<br>\r\n");
                  out.write("<em class=\"tax\">VIP特価：");
                  out.write("</em>");
                  out.write("<br>");
                  out.write("<em>￥");
                  out.print(SIUtil.NumberFormat(bedID.getFinalUnitPriceWithoutTax()));
                  out.write("</em>");
                  out.write("<em class=\"tax\">(税別)");
                  out.write("</em>");
                  out.write("</p>\r\n");
}
                  out.write("\r\n");
}else{
                  out.write("\r\n");
 String setUnitPrice = bedID.getSetUnitPriceWithoutTax(connection); 
                  out.write("\r\n");
 String setDiscountUnitPrice = bedID.getSetDiscountUnitPriceWithoutTax(connection); 
                  out.write("\r\n");
if(setUnitPrice.equals(setDiscountUnitPrice)){
                  out.write("\r\n");
                  out.write("<em>￥");
                  out.print(SIUtil.NumberFormat(setUnitPrice));
                  out.write("</em>");
                  out.write("<em class=\"tax\">(税別)");
                  out.write("</em>");
                  out.write("</p>\r\n");
}else{
                  out.write("\r\n");
                  out.write("<em>");
                  out.write("<strike>￥");
                  out.print(SIUtil.NumberFormat(setUnitPrice));
                  out.write("</strike>");
                  out.write("</em>");
                  out.write("<em class=\"tax\">");
                  out.write("<strike>(税別)");
                  out.write("</strike>");
                  out.write("</em>");
                  out.write("<br>\r\n");
                  out.write("<em class=\"tax\">VIP特価：");
                  out.write("</em>");
                  out.write("<em>￥");
                  out.print(SIUtil.NumberFormat(setDiscountUnitPrice));
                  out.write("</em>");
                  out.write("<em class=\"tax\">(税別)");
                  out.write("</em>");
                  out.write("</p>\r\n");
}
                  out.write("\r\n");
}}
                  out.write("\r\n");
                  out.write("</li>\r\n");
                  int evalDoAfterBody = _jspx_th_webshop_siiterator_24.doAfterBody();
                  bedID = (jp.co.sint.basic.SICmdty) pageContext.findAttribute("bedID");
                  if (evalDoAfterBody != javax.servlet.jsp.tagext.BodyTag.EVAL_BODY_AGAIN)
                    break;
                } while (true);
              }
              if (_jspx_th_webshop_siiterator_24.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
                return;
              _jspx_tagPool_webshop_siiterator_type_id_collection.reuse(_jspx_th_webshop_siiterator_24);
              out.write("\r\n");
              out.write("</ol>\r\n");
              out.write("</div>\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");
          out.write("<div class=\"wrapper last\">\r\n");
          out.write("<div class=\"heading\">\r\n");
          out.write("<h3>");
          out.print(UICmdtyRanking.getRankingTitle(UICmdtyRanking.RANKING_OIL_INX));
          out.write("</h3>\r\n");
          out.write("<p class=\"more\">");
          out.write("<a href=\"");
          out.print(mainSrvSite+"?actionNameTxt="+SIConfig.SIACTION_RANKING+"&inx="+UICmdtyRanking.RANKING_OIL_INX);
          out.write("\" class=\"arrow01\">もっと見る");
          out.write("</a>");
          out.write("</p>\r\n");
          out.write("</div>\r\n");
          out.write("<ol id=\"ranking06\" class=\"item\">\r\n");
int oilCount=0;
          out.write("\r\n");
          /* ----  webshop:siiterator ---- */
          jp.co.sint.taglib.SIIteratorTag _jspx_th_webshop_siiterator_25 = (jp.co.sint.taglib.SIIteratorTag) _jspx_tagPool_webshop_siiterator_type_id_collection.get(jp.co.sint.taglib.SIIteratorTag.class);
          _jspx_th_webshop_siiterator_25.setPageContext(pageContext);
          _jspx_th_webshop_siiterator_25.setParent(_jspx_th_webshop_isTrue_3);
          _jspx_th_webshop_siiterator_25.setType("jp.co.sint.basic.SICmdty");
          _jspx_th_webshop_siiterator_25.setCollection(UICmdtyRanking.getOilColl(connection,request,4));
          _jspx_th_webshop_siiterator_25.setId("oilID");
          int _jspx_eval_webshop_siiterator_25 = _jspx_th_webshop_siiterator_25.doStartTag();
          if (_jspx_eval_webshop_siiterator_25 != javax.servlet.jsp.tagext.Tag.SKIP_BODY) {
            jp.co.sint.basic.SICmdty oilID = null;
            oilID = (jp.co.sint.basic.SICmdty) pageContext.findAttribute("oilID");
            do {
              out.write("\r\n");
              out.write("<li>\r\n");
oilCount++;
if(oilCount==1){
              out.write("\r\n");
              out.write("<h4>");
              out.write("<img src=\"");
              out.print(webshopSite);
              out.write("/img/h_1st.gif\" alt=\"第1位\" width=\"92\" height=\"19\" />");
              out.write("</h4>\r\n");
}else if(oilCount==2){
              out.write("\r\n");
              out.write("<h4>");
              out.write("<img src=\"");
              out.print(webshopSite);
              out.write("/img/h_2nd.gif\" alt=\"第2位\" width=\"33\" height=\"19\" />");
              out.write("</h4>\r\n");
}else if(oilCount==3){
              out.write("\r\n");
              out.write("<h4>");
              out.write("<img src=\"");
              out.print(webshopSite);
              out.write("/img/h_3rd.gif\" alt=\"第3位\" width=\"33\" height=\"19\" />");
              out.write("</h4>\r\n");
}else{
              out.write("\r\n");
              out.write("<h4>");
              out.write("<img src=\"");
              out.print(webshopSite);
              out.write("/img/h_4th.gif\" alt=\"第4位\" width=\"33\" height=\"19\" />");
              out.write("</h4>\r\n");
}
              out.write("\r\n");
              out.write("<p class=\"pic\">");
              out.write("<a href=\"");
              out.print(cosmeCmdtySrvSite+"/"+oilID.getCmdtyCode()+"/"+oilID.getIndividualCode());
              out.write("\">");
              out.write("<img src=\"");
              out.print(webshopSite);
              out.write("/image/cmdty/");
              out.print(oilID.getCmdtyCode());
              out.write("/");
              out.print(oilID.getCmdtyCode());
              out.write("_");
              out.print(oilID.getIndividualCode());
              out.write("_t.jpg\" width=\"100\" height=\"75\" border=\"0\" alt=\"");
              out.print(SIHTMLUtil.HTMLEncode(oilID.getCmdtyName()));
              out.write("\">");
              out.write("</a>");
              out.write("</p>\r\n");
              out.write("<p class=\"txt\">");
              out.write("<a href=\"");
              out.print(cosmeCmdtySrvSite+"/"+oilID.getCmdtyCode()+"/"+oilID.getIndividualCode());
              out.write("\">");
              out.print(SIStringUtil.limitLength(SIHTMLUtil.HTMLEncode(oilID.getCmdtyName()),lengthCount,"…"));
              out.write("</a>");
              out.write("<br>\r\n");
if(oilID.isContractFlg()){
              out.write("\r\nBG卸価：契約後表示");
              out.write("</p>\r\n");
}else if(oilID.getBGPriceDispFlg().equals("2")){
              out.write("\r\nお問い合わせ下さい");
              out.write("</p>\r\n");
}else if(oilID.getBGPriceDispFlg().equals("1")){
              out.write("\r\nBG卸価：ログイン表示");
              out.write("</p>\r\n");
}else{
              out.write("\r\n");
if(SIUtil.isNotNull(oilID.getNewFixedPrice())&&!"0".equals(oilID.getNewFixedPrice())){
              out.write("￥");
              out.print(SIUtil.NumberFormat(oilID.getNewFixedPrice()));
              out.write("→");
}
              out.write("\r\n");
if (!oilID.isCmdtyComposition()){
              out.write("\r\n");
if(oilID.getFinalUnitPriceWithoutTax().equals(oilID.getUnitPriceWithoutTax())){
              out.write("\r\n");
              out.write("<em>￥");
              out.print(SIUtil.NumberFormat(oilID.getFinalUnitPriceWithoutTax()));
              out.write("</em>");
              out.write("<em class=\"tax\">(税別)");
              out.write("</em>");
              out.write("</p>\r\n");
}else{
              out.write("\r\n");
              out.write("<em>");
              out.write("<strike>￥");
              out.print(SIUtil.NumberFormat(oilID.getUnitPriceWithoutTax()));
              out.write("</strike>");
              out.write("</em>");
              out.write("<em class=\"tax\">");
              out.write("<strike>(税別)");
              out.write("</strike>");
              out.write("</em>");
              out.write("<br>\r\n");
              out.write("<em class=\"tax\">VIP特価：");
              out.write("</em>");
              out.write("<br>");
              out.write("<em>￥");
              out.print(SIUtil.NumberFormat(oilID.getFinalUnitPriceWithoutTax()));
              out.write("</em>");
              out.write("<em class=\"tax\">(税別)");
              out.write("</em>");
              out.write("</p>\r\n");
}
              out.write("\r\n");
}else{
              out.write("\r\n");
 String setUnitPrice = oilID.getSetUnitPriceWithoutTax(connection); 
              out.write("\r\n");
 String setDiscountUnitPrice = oilID.getSetDiscountUnitPriceWithoutTax(connection); 
              out.write("\r\n");
if(setUnitPrice.equals(setDiscountUnitPrice)){
              out.write("\r\n");
              out.write("<em>￥");
              out.print(SIUtil.NumberFormat(setUnitPrice));
              out.write("</em>");
              out.write("<em class=\"tax\">(税別)");
              out.write("</em>");
              out.write("</p>\r\n");
}else{
              out.write("\r\n");
              out.write("<em>");
              out.write("<strike>￥");
              out.print(SIUtil.NumberFormat(setUnitPrice));
              out.write("</strike>");
              out.write("</em>");
              out.write("<em class=\"tax\">");
              out.write("<strike>(税別)");
              out.write("</strike>");
              out.write("</em>");
              out.write("<br>\r\n");
              out.write("<em class=\"tax\">VIP特価：");
              out.write("</em>");
              out.write("<em>￥");
              out.print(SIUtil.NumberFormat(setDiscountUnitPrice));
              out.write("</em>");
              out.write("<em class=\"tax\">(税別)");
              out.write("</em>");
              out.write("</p>\r\n");
}
              out.write("\r\n");
}}
              out.write("\r\n");
              out.write("</li>\r\n");
              int evalDoAfterBody = _jspx_th_webshop_siiterator_25.doAfterBody();
              oilID = (jp.co.sint.basic.SICmdty) pageContext.findAttribute("oilID");
              if (evalDoAfterBody != javax.servlet.jsp.tagext.BodyTag.EVAL_BODY_AGAIN)
                break;
            } while (true);
          }
          if (_jspx_th_webshop_siiterator_25.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
            return;
          _jspx_tagPool_webshop_siiterator_type_id_collection.reuse(_jspx_th_webshop_siiterator_25);
          out.write("\r\n");
          out.write("</ol>\r\n");
          out.write("</div>\r\n");
          out.write("<div class=\"wrapper last\">\r\n");
          out.write("<div class=\"heading\">\r\n");
          out.write("<h3>");
          out.print(UICmdtyRanking.getRankingTitle(UICmdtyRanking.RANKING_CLEANSING_INX));
          out.write("</h3>\r\n");
          out.write("<p class=\"more\">");
          out.write("<a href=\"");
          out.print(mainSrvSite+"?actionNameTxt="+SIConfig.SIACTION_RANKING+"&inx="+UICmdtyRanking.RANKING_CLEANSING_INX);
          out.write("\" class=\"arrow01\">もっと見る");
          out.write("</a>");
          out.write("</p>\r\n");
          out.write("</div>\r\n");
          out.write("<ol id=\"ranking07\" class=\"item\">\r\n");
int cleansingCount=0;
          out.write("\r\n");
          /* ----  webshop:siiterator ---- */
          jp.co.sint.taglib.SIIteratorTag _jspx_th_webshop_siiterator_26 = (jp.co.sint.taglib.SIIteratorTag) _jspx_tagPool_webshop_siiterator_type_id_collection.get(jp.co.sint.taglib.SIIteratorTag.class);
          _jspx_th_webshop_siiterator_26.setPageContext(pageContext);
          _jspx_th_webshop_siiterator_26.setParent(_jspx_th_webshop_isTrue_3);
          _jspx_th_webshop_siiterator_26.setType("jp.co.sint.basic.SICmdty");
          _jspx_th_webshop_siiterator_26.setCollection(UICmdtyRanking.getCleansingColl(connection,request,4));
          _jspx_th_webshop_siiterator_26.setId("cleansingID");
          int _jspx_eval_webshop_siiterator_26 = _jspx_th_webshop_siiterator_26.doStartTag();
          if (_jspx_eval_webshop_siiterator_26 != javax.servlet.jsp.tagext.Tag.SKIP_BODY) {
            jp.co.sint.basic.SICmdty cleansingID = null;
            cleansingID = (jp.co.sint.basic.SICmdty) pageContext.findAttribute("cleansingID");
            do {
              out.write("\r\n");
              out.write("<li>\r\n");
cleansingCount++;
if(cleansingCount==1){
              out.write("\r\n");
              out.write("<h4>");
              out.write("<img src=\"");
              out.print(webshopSite);
              out.write("/img/h_1st.gif\" alt=\"第1位\" width=\"92\" height=\"19\" />");
              out.write("</h4>\r\n");
}else if(cleansingCount==2){
              out.write("\r\n");
              out.write("<h4>");
              out.write("<img src=\"");
              out.print(webshopSite);
              out.write("/img/h_2nd.gif\" alt=\"第2位\" width=\"33\" height=\"19\" />");
              out.write("</h4>\r\n");
}else if(cleansingCount==3){
              out.write("\r\n");
              out.write("<h4>");
              out.write("<img src=\"");
              out.print(webshopSite);
              out.write("/img/h_3rd.gif\" alt=\"第3位\" width=\"33\" height=\"19\" />");
              out.write("</h4>\r\n");
}else{
              out.write("\r\n");
              out.write("<h4>");
              out.write("<img src=\"");
              out.print(webshopSite);
              out.write("/img/h_4th.gif\" alt=\"第4位\" width=\"33\" height=\"19\" />");
              out.write("</h4>\r\n");
}
              out.write("\r\n");
              out.write("<p class=\"pic\">");
              out.write("<a href=\"");
              out.print(cosmeCmdtySrvSite+"/"+cleansingID.getCmdtyCode()+"/"+cleansingID.getIndividualCode());
              out.write("\">");
              out.write("<img src=\"");
              out.print(webshopSite);
              out.write("/image/cmdty/");
              out.print(cleansingID.getCmdtyCode());
              out.write("/");
              out.print(cleansingID.getCmdtyCode());
              out.write("_");
              out.print(cleansingID.getIndividualCode());
              out.write("_t.jpg\" width=\"100\" height=\"75\" border=\"0\" alt=\"");
              out.print(SIHTMLUtil.HTMLEncode(cleansingID.getCmdtyName()));
              out.write("\">");
              out.write("</a>");
              out.write("</p>\r\n");
              out.write("<p class=\"txt\">");
              out.write("<a href=\"");
              out.print(cosmeCmdtySrvSite+"/"+cleansingID.getCmdtyCode()+"/"+cleansingID.getIndividualCode());
              out.write("\">");
              out.print(SIStringUtil.limitLength(SIHTMLUtil.HTMLEncode(cleansingID.getCmdtyName()),lengthCount,"…"));
              out.write("</a>");
              out.write("<br>\r\n");
if(cleansingID.isContractFlg()){
              out.write("\r\nBG卸価：契約後表示");
              out.write("</p>\r\n");
}else if(cleansingID.getBGPriceDispFlg().equals("2")){
              out.write("\r\nお問い合わせ下さい");
              out.write("</p>\r\n");
}else if(cleansingID.getBGPriceDispFlg().equals("1")){
              out.write("\r\nBG卸価：ログイン表示");
              out.write("</p>\r\n");
}else{
              out.write("\r\n");
if(SIUtil.isNotNull(cleansingID.getNewFixedPrice())&&!"0".equals(cleansingID.getNewFixedPrice())){
              out.write("￥");
              out.print(SIUtil.NumberFormat(cleansingID.getNewFixedPrice()));
              out.write("→");
}
              out.write("\r\n");
if (!cleansingID.isCmdtyComposition()){
              out.write("\r\n");
if(cleansingID.getFinalUnitPriceWithoutTax().equals(cleansingID.getUnitPriceWithoutTax())){
              out.write("\r\n");
              out.write("<em>￥");
              out.print(SIUtil.NumberFormat(cleansingID.getFinalUnitPriceWithoutTax()));
              out.write("</em>");
              out.write("<em class=\"tax\">(税別)");
              out.write("</em>");
              out.write("</p>\r\n");
}else{
              out.write("\r\n");
              out.write("<em>");
              out.write("<strike>￥");
              out.print(SIUtil.NumberFormat(cleansingID.getUnitPriceWithoutTax()));
              out.write("</strike>");
              out.write("</em>");
              out.write("<em class=\"tax\">");
              out.write("<strike>(税別)");
              out.write("</strike>");
              out.write("</em>");
              out.write("<br>\r\n");
              out.write("<em class=\"tax\">VIP特価：");
              out.write("</em>");
              out.write("<br>");
              out.write("<em>￥");
              out.print(SIUtil.NumberFormat(cleansingID.getFinalUnitPriceWithoutTax()));
              out.write("</em>");
              out.write("<em class=\"tax\">(税別)");
              out.write("</em>");
              out.write("</p>\r\n");
}
              out.write("\r\n");
}else{
              out.write("\r\n");
 String setUnitPrice = cleansingID.getSetUnitPriceWithoutTax(connection); 
              out.write("\r\n");
 String setDiscountUnitPrice = cleansingID.getSetDiscountUnitPriceWithoutTax(connection); 
              out.write("\r\n");
if(setUnitPrice.equals(setDiscountUnitPrice)){
              out.write("\r\n");
              out.write("<em>￥");
              out.print(SIUtil.NumberFormat(setUnitPrice));
              out.write("</em>");
              out.write("<em class=\"tax\">(税別)");
              out.write("</em>");
              out.write("</p>\r\n");
}else{
              out.write("\r\n");
              out.write("<em>");
              out.write("<strike>￥");
              out.print(SIUtil.NumberFormat(setUnitPrice));
              out.write("</strike>");
              out.write("</em>");
              out.write("<em class=\"tax\">");
              out.write("<strike>(税別)");
              out.write("</strike>");
              out.write("</em>");
              out.write("<br>\r\n");
              out.write("<em class=\"tax\">VIP特価：");
              out.write("</em>");
              out.write("<em>￥");
              out.print(SIUtil.NumberFormat(setDiscountUnitPrice));
              out.write("</em>");
              out.write("<em class=\"tax\">(税別)");
              out.write("</em>");
              out.write("</p>\r\n");
}
              out.write("\r\n");
}}
              out.write("\r\n");
              out.write("</li>\r\n");
              int evalDoAfterBody = _jspx_th_webshop_siiterator_26.doAfterBody();
              cleansingID = (jp.co.sint.basic.SICmdty) pageContext.findAttribute("cleansingID");
              if (evalDoAfterBody != javax.servlet.jsp.tagext.BodyTag.EVAL_BODY_AGAIN)
                break;
            } while (true);
          }
          if (_jspx_th_webshop_siiterator_26.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
            return;
          _jspx_tagPool_webshop_siiterator_type_id_collection.reuse(_jspx_th_webshop_siiterator_26);
          out.write("\r\n");
          out.write("</ol>\r\n");
          out.write("</div>\r\n");
          out.write("<div class=\"wrapper last\">\r\n");
          out.write("<div class=\"heading\">\r\n");
          out.write("<h3>");
          out.print(UICmdtyRanking.getRankingTitle(UICmdtyRanking.RANKING_LOTION_INX));
          out.write("</h3>\r\n");
          out.write("<p class=\"more\">");
          out.write("<a href=\"");
          out.print(mainSrvSite+"?actionNameTxt="+SIConfig.SIACTION_RANKING+"&inx="+UICmdtyRanking.RANKING_LOTION_INX);
          out.write("\" class=\"arrow01\">もっと見る");
          out.write("</a>");
          out.write("</p>\r\n");
          out.write("</div>\r\n");
          out.write("<ol id=\"ranking08\" class=\"item\">\r\n");
int lotionCount=0;
          out.write("\r\n");
          /* ----  webshop:siiterator ---- */
          jp.co.sint.taglib.SIIteratorTag _jspx_th_webshop_siiterator_27 = (jp.co.sint.taglib.SIIteratorTag) _jspx_tagPool_webshop_siiterator_type_id_collection.get(jp.co.sint.taglib.SIIteratorTag.class);
          _jspx_th_webshop_siiterator_27.setPageContext(pageContext);
          _jspx_th_webshop_siiterator_27.setParent(_jspx_th_webshop_isTrue_3);
          _jspx_th_webshop_siiterator_27.setType("jp.co.sint.basic.SICmdty");
          _jspx_th_webshop_siiterator_27.setCollection(UICmdtyRanking.getLotionColl(connection,request,4));
          _jspx_th_webshop_siiterator_27.setId("lotionID");
          int _jspx_eval_webshop_siiterator_27 = _jspx_th_webshop_siiterator_27.doStartTag();
          if (_jspx_eval_webshop_siiterator_27 != javax.servlet.jsp.tagext.Tag.SKIP_BODY) {
            jp.co.sint.basic.SICmdty lotionID = null;
            lotionID = (jp.co.sint.basic.SICmdty) pageContext.findAttribute("lotionID");
            do {
              out.write("\r\n");
              out.write("<li>\r\n");
lotionCount++;
if(lotionCount==1){
              out.write("\r\n");
              out.write("<h4>");
              out.write("<img src=\"");
              out.print(webshopSite);
              out.write("/img/h_1st.gif\" alt=\"第1位\" width=\"92\" height=\"19\" />");
              out.write("</h4>\r\n");
}else if(lotionCount==2){
              out.write("\r\n");
              out.write("<h4>");
              out.write("<img src=\"");
              out.print(webshopSite);
              out.write("/img/h_2nd.gif\" alt=\"第2位\" width=\"33\" height=\"19\" />");
              out.write("</h4>\r\n");
}else if(lotionCount==3){
              out.write("\r\n");
              out.write("<h4>");
              out.write("<img src=\"");
              out.print(webshopSite);
              out.write("/img/h_3rd.gif\" alt=\"第3位\" width=\"33\" height=\"19\" />");
              out.write("</h4>\r\n");
}else{
              out.write("\r\n");
              out.write("<h4>");
              out.write("<img src=\"");
              out.print(webshopSite);
              out.write("/img/h_4th.gif\" alt=\"第4位\" width=\"33\" height=\"19\" />");
              out.write("</h4>\r\n");
}
              out.write("\r\n");
              out.write("<p class=\"pic\">");
              out.write("<a href=\"");
              out.print(cosmeCmdtySrvSite+"/"+lotionID.getCmdtyCode()+"/"+lotionID.getIndividualCode());
              out.write("\">");
              out.write("<img src=\"");
              out.print(webshopSite);
              out.write("/image/cmdty/");
              out.print(lotionID.getCmdtyCode());
              out.write("/");
              out.print(lotionID.getCmdtyCode());
              out.write("_");
              out.print(lotionID.getIndividualCode());
              out.write("_t.jpg\" width=\"100\" height=\"75\" border=\"0\" alt=\"");
              out.print(SIHTMLUtil.HTMLEncode(lotionID.getCmdtyName()));
              out.write("\">");
              out.write("</a>");
              out.write("</p>\r\n");
              out.write("<p class=\"txt\">");
              out.write("<a href=\"");
              out.print(cosmeCmdtySrvSite+"/"+lotionID.getCmdtyCode()+"/"+lotionID.getIndividualCode());
              out.write("\">");
              out.print(SIStringUtil.limitLength(SIHTMLUtil.HTMLEncode(lotionID.getCmdtyName()),lengthCount,"…"));
              out.write("</a>");
              out.write("<br>\r\n");
if(lotionID.isContractFlg()){
              out.write("\r\nBG卸価：契約後表示");
              out.write("</p>\r\n");
}else if(lotionID.getBGPriceDispFlg().equals("2")){
              out.write("\r\nお問い合わせ下さい");
              out.write("</p>\r\n");
}else if(lotionID.getBGPriceDispFlg().equals("1")){
              out.write("\r\nBG卸価：ログイン表示");
              out.write("</p>\r\n");
}else{
              out.write("\r\n");
if(SIUtil.isNotNull(lotionID.getNewFixedPrice())&&!"0".equals(lotionID.getNewFixedPrice())){
              out.write("￥");
              out.print(SIUtil.NumberFormat(lotionID.getNewFixedPrice()));
              out.write("→");
}
              out.write("\r\n");
if (!lotionID.isCmdtyComposition()){
              out.write("\r\n");
if(lotionID.getFinalUnitPriceWithoutTax().equals(lotionID.getUnitPriceWithoutTax())){
              out.write("\r\n");
              out.write("<em>￥");
              out.print(SIUtil.NumberFormat(lotionID.getFinalUnitPriceWithoutTax()));
              out.write("</em>");
              out.write("<em class=\"tax\">(税別)");
              out.write("</em>");
              out.write("</p>\r\n");
}else{
              out.write("\r\n");
              out.write("<em>");
              out.write("<strike>￥");
              out.print(SIUtil.NumberFormat(lotionID.getUnitPriceWithoutTax()));
              out.write("</strike>");
              out.write("</em>");
              out.write("<em class=\"tax\">");
              out.write("<strike>(税別)");
              out.write("</strike>");
              out.write("</em>");
              out.write("<br>\r\n");
              out.write("<em class=\"tax\">VIP特価：");
              out.write("</em>");
              out.write("<br>");
              out.write("<em>￥");
              out.print(SIUtil.NumberFormat(lotionID.getFinalUnitPriceWithoutTax()));
              out.write("</em>");
              out.write("<em class=\"tax\">(税別)");
              out.write("</em>");
              out.write("</p>\r\n");
}
              out.write("\r\n");
}else{
              out.write("\r\n");
 String setUnitPrice = lotionID.getSetUnitPriceWithoutTax(connection); 
              out.write("\r\n");
 String setDiscountUnitPrice = lotionID.getSetDiscountUnitPriceWithoutTax(connection); 
              out.write("\r\n");
if(setUnitPrice.equals(setDiscountUnitPrice)){
              out.write("\r\n");
              out.write("<em>￥");
              out.print(SIUtil.NumberFormat(setUnitPrice));
              out.write("</em>");
              out.write("<em class=\"tax\">(税別)");
              out.write("</em>");
              out.write("</p>\r\n");
}else{
              out.write("\r\n");
              out.write("<em>");
              out.write("<strike>￥");
              out.print(SIUtil.NumberFormat(setUnitPrice));
              out.write("</strike>");
              out.write("</em>");
              out.write("<em class=\"tax\">");
              out.write("<strike>(税別)");
              out.write("</strike>");
              out.write("</em>");
              out.write("<br>\r\n");
              out.write("<em class=\"tax\">VIP特価：");
              out.write("</em>");
              out.write("<em>￥");
              out.print(SIUtil.NumberFormat(setDiscountUnitPrice));
              out.write("</em>");
              out.write("<em class=\"tax\">(税別)");
              out.write("</em>");
              out.write("</p>\r\n");
}
              out.write("\r\n");
}}
              out.write("\r\n");
              out.write("</li>\r\n");
              int evalDoAfterBody = _jspx_th_webshop_siiterator_27.doAfterBody();
              lotionID = (jp.co.sint.basic.SICmdty) pageContext.findAttribute("lotionID");
              if (evalDoAfterBody != javax.servlet.jsp.tagext.BodyTag.EVAL_BODY_AGAIN)
                break;
            } while (true);
          }
          if (_jspx_th_webshop_siiterator_27.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
            return;
          _jspx_tagPool_webshop_siiterator_type_id_collection.reuse(_jspx_th_webshop_siiterator_27);
          out.write("\r\n");
          out.write("</ol>\r\n");
          out.write("</div>\r\n");
          out.write("<div class=\"wrapper last\">\r\n");
          out.write("<div class=\"heading\">\r\n");
          out.write("<h3>");
          out.print(UICmdtyRanking.getRankingTitle(UICmdtyRanking.RANKING_ESSENCE_INX));
          out.write("</h3>\r\n");
          out.write("<p class=\"more\">");
          out.write("<a href=\"");
          out.print(mainSrvSite+"?actionNameTxt="+SIConfig.SIACTION_RANKING+"&inx="+UICmdtyRanking.RANKING_ESSENCE_INX);
          out.write("\" class=\"arrow01\">もっと見る");
          out.write("</a>");
          out.write("</p>\r\n");
          out.write("</div>\r\n");
          out.write("<ol id=\"ranking09\" class=\"item\">\r\n");
int essenceCount=0;
          out.write("\r\n");
          /* ----  webshop:siiterator ---- */
          jp.co.sint.taglib.SIIteratorTag _jspx_th_webshop_siiterator_28 = (jp.co.sint.taglib.SIIteratorTag) _jspx_tagPool_webshop_siiterator_type_id_collection.get(jp.co.sint.taglib.SIIteratorTag.class);
          _jspx_th_webshop_siiterator_28.setPageContext(pageContext);
          _jspx_th_webshop_siiterator_28.setParent(_jspx_th_webshop_isTrue_3);
          _jspx_th_webshop_siiterator_28.setType("jp.co.sint.basic.SICmdty");
          _jspx_th_webshop_siiterator_28.setCollection(UICmdtyRanking.getEssenceColl(connection,request,4));
          _jspx_th_webshop_siiterator_28.setId("essenceID");
          int _jspx_eval_webshop_siiterator_28 = _jspx_th_webshop_siiterator_28.doStartTag();
          if (_jspx_eval_webshop_siiterator_28 != javax.servlet.jsp.tagext.Tag.SKIP_BODY) {
            jp.co.sint.basic.SICmdty essenceID = null;
            essenceID = (jp.co.sint.basic.SICmdty) pageContext.findAttribute("essenceID");
            do {
              out.write("\r\n");
              out.write("<li>\r\n");
essenceCount++;
if(essenceCount==1){
              out.write("\r\n");
              out.write("<h4>");
              out.write("<img src=\"");
              out.print(webshopSite);
              out.write("/img/h_1st.gif\" alt=\"第1位\" width=\"92\" height=\"19\" />");
              out.write("</h4>\r\n");
}else if(essenceCount==2){
              out.write("\r\n");
              out.write("<h4>");
              out.write("<img src=\"");
              out.print(webshopSite);
              out.write("/img/h_2nd.gif\" alt=\"第2位\" width=\"33\" height=\"19\" />");
              out.write("</h4>\r\n");
}else if(essenceCount==3){
              out.write("\r\n");
              out.write("<h4>");
              out.write("<img src=\"");
              out.print(webshopSite);
              out.write("/img/h_3rd.gif\" alt=\"第3位\" width=\"33\" height=\"19\" />");
              out.write("</h4>\r\n");
}else{
              out.write("\r\n");
              out.write("<h4>");
              out.write("<img src=\"");
              out.print(webshopSite);
              out.write("/img/h_4th.gif\" alt=\"第4位\" width=\"33\" height=\"19\" />");
              out.write("</h4>\r\n");
}
              out.write("\r\n");
              out.write("<p class=\"pic\">");
              out.write("<a href=\"");
              out.print(cosmeCmdtySrvSite+"/"+essenceID.getCmdtyCode()+"/"+essenceID.getIndividualCode());
              out.write("\">");
              out.write("<img src=\"");
              out.print(webshopSite);
              out.write("/image/cmdty/");
              out.print(essenceID.getCmdtyCode());
              out.write("/");
              out.print(essenceID.getCmdtyCode());
              out.write("_");
              out.print(essenceID.getIndividualCode());
              out.write("_t.jpg\" width=\"100\" height=\"75\" border=\"0\" alt=\"");
              out.print(SIHTMLUtil.HTMLEncode(essenceID.getCmdtyName()));
              out.write("\">");
              out.write("</a>");
              out.write("</p>\r\n");
              out.write("<p class=\"txt\">");
              out.write("<a href=\"");
              out.print(cosmeCmdtySrvSite+"/"+essenceID.getCmdtyCode()+"/"+essenceID.getIndividualCode());
              out.write("\">");
              out.print(SIStringUtil.limitLength(SIHTMLUtil.HTMLEncode(essenceID.getCmdtyName()),lengthCount,"…"));
              out.write("</a>");
              out.write("<br>\r\n");
if(essenceID.isContractFlg()){
              out.write("\r\nBG卸価：契約後表示");
              out.write("</p>\r\n");
}else if(essenceID.getBGPriceDispFlg().equals("2")){
              out.write("\r\nお問い合わせ下さい");
              out.write("</p>\r\n");
}else if(essenceID.getBGPriceDispFlg().equals("1")){
              out.write("\r\nBG卸価：ログイン表示");
              out.write("</p>\r\n");
}else{
              out.write("\r\n");
if(SIUtil.isNotNull(essenceID.getNewFixedPrice())&&!"0".equals(essenceID.getNewFixedPrice())){
              out.write("￥");
              out.print(SIUtil.NumberFormat(essenceID.getNewFixedPrice()));
              out.write("→");
}
              out.write("\r\n");
if (!essenceID.isCmdtyComposition()){
              out.write("\r\n");
if(essenceID.getFinalUnitPriceWithoutTax().equals(essenceID.getUnitPriceWithoutTax())){
              out.write("\r\n");
              out.write("<em>￥");
              out.print(SIUtil.NumberFormat(essenceID.getFinalUnitPriceWithoutTax()));
              out.write("</em>");
              out.write("<em class=\"tax\">(税別)");
              out.write("</em>");
              out.write("</p>\r\n");
}else{
              out.write("\r\n");
              out.write("<em>");
              out.write("<strike>￥");
              out.print(SIUtil.NumberFormat(essenceID.getUnitPriceWithoutTax()));
              out.write("</strike>");
              out.write("</em>");
              out.write("<em class=\"tax\">");
              out.write("<strike>(税別)");
              out.write("</strike>");
              out.write("</em>");
              out.write("<br>\r\n");
              out.write("<em class=\"tax\">VIP特価：");
              out.write("</em>");
              out.write("<br>");
              out.write("<em>￥");
              out.print(SIUtil.NumberFormat(essenceID.getFinalUnitPriceWithoutTax()));
              out.write("</em>");
              out.write("<em class=\"tax\">(税別)");
              out.write("</em>");
              out.write("</p>\r\n");
}
              out.write("\r\n");
}else{
              out.write("\r\n");
 String setUnitPrice = essenceID.getSetUnitPriceWithoutTax(connection); 
              out.write("\r\n");
 String setDiscountUnitPrice = essenceID.getSetDiscountUnitPriceWithoutTax(connection); 
              out.write("\r\n");
if(setUnitPrice.equals(setDiscountUnitPrice)){
              out.write("\r\n");
              out.write("<em>￥");
              out.print(SIUtil.NumberFormat(setUnitPrice));
              out.write("</em>");
              out.write("<em class=\"tax\">(税別)");
              out.write("</em>");
              out.write("</p>\r\n");
}else{
              out.write("\r\n");
              out.write("<em>");
              out.write("<strike>￥");
              out.print(SIUtil.NumberFormat(setUnitPrice));
              out.write("</strike>");
              out.write("</em>");
              out.write("<em class=\"tax\">");
              out.write("<strike>(税別)");
              out.write("</strike>");
              out.write("</em>");
              out.write("<br>\r\n");
              out.write("<em class=\"tax\">VIP特価：");
              out.write("</em>");
              out.write("<em>￥");
              out.print(SIUtil.NumberFormat(setDiscountUnitPrice));
              out.write("</em>");
              out.write("<em class=\"tax\">(税別)");
              out.write("</em>");
              out.write("</p>\r\n");
}
              out.write("\r\n");
}}
              out.write("\r\n");
              out.write("</li>\r\n");
              int evalDoAfterBody = _jspx_th_webshop_siiterator_28.doAfterBody();
              essenceID = (jp.co.sint.basic.SICmdty) pageContext.findAttribute("essenceID");
              if (evalDoAfterBody != javax.servlet.jsp.tagext.BodyTag.EVAL_BODY_AGAIN)
                break;
            } while (true);
          }
          if (_jspx_th_webshop_siiterator_28.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
            return;
          _jspx_tagPool_webshop_siiterator_type_id_collection.reuse(_jspx_th_webshop_siiterator_28);
          out.write("\r\n");
          out.write("</ol>\r\n");
          out.write("</div>\r\n");
          out.write("<div class=\"wrapper last\">\r\n");
          out.write("<div class=\"heading\">\r\n");
          out.write("<h3>");
          out.print(UICmdtyRanking.getRankingTitle(UICmdtyRanking.RANKING_CREAM_INX));
          out.write("</h3>\r\n");
          out.write("<p class=\"more\">");
          out.write("<a href=\"");
          out.print(mainSrvSite+"?actionNameTxt="+SIConfig.SIACTION_RANKING+"&inx="+UICmdtyRanking.RANKING_CREAM_INX);
          out.write("\" class=\"arrow01\">もっと見る");
          out.write("</a>");
          out.write("</p>\r\n");
          out.write("</div>\r\n");
          out.write("<ol id=\"ranking10\" class=\"item\">\r\n");
int creamCount=0;
          out.write("\r\n");
          /* ----  webshop:siiterator ---- */
          jp.co.sint.taglib.SIIteratorTag _jspx_th_webshop_siiterator_29 = (jp.co.sint.taglib.SIIteratorTag) _jspx_tagPool_webshop_siiterator_type_id_collection.get(jp.co.sint.taglib.SIIteratorTag.class);
          _jspx_th_webshop_siiterator_29.setPageContext(pageContext);
          _jspx_th_webshop_siiterator_29.setParent(_jspx_th_webshop_isTrue_3);
          _jspx_th_webshop_siiterator_29.setType("jp.co.sint.basic.SICmdty");
          _jspx_th_webshop_siiterator_29.setCollection(UICmdtyRanking.getCreamColl(connection,request,4));
          _jspx_th_webshop_siiterator_29.setId("creamID");
          int _jspx_eval_webshop_siiterator_29 = _jspx_th_webshop_siiterator_29.doStartTag();
          if (_jspx_eval_webshop_siiterator_29 != javax.servlet.jsp.tagext.Tag.SKIP_BODY) {
            jp.co.sint.basic.SICmdty creamID = null;
            creamID = (jp.co.sint.basic.SICmdty) pageContext.findAttribute("creamID");
            do {
              out.write("\r\n");
              out.write("<li>\r\n");
creamCount++;
if(creamCount==1){
              out.write("\r\n");
              out.write("<h4>");
              out.write("<img src=\"");
              out.print(webshopSite);
              out.write("/img/h_1st.gif\" alt=\"第1位\" width=\"92\" height=\"19\" />");
              out.write("</h4>\r\n");
}else if(creamCount==2){
              out.write("\r\n");
              out.write("<h4>");
              out.write("<img src=\"");
              out.print(webshopSite);
              out.write("/img/h_2nd.gif\" alt=\"第2位\" width=\"33\" height=\"19\" />");
              out.write("</h4>\r\n");
}else if(creamCount==3){
              out.write("\r\n");
              out.write("<h4>");
              out.write("<img src=\"");
              out.print(webshopSite);
              out.write("/img/h_3rd.gif\" alt=\"第3位\" width=\"33\" height=\"19\" />");
              out.write("</h4>\r\n");
}else{
              out.write("\r\n");
              out.write("<h4>");
              out.write("<img src=\"");
              out.print(webshopSite);
              out.write("/img/h_4th.gif\" alt=\"第4位\" width=\"33\" height=\"19\" />");
              out.write("</h4>\r\n");
}
              out.write("\r\n");
              out.write("<p class=\"pic\">");
              out.write("<a href=\"");
              out.print(cosmeCmdtySrvSite+"/"+creamID.getCmdtyCode()+"/"+creamID.getIndividualCode());
              out.write("\">");
              out.write("<img src=\"");
              out.print(webshopSite);
              out.write("/image/cmdty/");
              out.print(creamID.getCmdtyCode());
              out.write("/");
              out.print(creamID.getCmdtyCode());
              out.write("_");
              out.print(creamID.getIndividualCode());
              out.write("_t.jpg\" width=\"100\" height=\"75\" border=\"0\" alt=\"");
              out.print(SIHTMLUtil.HTMLEncode(creamID.getCmdtyName()));
              out.write("\">");
              out.write("</a>");
              out.write("</p>\r\n");
              out.write("<p class=\"txt\">");
              out.write("<a href=\"");
              out.print(cosmeCmdtySrvSite+"/"+creamID.getCmdtyCode()+"/"+creamID.getIndividualCode());
              out.write("\">");
              out.print(SIStringUtil.limitLength(SIHTMLUtil.HTMLEncode(creamID.getCmdtyName()),lengthCount,"…"));
              out.write("</a>");
              out.write("<br>\r\n");
if(creamID.isContractFlg()){
              out.write("\r\nBG卸価：契約後表示");
              out.write("</p>\r\n");
}else if(creamID.getBGPriceDispFlg().equals("2")){
              out.write("\r\nお問い合わせ下さい");
              out.write("</p>\r\n");
}else if(creamID.getBGPriceDispFlg().equals("1")){
              out.write("\r\nBG卸価：ログイン表示");
              out.write("</p>\r\n");
}else{
              out.write("\r\n");
if(SIUtil.isNotNull(creamID.getNewFixedPrice())&&!"0".equals(creamID.getNewFixedPrice())){
              out.write("￥");
              out.print(SIUtil.NumberFormat(creamID.getNewFixedPrice()));
              out.write("→");
}
              out.write("\r\n");
if (!creamID.isCmdtyComposition()){
              out.write("\r\n");
if(creamID.getFinalUnitPriceWithoutTax().equals(creamID.getUnitPriceWithoutTax())){
              out.write("\r\n");
              out.write("<em>￥");
              out.print(SIUtil.NumberFormat(creamID.getFinalUnitPriceWithoutTax()));
              out.write("</em>");
              out.write("<em class=\"tax\">(税別)");
              out.write("</em>");
              out.write("</p>\r\n");
}else{
              out.write("\r\n");
              out.write("<em>");
              out.write("<strike>￥");
              out.print(SIUtil.NumberFormat(creamID.getUnitPriceWithoutTax()));
              out.write("</strike>");
              out.write("</em>");
              out.write("<em class=\"tax\">");
              out.write("<strike>(税別)");
              out.write("</strike>");
              out.write("</em>");
              out.write("<br>\r\n");
              out.write("<em class=\"tax\">VIP特価：");
              out.write("</em>");
              out.write("<br>");
              out.write("<em>￥");
              out.print(SIUtil.NumberFormat(creamID.getFinalUnitPriceWithoutTax()));
              out.write("</em>");
              out.write("<em class=\"tax\">(税別)");
              out.write("</em>");
              out.write("</p>\r\n");
}
              out.write("\r\n");
}else{
              out.write("\r\n");
 String setUnitPrice = creamID.getSetUnitPriceWithoutTax(connection); 
              out.write("\r\n");
 String setDiscountUnitPrice = creamID.getSetDiscountUnitPriceWithoutTax(connection); 
              out.write("\r\n");
if(setUnitPrice.equals(setDiscountUnitPrice)){
              out.write("\r\n");
              out.write("<em>￥");
              out.print(SIUtil.NumberFormat(setUnitPrice));
              out.write("</em>");
              out.write("<em class=\"tax\">(税別)");
              out.write("</em>");
              out.write("</p>\r\n");
}else{
              out.write("\r\n");
              out.write("<em>");
              out.write("<strike>￥");
              out.print(SIUtil.NumberFormat(setUnitPrice));
              out.write("</strike>");
              out.write("</em>");
              out.write("<em class=\"tax\">");
              out.write("<strike>(税別)");
              out.write("</strike>");
              out.write("</em>");
              out.write("<br>\r\n");
              out.write("<em class=\"tax\">VIP特価：");
              out.write("</em>");
              out.write("<em>￥");
              out.print(SIUtil.NumberFormat(setDiscountUnitPrice));
              out.write("</em>");
              out.write("<em class=\"tax\">(税別)");
              out.write("</em>");
              out.write("</p>\r\n");
}
              out.write("\r\n");
}}
              out.write("\r\n");
              out.write("</li>\r\n");
              int evalDoAfterBody = _jspx_th_webshop_siiterator_29.doAfterBody();
              creamID = (jp.co.sint.basic.SICmdty) pageContext.findAttribute("creamID");
              if (evalDoAfterBody != javax.servlet.jsp.tagext.BodyTag.EVAL_BODY_AGAIN)
                break;
            } while (true);
          }
          if (_jspx_th_webshop_siiterator_29.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
            return;
          _jspx_tagPool_webshop_siiterator_type_id_collection.reuse(_jspx_th_webshop_siiterator_29);
          out.write("\r\n");
          out.write("</ol>\r\n");
          out.write("</div>\r\n");
          out.write("<div class=\"wrapper last\">\r\n");
          out.write("<div class=\"heading\">\r\n");
          out.write("<h3>");
          out.print(UICmdtyRanking.getRankingTitle(UICmdtyRanking.RANKING_PACK_INX));
          out.write("</h3>\r\n");
          out.write("<p class=\"more\">");
          out.write("<a href=\"");
          out.print(mainSrvSite+"?actionNameTxt="+SIConfig.SIACTION_RANKING+"&inx="+UICmdtyRanking.RANKING_PACK_INX);
          out.write("\" class=\"arrow01\">もっと見る");
          out.write("</a>");
          out.write("</p>\r\n");
          out.write("</div>\r\n");
          out.write("<ol id=\"ranking11\" class=\"item\">\r\n");
int packCount=0;
          out.write("\r\n");
          /* ----  webshop:siiterator ---- */
          jp.co.sint.taglib.SIIteratorTag _jspx_th_webshop_siiterator_30 = (jp.co.sint.taglib.SIIteratorTag) _jspx_tagPool_webshop_siiterator_type_id_collection.get(jp.co.sint.taglib.SIIteratorTag.class);
          _jspx_th_webshop_siiterator_30.setPageContext(pageContext);
          _jspx_th_webshop_siiterator_30.setParent(_jspx_th_webshop_isTrue_3);
          _jspx_th_webshop_siiterator_30.setType("jp.co.sint.basic.SICmdty");
          _jspx_th_webshop_siiterator_30.setCollection(UICmdtyRanking.getPackColl(connection,request,4));
          _jspx_th_webshop_siiterator_30.setId("packID");
          int _jspx_eval_webshop_siiterator_30 = _jspx_th_webshop_siiterator_30.doStartTag();
          if (_jspx_eval_webshop_siiterator_30 != javax.servlet.jsp.tagext.Tag.SKIP_BODY) {
            jp.co.sint.basic.SICmdty packID = null;
            packID = (jp.co.sint.basic.SICmdty) pageContext.findAttribute("packID");
            do {
              out.write("\r\n");
              out.write("<li>\r\n");
packCount++;
if(packCount==1){
              out.write("\r\n");
              out.write("<h4>");
              out.write("<img src=\"");
              out.print(webshopSite);
              out.write("/img/h_1st.gif\" alt=\"第1位\" width=\"92\" height=\"19\" />");
              out.write("</h4>\r\n");
}else if(packCount==2){
              out.write("\r\n");
              out.write("<h4>");
              out.write("<img src=\"");
              out.print(webshopSite);
              out.write("/img/h_2nd.gif\" alt=\"第2位\" width=\"33\" height=\"19\" />");
              out.write("</h4>\r\n");
}else if(packCount==3){
              out.write("\r\n");
              out.write("<h4>");
              out.write("<img src=\"");
              out.print(webshopSite);
              out.write("/img/h_3rd.gif\" alt=\"第3位\" width=\"33\" height=\"19\" />");
              out.write("</h4>\r\n");
}else{
              out.write("\r\n");
              out.write("<h4>");
              out.write("<img src=\"");
              out.print(webshopSite);
              out.write("/img/h_4th.gif\" alt=\"第4位\" width=\"33\" height=\"19\" />");
              out.write("</h4>\r\n");
}
              out.write("\r\n");
              out.write("<p class=\"pic\">");
              out.write("<a href=\"");
              out.print(cosmeCmdtySrvSite+"/"+packID.getCmdtyCode()+"/"+packID.getIndividualCode());
              out.write("\">");
              out.write("<img src=\"");
              out.print(webshopSite);
              out.write("/image/cmdty/");
              out.print(packID.getCmdtyCode());
              out.write("/");
              out.print(packID.getCmdtyCode());
              out.write("_");
              out.print(packID.getIndividualCode());
              out.write("_t.jpg\" width=\"100\" height=\"75\" border=\"0\" alt=\"");
              out.print(SIHTMLUtil.HTMLEncode(packID.getCmdtyName()));
              out.write("\">");
              out.write("</a>");
              out.write("</p>\r\n");
              out.write("<p class=\"txt\">");
              out.write("<a href=\"");
              out.print(cosmeCmdtySrvSite+"/"+packID.getCmdtyCode()+"/"+packID.getIndividualCode());
              out.write("\">");
              out.print(SIStringUtil.limitLength(SIHTMLUtil.HTMLEncode(packID.getCmdtyName()),lengthCount,"…"));
              out.write("</a>");
              out.write("<br>\r\n");
if(packID.isContractFlg()){
              out.write("\r\nBG卸価：契約後表示");
              out.write("</p>\r\n");
}else if(packID.getBGPriceDispFlg().equals("2")){
              out.write("\r\nお問い合わせ下さい");
              out.write("</p>\r\n");
}else if(packID.getBGPriceDispFlg().equals("1")){
              out.write("\r\nBG卸価：ログイン表示");
              out.write("</p>\r\n");
}else{
              out.write("\r\n");
if(SIUtil.isNotNull(packID.getNewFixedPrice())&&!"0".equals(packID.getNewFixedPrice())){
              out.write("￥");
              out.print(SIUtil.NumberFormat(packID.getNewFixedPrice()));
              out.write("→");
}
              out.write("\r\n");
if (!packID.isCmdtyComposition()){
              out.write("\r\n");
if(packID.getFinalUnitPriceWithoutTax().equals(packID.getUnitPriceWithoutTax())){
              out.write("\r\n");
              out.write("<em>￥");
              out.print(SIUtil.NumberFormat(packID.getFinalUnitPriceWithoutTax()));
              out.write("</em>");
              out.write("<em class=\"tax\">(税別)");
              out.write("</em>");
              out.write("</p>\r\n");
}else{
              out.write("\r\n");
              out.write("<em>");
              out.write("<strike>￥");
              out.print(SIUtil.NumberFormat(packID.getUnitPriceWithoutTax()));
              out.write("</strike>");
              out.write("</em>");
              out.write("<em class=\"tax\">");
              out.write("<strike>(税別)");
              out.write("</strike>");
              out.write("</em>");
              out.write("<br>\r\n");
              out.write("<em class=\"tax\">VIP特価：");
              out.write("</em>");
              out.write("<br>");
              out.write("<em>￥");
              out.print(SIUtil.NumberFormat(packID.getFinalUnitPriceWithoutTax()));
              out.write("</em>");
              out.write("<em class=\"tax\">(税別)");
              out.write("</em>");
              out.write("</p>\r\n");
}
              out.write("\r\n");
}else{
              out.write("\r\n");
 String setUnitPrice = packID.getSetUnitPriceWithoutTax(connection); 
              out.write("\r\n");
 String setDiscountUnitPrice = packID.getSetDiscountUnitPriceWithoutTax(connection); 
              out.write("\r\n");
if(setUnitPrice.equals(setDiscountUnitPrice)){
              out.write("\r\n");
              out.write("<em>￥");
              out.print(SIUtil.NumberFormat(setUnitPrice));
              out.write("</em>");
              out.write("<em class=\"tax\">(税別)");
              out.write("</em>");
              out.write("</p>\r\n");
}else{
              out.write("\r\n");
              out.write("<em>");
              out.write("<strike>￥");
              out.print(SIUtil.NumberFormat(setUnitPrice));
              out.write("</strike>");
              out.write("</em>");
              out.write("<em class=\"tax\">");
              out.write("<strike>(税別)");
              out.write("</strike>");
              out.write("</em>");
              out.write("<br>\r\n");
              out.write("<em class=\"tax\">VIP特価：");
              out.write("</em>");
              out.write("<em>￥");
              out.print(SIUtil.NumberFormat(setDiscountUnitPrice));
              out.write("</em>");
              out.write("<em class=\"tax\">(税別)");
              out.write("</em>");
              out.write("</p>\r\n");
}
              out.write("\r\n");
}}
              out.write("\r\n");
              out.write("</li>\r\n");
              int evalDoAfterBody = _jspx_th_webshop_siiterator_30.doAfterBody();
              packID = (jp.co.sint.basic.SICmdty) pageContext.findAttribute("packID");
              if (evalDoAfterBody != javax.servlet.jsp.tagext.BodyTag.EVAL_BODY_AGAIN)
                break;
            } while (true);
          }
          if (_jspx_th_webshop_siiterator_30.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
            return;
          _jspx_tagPool_webshop_siiterator_type_id_collection.reuse(_jspx_th_webshop_siiterator_30);
          out.write("\r\n");
          out.write("</ol>\r\n");
          out.write("</div>\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");
      /* ----  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(jobType==4);
      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("<div class=\"wrapper\">\r\n");
          out.write("<div class=\"heading\">\r\n");
          out.write("<h3>");
          out.print(UICmdtyRanking.getRankingTitle(UICmdtyRanking.RANKING_NAILITEM_INX));
          out.write("</h3>\r\n");
          out.write("<p class=\"more\">");
          out.write("<a href=\"");
          out.print(mainSrvSite+"?actionNameTxt="+SIConfig.SIACTION_RANKING+"&inx="+UICmdtyRanking.RANKING_NAILITEM_INX);
          out.write("\" class=\"arrow01\">もっと見る");
          out.write("</a>");
          out.write("</p>\r\n");
          out.write("</div>\r\n");
          out.write("<ol id=\"ranking01\" class=\"item\">\r\n");
int nailItemCount=0;
          out.write("\r\n");
          /* ----  webshop:siiterator ---- */
          jp.co.sint.taglib.SIIteratorTag _jspx_th_webshop_siiterator_31 = (jp.co.sint.taglib.SIIteratorTag) _jspx_tagPool_webshop_siiterator_type_id_collection.get(jp.co.sint.taglib.SIIteratorTag.class);
          _jspx_th_webshop_siiterator_31.setPageContext(pageContext);
          _jspx_th_webshop_siiterator_31.setParent(_jspx_th_webshop_isTrue_5);
          _jspx_th_webshop_siiterator_31.setType("jp.co.sint.basic.SICmdty");
          _jspx_th_webshop_siiterator_31.setCollection(UICmdtyRanking.getNailItemColl(connection,request,4));
          _jspx_th_webshop_siiterator_31.setId("nailItemID");
          int _jspx_eval_webshop_siiterator_31 = _jspx_th_webshop_siiterator_31.doStartTag();
          if (_jspx_eval_webshop_siiterator_31 != javax.servlet.jsp.tagext.Tag.SKIP_BODY) {
            jp.co.sint.basic.SICmdty nailItemID = null;
            nailItemID = (jp.co.sint.basic.SICmdty) pageContext.findAttribute("nailItemID");
            do {
              out.write("\r\n");
              out.write("<li>\r\n");
nailItemCount++;
if(nailItemCount==1){
              out.write("\r\n");
              out.write("<h4>");
              out.write("<img src=\"");
              out.print(webshopSite);
              out.write("/img/h_1st.gif\" alt=\"第1位\" width=\"92\" height=\"19\" />");
              out.write("</h4>\r\n");
}else if(nailItemCount==2){
              out.write("\r\n");
              out.write("<h4>");
              out.write("<img src=\"");
              out.print(webshopSite);
              out.write("/img/h_2nd.gif\" alt=\"第2位\" width=\"33\" height=\"19\" />");
              out.write("</h4>\r\n");
}else if(nailItemCount==3){
              out.write("\r\n");
              out.write("<h4>");
              out.write("<img src=\"");
              out.print(webshopSite);
              out.write("/img/h_3rd.gif\" alt=\"第3位\" width=\"33\" height=\"19\" />");
              out.write("</h4>\r\n");
}else{
              out.write("\r\n");
              out.write("<h4>");
              out.write("<img src=\"");
              out.print(webshopSite);
              out.write("/img/h_4th.gif\" alt=\"第4位\" width=\"33\" height=\"19\" />");
              out.write("</h4>\r\n");
}
              out.write("\r\n");
              out.write("<p class=\"pic\">");
              out.write("<a href=\"");
              out.print(nailCmdtySrvSite+"/"+nailItemID.getCmdtyCode()+"/"+nailItemID.getIndividualCode());
              out.write("\">");
              out.write("<img src=\"");
              out.print(webshopSite);
              out.write("/image/cmdty/");
              out.print(nailItemID.getCmdtyCode());
              out.write("/");
              out.print(nailItemID.getCmdtyCode());
              out.write("_");
              out.print(nailItemID.getIndividualCode());
              out.write("_t.jpg\" width=\"100\" height=\"75\" border=\"0\" alt=\"");
              out.print(SIHTMLUtil.HTMLEncode(nailItemID.getCmdtyName()));
              out.write("\">");
              out.write("</a>");
              out.write("</p>\r\n");
              out.write("<p class=\"txt\">");
              out.write("<a href=\"");
              out.print(nailCmdtySrvSite+"/"+nailItemID.getCmdtyCode()+"/"+nailItemID.getIndividualCode());
              out.write("\">");
              out.print(SIStringUtil.limitLength(SIHTMLUtil.HTMLEncode(nailItemID.getCmdtyName()),lengthCount,"…"));
              out.write("</a>");
              out.write("<br>\r\n");
if(nailItemID.isContractFlg()){
              out.write("\r\nBG卸価：契約後表示");
              out.write("</p>\r\n");
}else if(nailItemID.getBGPriceDispFlg().equals("2")){
              out.write("\r\nお問い合わせ下さい");
              out.write("</p>\r\n");
}else if(nailItemID.getBGPriceDispFlg().equals("1")){
              out.write("\r\nBG卸価：ログイン表示");
              out.write("</p>\r\n");
}else{
              out.write("\r\n");
if(SIUtil.isNotNull(nailItemID.getNewFixedPrice())&&!"0".equals(nailItemID.getNewFixedPrice())){
              out.write("￥");
              out.print(SIUtil.NumberFormat(nailItemID.getNewFixedPrice()));
              out.write("→");
}
              out.write("\r\n");
if (!nailItemID.isCmdtyComposition()){
              out.write("\r\n");
if(nailItemID.getFinalUnitPriceWithoutTax().equals(nailItemID.getUnitPriceWithoutTax())){
              out.write("\r\n");
              out.write("<em>￥");
              out.print(SIUtil.NumberFormat(nailItemID.getFinalUnitPriceWithoutTax()));
              out.write("</em>");
              out.write("<em class=\"tax\">(税別)");
              out.write("</em>");
              out.write("</p>\r\n");
}else{
              out.write("\r\n");
              out.write("<em>");
              out.write("<strike>￥");
              out.print(SIUtil.NumberFormat(nailItemID.getUnitPriceWithoutTax()));
              out.write("</strike>");
              out.write("</em>");
              out.write("<em class=\"tax\">");
              out.write("<strike>(税別)");
              out.write("</strike>");
              out.write("</em>");
              out.write("<br>\r\n");
              out.write("<em class=\"tax\">VIP特価：");
              out.write("</em>");
              out.write("<br>");
              out.write("<em>￥");
              out.print(SIUtil.NumberFormat(nailItemID.getFinalUnitPriceWithoutTax()));
              out.write("</em>");
              out.write("<em class=\"tax\">(税別)");
              out.write("</em>");
              out.write("</p>\r\n");
}
              out.write("\r\n");
}else{
              out.write("\r\n");
 String setUnitPrice = nailItemID.getSetUnitPriceWithoutTax(connection); 
              out.write("\r\n");
 String setDiscountUnitPrice = nailItemID.getSetDiscountUnitPriceWithoutTax(connection); 
              out.write("\r\n");
if(setUnitPrice.equals(setDiscountUnitPrice)){
              out.write("\r\n");
              out.write("<em>￥");
              out.print(SIUtil.NumberFormat(setUnitPrice));
              out.write("</em>");
              out.write("<em class=\"tax\">(税別)");
              out.write("</em>");
              out.write("</p>\r\n");
}else{
              out.write("\r\n");
              out.write("<em>");
              out.write("<strike>￥");
              out.print(SIUtil.NumberFormat(setUnitPrice));
              out.write("</strike>");
              out.write("</em>");
              out.write("<em class=\"tax\">");
              out.write("<strike>(税別)");
              out.write("</strike>");
              out.write("</em>");
              out.write("<br>\r\n");
              out.write("<em class=\"tax\">VIP特価：");
              out.write("</em>");
              out.write("<em>￥");
              out.print(SIUtil.NumberFormat(setDiscountUnitPrice));
              out.write("</em>");
              out.write("<em class=\"tax\">(税別)");
              out.write("</em>");
              out.write("</p>\r\n");
}
              out.write("\r\n");
}}
              out.write("\r\n");
              out.write("</li>\r\n");
              int evalDoAfterBody = _jspx_th_webshop_siiterator_31.doAfterBody();
              nailItemID = (jp.co.sint.basic.SICmdty) pageContext.findAttribute("nailItemID");
              if (evalDoAfterBody != javax.servlet.jsp.tagext.BodyTag.EVAL_BODY_AGAIN)
                break;
            } while (true);
          }
          if (_jspx_th_webshop_siiterator_31.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
            return;
          _jspx_tagPool_webshop_siiterator_type_id_collection.reuse(_jspx_th_webshop_siiterator_31);
          out.write("\r\n");
          out.write("</ol>\r\n");
          out.write("</div>\r\n");
          out.write("<div class=\"wrapper last\">\r\n");
          out.write("<div class=\"heading\">\r\n");
          out.write("<h3>");
          out.print(UICmdtyRanking.getRankingTitle(UICmdtyRanking.RANKING_NAILTOOL_INX));
          out.write("</h3>\r\n");
          out.write("<p class=\"more\">");
          out.write("<a href=\"");
          out.print(mainSrvSite+"?actionNameTxt="+SIConfig.SIACTION_RANKING+"&inx="+UICmdtyRanking.RANKING_NAILTOOL_INX);
          out.write("\" class=\"arrow01\">もっと見る");
          out.write("</a>");
          out.write("</p>\r\n");
          out.write("</div>\r\n");
          out.write("<ol id=\"ranking02\" class=\"item\">\r\n");
int nailToolCount=0;
          out.write("\r\n");
          /* ----  webshop:siiterator ---- */
          jp.co.sint.taglib.SIIteratorTag _jspx_th_webshop_siiterator_32 = (jp.co.sint.taglib.SIIteratorTag) _jspx_tagPool_webshop_siiterator_type_id_collection.get(jp.co.sint.taglib.SIIteratorTag.class);
          _jspx_th_webshop_siiterator_32.setPageContext(pageContext);
          _jspx_th_webshop_siiterator_32.setParent(_jspx_th_webshop_isTrue_5);
          _jspx_th_webshop_siiterator_32.setType("jp.co.sint.basic.SICmdty");
          _jspx_th_webshop_siiterator_32.setCollection(UICmdtyRanking.getNailToolColl(connection,request,4));
          _jspx_th_webshop_siiterator_32.setId("nailToolID");
          int _jspx_eval_webshop_siiterator_32 = _jspx_th_webshop_siiterator_32.doStartTag();
          if (_jspx_eval_webshop_siiterator_32 != javax.servlet.jsp.tagext.Tag.SKIP_BODY) {
            jp.co.sint.basic.SICmdty nailToolID = null;
            nailToolID = (jp.co.sint.basic.SICmdty) pageContext.findAttribute("nailToolID");
            do {
              out.write("\r\n");
              out.write("<li>\r\n");
nailToolCount++;
if(nailToolCount==1){
              out.write("\r\n");
              out.write("<h4>");
              out.write("<img src=\"");
              out.print(webshopSite);
              out.write("/img/h_1st.gif\" alt=\"第1位\" width=\"92\" height=\"19\" />");
              out.write("</h4>\r\n");
}else if(nailToolCount==2){
              out.write("\r\n");
              out.write("<h4>");
              out.write("<img src=\"");
              out.print(webshopSite);
              out.write("/img/h_2nd.gif\" alt=\"第2位\" width=\"33\" height=\"19\" />");
              out.write("</h4>\r\n");
}else if(nailToolCount==3){
              out.write("\r\n");
              out.write("<h4>");
              out.write("<img src=\"");
              out.print(webshopSite);
              out.write("/img/h_3rd.gif\" alt=\"第3位\" width=\"33\" height=\"19\" />");
              out.write("</h4>\r\n");
}else{
              out.write("\r\n");
              out.write("<h4>");
              out.write("<img src=\"");
              out.print(webshopSite);
              out.write("/img/h_4th.gif\" alt=\"第4位\" width=\"33\" height=\"19\" />");
              out.write("</h4>\r\n");
}
              out.write("\r\n");
              out.write("<p class=\"pic\">");
              out.write("<a href=\"");
              out.print(nailCmdtySrvSite+"/"+nailToolID.getCmdtyCode()+"/"+nailToolID.getIndividualCode());
              out.write("\">");
              out.write("<img src=\"");
              out.print(webshopSite);
              out.write("/image/cmdty/");
              out.print(nailToolID.getCmdtyCode());
              out.write("/");
              out.print(nailToolID.getCmdtyCode());
              out.write("_");
              out.print(nailToolID.getIndividualCode());
              out.write("_t.jpg\" width=\"100\" height=\"75\" border=\"0\" alt=\"");
              out.print(SIHTMLUtil.HTMLEncode(nailToolID.getCmdtyName()));
              out.write("\">");
              out.write("</a>");
              out.write("</p>\r\n");
              out.write("<p class=\"txt\">");
              out.write("<a href=\"");
              out.print(nailCmdtySrvSite+"/"+nailToolID.getCmdtyCode()+"/"+nailToolID.getIndividualCode());
              out.write("\">");
              out.print(SIStringUtil.limitLength(SIHTMLUtil.HTMLEncode(nailToolID.getCmdtyName()),lengthCount,"…"));
              out.write("</a>");
              out.write("<br>\r\n");
if(nailToolID.isContractFlg()){
              out.write("\r\nBG卸価：契約後表示");
              out.write("</p>\r\n");
}else if(nailToolID.getBGPriceDispFlg().equals("2")){
              out.write("\r\nお問い合わせ下さい");
              out.write("</p>\r\n");
}else if(nailToolID.getBGPriceDispFlg().equals("1")){
              out.write("\r\nBG卸価：ログイン表示");
              out.write("</p>\r\n");
}else{
              out.write("\r\n");
if(SIUtil.isNotNull(nailToolID.getNewFixedPrice())&&!"0".equals(nailToolID.getNewFixedPrice())){
              out.write("￥");
              out.print(SIUtil.NumberFormat(nailToolID.getNewFixedPrice()));
              out.write("→");
}
              out.write("\r\n");
if (!nailToolID.isCmdtyComposition()){
              out.write("\r\n");
if(nailToolID.getFinalUnitPriceWithoutTax().equals(nailToolID.getUnitPriceWithoutTax())){
              out.write("\r\n");
              out.write("<em>￥");
              out.print(SIUtil.NumberFormat(nailToolID.getFinalUnitPriceWithoutTax()));
              out.write("</em>");
              out.write("<em class=\"tax\">(税別)");
              out.write("</em>");
              out.write("</p>\r\n");
}else{
              out.write("\r\n");
              out.write("<em>");
              out.write("<strike>￥");
              out.print(SIUtil.NumberFormat(nailToolID.getUnitPriceWithoutTax()));
              out.write("</strike>");
              out.write("</em>");
              out.write("<em class=\"tax\">");
              out.write("<strike>(税別)");
              out.write("</strike>");
              out.write("</em>");
              out.write("<br>\r\n");
              out.write("<em class=\"tax\">VIP特価：");
              out.write("</em>");
              out.write("<br>");
              out.write("<em>￥");
              out.print(SIUtil.NumberFormat(nailToolID.getFinalUnitPriceWithoutTax()));
              out.write("</em>");
              out.write("<em class=\"tax\">(税別)");
              out.write("</em>");
              out.write("</p>\r\n");
}
              out.write("\r\n");
}else{
              out.write("\r\n");
 String setUnitPrice = nailToolID.getSetUnitPriceWithoutTax(connection); 
              out.write("\r\n");
 String setDiscountUnitPrice = nailToolID.getSetDiscountUnitPriceWithoutTax(connection); 
              out.write("\r\n");
if(setUnitPrice.equals(setDiscountUnitPrice)){
              out.write("\r\n");
              out.write("<em>￥");
              out.print(SIUtil.NumberFormat(setUnitPrice));
              out.write("</em>");
              out.write("<em class=\"tax\">(税別)");
              out.write("</em>");
              out.write("</p>\r\n");
}else{
              out.write("\r\n");
              out.write("<em>");
              out.write("<strike>￥");
              out.print(SIUtil.NumberFormat(setUnitPrice));
              out.write("</strike>");
              out.write("</em>");
              out.write("<em class=\"tax\">");
              out.write("<strike>(税別)");
              out.write("</strike>");
              out.write("</em>");
              out.write("<br>\r\n");
              out.write("<em class=\"tax\">VIP特価：");
              out.write("</em>");
              out.write("<em>￥");
              out.print(SIUtil.NumberFormat(setDiscountUnitPrice));
              out.write("</em>");
              out.write("<em class=\"tax\">(税別)");
              out.write("</em>");
              out.write("</p>\r\n");
}
              out.write("\r\n");
}}
              out.write("\r\n");
              out.write("</li>\r\n");
              int evalDoAfterBody = _jspx_th_webshop_siiterator_32.doAfterBody();
              nailToolID = (jp.co.sint.basic.SICmdty) pageContext.findAttribute("nailToolID");
              if (evalDoAfterBody != javax.servlet.jsp.tagext.BodyTag.EVAL_BODY_AGAIN)
                break;
            } while (true);
          }
          if (_jspx_th_webshop_siiterator_32.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
            return;
          _jspx_tagPool_webshop_siiterator_type_id_collection.reuse(_jspx_th_webshop_siiterator_32);
          out.write("\r\n");
          out.write("</ol>\r\n");
          out.write("</div>\r\n");
          out.write("<div class=\"wrapper last\">\r\n");
          out.write("<div class=\"heading\">\r\n");
          out.write("<h3>");
          out.print(UICmdtyRanking.getRankingTitle(UICmdtyRanking.RANKING_EYELASH_INX));
          out.write("</h3>\r\n");
          out.write("<p class=\"more\">");
          out.write("<a href=\"");
          out.print(mainSrvSite+"?actionNameTxt="+SIConfig.SIACTION_RANKING+"&inx="+UICmdtyRanking.RANKING_EYELASH_INX);
          out.write("\" class=\"arrow01\">もっと見る");
          out.write("</a>");
          out.write("</p>\r\n");
          out.write("</div>\r\n");
          out.write("<ol id=\"ranking03\" class=\"item\">\r\n");
int eyelashCount=0;
          out.write("\r\n");
          /* ----  webshop:siiterator ---- */
          jp.co.sint.taglib.SIIteratorTag _jspx_th_webshop_siiterator_33 = (jp.co.sint.taglib.SIIteratorTag) _jspx_tagPool_webshop_siiterator_type_id_collection.get(jp.co.sint.taglib.SIIteratorTag.class);
          _jspx_th_webshop_siiterator_33.setPageContext(pageContext);
          _jspx_th_webshop_siiterator_33.setParent(_jspx_th_webshop_isTrue_5);
          _jspx_th_webshop_siiterator_33.setType("jp.co.sint.basic.SICmdty");
          _jspx_th_webshop_siiterator_33.setCollection(UICmdtyRanking.getEyelashColl(connection,request,4));
          _jspx_th_webshop_siiterator_33.setId("eyelashID");
          int _jspx_eval_webshop_siiterator_33 = _jspx_th_webshop_siiterator_33.doStartTag();
          if (_jspx_eval_webshop_siiterator_33 != javax.servlet.jsp.tagext.Tag.SKIP_BODY) {
            jp.co.sint.basic.SICmdty eyelashID = null;
            eyelashID = (jp.co.sint.basic.SICmdty) pageContext.findAttribute("eyelashID");
            do {
              out.write("\r\n");
              out.write("<li>\r\n");
eyelashCount++;
if(eyelashCount==1){
              out.write("\r\n");
              out.write("<h4>");
              out.write("<img src=\"");
              out.print(webshopSite);
              out.write("/img/h_1st.gif\" alt=\"第1位\" width=\"92\" height=\"19\" />");
              out.write("</h4>\r\n");
}else if(eyelashCount==2){
              out.write("\r\n");
              out.write("<h4>");
              out.write("<img src=\"");
              out.print(webshopSite);
              out.write("/img/h_2nd.gif\" alt=\"第2位\" width=\"33\" height=\"19\" />");
              out.write("</h4>\r\n");
}else if(eyelashCount==3){
              out.write("\r\n");
              out.write("<h4>");
              out.write("<img src=\"");
              out.print(webshopSite);
              out.write("/img/h_3rd.gif\" alt=\"第3位\" width=\"33\" height=\"19\" />");
              out.write("</h4>\r\n");
}else{
              out.write("\r\n");
              out.write("<h4>");
              out.write("<img src=\"");
              out.print(webshopSite);
              out.write("/img/h_4th.gif\" alt=\"第4位\" width=\"33\" height=\"19\" />");
              out.write("</h4>\r\n");
}
              out.write("\r\n");
              out.write("<p class=\"pic\">");
              out.write("<a href=\"");
              out.print(nailCmdtySrvSite+"/"+eyelashID.getCmdtyCode()+"/"+eyelashID.getIndividualCode());
              out.write("\">");
              out.write("<img src=\"");
              out.print(webshopSite);
              out.write("/image/cmdty/");
              out.print(eyelashID.getCmdtyCode());
              out.write("/");
              out.print(eyelashID.getCmdtyCode());
              out.write("_");
              out.print(eyelashID.getIndividualCode());
              out.write("_t.jpg\" width=\"100\" height=\"75\" border=\"0\" alt=\"");
              out.print(SIHTMLUtil.HTMLEncode(eyelashID.getCmdtyName()));
              out.write("\">");
              out.write("</a>");
              out.write("</p>\r\n");
              out.write("<p class=\"txt\">");
              out.write("<a href=\"");
              out.print(nailCmdtySrvSite+"/"+eyelashID.getCmdtyCode()+"/"+eyelashID.getIndividualCode());
              out.write("\">");
              out.print(SIStringUtil.limitLength(SIHTMLUtil.HTMLEncode(eyelashID.getCmdtyName()),lengthCount,"…"));
              out.write("</a>");
              out.write("<br>\r\n");
if(eyelashID.isContractFlg()){
              out.write("\r\nBG卸価：契約後表示");
              out.write("</p>\r\n");
}else if(eyelashID.getBGPriceDispFlg().equals("2")){
              out.write("\r\nお問い合わせ下さい");
              out.write("</p>\r\n");
}else if(eyelashID.getBGPriceDispFlg().equals("1")){
              out.write("\r\nBG卸価：ログイン表示");
              out.write("</p>\r\n");
}else{
              out.write("\r\n");
if(SIUtil.isNotNull(eyelashID.getNewFixedPrice())&&!"0".equals(eyelashID.getNewFixedPrice())){
              out.write("￥");
              out.print(SIUtil.NumberFormat(eyelashID.getNewFixedPrice()));
              out.write("→");
}
              out.write("\r\n");
if (!eyelashID.isCmdtyComposition()){
              out.write("\r\n");
if(eyelashID.getFinalUnitPriceWithoutTax().equals(eyelashID.getUnitPriceWithoutTax())){
              out.write("\r\n");
              out.write("<em>￥");
              out.print(SIUtil.NumberFormat(eyelashID.getFinalUnitPriceWithoutTax()));
              out.write("</em>");
              out.write("<em class=\"tax\">(税別)");
              out.write("</em>");
              out.write("</p>\r\n");
}else{
              out.write("\r\n");
              out.write("<em>");
              out.write("<strike>￥");
              out.print(SIUtil.NumberFormat(eyelashID.getUnitPriceWithoutTax()));
              out.write("</strike>");
              out.write("</em>");
              out.write("<em class=\"tax\">");
              out.write("<strike>(税別)");
              out.write("</strike>");
              out.write("</em>");
              out.write("<br>\r\n");
              out.write("<em class=\"tax\">VIP特価：");
              out.write("</em>");
              out.write("<br>");
              out.write("<em>￥");
              out.print(SIUtil.NumberFormat(eyelashID.getFinalUnitPriceWithoutTax()));
              out.write("</em>");
              out.write("<em class=\"tax\">(税別)");
              out.write("</em>");
              out.write("</p>\r\n");
}
              out.write("\r\n");
}else{
              out.write("\r\n");
 String setUnitPrice = eyelashID.getSetUnitPriceWithoutTax(connection); 
              out.write("\r\n");
 String setDiscountUnitPrice = eyelashID.getSetDiscountUnitPriceWithoutTax(connection); 
              out.write("\r\n");
if(setUnitPrice.equals(setDiscountUnitPrice)){
              out.write("\r\n");
              out.write("<em>￥");
              out.print(SIUtil.NumberFormat(setUnitPrice));
              out.write("</em>");
              out.write("<em class=\"tax\">(税別)");
              out.write("</em>");
              out.write("</p>\r\n");
}else{
              out.write("\r\n");
              out.write("<em>");
              out.write("<strike>￥");
              out.print(SIUtil.NumberFormat(setUnitPrice));
              out.write("</strike>");
              out.write("</em>");
              out.write("<em class=\"tax\">");
              out.write("<strike>(税別)");
              out.write("</strike>");
              out.write("</em>");
              out.write("<br>\r\n");
              out.write("<em class=\"tax\">VIP特価：");
              out.write("</em>");
              out.write("<em>￥");
              out.print(SIUtil.NumberFormat(setDiscountUnitPrice));
              out.write("</em>");
              out.write("<em class=\"tax\">(税別)");
              out.write("</em>");
              out.write("</p>\r\n");
}
              out.write("\r\n");
}}
              out.write("\r\n");
              out.write("</li>\r\n");
              int evalDoAfterBody = _jspx_th_webshop_siiterator_33.doAfterBody();
              eyelashID = (jp.co.sint.basic.SICmdty) pageContext.findAttribute("eyelashID");
              if (evalDoAfterBody != javax.servlet.jsp.tagext.BodyTag.EVAL_BODY_AGAIN)
                break;
            } while (true);
          }
          if (_jspx_th_webshop_siiterator_33.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
            return;
          _jspx_tagPool_webshop_siiterator_type_id_collection.reuse(_jspx_th_webshop_siiterator_33);
          out.write("\r\n");
          out.write("</ol>\r\n");
          out.write("</div>\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");
      out.write("<p>");
      out.write("<img src=\"");
      out.print(webshopSite);
      out.write("/img/bg_bias02_ft.gif\" alt=\"\" width=\"537\" height=\"8\" />");
      out.write("</p>\r\n");
      out.write("</div>\r\n");
      out.write("</div>\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);
    }
  }
}
