.c-productList {
  position: relative;
  margin: 10px 0;
  word-break: break-all;
  word-wrap: break-word;
}

.c-productList .is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 1200px;
  background-color: #fff;
  z-index: 1;
}

.page1 .c-productList .is-fixed {
  width: 950px;
}

.c-productList__loading {
  display: none;
}

.c-productList__loading .cc-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  filter: alpha(opacity=40);
  opacity: 0.4;
  z-index: 1;
}

.c-productList__loading .cc-image {
  position: absolute;
  top: 50%;
  left: 32%;
  width: 100px;
  height: 100px;
  margin: -50px 0 0 -50px;
  background: url("/vcommon/common/img/loading_100_type2.gif") no-repeat;
  z-index: 1;
}

.c-productList__loading .cc-text {
  position: absolute;
  top: 50%;
  left: 38%;
  margin: -16px 0 0 0;
  text-shadow: 0 1px 1px #000;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  z-index: 1;
}

.c-productList__loading .cc-btn {
  position: absolute;
  top: 50%;
  left: 62%;
  height: 70px;
  margin-top: -50px;
  padding: 30px 0 0 30px;
  border-left: 1px dotted #fff;
  z-index: 1;
}

.c-productList.is-loading .c-productList__loading {
  display: block;
}

.c-productList__header .c-checkbox,
.c-productList__body .c-checkbox {
  padding: 16px 23px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAANAgMAAAAPhQzvAAAACVBMVEW/v7/s7Oz////d4DR7AAAAF0lEQVQYV2NgAAHR0FAGBq1Vq0gkQAAA7XQPrPMDZdgAAAAASUVORK5CYII=);
  background-position: center center;
  background-repeat: no-repeat;
}

.c-productList__header .c-checkbox.on,
.c-productList__body .c-checkbox.on {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAANCAMAAABFNRROAAAAaVBMVEUBacYDasYEa8cQcskSc8oTdMonf84ug9AvhNA8jNNGktVWm9leoNtnpd2DtuOMu+WbxOmcxemszuyz0u651u+/v7/W5/bc6vff7Pjo8frs7Ozt9Pv1+f32+v35+/77/f78/f7+/v////+kXm57AAAAU0lEQVQY02XMRw7AIBBDUaf33jvx/Q+ZCFBAyt89aTwY7DCspldUHYI0ytNN6XpRwRul2mhi7zqdvBQhgsZHSbVbEgDZrcWzQLyT3896piXdT3YPyqMQnzkgR4UAAAAASUVORK5CYII=);
}

.c-productList__header .c-checkbox.ivl,
.c-productList__body .c-checkbox.ivl {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAANAgMAAAAPhQzvAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAJUExURczMzJmZmb29vfQuYFgAAAAaSURBVAjXYwgNDXVgyFq1yoHBgYGBRAKkFwBaWgl9z052PAAAAABJRU5ErkJggg==);
}

.c-productList__header .c-checkbox.na,
.c-productList__body .c-checkbox.na {
  filter: alpha(opacity=50);
  opacity: 0.5;
}

.c-productList__header .c-checkbox.na:hover,
.c-productList__body .c-checkbox.na:hover {
  background-color: transparent;
}

.c-productList__header {
  border-top: 1px solid #bfbfbf;
  background-color: #e6e6e6;
  font-weight: bold;
}

.c-modal .c-productList__header .c-checkbox {
  width: 46px;
  padding: 30px 0 4px;
  border: 1px solid #bfbfbf;
  border-radius: 2px;
  box-shadow: 0 2px 0 0 rgba(0,0,0,0.1);
  background-color: #fff;
  background-position: center 9px;
  text-align: center;
}

.c-productList__header [class^="c-td--"] {
  padding-top: 9px;
  padding-bottom: 10px;
}

.c-productList__body {
  margin-bottom: 10px;
}

.c-productList__table {
  display: table;
  width: 100%;
  border-bottom: 1px solid #bfbfbf;
  vertical-align: top;
}

.c-productList__table .m-inputText--quantity {
  box-sizing: border-box;
  width: 56px;
}

.c-productList__table .c-tr--main {
  display: table;
  width: 100%;
  margin: 8px 0;
  font-size: 13px;
}

.c-productList__table .c-tr--main .c-tr--main {
  margin-top: 5px;
}

.c-productList__table .c-tr--main .c-td .c-quantity {
  text-align: right;
}

.c-productList__table .c-td,
.c-productList__table .c-td--select,
.c-productList__table .c-td--model,
.c-productList__table .c-td--shipDay,
.c-productList__table .c-td--unitPrice,
.c-productList__table .c-td--quantity,
.c-productList__table .c-td--total,
.c-productList__table .c-td--remarks {
  display: table-cell;
  padding: 0 9px;
  text-align: center;
  vertical-align: middle;
}

.c-productList__header .c-productList__table .c-td,
.c-productList__header .c-productList__table .c-td--select,
.c-productList__header .c-productList__table .c-td--model,
.c-productList__header .c-productList__table .c-td--shipDay,
.c-productList__header .c-productList__table .c-td--unitPrice,
.c-productList__header .c-productList__table .c-td--quantity,
.c-productList__header .c-productList__table .c-td--total,
.c-productList__header .c-productList__table .c-td--remarks {
  vertical-align: bottom;
}
.c-modal .c-td,
.c-modal .c-td--select,
.c-modal .c-td--model,
.c-modal .c-td--shipDay,
.c-modal .c-td--unitPrice,
.c-modal .c-td--quantity,
.c-modal .c-td--total,
.c-modal .c-td--remarks {
  vertical-align: text-top;
}
:root .c-modal .c-td,
:root .c-modal .c-td--select,
:root .c-modal .c-td--model,
:root .c-modal .c-td--shipDay,
:root .c-modal .c-td--unitPrice,
:root .c-modal .c-td--quantity,
:root .c-modal .c-td--total,
:root .c-modal .c-td--remarks {
  vertical-align: middle;
}
.c-productList__table .c-td em,
.c-productList__table .c-td--select em,
.c-productList__table .c-td--model em,
.c-productList__table .c-td--shipDay em,
.c-productList__table .c-td--unitPrice em,
.c-productList__table .c-td--quantity em,
.c-productList__table .c-td--total em,
.c-productList__table .c-td--remarks em {
  font-size: 18px;
  font-style: normal;
  font-weight: bold;
  line-height: 1.3;
  color: #333;
}

.c-productList__body .c-productList__table .c-td {
  font-weight: normal;
}

.c-productList__table .c-td .m-lblList {
  text-align: left;
}

.c-productList__table .c-td--model {
  width: 198px;
}

.c-productList__table .c-td--shipDay {
  width: 88px;
}

.c-productList__table .c-td--shipDay .c-filter__options {
  width: 94px;
}

.c-productList__table .c-td--unitPrice {
  width: 100px;
}

.c-productList__table .c-td--unitPrice .c-filter__options {
  width: 94px;
}

.c-productList__body .c-productList__table .c-td--unitPrice {
  text-align: right;
}

.c-productList__table .c-td--quantity {
  width: 60px;
}

.c-productList__table .c-td--total {
  width: 68px;
}

.c-productList__body .c-productList__table .c-td--total {
  text-align: right;
}

.c-productList__table .c-td--error {
  margin: 0 9px 10px;
  padding: 7px 10px;
  background-color: #fff2bf;
}

.c-productList__table .c-td--error .c-error__button {
  float: right;
  width: 215px;
  margin-left: 20px;
}

.c-productList__table .c-td--error .c-error__txt {
  overflow: hidden;
}

.c-productList__table .c-td--error .c-information .c-priceNum {
  padding-left: 0;
  background: none;
}

.c-productList__table .c-td--warning {
  margin: 0 9px 10px;
  padding: 7px 10px;
  background-color: #ffd9d9;
}

.c-productList__table .c-td--warning .c-warning__txt {
  margin-top: 3px;
}

.c-productList__table .c-td--warning .c-warning__txt:first-child {
  margin-top: 0;
}

.c-modal {
  display: none;
  position: relative;
  width: 100%;
  max-width: 930px;
}

.c-modal .m-h3:first-child {
  margin-top: 0;
}

.c-modal .c-productList__header [class^="c-td--"] {
  vertical-align: middle;
}

.c-modal .c-td--select {
  width: 48px;
  padding-right: 0;
}

.c-modal .c-td--model {
  width: 120px;
}

.c-modal .c-productList__body .c-td--model {
  text-align: left;
}

.c-modal .c-td--quantity {
  width: 85px;
  white-space: nowrap;
}

.c-modal .c-td--quantity .m-inputText--quantity {
  box-sizing: border-box;
  width: 56px;
}

.c-modal .c-td--total {
  width: 140px;
}

.c-modal .c-td--total .cc-sale,
.c-modal .c-td--total .cc-num {
  font-size: 18px;
  font-weight: bold;
}

.c-modal .c-td--remarks {
  width: 250px;
}

.c-modal .c-productList__body .c-td--remarks {
  text-align: left;
}

.c-modal .c-loading__bg {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #000;
  filter: alpha(opacity=40);
  opacity: 0.4;
}

.c-modal .c-loading__txt {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100px;
  height: 100px;
  margin: -50px 0 0 -50px;
  background: url("/vcommon/common/img/loading_100_type2.gif") no-repeat;
}

.c-modal.is-loading .c-loading__bg,
.c-modal.is-loading .c-loading__txt {
  display: block;
}
.c-modal--validate {
  min-width: 750px;
}
.c-modal--validate .c-productList__header .c-td--model,
.c-modal--validate .c-productList__header .c-td--remarks {
  text-align: left;
}

.c-modal--validate .c-productList__body [class^="c-td--"] {
  vertical-align: middle;
}

.c-modal__function {
  margin-top: 40px;
  text-align: center;
}

.c-modal__function .m-cautionBox {
  margin-top: 20px;
  text-align: left;
}

.c-modal__function > ul {
  font-size: 0;
  margin-top: 10px;
  margin-left: -20px;
}

.c-modal__function > ul > li {
  display: inline-block;
  margin: 0 10px 2px;
  vertical-align: top;
  font-size: 12px;
}

.c-modal__function > ul > li > a {
  text-decoration: none;
  text-align: center;
}

.c-innerTable {
  display: table;
  table-layout: fixed;
  width: 100%;
}

.c-innerTable .c-td--inner {
  display: table-cell;
  vertical-align: middle;
}

.c-productList__header .c-innerTable .c-td--inner {
  vertical-align: bottom;
}

.c-copyWrap {
  position: relative;
  margin-top: 3px;
}

.c-copySwf {
  position: absolute;
  top: 0;
}

.c-copyBalloon {
  display: none;
  position: absolute;
  top: 20px;
  right: 0;
  margin-top: 3px;
  padding: 5px;
  border: 2px solid #67a5dd;
  border-radius: 2px;
  box-shadow: rgba(0,0,0,0.1) 3px 3px 3px 0px;
  background: #fff;
  z-index: 1;
}

.c-copyBalloon:after,
.c-copyBalloon:before {
  position: absolute;
  bottom: 100%;
  left: 15px;
  width: 0;
  height: 0;
  border: solid transparent;
  content: " ";
  pointer-events: none;
}

.c-copyBalloon:after {
  margin-left: -7px;
  border-width: 7px;
  border-color: rgba(255,255,255,0);
  border-bottom-color: #fff;
}

.c-copyBalloon:before {
  margin-left: -10px;
  border-width: 10px;
  border-color: rgba(122,93,13,0);
  border-bottom-color: #67a5dd;
}

.c-model {
  display: table;
}

.c-model__img,
.c-model__body {
  display: table-cell;
  vertical-align: middle;
}

.c-model__img {
  padding-right: 10px;
}

.c-model__body {
  text-align: left;
}

.c-model__body.is-noimg {
  padding-left: 50px;
}

.c-input--quantity {
  width: 48px;
  margin-bottom: 2px;
  padding: 6px 3px;
  border-radius: 2px;
  background-color: #fff2bf;
  text-align: right;
  font-size: 16px;
  font-weight: bold;
}

.c-productList__info {
  display: none;
  margin-top: -1px;
  padding: 20px;
  border: 2px solid #b9cee7;
  background-color: #fff;
}

.c-productList__info .c-info__body {
  float: left;
  width: 916px;
  margin-right: 10px;
}

.page1 .c-productList__info .c-info__body {
  width: 666px;
}

.c-productList__info .c-info__control {
  float: right;
  width: 220px;
}

[data-list="single"] .c-productList__info {
  display: block;
}

.c-model__img--info {
  float: left;
  margin-right: 20px;
}

.c-model__body--info {
  overflow: hidden;
}

.c-product__table {
  margin-bottom: 20px;
  padding: 5px 0;
  border-top: 1px solid #bfbfbf;
  border-bottom: 1px solid #bfbfbf;
}

.c-product__table dt,
.c-product__table dd {
  display: inline;
}

.c-product__table dt {
  padding-left: 1em;
}

.c-product__table .cc-sale {
  margin-left: 1em;
}

.c-productList__body table {
  width: 100%;
}

.c-productList__body tr {
  vertical-align: top;
}

.c-productList__body th {
  width: 11em;
  padding: 8px 0 4px;
  font-weight: bold;
}

.c-product__table em,
.c-productList__body em,
.c-product__table .cc-num,
.c-productList__body .cc-num {
  font-size: 16px;
  font-style: normal;
  font-weight: bold;
  color: #333;
}

.c-product__table .cc-def,
.c-productList__body .cc-def {
  font-size: 13px;
  font-weight: normal;
}

.c-product__table .cc-sale,
.c-productList__body .cc-sale {
  color: #d00;
  font-weight: bold;
}

.c-productList .m-shippingBoxWrap {
  margin-left: -1em;
  text-indent: 0;
}
.c-title--remarks {
  margin-top: 5px;
}
.c-table--remarks,
.c-table--discount {
  margin: 10px 0;
}
.c-table--remarks table,
.c-table--discount table {
  width: 100%;
}
.c-table--remarks tr,
.c-table--discount tr {
  vertical-align: top;
}
.c-table--remarks th,
.c-table--discount th,
.c-table--remarks td,
.c-table--discount td {
  padding: 7px 0;
  border-top: 1px solid #bfbfbf;
  text-align: center;
}
.c-table--remarks th,
.c-table--discount th {
  width: auto;
}
.c-table--remarks th {
  background-color: #e6e6e6;
}
.c-table--discount th {
  background-color: #d90000;
  color: #fff;
}
.c-table--discount .cc-sale {
  font-weight: normal;
}
.c-model__body--info {
  line-height: 1.1;
}
.c-model__body--info td {
  padding: 4px 20px 4px 0;
  vertical-align: baseline;
  text-indent: -1em;
  font-size: 14px;
}
.c-model__body--info td [data-product-info-shippingdate] {
  display: inline;
}
.c-model__body--info td [data-product-info-shippingdate] > p {
  display: inline;
}
.c-product__priceInfo {
  font-size: 12px;
  color: #999;
}
.c-product__description {
  margin: 20px 0 10px;
}

.l-header__keywordBox__aside {
  position: absolute;
  top: 0;
  left: 500px;/*CN_EC_REQ-2166*/
  min-width: 343px;
  min-height: 286px;
  padding: 15px;
  border: 1px solid #a7a7a7;
  box-sizing: border-box;
  background: #fff;
  box-shadow: 0 1px 5px 0 rgba(0,0,0,0.3);
  vertical-align: top;
  word-wrap: break-word;
  font-size: 0;
}
.new-l-header__keywordBox__aside {
  position: absolute;
  top: 0;
  left: 500px;
  width: 370px;
  min-height: 286px;
  border: 1px solid #a7a7a7;
  box-sizing: border-box;
  background: #fff;
  box-shadow: 0 1px 5px 0 rgba(0,0,0,0.3);
  vertical-align: top;
  word-wrap: break-word;
}

.l-header__keywordBox__aside.is-focus {
  padding: 14px;
  border: 2px solid #b9cee7;
}

.has-related .l-header__keywordBox__aside {
  width: 220px;
}

.has-preview.has-related .l-header__keywordBox__aside {
  width: 516px;
}

.page1 .l-header__keywordBox__aside {
  left: 220px;
  width: 330px;
  padding: 8px;
}

.page1 .has-related .l-header__keywordBox__aside {
  width: 180px;
}

.page1 .has-preview.has-related .l-header__keywordBox__aside {
  width: 490px;
}

.l-header__keywordBox__aside__left {
  display: none;
  width: 370px;
  font-size: 12px;
}

.has-preview .l-header__keywordBox__aside__left {
  display: inline-block;
}

.l-header__keywordBox__aside__right {
  display: none;
  font-size: 12px;
}

.has-related .l-header__keywordBox__aside__right {
  display: inline-block;
  width: 160px;
  vertical-align: top;
  word-wrap: break-word;
}

.has-preview .l-header__keywordBox__aside__left + .l-header__keywordBox__aside__right {
  margin-left: 14px;
}

.page1 .has-preview .l-header__keywordBox__aside__left + .l-header__keywordBox__aside__right {
  width: 150px;
  margin-left: 10px;
}

.l-header__thumbnailList--product,
.l-header__thumbnailList--category,
.l-header__thumbnailList--makercategory,
.l-header__thumbnailList--makerproduct {
  font-size: 0;
}

.l-header__thumbnailList--product > li,
.l-header__thumbnailList--category > li,
.l-header__thumbnailList--makercategory > li,
.l-header__thumbnailList--makerproduct > li {
  position: relative;
  display: inline-block;
  margin-top: 12px;
  vertical-align: top;
  font-size: 14px;
}

.l-header__thumbnailList--product > li > div > a,
.l-header__thumbnailList--category > li > div > a,
.l-header__thumbnailList--makercategory > li > div > a,
.l-header__thumbnailList--makerproduct > li > div > a {
  display: table-cell;
  border: 1px solid #cdcdcd;
  box-sizing: border-box;
  vertical-align: middle;
  text-align: center;
}

.l-header__thumbnailList--product > li > div > a:hover,
.l-header__thumbnailList--category > li > div > a:hover,
.l-header__thumbnailList--makercategory > li > div > a:hover,
.l-header__thumbnailList--makerproduct > li > div > a:hover {
  padding: 0;
  border-width: 1px;
  border-color: #003399;
}

.l-header__thumbnailList--product > li > div > a:hover > img,
.l-header__thumbnailList--category > li > div > a:hover > img,
.l-header__thumbnailList--makercategory > li > div > a:hover > img,
.l-header__thumbnailList--makerproduct > li > div > a:hover > img {
  filter: alpha(opacity=75);
  opacity: 0.75;
}

.l-header__thumbnailList--product > li {
  /*margin-left: 3px;*/
  margin-left:11px;
  margin-right:1px;

}

.l-header__thumbnailList--product > li > div > a {
  width: 48px;
  height: 48px;
}

.l-header__thumbnailList--product > li > div > a > img {
  max-width: 43px;
  max-height: 43px;
}

.l-header__thumbnailList--product.is-skeleton > li {
  width: 49px;
  height: 49px;
}

.l-header__thumbnailList--category > li {
  margin-left:11px;
  margin-right:1px;
}

.l-header__thumbnailList--category > li > div > a {
  width: 78px;
  height: 78px;
}

.l-header__thumbnailList--category > li > div > a > img {
  max-width: 54px;
  max-height: 54px;
}

.l-header__thumbnailList--category.is-skeleton > li {
  width: 60px;
  height: 60px;
}

.l-header__thumbnailList--makercategory,
.l-header__thumbnailList--makerproduct {
  margin-left: -13px;
}

.l-header__thumbnailList--makercategory > li,
.l-header__thumbnailList--makerproduct > li {
  margin-left: 13px;
}

.l-header__thumbnailList--makercategory > li > div > a,
.l-header__thumbnailList--makerproduct > li > div > a {
  width: 94px;
  height: 94px;
}

.l-header__thumbnailList--makercategory > li > div > a > img,
.l-header__thumbnailList--makerproduct > li > div > a > img {
  max-width: 88px;
  max-height: 88px;
}

.l-header__thumbnailList--makercategory.is-skeleton > li,
.l-header__thumbnailList--makerproduct.is-skeleton > li {
  width: 94px;
  height: 94px;
}

.l-header__balloon--preview {
  display: none;
  position: absolute;
  z-index: 1;
  top: 100%;
  right: 0;
  width: 166px;
  padding: 10px;
  border: 1px solid #cdcdcd;
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  background-color: #fff;
  filter: alpha(opacity=90);
  text-indent: 0;
  word-wrap: break-word;
}

.l-header__balloon--preview.on {
  display: block;
}

.l-header__balloon--preview > div > a {
  text-decoration: none;
}

.l-header__balloon--preview > div > a:hover {
  text-decoration: underline;
}

.l-header__balloon--preview .lc-img {
  display: table-cell;
  width: 150px;
  height: 150px;
  vertical-align: middle;
  text-align: center;
}

.l-header__balloon--preview .lc-img > img {
  max-width: 150px;
  max-height: 150px;
}

.l-header__balloon--preview .lc-name {
  display: block;
  margin-top: 8px;
  font-size: 16px;
  font-weight: bold;
}

.l-header__balloon--preview .lc-price,.l-header__balloon--preview .lc-maker {
	color:#9b9b9b;
	font-size: 14px;
}

.l-header__balloon--preview .lc-price .lc-sale {
  margin-right: 3px;
  margin-left: 0.5em;
  font-size: 16px;
  font-weight: bold;
  color: #ea0000;
}

.l-header__balloon--preview .lc-price .lc-num {
  margin: 0 3px;
  font-size: 16px;
  font-weight: bold;
  color:#E52F2C;
}

.l-header__balloon--preview .lc-day {
  font-size: 14px;
  color:#9b9b9b;
}

.l-header__balloon--preview .lc-day .lc-num {
  margin: 0 3px;
  font-size: 16px;
  font-weight: bold;
}

.l-header__relatedProduct {
  margin-left: -1px;
  font-size: 0;
}

.page1 .has-preview.has-related .l-header__relatedProduct {
  margin-left: -6px;
}

.l-header__relatedProduct > li {
  display: inline-block;
  width: 78px;
  margin-top: 11px;
  margin-left: 11px;
  margin-right:1px;
  vertical-align: top;
  font-size: 12px;
}

.l-header__relatedProduct > li > a {
  display: block;
  text-decoration: none;
}

.l-header__relatedProduct > li > a .lc-img {
  display: table-cell;
  width: 78px;
  height: 78px;
  border: 1px solid #a7a7a7;
  background-color: #fff;
  vertical-align: middle;
  text-align: center;
}

.l-header__relatedProduct > li > a .lc-img > img {
  max-width: 66px;
  max-height: 66px;
}

.l-header__relatedProduct > li > a .lc-text {
  display: block;
  padding: 3px;
}

.l-header__relatedProduct > li > a:hover {
  text-decoration: underline;
}

.l-header__relatedProduct > li > a:hover .lc-img {
  padding: 0;
  border: 3px solid #b9cee7;
}

.l-header__relatedProduct > li > a:hover .lc-img > img {
  filter: alpha(opacity=75);
  opacity: 0.75;
}
