@charset "UTF-8";
.blcOverlayArea { width: 100%; height: 120%; background-color: #000; display: none; position: fixed; top: 0; left: 0; z-index: 100; opacity: 0.5; }

.tpointModal { width: 800px; margin: 0 auto; background-color: #fff; display: none; position: absolute; top: 30px; left: 0; right: 0; z-index: 101; }

.tpointModal .blcHeadArea .elCloseBtn { width: 20px; height: 20px; cursor: pointer; position: absolute; top: 20px; right: 20px; }

.tpointModal .blcHeadArea .elCloseBtn:before, .tpointModal .blcHeadArea .elCloseBtn:after { content: ""; width: 100%; height: 2px; background-color: #ccc; display: block; position: absolute; top: 50%; left: 0; }

.tpointModal .blcHeadArea .elCloseBtn:before { transform: rotate(-45deg); }

.tpointModal .blcHeadArea .elCloseBtn:after { transform: rotate(45deg); }

.tpointModal .blcContentArea .blcInnerArea { padding: 30px; background-color: #fff; }

.tpointModal .blcHeadTextArea { padding: 0 5px; }

.tpointModal .blcHeadTextArea.onBorder { margin-top: 20px; padding-top: 30px; border-top: 1px solid #cccccc; }

.tpointModal .blcHeadTextArea .elText { color: #333333; font-size: 18px; font-weight: bold; line-height: 1.0; }

.tpointModal .blcHeadTextArea .elText .elStrong { font-size: 24px; font-weight: bold; line-height: 1.0; }

.tpointModal .blcHeadTextArea .elText + .elText { margin-top: 13px; }

.tpointModal .blcPointArea, .tpointModal .blcBenefitArea { margin-top: 20px; border: 2px solid #cccccc; border-radius: 6px; }

.tpointModal .blcPointArea + .blcHeadTextArea, .tpointModal .blcBenefitArea + .blcHeadTextArea { margin-top: 100px; position: relative; }

.tpointModal .blcPointArea + .blcHeadTextArea:before, .tpointModal .blcBenefitArea + .blcHeadTextArea:before { content: ""; width: 30px; height: 6px; margin-left: -15px; background-color: #ccc; display: block; position: absolute; top: -54px; left: 50%; }

.tpointModal .blcPointArea + .blcHeadTextArea:after, .tpointModal .blcBenefitArea + .blcHeadTextArea:after { content: ""; width: 6px; height: 30px; margin-left: -3px; background-color: #ccc; display: block; position: absolute; top: -65px; left: 50%; }

.tpointModal .blcPointArea .blcPointList, .tpointModal .blcBenefitArea .blcPointList { width: 100%; border-top: 1px solid #ddd; display: table; }

.tpointModal .blcPointArea .blcPointList:first-child, .tpointModal .blcBenefitArea .blcPointList:first-child { border-top: 0; }

.tpointModal .blcPointArea .blcPointList:last-child .blcMagnificationArea:before, .tpointModal .blcPointArea .blcPointList:last-child .blcMagnificationArea:after, .tpointModal .blcBenefitArea .blcPointList:last-child .blcMagnificationArea:before, .tpointModal .blcBenefitArea .blcPointList:last-child .blcMagnificationArea:after { content: none; }

.tpointModal .blcPointArea .blcPointList .blcCheckArea, .tpointModal .blcPointArea .blcPointList .blcMagnificationArea, .tpointModal .blcPointArea .blcPointList .blcDescriptionArea, .tpointModal .blcPointArea .blcPointList .blcBtnArea, .tpointModal .blcBenefitArea .blcPointList .blcCheckArea, .tpointModal .blcBenefitArea .blcPointList .blcMagnificationArea, .tpointModal .blcBenefitArea .blcPointList .blcDescriptionArea, .tpointModal .blcBenefitArea .blcPointList .blcBtnArea { padding: 20px 0; display: table-cell; vertical-align: middle; }

.tpointModal .blcPointArea .blcPointList .blcCheckArea, .tpointModal .blcBenefitArea .blcPointList .blcCheckArea { width: 92px; text-align: center; position: relative; }

.tpointModal .blcPointArea .blcPointList .blcCheckArea .elCheck, .tpointModal .blcBenefitArea .blcPointList .blcCheckArea .elCheck { width: 33px; height: 33px; background-color: #fff; border: 5px solid #dcdcdc; border-radius: 50%; box-sizing: border-box; display: inline-block; position: relative; }

.tpointModal .blcPointArea .blcPointList.active .blcCheckArea .elCheck:after, .tpointModal .blcBenefitArea .blcPointList.active .blcCheckArea .elCheck:after { content: ""; width: 30px; height: 20px; border-bottom: 8px solid #ed000f; border-left: 8px solid #ed000f; box-sizing: border-box; display: block; position: absolute; top: -8px; left: 0px; transform: rotate(-45deg); }

.tpointModal .blcPointArea .blcPointList.disable .blcCheckArea .elCheck, .tpointModal .blcBenefitArea .blcPointList.disable .blcCheckArea .elCheck { background-color: #e8e8e8; }

.tpointModal .blcPointArea .blcPointList .blcMagnificationArea, .tpointModal .blcBenefitArea .blcPointList .blcMagnificationArea { width: 80px; position: relative; }

.tpointModal .blcPointArea .blcPointList .blcMagnificationArea .elPoint, .tpointModal .blcBenefitArea .blcPointList .blcMagnificationArea .elPoint { color: #333333; font-size: 18px; font-weight: bold; text-align: left; }

.tpointModal .blcPointArea .blcPointList .blcMagnificationArea .elPoint .elNum, .tpointModal .blcBenefitArea .blcPointList .blcMagnificationArea .elPoint .elNum { font-size: 38px; line-height: 1.0; }

.tpointModal .blcPointArea .blcPointList .blcDescriptionArea, .tpointModal .blcBenefitArea .blcPointList .blcDescriptionArea { padding-left: 30px; padding-right: 0; }

.tpointModal .blcPointArea .blcPointList .blcDescriptionArea .elTitle, .tpointModal .blcBenefitArea .blcPointList .blcDescriptionArea .elTitle { color: #333; font-size: 18px; font-weight: bold; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; }

.tpointModal .blcPointArea .blcPointList .blcDescriptionArea .elPeriod, .tpointModal .blcBenefitArea .blcPointList .blcDescriptionArea .elPeriod { margin-top: 10px; font-size: 12px; line-height: 1.0; }

.tpointModal .blcPointArea .blcPointList .blcDescriptionArea .elPeriod .elDate, .tpointModal .blcBenefitArea .blcPointList .blcDescriptionArea .elPeriod .elDate { font-size: 12px; line-height: 1.0; }

.tpointModal .blcPointArea .blcPointList .blcDescriptionArea .elSponsorship, .tpointModal .blcBenefitArea .blcPointList .blcDescriptionArea .elSponsorship { margin-top: 10px; font-size: 10px; line-height: 1.5; }

.tpointModal .blcPointArea .blcPointList .blcDescriptionArea .elText, .tpointModal .blcBenefitArea .blcPointList .blcDescriptionArea .elText { margin-top: 5px; font-size: 12px; line-height: 1.5; }

.tpointModal .blcPointArea .blcPointList .blcDescriptionArea .blcIconArea, .tpointModal .blcBenefitArea .blcPointList .blcDescriptionArea .blcIconArea { margin-top: 10px; }

.tpointModal .blcPointArea .blcPointList .blcDescriptionArea .blcIconArea .elIcon, .tpointModal .blcBenefitArea .blcPointList .blcDescriptionArea .blcIconArea .elIcon { margin-right: 5px; padding: 3px 9px; border: 1px solid #666; display: inline-block; font-size: 10px; line-height: 1.0; text-align: center; }

.tpointModal .blcPointArea .blcPointList .blcBtnArea, .tpointModal .blcBenefitArea .blcPointList .blcBtnArea { width: 150px; padding: 0 20px; }

.tpointModal .blcPointArea .blcPointList .blcBtnArea .textEntry, .tpointModal .blcBenefitArea .blcPointList .blcBtnArea .textEntry { color: #3399cc; text-decoration: underline; font-weight: bold; font-size: 14px; text-align: center; display: block; }

.tpointModal .blcPointArea .blcPointList .blcBtnArea .textEntry:hover, .tpointModal .blcBenefitArea .blcPointList .blcBtnArea .textEntry:hover { opacity: 0.8; }

.tpointModal .blcPointArea .blcPointList .blcBtnArea .elBtn, .tpointModal .blcBenefitArea .blcPointList .blcBtnArea .elBtn { border-radius: 3px; }

.tpointModal .blcPointArea .blcPointList .blcBtnArea .elBtn:hover, .tpointModal .blcBenefitArea .blcPointList .blcBtnArea .elBtn:hover { opacity: 0.8; }

.tpointModal .blcPointArea .blcPointList .blcBtnArea .elBtn a, .tpointModal .blcBenefitArea .blcPointList .blcBtnArea .elBtn a { padding: 14px; display: block; color: #666666; font-size: 14px; line-height: 1.0; text-align: center; }

.tpointModal .blcPointArea .blcPointList .blcBtnArea .elBtn a:hover, .tpointModal .blcBenefitArea .blcPointList .blcBtnArea .elBtn a:hover { text-decoration: none; }

.tpointModal .blcPointArea .blcPointList .blcBtnArea .elBtn.elRegistrationBtn, .tpointModal .blcBenefitArea .blcPointList .blcBtnArea .elBtn.elRegistrationBtn { border: 1px solid #cccccc; background-color: #f8f8f8; background-image: -webkit-linear-gradient(top, #f8f8f8, #eeeeee); background-image: -moz-linear-gradient(top, #f8f8f8, #eeeeee); background-image: -ms-linear-gradient(top, #f8f8f8, #eeeeee); background-image: -o-linear-gradient(top, #f8f8f8, #eeeeee); background-image: linear-gradient(to bottom, #f8f8f8, #eeeeee); -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; -moz-box-shadow: 0px 1px 0px 0px #e5e5e5; -webkit-box-shadow: 0px 1px 0px 0px #e5e5e5; box-shadow: 0px 1px 0px 0px #e5e5e5; padding: 0; text-shadow: none; }

.tpointModal .blcPointArea .blcPointList .blcBtnArea .elBtn.elRegistrationBtn a, .tpointModal .blcBenefitArea .blcPointList .blcBtnArea .elBtn.elRegistrationBtn a { padding: 11px 14px; }

.tpointModal .blcPointArea .blcPointList .blcBtnArea .elBtn.elDetailBtn a, .tpointModal .blcBenefitArea .blcPointList .blcBtnArea .elBtn.elDetailBtn a { color: #3399cc; text-decoration: underline; font-weight: bold; }

.tpointModal .blcPointArea .blcPointList .blcBtnArea .elBtn.elEntryBtn, .tpointModal .blcBenefitArea .blcPointList .blcBtnArea .elBtn.elEntryBtn { background-color: #ff9000; background-image: -webkit-linear-gradient(top, #ff9900, #ff8400); background-image: -moz-linear-gradient(top, #ff9900, #ff8400); background-image: -ms-linear-gradient(top, #ff9900, #ff8400); background-image: -o-linear-gradient(top, #ff9900, #ff8400); box-shadow: 0px 1px 0px 0px #ee7711; font-size: 14px; }

.tpointModal .blcPointArea .blcPointList .blcBtnArea .elBtn.elEntryBtn a, .tpointModal .blcBenefitArea .blcPointList .blcBtnArea .elBtn.elEntryBtn a { color: #ffffff; font-size: 14px; padding: 11px 10px; }

.tpointModal .blcPointArea .blcPointList .blcBtnArea .elBtn.elEntryBtn.alreadyEntry, .tpointModal .blcPointArea .blcPointList .blcBtnArea .elBtn.elEntryBtn.unnecessaryEntry, .tpointModal .blcBenefitArea .blcPointList .blcBtnArea .elBtn.elEntryBtn.alreadyEntry, .tpointModal .blcBenefitArea .blcPointList .blcBtnArea .elBtn.elEntryBtn.unnecessaryEntry { padding: 10px; box-sizing: border-box; line-height: 1.0; text-align: center; box-shadow: none; }

.tpointModal .blcPointArea .blcPointList .blcBtnArea .elBtn.elEntryBtn.alreadyEntry:hover, .tpointModal .blcPointArea .blcPointList .blcBtnArea .elBtn.elEntryBtn.unnecessaryEntry:hover, .tpointModal .blcBenefitArea .blcPointList .blcBtnArea .elBtn.elEntryBtn.alreadyEntry:hover, .tpointModal .blcBenefitArea .blcPointList .blcBtnArea .elBtn.elEntryBtn.unnecessaryEntry:hover { opacity: 1.0; }

.tpointModal .blcPointArea .blcPointList .blcBtnArea .elBtn.elEntryBtn.alreadyEntry, .tpointModal .blcBenefitArea .blcPointList .blcBtnArea .elBtn.elEntryBtn.alreadyEntry { background-color: transparent; background-image: none; color: #333333; font-weight: bold; }

.tpointModal .blcPointArea .blcPointList .blcBtnArea .elBtn.elEntryBtn.unnecessaryEntry, .tpointModal .blcBenefitArea .blcPointList .blcBtnArea .elBtn.elEntryBtn.unnecessaryEntry { background-color: transparent; background-image: none; color: #333333; font-weight: bold; }

.tpointModal .blcPointArea .blcPointList .blcBtnArea .elBtn.elEntryBtn.endEntry, .tpointModal .blcBenefitArea .blcPointList .blcBtnArea .elBtn.elEntryBtn.endEntry { background-color: #f6f6f6; background-image: none; color: #999999; padding: 6.5px 10px 6.5px; display: block; margin: 0 auto; border-radius: 3px; box-shadow: none; text-align: center; font-weight: bold; }

.tpointModal .blcPointArea .blcPointList .blcBtnArea .elBtn.elEntryBtn.endEntry:hover, .tpointModal .blcBenefitArea .blcPointList .blcBtnArea .elBtn.elEntryBtn.endEntry:hover { opacity: 1.00; }

.tpointModal .blcPointArea .blcPointList .blcBtnArea .elBtn.elEntryBtn.endEntry + .textEntry, .tpointModal .blcBenefitArea .blcPointList .blcBtnArea .elBtn.elEntryBtn.endEntry + .textEntry { margin-top: 10px; }

.tpointModal .blcTotalPointArea, .tpointModal .blcTotalPointArea2 { margin-top: 20px; padding-top: 38px; position: relative; }

.tpointModal .blcTotalPointArea:before, .tpointModal .blcTotalPointArea2:before { content: ""; width: 0; height: 0; margin: 0 auto; border: 17px solid transparent; border-top: 17px solid #cccccc; position: absolute; top: 0; right: 0; left: 0; }

.tpointModal .blcTotalPointArea .elText, .tpointModal .blcTotalPointArea2 .elText { padding: 9px 10px 14px; background: #f8f3eb; color: #333; font-size: 24px; font-weight: bold; line-height: 1.0; text-align: center; position: relative; }

.tpointModal .blcTotalPointArea .elText .elMaximumPoint, .tpointModal .blcTotalPointArea2 .elText .elMaximumPoint { color: #e03311; font-size: 60px; line-height: 1.0; position: relative; top: 5px; }

.tpointModal .blcTotalPointArea.blcCurrentPoint .elText, .tpointModal .blcTotalPointArea2.blcCurrentPoint .elText { font-size: 24px; line-height: 1.7; }

.tpointModal .blcTotalPointArea.blcCurrentPoint .elText .elRate, .tpointModal .blcTotalPointArea2.blcCurrentPoint .elText .elRate { color: #e03311; }

.tpointModal .blcTotalPointArea.blcCurrentPoint .elText .elCurrentPoint, .tpointModal .blcTotalPointArea2.blcCurrentPoint .elText .elCurrentPoint { display: inline-block; color: #e03311; font-size: 60px; position: relative; top: 5px; line-height: 60px; }

.tpointModal .blcTotalPointArea.blcCurrentPoint .elText .elMaximumPoint, .tpointModal .blcTotalPointArea2.blcCurrentPoint .elText .elMaximumPoint { display: inline-block; color: #333; font-size: 60px; line-height: 60px; }

.tpointModal .blcTotalPointArea2 .elText { padding: 14px 10px; }

.tpointModal .blcAnnotationArea { width: 100%; margin-top: 20px; display: table; font-size: 0; }

.tpointModal .blcAnnotationArea .blcIconArea, .tpointModal .blcAnnotationArea .blcTextArea { display: table-cell; vertical-align: top; }

.tpointModal .blcAnnotationArea .blcIconArea { min-width: 58px; }

.tpointModal .blcAnnotationArea .blcIconArea .elIcon { padding: 3px 8px; border: 1px solid #666; color: #333; font-size: 10px; line-height: 1.0; }

.tpointModal .blcAnnotationArea .blcTextArea .elText { padding: 0 10px; color: #666; font-size: 12px; line-height: 1.8; }

.tpointModal .blcAnnotationArea .blcTextArea .elText a { color: #666; font-weight: normal; text-decoration: underline; }

.tpointModal .blcAnnotationArea.singleColumn { display: block; }

.tpointModal .blcAnnotationArea.singleColumn .blcTextArea { display: block; }

.tpointModal .blcAnnotationArea.singleColumn .blcTextArea .elText { padding: 0 5px; }

.tpointModal .blcCampaignArea { margin-top: 20px; font-size: 0; }

.tpointModal .blcCampaignArea .blcCampaignList { width: 50%; margin-top: 10px; display: inline-block; }

.tpointModal .blcCampaignArea .blcCampaignList:nth-child(2n) { text-align: right; }

.tpointModal .blcCampaignArea .blcCampaignList .blcImageArea, .tpointModal .blcCampaignArea .blcCampaignList .blcDescriptionArea { display: inline-block; vertical-align: top; }

.tpointModal .blcCampaignArea .blcCampaignList .blcImageArea { width: 76px; margin-right: 15px; }

.tpointModal .blcCampaignArea .blcCampaignList .blcImageArea .elImage img { width: 100%; height: auto; }

.tpointModal .blcCampaignArea .blcCampaignList .blcDescriptionArea { width: 270px; }

.tpointModal .blcCampaignArea .blcCampaignList .blcDescriptionArea .elTitle { color: #333; font-size: 14px; font-weight: bold; line-height: 20px; text-align: left; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1; overflow: hidden; }

.tpointModal .blcCampaignArea .blcCampaignList .blcDescriptionArea .elPeriod { margin-top: 3px; font-size: 12px; line-height: 1.0; text-align: left; }

.tpointModal .blcCampaignArea .blcCampaignList .blcDescriptionArea .elPeriod .elDate { font-size: 12px; line-height: 1.0; }

.tpointModal .blcCampaignArea .blcCampaignList .blcDescriptionArea .elBtn { margin-top: 10px; border-radius: 3px; }

.tpointModal .blcCampaignArea .blcCampaignList .blcDescriptionArea .elBtn:hover { text-decoration: none; opacity: 0.8; }

.tpointModal .blcCampaignArea .blcCampaignList .blcDescriptionArea .elBtn a { padding: 10px; display: block; color: #666666; font: 14px/100% Arial, Helvetica, sans-serif; line-height: 1.0; text-align: center; }

.tpointModal .blcCampaignArea .blcCampaignList .blcDescriptionArea .elBtn a:hover { text-decoration: none; }

.tpointModal .blcCampaignArea .blcCampaignList .blcDescriptionArea .elBtn.elRegistrationBtn { border: 1px solid #cccccc; background-color: #f8f8f8; background-image: -webkit-linear-gradient(top, #f8f8f8, #eeeeee); background-image: -moz-linear-gradient(top, #f8f8f8, #eeeeee); background-image: -ms-linear-gradient(top, #f8f8f8, #eeeeee); background-image: -o-linear-gradient(top, #f8f8f8, #eeeeee); background-image: linear-gradient(to bottom, #f8f8f8, #eeeeee); -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; -moz-box-shadow: 0px 1px 0px 0px #e5e5e5; -webkit-box-shadow: 0px 1px 0px 0px #e5e5e5; box-shadow: 0px 1px 0px 0px #e5e5e5; padding: 18px 0px; text-shadow: none; }

.tpointModal .blcCampaignArea .blcCampaignList .blcDescriptionArea .elBtn.elRegistrationBtn a { padding: 11px 14px; }

.tpointModal .blcCampaignArea .blcCampaignList .blcDescriptionArea .elBtn.elDetailBtn a { color: #3399cc; text-decoration: underline; text-align: left; padding: 10px 0; font-weight: bold; }

.tpointModal .blcCampaignArea .blcCampaignList .blcDescriptionArea .elBtn.elEntryBtn { background-color: #ff9000; background-image: -webkit-linear-gradient(top, #ff9900, #ff8400); background-image: -moz-linear-gradient(top, #ff9900, #ff8400); background-image: -ms-linear-gradient(top, #ff9900, #ff8400); background-image: -o-linear-gradient(top, #ff9900, #ff8400); box-shadow: 0px 1px 0px 0px #ee7711; }

.tpointModal .blcCampaignArea .blcCampaignList .blcDescriptionArea .elBtn.elEntryBtn a { color: #ffffff; font-size: 14px; padding: 11px 10px; }

.tpointModal .blcCampaignArea .blcCampaignList .blcDescriptionArea .elBtn.elEntryBtn.alreadyEntry, .tpointModal .blcCampaignArea .blcCampaignList .blcDescriptionArea .elBtn.elEntryBtn.unnecessaryEntry { padding: 10px 0; box-sizing: border-box; font-size: 14px; line-height: 1.0; text-align: center; box-shadow: none; }

.tpointModal .blcCampaignArea .blcCampaignList .blcDescriptionArea .elBtn.elEntryBtn.alreadyEntry:hover, .tpointModal .blcCampaignArea .blcCampaignList .blcDescriptionArea .elBtn.elEntryBtn.unnecessaryEntry:hover { opacity: 1.0; }

.tpointModal .blcCampaignArea .blcCampaignList .blcDescriptionArea .elBtn.elEntryBtn.alreadyEntry { background-color: transparent; background-image: none; color: #333333; font-weight: bold; text-align: left; }

.tpointModal .blcCampaignArea .blcCampaignList .blcDescriptionArea .elBtn.elEntryBtn.unnecessaryEntry { background-color: transparent; background-image: none; color: #333333; font-weight: bold; text-align: left; }

.tpointModal .blcCampaignArea .blcCampaignList .blcDescriptionArea .elBtn.elEntryBtn.endEntry { background-color: #f6f6f6; background-image: none; color: #999999; padding: 6.5px 10px 6.5px; display: block; margin: 0 auto; border-radius: 3px; box-shadow: none; text-align: center; margin-top: 10px; font-weight: bold; font-size: 14px; }

.tpointModal .blcCampaignArea .blcCampaignList .blcDescriptionArea .elBtn.elEntryBtn.endEntry:hover { opacity: 1.00; }

.tpointModal .blcCampaignArea .blcCampaignList .blcDescriptionArea .elSponsorship { margin-top: 10px; font-size: 10px; line-height: 1.5; text-align: left; }

.tpointModal .blcFootArea { margin-top: 30px; }

.tpointModal .blcFootArea .elText { color: #666; font-size: 12px; line-height: 1.8; }

.tpointModal .blcCloseArea { width: 100%; background-color: #f5f3ee; cursor: pointer; }

.tpointModal .blcCloseArea .elCloseBtn { padding: 20px; color: #666; font-size: 12px; line-height: 1.0; text-align: center; }

.displayScheduler { display: none; }

.displayScheduler.active { display: block; }

.maxW1600, .mainWrapper .blcMessageArea, .mainWrapper .mainCatchArea, .mainWrapper .cautionInfoArea, .mainWrapper .mainInnerButtom #extCategoryList, .mainWrapper .mainInnerButtom #extCenterBottom3Area, .mainWrapper .recommendArea .sectionWrapper, #extAlertArea { max-width: 1600px; margin: 0 auto; }

a:link, a:visited { color: #333333; text-decoration: none; }

a:hover, a:active { color: #333333; text-decoration: underline; }

.mainWrapper *, .mainWrapper *:before, .mainWrapper *:after { box-sizing: border-box; }

.mainWrapper .rotationBannerWrap { background: url(/resource/lpm/pc/images/common/loading.gif) no-repeat 50% 50%; width: 100%; min-width: 980px; }

.mainWrapper .rotationBanner { position: relative; visibility: hidden; }

.mainWrapper .rotationBanner .rotationList { overflow: hidden; }

.mainWrapper .rotationBanner .rotationList ul { position: relative; height: 320px; overflow: hidden; }

.mainWrapper .rotationBanner .rotationList ul:after { content: ""; display: block; clear: both; }

.mainWrapper .rotationBanner .rotationList ul li { float: left; }

.mainWrapper .rotationBanner .rotationList ul li a { display: block; position: relative; border-left: 1px solid #fff; border-right: 1px solid #fff; }

.mainWrapper .rotationBanner .rotationList ul li a::after { content: ""; display: block; width: 100%; height: 100%; position: absolute; top: 0; left: 0; background: #fff; opacity: 0.7; transition: opacity 300ms ease; }

.mainWrapper .rotationBanner .rotationList ul li.currentSlide a::after { opacity: 0; transition: opacity 300ms ease; }

.mainWrapper .rotationBanner .rotationList ul li:not(.currentSlide):hover a::after { opacity: 0.4; }

.mainWrapper .rotationBanner .pagination { position: absolute; bottom: 20px; right: 50%; margin-right: -470px; z-index: 5; }

.mainWrapper .rotationBanner .pagination li { width: 10px; height: 10px; float: left; margin: 0 10px; cursor: pointer; z-index: 5; background: #cccccc; background: rgba(0, 0, 0, 0.2); border: 1px solid #fff; border-radius: 100%; }

.mainWrapper .rotationBanner .pagination li.current { background: #fff; }

.mainWrapper .rotationBanner .controller .contPrev, .mainWrapper .rotationBanner .controller .contNext { border-radius: 100%; width: 50px; height: 50px; background: #998978; position: absolute; top: 50%; margin-top: -25px; cursor: pointer; }

.mainWrapper .rotationBanner .controller .contPrev:after, .mainWrapper .rotationBanner .controller .contNext:after { content: ""; display: block; width: 15px; height: 15px; position: absolute; top: 50%; left: 50%; margin-top: -8px; }

.mainWrapper .rotationBanner .controller .contPrev:hover, .mainWrapper .rotationBanner .controller .contNext:hover { opacity: 0.8; }

.mainWrapper .rotationBanner .controller .contPrev { left: 50%; margin-left: -550px; }

.mainWrapper .rotationBanner .controller .contPrev:after { border-left: 2px solid #fff; border-bottom: 2px solid #fff; transform: rotate(45deg); margin-left: -3px; }

.mainWrapper .rotationBanner .controller .contNext { right: 50%; margin-right: -550px; }

.mainWrapper .rotationBanner .controller .contNext:after { border-right: 2px solid #fff; border-bottom: 2px solid #fff; transform: rotate(-45deg); margin-left: -10px; }

@media screen and (max-width: 1100px) { .mainWrapper .rotationBanner .controller .contPrev { left: 0; margin-left: 10px; }
  .mainWrapper .rotationBanner .controller .contNext { right: 0; margin-right: 10px; } }

.mainWrapper *, .mainWrapper *:before, .mainWrapper *:after { box-sizing: border-box; }

.mainWrapper .ofh { overflow: hidden !important; }

.mainWrapper .dn { display: none !important; }

.mainWrapper .pcdn { display: none; }

.mainWrapper .spdn { display: block; }

.mainWrapper .text-hide { overflow: hidden; text-indent: 100%; white-space: nowrap; margin-top: -1em; }

.mainWrapper .blcMessageArea { min-width: 940px; margin: 15px auto; padding: 15px; background-color: #ffefca; }

.mainWrapper .blcMessageArea .elText { color: #000; font-size: 16px; font-weight: 600; line-height: 1.5; text-align: center; }

.mainWrapper .blcMessageArea + .cautionInfoArea { margin-top: 0; }

.mainWrapper .mainCatchArea { position: relative; background: url(/resource/lpm/pc/images/common/loading.gif) no-repeat 50% 50%; width: 100%; min-width: 980px; height: 320px; }

.mainWrapper .mainCatchArea .control li { position: absolute; width: 60px; height: 320px; top: 0; text-indent: -9999px; z-index: 10; background: url(/resource/lpm/pc/images/common/bg_blank_01.png) repeat 0 0; cursor: pointer; }

.mainWrapper .mainCatchArea .control li img { display: block; margin: 142px 20px; width: 20px; height: 37px; }

.mainWrapper .mainCatchArea .control li.contPrev { left: 0; }

.mainWrapper .mainCatchArea .control li.contNext { right: 0; }

.mainWrapper .mainCatchArea .control li:hover { background-color: rgba(50, 50, 50, 0.05); }

.mainWrapper .mainCatchArea .innerArea { position: relative; width: 100%; overflow: hidden; }

.mainWrapper .mainCatchArea .innerArea .rotateList { position: absolute; }

.mainWrapper .mainCatchArea .innerArea .rotateList li { float: left; text-align: center; background: #ffffff; }

.mainWrapper .mainCatchArea .innerArea .rotateList li a { display: block; position: relative; overflow: hidden; }

.mainWrapper .mainCatchArea .innerArea .rotateList li a img { display: block; position: absolute; }

.mainWrapper .mainCatchArea .innerArea .rotateList li .ifbox { display: block; position: relative; overflow: hidden; }

.mainWrapper .mainCatchArea .innerArea .rotateList li .ifbox iframe { display: block; position: absolute; }

.mainWrapper .mainCatchArea .innerArea .rotateList li .ifbox .mvSize { display: none; }

.mainWrapper .mainCatchArea .innerArea .rotateList li .vdbox { display: block; position: relative; overflow: hidden; }

.mainWrapper .mainCatchArea .innerArea .rotateList li .vdbox video { display: block; position: absolute; }

.mainWrapper .mainCatchArea .innerArea .rotateList li .vdLinker { display: inline; position: absolute; width: 100%; height: 320px; top: 0px; left: 0px; z-index: 5; }

.mainWrapper .mainCatchArea .innerArea .rotateList li .vdLinker.defView { background: #ffffff; filter: alpha(opacity=0); -moz-opacity: 0.00; opacity: 0.00; }

.mainWrapper .mainCatchArea .innerArea .rotateList li .vdLinker.defView img { display: none; }

.mainWrapper .mainCatchArea .pagination { position: absolute; top: auto; bottom: 20px; left: 0; right: 0; margin: 0 auto; z-index: 5; }

.mainWrapper .mainCatchArea .pagination li { width: 10px; height: 10px; background: url(/resource/lpm/pc/images/common/bg_indicator-02.png) no-repeat 0 0; float: left; margin: 0 10px; cursor: pointer; z-index: 5; }

.mainWrapper .mainCatchArea .pagination li.current { background: url(/resource/lpm/pc/images/common/bg_indicator-01.png) no-repeat 0 0; }

.mainWrapper .carouselWrap.kvBlk { width: 100%; height: 100%; position: relative; overflow: hidden; }

.mainWrapper .carouselWrap.kvBlk > .carouselControl { cursor: pointer; width: 20px; height: 320px; display: block; padding-top: 140px; padding-left: 20px; padding-right: 40px; }

.mainWrapper .carouselWrap.kvBlk > .carouselPrev { position: absolute; left: 0; top: 0; bottom: 0; margin: auto; z-index: 10; }

.mainWrapper .carouselWrap.kvBlk > .carouselNext { position: absolute; right: 0; top: 0; bottom: 0; margin: auto; z-index: 10; }

.mainWrapper .carouselWrap.kvBlk .carousel { max-width: 2000px; width: 100%; height: 100%; overflow: hidden; font-size: 0; }

.mainWrapper .carouselWrap.kvBlk .carouselInner { width: 7680px; position: absolute; top: 0; left: 0; }

.mainWrapper .carouselWrap.kvBlk .carouselInner > li { float: left; overflow: hidden; }

.mainWrapper .carouselWrap.kvBlk .carouselInner > img { display: inline-block; }

.mainWrapper .indicator > .indicatorInner > .indicatorList { position: absolute; left: 50%; bottom: 4%; margin-left: -60px; }

.mainWrapper .indicator > .indicatorInner > .indicatorList > li { float: left; width: 10px; height: 10px; background: url(/resource/lpm/pc/images/common/bg_indicator-02.png); cursor: pointer; }

.mainWrapper .indicator > .indicatorInner > .indicatorList > li + li { margin-left: 15px; }

.mainWrapper .indicator > .indicatorInner > .indicatorList > .current { width: 10px; height: 10px; background: url(/resource/lpm/pc/images/common/bg_indicator-01.png); }

.mainWrapper .kvBlk > .carouselControl:hover { background-color: #E5E5E5; opacity: 0.7; -ms-filter: "alpha(opacity=70)"; filter: alpha(opacity=70); }

.mainWrapper .productBox { width: 150px; height: 250px; }

.mainWrapper .productBox a { text-decoration: none; display: block; }

.mainWrapper .productBox a:hover { -ms-filter: "alpha(opacity=70)"; filter: alpha(opacity=70); opacity: 0.7; }

.mainWrapper .productBox .productImg { height: 150px; display: block; text-align: center; }

.mainWrapper .productBox .productImg img { width: auto; height: auto; max-width: 150px; max-height: 150px; }

.mainWrapper .productBox .productName { display: block; margin-top: 15px; color: #666666; font-size: 12px; line-height: 1.5; height: 3em; overflow: hidden; }

.mainWrapper .productBox .productPrice { display: block; margin-top: 5px; color: #333333; font-size: 16px; font-weight: 600; }

.mainWrapper .productBox .productPriceDetail { display: block; color: #333333; font-size: 12px; font-weight: 600; }

.mainWrapper .productBox .elmTag { display: block; margin-bottom: 10px; padding: 8px 10px; color: #fff; font-size: 12px; font-weight: 600; line-height: 1.2; text-align: center; background: #998978; }

.mainWrapper .productBox .productTitle { display: block; margin: 10px 0 8px; color: #333; font-size: 12px; font-weight: 600; line-height: 1.8; }

.mainWrapper .productBox .productExpiration { display: block; color: #666; font-size: 12px; }

.mainWrapper .productBox .moreItems { margin-top: 40px; box-sizing: content-box; width: 150px; height: 150px; border: solid 1px #e5e5e5; background: #f8f8f8; border-radius: 4px; box-shadow: 0px 1px 0px #e5e5e5; }

.mainWrapper .productBox .moreItems:hover { opacity: 0.7; }

.mainWrapper .productBox .moreItems .text { padding: 115px 15px 20px; color: #999999; font-size: 14px; line-height: 1.0; text-align: center; background: url(/resource/common/pc/images/icons/icon_arrow_more_01.png) no-repeat center 42px; }

.mainWrapper .selectionPanelHedding { font-size: 14px; color: #333333; font-weight: 300; display: block; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }

.mainWrapper .selectionPanelBody { font-size: 13px; color: #333333; display: block; padding: 0 10px; }

.mainWrapper .mainColumnArea .selectionPanelImg { display: block; width: 100%; }

.mainWrapper .mainColumnArea .selectionPanelImg img { width: 100%; vertical-align: top; }

.mainWrapper .mainColumnArea .selectionPanelHedding { font-size: 16px; font-weight: 600; padding: 10px 10px 0; }

.mainWrapper .mainColumnArea .selectionPanelBody { overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }

.mainWrapper .buyInBulkArea .selectionPanel, .mainWrapper .lohacoMoleArea .selectionPanel, .mainWrapper .regularOdrArea .selectionPanel { border: 1px solid #E5E5E5; background: #F8F8F8; box-shadow: 0px 1px 0px 0px #F3F3F3; width: 220px; height: 220px; }

.mainWrapper .buyInBulkArea .selectionPanel a, .mainWrapper .lohacoMoleArea .selectionPanel a, .mainWrapper .regularOdrArea .selectionPanel a { display: block; }

.mainWrapper .buyInBulkArea .selectionPanel a:hover, .mainWrapper .lohacoMoleArea .selectionPanel a:hover, .mainWrapper .regularOdrArea .selectionPanel a:hover { text-decoration: none; }

.mainWrapper .buyInBulkArea .selectionPanelHedding, .mainWrapper .lohacoMoleArea .selectionPanelHedding, .mainWrapper .regularOdrArea .selectionPanelHedding { font-size: 14px; padding: 7px 10px 0; }

.mainWrapper .buyInBulkArea .selectionPanelBody, .mainWrapper .lohacoMoleArea .selectionPanelBody, .mainWrapper .regularOdrArea .selectionPanelBody { font-size: 14px; font-weight: 600; line-height: 24px; height: 48px; display: -webkit-box; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }

.mainWrapper .naturalLohacoArea .productPrice, .mainWrapper .saleArea .productPrice, .mainWrapper .categoryRanking .productPrice, .mainWrapper .categoryDetail .productPrice { font-size: 18px; font-weight: 600; margin-top: 0; }

.mainWrapper .cp-top_sidebar { width: 220px; min-width: 220px; padding-top: 20px; /* SBポイント訴求枠のV-UP */ }

.mainWrapper .cp-top_sidebar .pointModBox { font-size: 12px; line-height: 1.2; border: solid 1px #999; margin-bottom: 20px; }

.mainWrapper .cp-top_sidebar .pointModBox .innerBox { padding: 12px 10px; }

.mainWrapper .cp-top_sidebar .pointModBox .innerBox .user { padding: 0 5px 10px; border-bottom: solid 1px #dddddd; }

.mainWrapper .cp-top_sidebar .pointModBox .innerBox .user .ttl { line-height: 1.5; }

.mainWrapper .cp-top_sidebar .pointModBox .innerBox .user .text { margin-top: 4px; }

.mainWrapper .cp-top_sidebar .pointModBox .innerBox .user .text > a { color: #39c; }

.mainWrapper .cp-top_sidebar .pointModBox .innerBox .user .attr { margin-top: 4px; }

.mainWrapper .cp-top_sidebar .pointModBox .innerBox .user .attr em { font-weight: 600; font-style: normal; }

.mainWrapper .cp-top_sidebar .pointModBox .innerBox .userBenefit { padding: 0 6px; margin: 10px 0 0; }

.mainWrapper .cp-top_sidebar .pointModBox .innerBox .userBenefit .point { min-height: 18px; margin-top: 8px; padding-left: 25px; background: url("/resource/common/pc/images/icons/icon_paypay_01.png") no-repeat 0 0; background-size: 18px 18px; }

.mainWrapper .cp-top_sidebar .pointModBox .innerBox .userBenefit .point em { font-size: 16px; font-weight: 600; font-style: normal; }

.mainWrapper .cp-top_sidebar .pointModBox .innerBox .userBenefit .point .detail { display: inline; line-height: 1.5; color: #3399cc; cursor: pointer; }

.mainWrapper .cp-top_sidebar .pointModBox .innerBox .userBenefit .point > a { color: #39c; font-size: 16px; font-weight: 600; line-height: 18px; }

.mainWrapper .cp-top_sidebar .pointModBox .innerBox .userBenefit .period, .mainWrapper .cp-top_sidebar .pointModBox .innerBox .userBenefit .text { margin-top: 8px; color: #666666; }

.mainWrapper .cp-top_sidebar .pointModBox .innerBox .userPoint { padding: 0 6px 10px 6px; margin: 10px 0; border-bottom: solid 1px #dddddd; }

.mainWrapper .cp-top_sidebar .pointModBox .innerBox .userPoint .point { margin-top: 8px; padding-left: 25px; background: url("/resource/lpm/pc/images/common/icon_tpoint_01.gif") no-repeat 0 0; }

.mainWrapper .cp-top_sidebar .pointModBox .innerBox .userPoint .point em { font-size: 16px; font-weight: 600; font-style: normal; }

.mainWrapper .cp-top_sidebar .pointModBox .innerBox .userPoint .period { margin-top: 8px; color: #666666; }

.mainWrapper .cp-top_sidebar .pointModBox .innerBox .pointDetail .defBlc { padding: 0 6px; }

.mainWrapper .cp-top_sidebar .pointModBox .innerBox .pointDetail .defBlc .ttl { float: left; margin-top: 7px; width: 120px; font-weight: 600; }

.mainWrapper .cp-top_sidebar .pointModBox .innerBox .pointDetail .defBlc .number { float: right; line-height: 1.0; font-size: 16px; font-style: normal; font-weight: 600; }

.mainWrapper .cp-top_sidebar .pointModBox .innerBox .pointDetail .defBlc .number em { font-size: 28px; font-weight: 600; font-style: normal; }

.mainWrapper .cp-top_sidebar .pointModBox .innerBox .pointDetail .defBlc .benefit { text-align: center; font-weight: 600; }

.mainWrapper .cp-top_sidebar .pointModBox .innerBox .pointDetail .defBlc .benefit em { font-size: 28px; font-weight: 600; font-style: normal; }

.mainWrapper .cp-top_sidebar .pointModBox .innerBox .pointDetail .defBlc .benefit .unit { font-size: 16px; }

.mainWrapper .cp-top_sidebar .pointModBox .innerBox .pointDetail .addBlc { display: block; margin-top: 10px; color: #ffffff; line-height: 1.5; background: #998978; cursor: pointer; }

.mainWrapper .cp-top_sidebar .pointModBox .innerBox .pointDetail .addBlc .text { display: inline-block; padding: 3px 15px 4px; width: 190px; font-weight: 600; color: #ffffff; background: url("/resource/lpm/pc/images/common/icon_arrow_06.png") no-repeat 172px 50%; }

.mainWrapper .cp-top_sidebar .pointModBox .innerBox .pointDetail .addBlc .text:hover { text-decoration: none; opacity: 0.8; }

.mainWrapper .cp-top_sidebar .pointModBox .innerBox .pointDetail .addBlc .text em { font-style: normal; font-size: 16px; font-weight: 600; line-height: 1.4; }

.mainWrapper .cp-top_sidebar .pointModBox .innerBox .coupon { margin-top: 10px; font-weight: 600; border-top: solid 1px #dddddd; }

.mainWrapper .cp-top_sidebar .pointModBox .innerBox .coupon > a { display: block; background: url("/resource/lpm/pc/images/common/icon_arrow_01.png") no-repeat 180px 60%; }

.mainWrapper .cp-top_sidebar .pointModBox .innerBox .coupon > a:hover { text-decoration: none; opacity: 0.8; }

.mainWrapper .cp-top_sidebar .pointModBox .innerBox .coupon > a .inner { display: inline-block; padding: 10px 8px 0; width: 198px; }

.mainWrapper .cp-top_sidebar .pointModBox .innerBox .coupon > a .inner .ttl { font-weight: 600; }

.mainWrapper .cp-top_sidebar .pointModBox .innerBox .coupon > a .inner .ttl .val { padding-left: 5px; font-size: 16px; }

.mainWrapper .cp-top_sidebar .pointModBox .innerBox .coupon > a .inner .txt { margin-top: 4px; color: #666666; font-weight: 300; }

.mainWrapper .cp-top_sidebar .pointModBox .innerBox .coupon > a .inner .price { margin-top: 5px; font-size: 16px; font-weight: 600; }

.mainWrapper .cp-top_sidebar .pointModBox .innerBox .balance, .mainWrapper .cp-top_sidebar .pointModBox .innerBox .paypayStep { display: block; border-top: solid 1px #dddddd; font-weight: 600; background: url("/resource/lpm/pc/images/common/icon_arrow_01.png") no-repeat 180px 60%; }

.mainWrapper .cp-top_sidebar .pointModBox .innerBox .balance:hover, .mainWrapper .cp-top_sidebar .pointModBox .innerBox .paypayStep:hover { text-decoration: none; opacity: 0.8; }

.mainWrapper .cp-top_sidebar .pointModBox .innerBox .balance .inner, .mainWrapper .cp-top_sidebar .pointModBox .innerBox .paypayStep .inner { display: inline-block; padding: 10px 8px 0; width: 198px; }

.mainWrapper .cp-top_sidebar .pointModBox .innerBox .balance .inner .price { margin-top: 5px; font-size: 16px; }

.mainWrapper .cp-top_sidebar .pointModBox .innerBox .paypayStep { margin-top: 8px; }

.mainWrapper .cp-top_sidebar .pointModBox .innerBox .paypayStep .inner .ttl { font-size: 10px; }

.mainWrapper .cp-top_sidebar .pointModBox .innerBox .paypayStep .inner .about { margin-top: 5px; font-size: 12px; font-weight: 600; }

.mainWrapper .cp-top_sidebar .pointModBox .innerBox .coupon + .balance { margin-top: 8px; }

.mainWrapper .cp-top_sidebar .membershipModBox { border: solid 1px #999; margin-bottom: 20px; }

.mainWrapper .cp-top_sidebar .membershipModBox .blcInner { font-size: 11px; font-weight: 600; }

.mainWrapper .cp-top_sidebar .membershipModBox .blcInner:first-child { border-bottom: solid 1px #999; }

.mainWrapper .cp-top_sidebar .membershipModBox .blcInner a { background: url("/resource/lpm/pc/images/common/icon_arrow_01.png") no-repeat 200px 50%; display: block; padding: 10px 21px 10px 10px; }

.mainWrapper .cp-top_sidebar .membershipModBox .blcInner a:hover { text-decoration: none; opacity: 0.8; }

.mainWrapper .cp-top_sidebar .blcModSB .ttl { width: 220px; padding: 5px 10px; padding: 8px 10px 5px\9; background: #003e9e; color: #ffffff; font-size: 14px; text-align: center; line-height: normal; font-weight: 600; }

.mainWrapper .cp-top_sidebar .blcModSB .inner { padding: 15px 11px; box-sizing: border-box; border: 1px solid #003e9e; border-top: none; text-align: center; }

.mainWrapper .cp-top_sidebar .blcModSB .inner .text { font-size: 16px; font-weight: 600; line-height: 1.3; }

.mainWrapper .cp-top_sidebar .blcModSB .inner .text em { font-style: normal; font-weight: 600; font-size: 32px; }

.mainWrapper .cp-top_sidebar .blcModSB .inner .link { margin-top: 3px; }

.mainWrapper .cp-top_sidebar .blcModSB .inner .link a { color: #003e9e; font-size: 12px; font-weight: 600; }

.mainWrapper .cp-top_sidebar a { display: block; cursor: pointer; }

.mainWrapper .cp-top_sidebar a:hover img { -ms-filter: "alpha(opacity=70)"; filter: alpha(opacity=70); opacity: 0.7; }

.mainWrapper .cp-top_sidebar .productImg { display: block; width: 120px; margin: 0 auto; }

.mainWrapper .cp-top_sidebar .productImg img { width: 100%; height: auto; }

.mainWrapper .cp-top_sidebar .productName { display: block; margin-top: 8px; color: #666666; font-size: 12px; line-height: 1.5; }

.mainWrapper .cp-top_sidebar .productPrice { display: block; margin-top: 2px; color: #333333; font-size: 16px; font-weight: 600; }

.mainWrapper .cp-top_sidebar .iconArea { margin-top: 5px; }

.mainWrapper .cp-top_sidebar .sidebarContent { margin-top: 20px; }

.mainWrapper .cp-top_sidebar .sidebarContent.blcYpreBanner + .blcYpreText { margin-top: 10px; }

.mainWrapper .cp-top_sidebar .sidebarContent.blcYpreText { line-height: 1.5; }

.mainWrapper .cp-top_sidebar .sidebarContent:first-child { margin-top: 0; }

.mainWrapper .cp-top_sidebar .sidebarContent.sample .sidebarContentBody, .mainWrapper .cp-top_sidebar .sidebarContent.recommendItem .sidebarContentBody { background: #ffffff; border: solid 1px #998979; }

.mainWrapper .cp-top_sidebar .sidebarContent.premium .sidebarContentBody { background: #ffffff; border: solid 1px #bf0000; }

.mainWrapper .cp-top_sidebar .sidebarContent.premium .sidebarContentHedding { background-color: #bf0000; }

.mainWrapper .cp-top_sidebar .sidebarContent .btnPremium { font-size: 11px; font-weight: 600; text-align: center; }

.mainWrapper .cp-top_sidebar .sidebarContent .btnPremium a { color: #bf0000; }

.mainWrapper .cp-top_sidebar .sidebarContent .sidebarContentMin { padding-bottom: 10px; }

.mainWrapper .cp-top_sidebar .sidebarContent .sidebarContentMin:last-child { padding-bottom: 0; }

.mainWrapper .cp-top_sidebar .sidebarContent .sidebarContentMin .productImg { width: 80px; margin: 0; float: left; }

.mainWrapper .cp-top_sidebar .sidebarContent .sidebarContentMin .productName, .mainWrapper .cp-top_sidebar .sidebarContent .sidebarContentMin .productPrice, .mainWrapper .cp-top_sidebar .sidebarContent .sidebarContentMin .iconArea { margin: 0 0 0 92px; }

.mainWrapper .cp-top_sidebar .sidebarContent .sidebarContentMin .iconArea { margin-bottom: 5px; display: block; }

.mainWrapper .cp-top_sidebar .sidebarContent .sidebarContentMin .iconArea .commonTextIcon { float: none; }

.mainWrapper .cp-top_sidebar .sidebarContentHedding { background-color: #998979; color: #ffffff; font-size: 12px; text-align: center; padding: 2px; }

.mainWrapper .cp-top_sidebar .sidebarContentBody { background-color: #EFEBE5; padding: 10px; }

.mainWrapper .cp-top_sidebar .noticeHedding { color: #333333; font-size: 18px; line-height: 2.4; }

.mainWrapper .cp-top_sidebar .noticeBody { border-bottom: 1px solid #EEEEEE; margin-bottom: 10px; }

.mainWrapper .cp-top_sidebar .noticeBodyItem { font-size: 13px; border-top: 1px solid #EEEEEE; padding: 10px 7px; }

.mainWrapper .cp-top_sidebar .noticeBodyItem > a { display: inline-block; color: #3399CC; }

.mainWrapper .cp-top_sidebar .sidebarContent.notice { padding: 20px 0 30px; }

.mainWrapper .cp-top_sidebar .sidebarContent.notice a:hover { -ms-filter: "alpha(opacity=100)"; filter: alpha(opacity=100); opacity: 1; text-decoration: underline; }

.mainWrapper .cp-top_sidebar .tpointBox { margin-bottom: 10px; margin-top: 10px; cursor: pointer; position: relative; display: none; }

.mainWrapper .cp-top_sidebar .tpointBox .blcMainArea { padding: 10px; background-color: #fff; border: 2px solid #083583; border-bottom: none; }

.mainWrapper .cp-top_sidebar .tpointBox .blcMainArea .blcTextArea { text-align: center; }

.mainWrapper .cp-top_sidebar .tpointBox .blcMainArea .blcTextArea .elText { color: #333; font-size: 11px; font-weight: 600; line-height: 1; }

.mainWrapper .cp-top_sidebar .tpointBox .blcMainArea .blcTextArea + .blcPoitArea { margin-top: 14px; }

.mainWrapper .cp-top_sidebar .tpointBox .blcMainArea .blcPoitArea { margin-top: 4px; }

.mainWrapper .cp-top_sidebar .tpointBox .blcMainArea .blcPoitArea .elPoint { font-size: 18px; font-weight: 600; line-height: 1; text-align: center; }

.mainWrapper .cp-top_sidebar .tpointBox .blcMainArea .blcPoitArea .elPoint .elNum { font-size: 36px; }

.mainWrapper .cp-top_sidebar .tpointBox .blcFooterArea { padding: 5px 15px; background-color: #083583; position: relative; font-size: 0; text-align: center; }

.mainWrapper .cp-top_sidebar .tpointBox .blcFooterArea:before { content: ""; width: 0; height: 0; margin: 0 auto; display: block; border: 7px solid transparent; border-bottom: 7px solid #083583; position: absolute; top: -14px; left: 0; right: 0; }

.mainWrapper .cp-top_sidebar .tpointBox .blcFooterArea .elTpoint { margin-right: 6px; display: inline-block; vertical-align: sub; }

.mainWrapper .cp-top_sidebar .tpointBox .blcFooterArea .elTpoint .elImage { height: 14px; }

.mainWrapper .cp-top_sidebar .tpointBox .blcFooterArea .elText { display: inline-block; color: #fff; font-size: 10px; font-weight: 600; line-height: 1; }

.mainWrapper .cp-top_sidebar .tpointBox .blcFooterArea .elText .elStrong { color: #fff54d; font-size: 11px; }

.mainWrapper .cp-top_sidebar .tpointBox.logined .blcTextArea .elText .elStrong { position: relative; z-index: 1; }

.mainWrapper .cp-top_sidebar .tpointBox.logined .blcTextArea .elText .elStrong:before { content: ""; width: 100%; height: 8px; background-color: #fff54d; display: block; position: absolute; bottom: -1px; left: 0; z-index: -1; }

.mainWrapper .cp-top_sidebar .tpointBox.logined .blcPoitArea { width: 100%; display: table; }

.mainWrapper .cp-top_sidebar .tpointBox.logined .blcPoitArea .blcLeftArea { width: 65%; padding-right: 15%; display: table-cell; text-align: center; position: relative; }

.mainWrapper .cp-top_sidebar .tpointBox.logined .blcPoitArea .blcLeftArea .elText { font-size: 10px; font-weight: 600; line-height: 1.0; }

.mainWrapper .cp-top_sidebar .tpointBox.logined .blcPoitArea .blcLeftArea .elPoint { margin-top: 5px; color: #e03311; text-align: center; }

.mainWrapper .cp-top_sidebar .tpointBox.logined .blcPoitArea .blcLeftArea:after { content: ""; width: 45px; height: 2px; background-color: #d2d2d2; display: block; position: absolute; bottom: 26px; right: -7px; transform: rotate(105deg); }

.mainWrapper .cp-top_sidebar .tpointBox.logined .blcPoitArea .blcRightArea { width: 35%; padding-bottom: 3px; display: table-cell; position: relative; vertical-align: bottom; }

.mainWrapper .cp-top_sidebar .tpointBox.logined .blcPoitArea .blcRightArea .elPoint { font-size: 16px; text-align: center; }

.mainWrapper .cp-top_sidebar .tpointBox.logined .blcPoitArea .blcRightArea .elPoint .elMaximum { display: block; font-size: 12px; font-weight: 600; }

.mainWrapper .cp-top_sidebar .tpointBox.logined .blcPoitArea .blcRightArea .elPoint .elNum { margin-top: 5px; display: inline-block; font-size: 24px; text-align: center; }

.mainWrapper .cp-top_sidebar .tpointBox.logined .blcFooterArea { text-align: right; }

.mainWrapper .cp-top_sidebar .tpointBox.logined .blcFooterArea:before { margin: 0; left: auto; right: 39px; }

.mainWrapper .carouselWrap { width: 100%; height: auto; position: relative; clear: both; }

.mainWrapper .carouselWrap .carouselControl { cursor: pointer; width: 32px; height: 61px; display: block; z-index: 100; }

.mainWrapper .carouselWrap .carouselPrev { position: absolute; left: -1px; top: 60px; }

.mainWrapper .carouselWrap .carouselNext { position: absolute; right: -2px; top: 60px; }

.mainWrapper .carouselWrap .carousel { position: relative; width: 100%; overflow: hidden; font-size: 0; }

.mainWrapper .carouselWrap .carouselInner { width: 5000px; position: absolute; margin-left: -30px; }

.mainWrapper .carouselWrap .carouselInner .productBox { float: left; margin-left: 30px; }

.mainWrapper .carouselControl { cursor: pointer; width: 32px; height: 61px; display: block; z-index: 100; }

.mainWrapper .carouselPrev { position: absolute; left: -1px; top: 60px; }

.mainWrapper .carouselNext { position: absolute; right: -2px; top: 60px; }

.mainWrapper .carousel { position: relative; width: 100%; overflow: hidden; font-size: 0; }

.mainWrapper .carouselInner { width: 5000px; position: absolute; margin-left: -30px; }

.mainWrapper .carouselInner .productBox { float: left; margin-left: 30px; }

.mainWrapper .naturalLohacoArea { border-top: 1px solid #E5E5E5; padding: 30px 0; margin-top: 40px; }

.mainWrapper .naturalLohacoArea .sectionHedding { float: none; width: 500px; height: 93px; display: block; margin: 0 auto; }

.mainWrapper .naturalLohacoArea .carouselWrap { margin-top: 25px; }

.mainWrapper .naturalLohacoArea .carouselWrap .carouselControl { cursor: pointer; width: 32px; height: 61px; display: block; z-index: 100; }

.mainWrapper .naturalLohacoArea .carouselWrap .carousel { height: 255px; }

.mainWrapper .naturalLohacoArea .carouselWrap .carousel .productBox .productNameWrap .productName { height: 36px; -webkit-line-clamp: 2; }

.mainWrapper .naturalLohacoArea .carouselWrap .carousel .productBox .productPrice { color: #333333; }

.mainWrapper .saleArea { margin-top: 25px; }

.mainWrapper .saleArea .carouselWrap { padding: 10px 0; }

.mainWrapper .saleArea .carouselWrap .carouselControl { cursor: pointer; width: 32px; height: 61px; display: block; z-index: 100; }

.mainWrapper .saleArea .carouselWrap .carousel { height: 285px; }

.mainWrapper .saleArea .carouselWrap .productBox .productNameWrap { padding: 0; }

.mainWrapper .saleArea .carouselWrap .productBox .productNameWrap .productName { height: 36px; -webkit-line-clamp: 2; }

.mainWrapper .saleArea .carouselWrap .productBox .productPrice { color: #333333; }

.mainWrapper .saleArea .carouselWrap .productBox .productPriceDetail { color: #333333; }

.mainWrapper .couponArea { margin-top: 25px; }

.mainWrapper .couponArea .carouselWrap { padding: 10px 0; }

.mainWrapper .couponArea .carouselWrap .carouselControl { cursor: pointer; width: 32px; height: 61px; display: block; z-index: 100; }

.mainWrapper .couponArea .carouselWrap .carousel { height: 286px; }

.mainWrapper .couponArea .carouselWrap .carousel .productBox .productImg img[data-original*="coupon_noimage_01.png"] { border: 1px solid #ccc; }

.mainWrapper .couponArea .carouselControl { top: 85px; }

.mainWrapper .couponArea .productBox { height: auto; }

.mainWrapper .categoryArea .attentionCategory { width: 100%; height: 100%; position: relative; padding: 10px 36px; clear: both; }

.mainWrapper .categoryArea .attentionCategory .carouselControl { cursor: pointer; z-index: 100; }

.mainWrapper .categoryArea .attentionCategory .carouselPrev { position: absolute; left: 0; top: 0; bottom: 0; margin: auto; width: 17px; height: 30px; background: url(/resource/lpm/pc/images/common/btn_carouselControl-07.png); }

.mainWrapper .categoryArea .attentionCategory .carouselPrev.is-disabled { background: url(/resource/lpm/pc/images/common/btn_carouselControl-05.png); cursor: default; }

.mainWrapper .categoryArea .attentionCategory .carouselNext { position: absolute; cursor: pointer; right: -2px; top: 0; bottom: 0; margin: auto; width: 17px; height: 30px; background: url(/resource/lpm/pc/images/common/btn_carouselControl-08.png); }

.mainWrapper .categoryArea .attentionCategory .carouselNext.is-disabled { background: url(/resource/lpm/pc/images/common/btn_carouselControl-06.png); cursor: default; }

.mainWrapper .categoryArea .attentionCategory .carousel { width: 100%; height: 40px; overflow: hidden; font-size: 0; position: relative; }

.mainWrapper .categoryArea .attentionCategory .carouselInner { width: 5000px; position: absolute; margin-left: -10px; }

.mainWrapper .categoryArea .attentionCategory .carouselInner .categoryItem { border-radius: 5px; border: 1px solid #998978; padding: 0px 13px; font-size: 13px; color: #998978; text-align: center; float: left; cursor: pointer; margin-left: 10px; height: 40px; line-height: 40px; }

.mainWrapper .categoryArea .attentionCategory .carouselInner .categoryItem.current { background-color: #998978; color: #ffffff; }

.mainWrapper .categoryArea .categoryDetail .carouselWrap { padding: 15px 0; }

.mainWrapper .categoryArea .categoryDetail .carouselWrap .carouselControl { cursor: pointer; width: 32px; height: 61px; display: block; z-index: 100; }

.mainWrapper .categoryArea .categoryDetail .carouselWrap .carousel { height: 285px; }

.mainWrapper .categoryArea .categoryRanking .carouselWrap { padding: 15px 0; }

.mainWrapper .categoryArea .categoryRanking .carouselWrap .carouselControl { cursor: pointer; width: 32px; height: 61px; display: block; z-index: 100; }

.mainWrapper .categoryArea .categoryRanking .carouselWrap .carousel { width: 100%; height: 285px; padding-top: 10px; margin-top: -10px; }

.mainWrapper .buyInBulkArea .carouselWrap, .mainWrapper .lohacoMoleArea .carouselWrap, .mainWrapper .regularOdrArea .carouselWrap { padding: 10px 0 0 0; }

.mainWrapper .buyInBulkArea .carouselWrap .carouselControl, .mainWrapper .lohacoMoleArea .carouselWrap .carouselControl, .mainWrapper .regularOdrArea .carouselWrap .carouselControl { cursor: pointer; width: 32px; height: 61px; display: block; z-index: 100; }

.mainWrapper .buyInBulkArea .carouselWrap .carouselPrev, .mainWrapper .lohacoMoleArea .carouselWrap .carouselPrev, .mainWrapper .regularOdrArea .carouselWrap .carouselPrev { top: 80px; }

.mainWrapper .buyInBulkArea .carouselWrap .carouselNext, .mainWrapper .lohacoMoleArea .carouselWrap .carouselNext, .mainWrapper .regularOdrArea .carouselWrap .carouselNext { top: 80px; }

.mainWrapper .buyInBulkArea .carouselWrap .carousel, .mainWrapper .lohacoMoleArea .carouselWrap .carousel, .mainWrapper .regularOdrArea .carouselWrap .carousel { width: 100%; height: 220px; }

.mainWrapper .buyInBulkArea .carouselWrap .carouselInner, .mainWrapper .lohacoMoleArea .carouselWrap .carouselInner, .mainWrapper .regularOdrArea .carouselWrap .carouselInner { width: 5000px; position: absolute; margin-left: -20px; }

.mainWrapper .buyInBulkArea .carouselWrap .carouselInner .selectionPanel, .mainWrapper .lohacoMoleArea .carouselWrap .carouselInner .selectionPanel, .mainWrapper .regularOdrArea .carouselWrap .carouselInner .selectionPanel { float: left; margin-left: 20px; }

.mainWrapper .buyInBulkArea .carouselWrap .carouselInner .selectionPanel a, .mainWrapper .lohacoMoleArea .carouselWrap .carouselInner .selectionPanel a, .mainWrapper .regularOdrArea .carouselWrap .carouselInner .selectionPanel a { display: block; height: 100%; }

.mainWrapper .buyInBulkArea .carouselWrap .carouselInner .selectionPanel a:hover, .mainWrapper .lohacoMoleArea .carouselWrap .carouselInner .selectionPanel a:hover, .mainWrapper .regularOdrArea .carouselWrap .carouselInner .selectionPanel a:hover { -ms-filter: "alpha(opacity=70)"; filter: alpha(opacity=70); opacity: 0.7; }

.mainWrapper .lohacoMoleArea { margin-top: 40px; padding-top: 0; }

.mainWrapper .lohacoMoleArea .selectionPanel { display: inline-block; }

.mainWrapper .recommendArea { background: #F8F8F8; padding-top: 40px; padding-bottom: 20px; min-width: 980px; }

.mainWrapper .recommendArea .carouselWrap { padding: 10px 0 5px; }

.mainWrapper .recommendArea .carouselWrap .carouselControl { cursor: pointer; width: 32px; height: 61px; display: block; z-index: 100; }

.mainWrapper .recommendArea .carouselWrap .carouselPrev { top: 55px; }

.mainWrapper .recommendArea .carouselWrap .carouselNext { top: 55px; }

.mainWrapper .recommendArea .carouselWrap .carousel { width: 100%; height: 285px; }

.mainWrapper .recommendArea .carouselWrap .carousel .productBox .productNameWrap { padding: 0; }

.mainWrapper .recommendArea .carouselWrap .carousel .productBox .productNameWrap .productName { height: 36px; -webkit-line-clamp: 2; }

.mainWrapper .recommendArea .carouselWrap .carousel .productBox .productPrice { color: #333333; }

.mainWrapper .recommendArea .recentItemArea .carousel { height: 200px; }

.mainWrapper .recommendArea .recentItemArea .carousel .productBox { position: relative; padding-top: 10px; height: 160px; }

.mainWrapper .recommendArea .recentItemArea .carousel .productBox .close { position: absolute; top: 0; right: -10px; width: 28px; height: 28px; background: url(/resource/lpm/pc/images/common/icon_close_01.png) no-repeat 0 0; cursor: pointer; z-index: 1; }

.mainWrapper .bannerHedding a { font-size: 13px; color: #5F4933; font-weight: 600; line-height: 1.0; padding: 0 15px 10px; margin: 0 -15px -10px; }

.mainWrapper .sectionHedding { font-size: 22px; color: #333333; float: left; padding-bottom: 5px; margin-bottom: 0; }

.mainWrapper .sectionHedding + .sub-link { float: right; }

.mainWrapper .categoryArea .categoryDetail .categoryName { font-size: 18px; color: #5F4933; font-weight: 600; margin-top: 15px; }

.mainWrapper .categoryArea .categoryRanking .categoryName { font-size: 18px; color: #333333; margin-top: 15px; }

.mainWrapper .mainWrapper { max-width: 2000px; min-width: 980px; margin: 0 auto; }

.mainWrapper .contentLeft { min-width: 730px; max-width: 2000px; width: 100%; vertical-align: top; padding: 15px 20px 0 0; }

.mainWrapper .contentLeft .blcTitleLinkArea { margin-top: 5px; padding-bottom: 20px; border-bottom: 1px solid #ddd; }

.mainWrapper .contentLeft .blcTitleLinkArea .elList li { margin-top: 10px; }

.mainWrapper .contentLeft .blcTitleLinkArea .elList li:first-child { margin-top: 0; }

.mainWrapper .contentLeft .blcTitleLinkArea .elList li a { padding-right: 15px; background-image: url(/resource/lpm/pc/images/common/ico_tab-arrow.png); background-position: 100% 45%; background-repeat: no-repeat; color: #5f4933; font-size: 16px; font-weight: 600; line-height: 1.5; }

.mainWrapper .contentLeft .blcInfomationArea { margin-top: 20px; padding-bottom: 20px; border-bottom: 1px solid #ddd; }

.mainWrapper .contentLeft .blcInfomationArea .elList li { margin-top: 10px; }

.mainWrapper .contentLeft .blcInfomationArea .elList li:first-child { margin-top: 0; }

.mainWrapper .contentLeft .blcInfomationArea .elList li a { color: #5f4933; font-size: 16px; font-weight: 300; line-height: 1.5; }

.mainWrapper .contentLeft .blcOutsideArea { margin-top: 20px; }

.mainWrapper .contentLeft .popularBrands.carouselWrap { padding: 10px 0; }

.mainWrapper .contentLeft .popularBrands.carouselWrap .popularBrandsItem:hover { -ms-filter: "alpha(opacity=70)"; filter: alpha(opacity=70); opacity: 0.7; }

.mainWrapper .contentLeft .popularBrands .carousel { height: 90px; width: auto; margin: 0 30px; }

.mainWrapper .contentLeft .popularBrands .carouselInner { position: absolute; margin-left: 0; }

.mainWrapper .contentLeft .popularBrands .carouselInner .popularBrandsItem { margin-left: 10px; float: left; width: 122px; height: 90px; }

.mainWrapper .contentLeft .popularBrands .carouselInner .popularBrandsItem img { border: 1px solid #e5e5e5; width: 100%; height: auto; }

.mainWrapper .contentLeft .popularBrands .carouselControl { cursor: pointer; z-index: 100; }

.mainWrapper .contentLeft .popularBrands .carouselPrev { position: absolute; left: 0; top: 0; bottom: 0; margin: auto; width: 17px; height: 30px; background: url(/resource/lpm/pc/images/common/btn_carouselControl-07.png); }

.mainWrapper .contentLeft .popularBrands .carouselPrev.is-disabled { background: url(/resource/lpm/pc/images/common/btn_carouselControl-05.png); cursor: default; }

.mainWrapper .contentLeft .popularBrands .carouselNext { position: absolute; cursor: pointer; right: -2px; top: 0; bottom: 0; margin: auto; width: 17px; height: 30px; background: url(/resource/lpm/pc/images/common/btn_carouselControl-08.png); }

.mainWrapper .contentLeft .popularBrands .carouselNext.is-disabled { background: url(/resource/lpm/pc/images/common/btn_carouselControl-06.png); cursor: default; }

.mainWrapper .contentLeft .innerCautionArea { margin-top: 5px; padding: 15px; color: #e03311; font-weight: 700; text-align: center; background: #eee; }

.mainWrapper .contentLeft .innerCautionArea .text a { color: #3399cc; }

.mainWrapper .storeListArea { padding-bottom: 35px !important; }

.mainWrapper .storeListArea .carouselWrap { padding-top: 8px; }

.mainWrapper .storeListArea .carouselWrap .carousel { width: 100%; height: 215px; }

.mainWrapper .storeListArea .carouselWrap .carousel .carouselInner { margin-left: -20px; }

.mainWrapper .storeListArea .carouselWrap .carousel .carouselInner .productBox { margin-left: 20px; width: 220px; height: 215px; }

.mainWrapper .storeListArea .carouselWrap .carousel .carouselInner .productBox .img { display: block; position: relative; margin-bottom: 15px; height: 134px; }

.mainWrapper .storeListArea .carouselWrap .carousel .carouselInner .productBox .img img { width: 100%; height: auto; }

.mainWrapper .storeListArea .carouselWrap .carousel .carouselInner .productBox .detail { display: block; }

.mainWrapper .storeListArea .carouselWrap .carousel .carouselInner .productBox .detail .name { display: block; margin-bottom: 4px; font-size: 16px; font-weight: 600; line-height: 1.2; color: #333; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }

.mainWrapper .storeListArea .carouselWrap .carousel .carouselInner .productBox .detail .text { display: block; font-size: 14px; line-height: 1.5; color: #666; }

.mainWrapper .storeListArea .hotwordBlc { position: relative; margin-top: 38px; padding: 15px 20px 13px; background: #f8f8f8; }

.mainWrapper .storeListArea .hotwordBlc .innerBlc { overflow: hidden; white-space: nowrap; }

.mainWrapper .storeListArea .hotwordBlc .innerBlc .ttl { display: inline-block; }

.mainWrapper .storeListArea .hotwordBlc .innerBlc .hotwordList { display: inline-block; }

.mainWrapper .storeListArea .hotwordBlc .innerBlc .hotwordList li { display: inline; margin-left: 15px; font-weight: 600; }

.mainWrapper .storeListArea .hotwordBlc .innerBlc .hotwordList li:first-child { margin-left: 0; }

.mainWrapper .storeListArea .hotwordBlc .innerBlc .hotwordList li a { color: #3399cc; font-weight: 600; }

.mainWrapper .mainColumnArea .selectionPanelList { clear: both; margin: 0 -5px; }

.mainWrapper .mainColumnArea .selectionPanel { float: left; padding: 10px; width: 50%; }

.mainWrapper .mainColumnArea .selectionPanel .selectionPanelInner { border: 1px solid #E5E5E5; background: #F8F8F8; box-shadow: 0px 1px 0px 0px #F3F3F3; min-width: 316px; min-height: 263px; height: 100%; padding-bottom: 10px; position: relative; }

.mainWrapper .mainColumnArea .selectionPanel .selectionPanelInner .textPrice { position: absolute; right: 10px; bottom: 75px; font-size: 14px; font-weight: 600; text-align: right; }

.mainWrapper .mainColumnArea .selectionPanel .selectionPanelInner .textPrice span { display: block; }

.mainWrapper .mainColumnArea .selectionPanel .selectionPanelInner .textPrice .textPriceInner { font-size: 28px; line-height: 0.8; }

.mainWrapper .mainColumnArea .selectionPanel .selectionPanelInner .textPrice .textPriceInner strong { font-family: Arial, "Helvetica Neue", Helvetica, sans-serif; font-size: 48px; font-weight: 700; line-height: 0.8; }

.mainWrapper .mainColumnArea .selectionPanel a { display: block; }

.mainWrapper .mainColumnArea .selectionPanel a:hover { -ms-filter: "alpha(opacity=70)"; filter: alpha(opacity=70); opacity: 0.7; text-decoration: none; }

.mainWrapper .cautionInfoArea { margin: 15px auto; padding: 15px; min-width: 940px; border: solid 1px #e03311; color: #e03311; font-weight: 600; text-align: center; background: #ffe5e5; }

.mainWrapper .cautionInfoArea .text a { color: #e03311; text-decoration: underline; }

.mainWrapper .cautionInfoArea .text a:hover { text-decoration: none; }

.mainWrapper .cautionInfoArea + .blcMessageArea { margin-top: 0; }

.mainWrapper .bannerArea { padding: 0 0 30px; }

.mainWrapper .bannerBody { text-align: center; margin-top: 20px; }

.mainWrapper .bannerBody img { max-width: 100%; height: 100%; }

.mainWrapper .bannerBody > a:hover { -ms-filter: "alpha(opacity=70)"; filter: alpha(opacity=70); opacity: 0.7; }

.mainWrapper .sectionWrapper { padding: 20px 20px 0; }

.mainWrapper .categoryArea { padding: 0; }

.mainWrapper .categoryArea .categoryDetail { margin-top: 10px; border-top: 1px solid #E5E5E5; }

.mainWrapper .categoryArea .categoryRanking { border-top: 1px solid #E5E5E5; }

.mainWrapper .mainInnerUpside { max-width: 1600px; min-width: 980px; margin: 0 auto; padding: 0 20px; display: flex; flex-wrap: nowrap; }

.mainWrapper .mainInnerUpside.cf:after { display: none; }

.mainWrapper .mainInnerUpside .sectionWrapper { margin-top: 20px; padding: 20px 0 0 0; }

.mainWrapper .mainInnerUpside .sectionWrapper.recomItemList { margin-top: 25px; padding: 20px 0 35px; }

.mainWrapper .mainInnerUpside .sectionWrapper.recomItemList .carouselWrap { padding: 10px 0; }

.mainWrapper .mainInnerUpside .sectionWrapper.recomItemList .carouselWrap .carouselControl { cursor: pointer; top: 75px; width: 32px; height: 61px; display: block; z-index: 100; }

.mainWrapper .mainInnerUpside .sectionWrapper.recomItemList .carouselWrap .carousel { height: 226px; }

.mainWrapper .mainInnerUpside .sectionWrapper.recomItemList .carouselWrap .carousel .itemBox { float: left; width: 150px; margin-left: 30px; }

.mainWrapper .mainInnerUpside .sectionWrapper.recomItemList .carouselWrap .carousel .itemBox a { text-decoration: none; display: block; }

.mainWrapper .mainInnerUpside .sectionWrapper.recomItemList .carouselWrap .carousel .itemBox a:hover { -ms-filter: "alpha(opacity=70)"; filter: alpha(opacity=70); opacity: 0.7; }

.mainWrapper .mainInnerUpside .sectionWrapper.recomItemList .carouselWrap .carousel .itemBox a .label { display: block; background: #998978; width: 100%; margin-bottom: 5px; padding: 5px 10px; line-height: 1; color: #fff; font-weight: 600; font-size: 14px; text-align: center; box-sizing: border-box; }

.mainWrapper .mainInnerUpside .sectionWrapper.recomItemList .carouselWrap .carousel .itemBox a .label span { padding-right: 3px; }

.mainWrapper .mainInnerUpside .sectionWrapper.recomItemList .carouselWrap .carousel .itemBox a .img { display: block; height: 150px; text-align: center; }

.mainWrapper .mainInnerUpside .sectionWrapper.recomItemList .carouselWrap .carousel .itemBox a .img img { width: auto; height: auto; max-width: 150px; max-height: 150px; }

.mainWrapper .mainInnerUpside .sectionWrapper.recomItemList .carouselWrap .carousel .itemBox a .detail { display: block; margin-top: 5px; font-size: 14px; font-weight: 600; color: #333; line-height: 1.5; height: 3em; }

.mainWrapper .mainInnerUpside .sectionWrapper.recomItemList .carouselWrap .carousel .itemBox a .detail .text { display: -webkit-box; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }

.mainWrapper .mainInnerUpside .regularOdrArea { margin-top: 15px; }

.mainWrapper .mainInnerUpside .buyInBulkArea, .mainWrapper .mainInnerUpside .lohacoMoleArea, .mainWrapper .mainInnerUpside .categoryArea { margin-top: 40px; }

.mainWrapper .carouselWrap.popularBrands { margin-top: 30px; }

.mainWrapper .mainInnerButtom { margin-top: 10px; }

.mainWrapper .categoryArea { padding: 40px 0 50px; }

.mainWrapper .categoryArea .categoryList { padding: 0 10px; }

.mainWrapper .categoryArea .categoryList li { float: left; padding: 10px; width: 20%; }

.mainWrapper .categoryArea .categoryList li a { position: relative; display: block; font-weight: 600; text-align: center; }

.mainWrapper .categoryArea .categoryList li a:link, .mainWrapper .categoryArea .categoryList li a:visited { color: #333333; text-decoration: none; }

.mainWrapper .categoryArea .categoryList li a:hover, .mainWrapper .categoryArea .categoryList li a:active { color: #333333; text-decoration: underline; opacity: 0.8; }

.mainWrapper .categoryArea .categoryList li a .img { display: block; }

.mainWrapper .categoryArea .categoryList li a .img img { width: 100%; height: auto; }

.mainWrapper .categoryArea .categoryList li a .title { display: block; position: absolute; bottom: 0; padding: 30px 10px; width: 100%; font-size: 14px; background: url(/resource/lpm/pc/images/common/bg_overlay_02.png) repeat 0 0; }

.mainWrapper .categoryArea .categoryList li.itemL { width: 50%; height: auto; }

.mainWrapper .categoryListArea { padding: 0 20px; min-width: 800px; }

.mainWrapper .categoryListArea .sectionWrapper { padding: 20px 0; }

.mainWrapper .categoryListArea .sectionWrapper .categoryList { clear: both; }

.mainWrapper .categoryListArea .sectionWrapper .categoryList > li { position: relative; box-sizing: border-box; float: left; margin: 0 0 20px 20px; }

.mainWrapper .categoryListArea .sectionWrapper .categoryList > li a .img img { width: 100%; height: auto; }

.mainWrapper .categoryListArea .sectionWrapper .categoryList > li a .title { display: block; position: absolute; top: 24%; left: 20px; }

.mainWrapper .categoryListArea .sectionWrapper .categoryList > li a .title .text { display: table-cell; width: 200px; height: 44px; vertical-align: middle; font-size: 16px; line-height: 1.35; font-weight: 600; }

.mainWrapper .categoryListArea .sectionWrapper .categoryList > li a:hover { -ms-filter: "alpha(opacity=70)"; filter: alpha(opacity=70); opacity: 0.7; }

@media only screen and (min-width: 1281px) { .mainWrapper .categoryListArea .categoryList { padding: 10px 0 0 80px; }
  .mainWrapper .categoryListArea .categoryList > li { width: 20%; }
  .mainWrapper .categoryListArea .categoryList > li:nth-child(5n+1) { margin: 0 0 20px -80px; } }

@media only screen and (max-width: 1280px) { .mainWrapper .categoryListArea .categoryList { padding: 10px 0 0 60px; }
  .mainWrapper .categoryListArea .categoryList > li { width: 25%; }
  .mainWrapper .categoryListArea .categoryList > li:nth-child(4n+1) { margin: 0 0 20px -60px; } }

@media only screen and (max-width: 960px) { .mainWrapper .categoryListArea .categoryList { padding: 10px 0 0 40px; }
  .mainWrapper .categoryListArea .categoryList > li { width: 33.3%; }
  .mainWrapper .categoryListArea .categoryList > li:nth-child(4n+1) { margin: 0 0 20px 20px; }
  .mainWrapper .categoryListArea .categoryList > li:nth-child(3n+1) { margin: 0 0 20px -40px; } }

@media only screen and (min-width: 1280px) { .mainWrapper .mainColumnArea .selectionPanelList { clear: both; margin: 0 -5px; }
  .mainWrapper .mainColumnArea .selectionPanel { float: left; width: 33.3333%; } }

.mainWrapper .sectionWrapper { position: relative; }

.mainWrapper .recommendArea .sectionWrapper { margin-top: 15px; position: relative; }

.mainWrapper .recommendArea .sectionWrapper:before { margin: 0 20px; }

.mainWrapper a.sub-link { color: #333333; font-size: 13px; display: block; text-align: right; padding: 10px 15px; margin: -15px -15px; }

.mainWrapper a.sub-link:hover { text-decoration: underline; }

.mainWrapper p.sub-link a { color: #333333; }

.mainWrapper .categoryName.arrow-right:after { content: ""; display: inline-block; width: 7px; height: 11px; margin-left: 10px; margin-top: 10px; background: url(/resource/lpm/pc/images/common/ico_tab-arrow.png); }

.mainWrapper .sub-link.arrow-right:after { content: ""; display: inline-block; width: 7px; height: 11px; margin-left: 10px; margin-top: 10px; background: url(/resource/lpm/pc/images/common/ico_tab-arrow.png); }

.mainWrapper .headerLink.arrow-right:after, .mainWrapper .headding.arrow-right:after, .mainWrapper .bannerHedding.arrow-right > a:after { content: ""; display: inline-block; width: 7px; height: 11px; margin-left: 10px; margin-top: 10px; background: url(/resource/lpm/pc/images/common/ico_tab-arrow.png); }

.mainWrapper .saleArea .productPrice, .mainWrapper .saleArea .productPriceDetail { color: #333333; }

.mainWrapper #appealItem .productPrice, .mainWrapper #appealItem .productPriceDetail, .mainWrapper #yaskul_recom_appealItem .productPrice, .mainWrapper #yaskul_recom_appealItem .productPriceDetail { color: #333333; }

.mainWrapper .categoryRanking { counter-reset: ranking; }

.mainWrapper .categoryRanking .rankingNo.first { background: url(/resource/lpm/pc/images/common/bg_circle-gold.png); }

.mainWrapper .categoryRanking .rankingNo.second { background: url(/resource/lpm/pc/images/common/bg_circle-silver.png); }

.mainWrapper .categoryRanking .rankingNo.thread { background: url(/resource/lpm/pc/images/common/bg_circle-copper.png); }

.mainWrapper .categoryRanking .categoryRankingItem { position: relative; }

.mainWrapper .categoryRanking .rankingNo { width: 30px; height: 30px; display: block; font-size: 14px; line-height: 30px; text-align: center; color: #ffffff; position: absolute; top: -6px; left: 5px; border-radius: 50%; background: url(/resource/lpm/pc/images/common/bg_circle-other.png); }

.mainWrapper .categoryRanking .rankingNo:before { content: counter(ranking); counter-increment: ranking; }

.mainWrapper .rankings .rankingsImage { position: relative; }

.mainWrapper .rankings .rankingNo.first { background: url(/resource/lpm/pc/images/common/bg_circle-gold.png); }

.mainWrapper .rankings .rankingNo.first:before { content: "1"; }

.mainWrapper .rankings .rankingNo.second { background: url(/resource/lpm/pc/images/common/bg_circle-silver.png); }

.mainWrapper .rankings .rankingNo.second:before { content: "2"; }

.mainWrapper .rankings .rankingNo.thread { background: url(/resource/lpm/pc/images/common/bg_circle-copper.png); }

.mainWrapper .rankings .rankingNo.thread:before { content: "3"; }

.mainWrapper .rankings .categoryRankingItem { position: relative; }

.mainWrapper .rankings .rankingNo { width: 30px; height: 30px; display: block; font-size: 14px; line-height: 30px; text-align: center; color: #ffffff; position: absolute; top: -6px; left: -10px; border-radius: 50%; }

.mainWrapper .categoryArea .productImg { position: relative; }

.mainWrapper .categoryArea .productImg .copy { display: block; width: 100%; position: absolute; font-size: 12px; font-weight: 600; color: #ffffff; bottom: 0; text-align: center; background: #5f4933; line-height: 20px; }

.mainWrapper .pullDownMenu.allCategories { display: table; background-color: #ffffff; position: absolute; z-index: 100; border: 1px solid #d6d6d6; box-shadow: 0 0 4px 0px rgba(0, 0, 0, 0.2); width: 822px; left: 0; }

.mainWrapper .pullDownMenu.allCategories .pullDownMenuInner.tabContents { width: 220px; display: table-cell; vertical-align: top; background-color: #F6F6F6; border-right: solid 1px #DDDDDD; }

.mainWrapper .pullDownMenu.allCategories .pullDownMenuInner.tabContents .pullDownMenuList { border-bottom: solid 1px #E5E5E5; margin-bottom: -1px; }

.mainWrapper .pullDownMenu.allCategories .pullDownMenuInner.tabContents .pullDownMenuList li:hover { background: #ffffff; margin-right: -1px; }

.mainWrapper .pullDownMenu.allCategories .pullDownMenuInner.tabContents .categoryItem { position: relative; height: 40px; line-height: 40px; background-color: #F6F6F6; }

.mainWrapper .pullDownMenu.allCategories .pullDownMenuInner.tabContents .categoryItem :after { content: ''; display: block; width: 7px; height: 11px; background-image: url(/resource/lpm/pc/images/common/ico_tab-arrow.png); position: absolute; right: 10px; top: 50%; z-index: 10; margin-top: -6px; }

.mainWrapper .pullDownMenu.allCategories .pullDownMenuInner.tabContents .categoryItem a { font-size: 13px; color: #000000; display: block; padding: 0 15px; }

.mainWrapper .pullDownMenu.allCategories .pullDownMenuInner.tabContents .categoryItem + li { border-top: solid 1px #E5E5E5; }

.mainWrapper .pullDownMenu.allCategories .pullDownMenuInner.tabContents .current { border-right: none; background-color: #ffffff; margin-right: -1px; }

.mainWrapper .pullDownMenu.allCategories .pullDownMenuInner.tabContents .current :after { content: ''; display: block; width: 7px; height: 11px; background-image: url(/resource/lpm/pc/images/common/ico_tab-arrow-current.png); position: absolute; right: 10px; top: 50%; z-index: 10; margin-top: -6px; }

.mainWrapper .pullDownMenu.allCategories .pullDownMenuInner.tabContents .current > a { color: #5F4933; }

.mainWrapper .pullDownMenu.allCategories .pullDownMenuInner.mainContents { width: 600px; display: table-cell; padding: 15px 30px; }

.mainWrapper .pullDownMenu.allCategories .pullDownMenuInner.mainContents .currentCategories .headding { font-weight: 600; color: #5F4933; font-size: 18px; padding: 10px 15px; margin: -10px -15px; }

.mainWrapper .pullDownMenu.allCategories .pullDownMenuInner.mainContents .currentCategories .headding:hover { text-decoration: underline; }

.mainWrapper .pullDownMenu.allCategories .pullDownMenuInner.mainContents .currentCategories .categoryListWrap { margin-top: 4px; padding-bottom: 10px; width: 100%; font-size: 0; }

.mainWrapper .pullDownMenu.allCategories .pullDownMenuInner.mainContents .currentCategories .categoryList { margin-right: -30px; }

.mainWrapper .pullDownMenu.allCategories .pullDownMenuInner.mainContents .currentCategories .categoryList li { display: inline-block; width: 255px; line-height: 2.5; margin-right: 30px; }

.mainWrapper .pullDownMenu.allCategories .pullDownMenuInner.mainContents .currentCategories .categoryList li a { font-size: 13px; color: #000000; padding: 5px 15px; margin: -5px -15px; }

.mainWrapper .pullDownMenu.allCategories .pullDownMenuInner.mainContents .currentCategories .categoryList li a:hover { text-decoration: underline; }

.mainWrapper .pullDownMenu.allCategories .pullDownMenuInner.mainContents .recommendation { padding-top: 15px; border-top: solid 1px #E5E5E5; }

.mainWrapper .pullDownMenu.allCategories .pullDownMenuInner.mainContents .recommendation .header .headding { font-size: 18px; }

.mainWrapper .pullDownMenu.allCategories .pullDownMenuInner.mainContents .recommendationInnerWrap { display: table; width: 100%; margin-top: 15px; }

.mainWrapper .pullDownMenu.allCategories .pullDownMenuInner.mainContents .recommendationInner { display: table-cell; width: 50%; padding: 0 15px 0 0; }

.mainWrapper .pullDownMenu.allCategories .pullDownMenuInner.mainContents .recommendationInner > a { display: block; }

.mainWrapper .pullDownMenu.allCategories .pullDownMenuInner.mainContents .recommendationInner > a:hover { -ms-filter: "alpha(opacity=70)"; filter: alpha(opacity=70); opacity: 0.7; }

.mainWrapper .pullDownMenu.allCategories .pullDownMenuInner.mainContents .recommendationInner + .recommendationInner { padding: 0 0 0 15px; }

.mainWrapper .pullDownMenu.allCategories .pullDownMenuInner.mainContents .recommendationImage > img { max-width: 100%; height: auto; }

.mainWrapper .pullDownMenu.allCategories .pullDownMenuInner.mainContents .recommendationDescription { margin-top: 10px; }

.mainWrapper .pullDownMenu.allCategories .pullDownMenuInner.mainContents .recommendationDescription > .text { font-size: 12px; color: #666666; }

.mainWrapper .pullDownMenu.allCategories .pullDownMenuInner.mainContents + .recommendationInner { margin-left: 27px; }

.mainWrapper .pullDownMenu.allCategories .pullDownMenuInner.mainContents .rankings { padding-top: 15px; border-top: solid 1px #E5E5E5; margin-top: 15px; }

.mainWrapper .pullDownMenu.allCategories .pullDownMenuInner.mainContents .rankings .header { position: relative; padding-bottom: 20px; }

.mainWrapper .pullDownMenu.allCategories .pullDownMenuInner.mainContents .rankings .header .headding { font-size: 18px; }

.mainWrapper .pullDownMenu.allCategories .pullDownMenuInner.mainContents .rankings .header .headerLink { position: absolute; right: 0; top: -4px; display: block; font-size: 13px; color: #000000; padding: 10px 15px; margin: -10px -15px; }

.mainWrapper .pullDownMenu.allCategories .pullDownMenuInner.mainContents .rankings .header .headerLink:hover { text-decoration: underline; }

.mainWrapper .pullDownMenu.allCategories .pullDownMenuInner.mainContents .rankings .rankingsInnerWrap { margin-right: -30px; }

.mainWrapper .pullDownMenu.allCategories .pullDownMenuInner.mainContents .rankings .rankingsInnerWrap .rankingsInner { width: 150px; float: left; margin-right: 40px; padding-left: 10px; }

.mainWrapper .pullDownMenu.allCategories .pullDownMenuInner.mainContents .rankings .rankingsInnerWrap .rankingsInner > a { display: block; }

.mainWrapper .pullDownMenu.allCategories .pullDownMenuInner.mainContents .rankings .rankingsInnerWrap .rankingsInner > a:hover { -ms-filter: "alpha(opacity=70)"; filter: alpha(opacity=70); opacity: 0.7; }

.mainWrapper .pullDownMenu.allCategories .pullDownMenuInner.mainContents .rankings .rankingsInnerWrap .rankingsInner .rankingsImage { text-align: center; }

.mainWrapper .pullDownMenu.allCategories .pullDownMenuInner.mainContents .rankings .rankingsInnerWrap .rankingsDescription { width: 150px; margin: 0 auto; }

.mainWrapper .pullDownMenu.allCategories .pullDownMenuInner.mainContents .rankings .rankingsInnerWrap .rankingsDescription .name { margin-top: 10px; font-size: 12px; color: #666666; line-height: 1.6; }

.mainWrapper .pullDownMenu.allCategories .pullDownMenuInner.mainContents .rankings .rankingsInnerWrap .rankingsDescription .price { margin-top: 3px; font-size: 14px; font-weight: 600; color: #333333; }

.mainWrapper .pullDownMenu.allCategories .pullDownMenuInner.mainContents .rankings .rankingsInnerWrap .rankingsDescription .price span { font-size: 10px; }

.mainWrapper .topIncludeArea { margin-top: 10px; padding: 20px 0; }

.mainWrapper .topIncludeArea a { display: block; }

.mainWrapper .topIncludeArea a:hover { -ms-filter: "alpha(opacity=70)"; filter: alpha(opacity=70); opacity: 0.7; text-decoration: none; }

.mainWrapper .topIncludeArea .text { display: block; padding-top: 8px; }

.mainWrapper .topIncludeArea .wideBanner img { width: 100%; }

.mainWrapper .topIncludeArea .halfBanner { margin: 0 -10px; }

.mainWrapper .topIncludeArea .halfBanner li { float: left; width: 50%; display: inline-block; }

.mainWrapper .topIncludeArea .halfBanner li a { margin: 0 10px; }

.mainWrapper .topIncludeArea .halfBanner li img { width: 100%; height: auto; }

.mainWrapper .topIncludeArea .tripartitionBanner { margin: 0 -10px; }

.mainWrapper .topIncludeArea .tripartitionBanner li { float: left; width: 33.3%; display: inline-block; }

.mainWrapper .topIncludeArea .tripartitionBanner li a { margin: 0 10px; }

.mainWrapper .topIncludeArea .tripartitionBanner li img { width: 100%; height: auto; }

.mainWrapper .commonTextIcon { display: inline-block; float: left; margin-right: 5px; padding: 4px 5px 3px; color: #ffffff; font-size: 12px; line-height: 1.0; }

.mainWrapper .commonTextIcon.sale { background: #e03311; }

.mainWrapper .commonTextIcon.special { background: #ff9000; }

.mainWrapper .commonTextIcon.point { background: #ffffff; color: #ff9000; border: 1px solid #ff9000; padding: 3px 4px 2px; }

.displayScheduler { display: none; }

.displayScheduler.active { display: block; }

.fixedBanner { display: none; position: fixed; box-sizing: border-box; width: 100%; z-index: 100; left: 0; bottom: 0; height: 70px; }

.fixedBanner .inner { position: relative; margin: 0 auto; width: 960px; height: 70px; }

.fixedBanner .inner .close { position: absolute; top: 6px; right: 3px; width: 20px; height: 20px; color: #fff; font-size: 19px; line-height: 1.0; cursor: pointer; }

.campaignOverlay { width: 100%; height: 120%; background-color: #000; display: none; position: fixed; top: 0; left: 0; z-index: 100; opacity: 0.5; }

.campaignModal { width: 540px; margin: auto; display: none; position: fixed; top: 50%; left: 50%; z-index: 101; transform: translate(-50%, -50%); }

.campaignModal .close { width: 20px; height: 20px; top: -20px; right: -20px; position: absolute; padding: 10px; background-color: #fff; border: solid 1px #ccc; z-index: 100; cursor: pointer; border-radius: 21px; box-shadow: 0px 1px 0px 0px #e5e5e5; }

.campaignModal .close:before, .campaignModal .close:after { content: ""; width: 20px; height: 2px; background-color: #666; display: block; position: absolute; top: 50%; left: 9px; }

.campaignModal .close:before { transform: rotate(-45deg); }

.campaignModal .close:after { transform: rotate(45deg); }

.campaignModal .content { background-color: #fff; }

.campaignModal .content > a { display: block; text-align: center; }

.campaignModal .content > a:hover { opacity: 0.8; }

.no-scroll { overflow: hidden; }

.benefitOverlay { display: none; position: fixed; top: 0; left: 0; width: 100%; height: 120%; background-color: #000; z-index: 100; opacity: 0.5; }

.benefitModal { display: none; position: absolute; top: 30px; left: 0; right: 0; width: 800px; margin: 0 auto; background-color: #fff; z-index: 101; }

.benefitModal .headArea .benefitModClose { width: 20px; height: 20px; cursor: pointer; position: absolute; top: 20px; right: 20px; }

.benefitModal .headArea .benefitModClose:before, .benefitModal .headArea .benefitModClose:after { content: ""; width: 100%; height: 2px; background-color: #ccc; display: block; position: absolute; top: 50%; left: 0; }

.benefitModal .headArea .benefitModClose:before { transform: rotate(-45deg); }

.benefitModal .headArea .benefitModClose:after { transform: rotate(45deg); }

.benefitModal .contentArea .innerArea { padding: 30px; background-color: #fff; }

.benefitModal .contentArea .innerArea .headBlc { margin-top: 30px; padding: 15px 10px; display: flex; border-top: solid 1px #eee; border-right: solid 1px #eee; border-left: solid 1px #eee; background: #f6f6f6; }

.benefitModal .contentArea .innerArea .headBlc .text { width: 50%; color: #333; font-size: 18px; }

.benefitModal .contentArea .innerArea .headBlc .sub { width: 50%; font-size: 18px; text-align: right; }

.benefitModal .contentArea .innerArea .headBlc .sub .benefit .val { font-weight: 600; }

.benefitModal .contentArea .innerArea .headBlc .sub .caption { font-size: 12px; color: #666; }

.benefitModal .contentArea .innerArea .detailList { border: solid 1px #eee; }

.benefitModal .contentArea .innerArea .detailList > li { padding: 15px 10px; display: flex; }

.benefitModal .contentArea .innerArea .detailList > li .text { width: 50%; color: #333; font-size: 18px; }

.benefitModal .contentArea .innerArea .detailList > li .sub { width: 50%; font-size: 18px; text-align: right; }

.benefitModal .contentArea .innerArea .detailList > li .sub .caption { font-size: 12px; color: #666; }

.benefitModal .contentArea .innerArea .annotationList { margin-top: 15px; padding: 0 10px; font-size: 12px; }

.benefitModal .contentArea .innerArea .annotationList > li { margin-top: 2px; }

.benefitModal .contentArea .innerArea .addLink { margin-top: 10px; padding: 0 10px 15px; font-size: 12px; }

.benefitModal .contentArea .innerArea .addLink a { padding-right: 13px; color: #39c; background: url(/resource/common/pc/images/icons/icon_external_01.png) no-repeat 100% center; }

.benefitModal .headTextArea { padding: 0 5px; }

.benefitModal .headTextArea.onBorder { margin-top: 20px; padding-top: 30px; border-top: 1px solid #cccccc; }

.benefitModal .headTextArea .text { color: #333333; font-size: 24px; font-weight: 600; line-height: 1.0; }

.benefitModal .headTextArea .text strong { font-size: 24px; font-weight: 600; line-height: 1.0; }

.benefitModal .headTextArea .text + .text { margin-top: 13px; }

.benefitModal .footArea { margin-top: 30px; }

.benefitModal .footArea .text { color: #666; font-size: 12px; line-height: 1.8; }

.benefitModal .bottomArea { width: 100%; background-color: #f6f6f6; cursor: pointer; }

.benefitModal .bottomArea .benefitModClose { padding: 20px; color: #666; font-size: 12px; line-height: 1.0; text-align: center; }

.cp-common_receptionStatus { margin: 20px auto; max-width: 1600px; }

.cp-common_receptionStatus .blcHeadText .elText { color: #333; font-size: 18px; font-weight: 600; line-height: 1.0; }

.cp-common_receptionStatus .blcHeadText .elText a { color: #3399cc; font-size: 18px; font-weight: 600; line-height: 1.0; text-decoration: none; }

.cp-common_receptionStatus .blcHeadText .elText a:hover { text-decoration: underline; }

.cp-common_receptionStatus .moduleBox { margin-top: 10px; background-color: #fff; border: 2px solid #3399cc; box-sizing: border-box; }

.cp-common_receptionStatus .moduleBox .blcLink { width: 100%; display: table; }

.cp-common_receptionStatus .moduleBox .blcHead { width: 173px; padding: 14px; background-color: #3399cc; box-sizing: border-box; display: table-cell; vertical-align: middle; }

.cp-common_receptionStatus .moduleBox .blcHead .elText { color: #fff; font-size: 16px; font-weight: 600; line-height: 1.0; text-align: center; }

.cp-common_receptionStatus .moduleBox .blcStatus { padding: 12px 25px; box-sizing: border-box; display: table-cell; font-size: 0; vertical-align: middle; }

.cp-common_receptionStatus .moduleBox .blcStatus .elStatus { display: inline-block; color: #333; font-size: 18px; font-weight: 600; line-height: 1.0; text-align: left; vertical-align: middle; }

.cp-common_receptionStatus .moduleBox .blcStatus .elSubtext { margin-left: 20px; display: inline-block; color: #666; font-size: 12px; font-weight: 300; vertical-align: middle; }

.cp-common_receptionStatus .moduleBox .blcStatus .elSubtext a { color: #3399cc; text-decoration: none; }

.cp-common_receptionStatus .moduleBox .blcStatus .elSubtext a:hover { text-decoration: underline; }

.cp-common_receptionStatus .outsideBox { margin-top: 10px; display: none; }

.cp-common_receptionStatus .outsideBox .blcText { margin-top: 10px; }

.cp-common_receptionStatus .outsideBox .blcText .elAnnotation { color: #666; font-size: 14px; }

.cp-common_receptionStatus .outsideBox .blcText .elLink { margin-top: 10px; }

.cp-common_receptionStatus .outsideBox .blcText .elLink a { color: #3399cc; font-size: 14px; line-height: 1.0; text-decoration: none; }

.cp-common_receptionStatus .outsideBox .blcText .elLink a:hover { text-decoration: underline; }

.cp-common_receptionStatus.alert .moduleBox { border: 2px solid #ff9900; }

.cp-common_receptionStatus.alert .moduleBox .blcHead { background-color: #ff9900; }

.cp-common_receptionStatus.stop .moduleBox { border: 2px solid #fe6631; }

.cp-common_receptionStatus.stop .moduleBox .blcHead { background-color: #fe6631; }

@media screen and (max-width: 1600px) { .cp-common_receptionStatus { margin: 20px; } }

@media screen and (max-width: 1600px) { .mainWrapper .blcMessageArea, .mainWrapper .cautionInfoArea { margin: 20px; } }

.verticalItemsCarousel .mainBlock .itemList .item .price, .verticalItemsCarousel .mainBlock .itemList .item .unit { color: #333; }
