@charset "UTF-8";
/* テキスト */
/* 背景 */
/* 枠線 */
.orderWrap01 {
  position: relative;
}

#specPalette,
#priceList {
  float: left;
}

#specPalette {
  counter-reset: step;
  width: 220px;
}

.palette {
  padding: 12px 10px;
  border-bottom: 1px solid #bfbfbf;
  word-wrap: break-word;
}

.palette:first-child {
  border-top: 1px solid #bfbfbf;
}

.palette .headingWrap {
  margin-bottom: 12px;
  color: #f28739;
  font-size: 1.4rem;
  font-weight: 700;
}

.palette .headingWrap::before {
  counter-increment: step;
  content: counter(step);
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-right: 8px;
  color: #fff;
  font-size: 1.8rem;
  text-align: center;
  line-height: 24px;
  background: #f28739;
}

.palette .heading {
  display: inline-block;
}

.palette .note {
  margin-left: 8px;
}

.palette .productImg {
  text-align: center;
}

.palette .productImg p {
  margin-top: 8px;
  font-size: 1.2rem;
}

.palette .productNotice {
  margin-top: 6px;
  font-size: 1rem;
}

.palette .IEESwitcher {
  float: right;
}

.p-priceSide__note {
  display: block;
  font-size: 1.2rem;
  margin-top: 6px;
}

#categoryPalette .ISBSelect {
  width: 450px;
}

#paperSelect .ISBSelect,
#setPaperSelect .ISBSelect {
  width: 903px;
}

#paperSelect .paperSelectInfo {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  border: none;
}

#paperSelect .ISBOptGroup,
#setPaperSelect .ISBOptGroup {
  overflow: auto;
  width: 301px;
  max-height: 300px;
  border: none;
  border-left: 1px solid #bfbfbf;
}

#paperSelect .ISBSelectView,
#setPaperSelect .ISBSelectView {
  padding-top: 62px;
}

#paperSelect .ISBSelectView .ISBOptGroupHeading,
#setPaperSelect .ISBSelectView .ISBOptGroupHeading {
  top: 30px;
  border-bottom: 1px solid #bfbfbf;
}

#basicBodyPaper .ISBOptGroupHeading,
#basicCoverPaper .ISBOptGroupHeading {
  left: 0;
  border-left: 1px solid #bfbfbf;
}

#deluxeBodyPaper .ISBOptGroupHeading,
#deluxeCoverPaper .ISBOptGroupHeading {
  left: 301px;
  border-left: 1px solid #bfbfbf;
}

#specialBodyPaper,
#specialCoverPaper {
  border-right: 1px solid #bfbfbf;
}

#specialBodyPaper .ISBOptGroupHeading,
#specialCoverPaper .ISBOptGroupHeading {
  right: 0;
  border-right: 1px solid #bfbfbf;
  border-left: 1px solid #bfbfbf;
}

#paperSelect .ISBSelectView .paperSelectInfo .ISBOptGroupHeading,
#setPaperSelect .ISBSelectView .paperSelectInfo .ISBOptGroupHeading {
  top: 0;
  left: 0;
  width: 100%;
  padding: 0 5px;
  line-height: 28px;
  border: 1px solid #bfbfbf;
}

#paperSelect .ISBOption,
#setPaperSelect .ISBOption {
  height: auto;
}

#paperSelect .ISBOptGroupHeading,
#setPaperSelect .ISBOptGroupHeading {
  padding: 4px 5px;
  font-weight: 700;
  background: #fcefd8;
}

#paperSelect .often,
#setPaperSelect .often {
  background-color: #ff773e;
  float: right;
  color: #fff;
  width: 50px;
  font-size: 10px;
  text-align: center;
}

#paperSelect .ISBOptGroup .ISBOptGroupHeading + .seed,
#setPaperSelect .ISBOptGroup .ISBOptGroupHeading + .seed {
  background: #bfbfbf;
  display: block;
}

.dialog {
  border: 2px solid #d1d1d1;
  background: #fff;
  padding: 0;
  position: fixed;
  z-index: 180;
  width: 640px;
  top: 50%;
  left: 50%;
  margin-left: -320px;
  margin-top: -160px;
}

.dialog .loginBtn01 {
  text-align: center;
  margin-top: 20px;
}

.dialog .loginBtn01 input.login {
  background: none repeat scroll 0 0 #ee724e;
}

.dialog .loginBtn01 input[type='submit'] {
  border: medium none;
  color: #fff;
  cursor: pointer;
  font-size: 15px;
  font-weight: 700;
  height: 44px;
  width: 241px;
}

.dialog .heading {
  height: 30px;
  text-align: right;
  background: #f28739;
}

.dialog .heading button[type='button'] {
  cursor: pointer;
  color: #f28739;
  height: 30px;
  width: 30px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  border: none;
}

.dialog .heading button.close {
  background: #e9eaec;
}

.dialog .contents {
  border-top: none;
  padding: 12px;
  position: relative;
}

#arrivalDateConfirmation {
  width: 480px;
  height: 360px;
  border: none;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.6);
  margin: -180px 0 0 -240px;
}

#arrivalDateConfirmation .contents ul {
  margin: 16px 0;
  padding: 0 14px;
}

#arrivalDateConfirmation .contents ul li {
  text-indent: -1em;
  padding-left: 1em;
  margin-bottom: 8px;
}

#arrivalDateConfirmation .contents .buttonArea {
  text-align: center;
}

#arrivalDateConfirmation .contents button[type='button'] {
  cursor: pointer;
  width: 125px;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  background: #f28739;
  border: none;
  padding: 6px 0;
  margin-left: 32px;
}

#arrivalDateConfirmation .contents button[type='button']:first-child {
  background: #545454;
  margin-left: 0;
}

#selectionType {
  font-size: 12px;
  margin-bottom: 8px;
}

#selectionType #delidateLabel {
  margin-right: 1px;
}

#selectionType input:disabled + label {
  color: #ccc;
}

.addressInput input[type='text'] {
  float: left;
  line-height: 26px;
  border: 1px solid #f28739;
  border-radius: 0;
  padding: 6px 4px;
  margin-bottom: 5px;
}

.addressInput select,
.addressInput button {
  float: left;
  margin-bottom: 5px;
}

.addressInput input[type='text'].zipCode {
  width: 140px;
}

.addressInput input[type='text'].addressDisplay {
  width: 180px;
}

.addressInput select.favoriteDeliveries {
  width: 100%;
  height: 40px;
  padding: 6px 4px;
}

.addressInput .button {
  display: block;
  box-sizing: content-box;
  cursor: pointer;
  float: left;
  min-width: 24px;
  outline: none;
  color: #fff;
  line-height: 26px;
  text-align: center;
  background: #f28739;
  border: 1px solid #f28739;
  border-radius: 1px;
  padding: 6px 4px;
}

.arrivalDateList .arrivalTitleArea {
  float: left;
  height: 30px;
  line-height: 30px;
  text-align: center;
}

.arrivalDateList #arrivalTitle {
  background: #333;
  border-radius: 2px;
  color: #fff;
  display: block;
  float: left;
  height: 30px;
  line-height: 30px;
  text-align: center;
  width: 60px;
}

.arrivalDateList #selectedDisplay {
  display: block;
  float: left;
  height: 30px;
  line-height: 30px;
  text-align: center;
  width: 100px;
}

.arrivalDateList button.calendar {
  display: block;
  float: left;
  background: none;
  border: medium none;
  padding: 0;
  margin: 0;
  height: 30px;
  line-height: 30px;
  width: 30px;
  text-align: center;
}

#arrivalDatePicker {
  clear: both;
}

#arrivalDatePicker .ui-datepicker {
  width: 218px;
}

.optionArea {
  margin-bottom: 8px;
}

.optionCategory {
  position: relative;
  z-index: 0;
  padding-right: 24px;
  margin-bottom: 2px;
  font-size: 1.2rem;
}

.p-popUpQ {
  cursor: pointer;
  position: absolute;
  z-index: 0;
  top: -2px;
  right: 0;
  width: 20px;
  height: 20px;
  color: #fff;
  font-weight: 700;
  line-height: 20px;
  text-align: center;
  background: #f28739;
  border-radius: 50%;
}

.p-popUpNote {
  display: none;
  position: absolute;
  z-index: 111;
  top: 0;
  left: 0;
  max-width: 760px;
  padding: 6px;
  background: #fff;
  border: 2px solid #f28739;
  border-radius: 8px;
  box-shadow: 2px 3px 3px rgba(0, 0, 0, 0.24);
}

.p-popUpNote::before {
  content: '';
  display: block;
  position: absolute;
  z-index: 0;
  top: 18px;
  left: -16px;
  width: 16px;
  height: 19px;
  background: url("/styles/css/images/aux-speach-bubble.svg") no-repeat transparent;
}

.p-popUpNote__name {
  padding: 6px 14px;
  margin-bottom: 5px;
  font-weight: 500;
  background: #fcefd8;
  border-radius: 4px;
}

.p-popUpNote__txt {
  font-size: 1.2rem;
  line-height: 2;
}

#commonOptionPalette .detail {
  display: none;
}

#priceListTableView {
  margin-bottom: 24px;
}

#priceList {
  width: 780px;
  margin-left: 20px;
}

#priceList td.kindHeader div.specDesc01 {
  font-weight: 700;
}

#priceList .deliDate01 {
  padding: 16px 15px;
  margin-bottom: 16px;
  line-height: 1.75;
  border-top: 2px solid #f28739;
  border-bottom: 2px solid #f28739;
}

/* deliDate01 */
.p-priceDeli {
  font-weight: bold;
  text-align: center;
}

.p-priceDeli__text {
  font-size: 1.6rem;
}

.p-priceDeli__text span {
  color: #f28739;
}

#priceList .priceListTbl01 td {
  width: 130px;
  min-width: 130px;
}

#priceListTable .priceListTbl01 {
  width: 100%;
}

#priceListHeader > * {
  height: 100px;
}

#priceListHeader th {
  border-left: 1px solid #bfbfbf;
  border-top: 1px solid #bfbfbf;
}

#priceListHeader th a.btn:hover {
  color: #f60;
  text-decoration: none;
}

#priceListHeader td {
  text-align: center;
  background: #f5f5f5;
  border-top: 1px solid #bfbfbf;
}

#priceListTable th {
  background: #f5f5f5;
  width: 130px;
  font-size: 1.2rem;
  font-weight: 500;
}

.priceListTbl01 {
  position: relative;
  border-collapse: separate;
  width: 100%;
  background: #fff;
}

.priceListTbl01 thead,
.priceListTbl01 tbody {
  display: block;
}

.priceListTbl01 thead {
  z-index: 100;
}

.priceListTbl01 tr:nth-child(even) {
  background: #f5f5f5;
}

.priceListTbl01 th,
.priceListTbl01 td {
  border-right: 1px solid #bfbfbf;
  border-bottom: 1px solid #bfbfbf;
}

.priceListTbl01 tbody th {
  border-left: 1px solid #bfbfbf;
}

.priceListTbl01 td div.specDesc01 div {
  color: #f28739;
  font-weight: 700;
}

.priceListTbl01 td div.specDesc01 div.str_delidate {
  color: #ca2e59;
  font-weight: 700;
}

.priceListTbl01 td div.specDesc01 > div span {
  color: #f60;
}

.priceListTbl01 tr.price01 td > div {
  position: relative;
}

#priceListTable .priceListTbl01 tbody th,
#priceListTable .priceListTbl01 tbody td {
  padding: 8px 15px;
  font-size: 1.6rem;
  font-weight: 700;
  text-align: right;
}

.priceListTbl01 td a {
  color: #006ab7;
  text-decoration: none;
}

.priceListTbl01 td a:hover {
  color: #f00;
  text-decoration: none;
}

.one_unit_price {
  color: #9a9a9a;
  font-size: 1.1rem;
}

.tax_price {
  color: #9a9a9a;
  font-size: 1.1rem;
  font-weight: 400;
}

#priceListFooter button {
  cursor: pointer;
  background: transparent;
  border: none;
  outline: none;
}

#specView {
  position: fixed;
  z-index: 110;
  bottom: 0;
  left: 50%;
  width: 100vw;
  padding: 18px 0;
  margin-left: -50vw;
  background: #f5f5f5;
}

#specView__inner {
  width: 1020px;
  margin: 0 auto;
}

#specView .heading {
  display: inline-block;
  margin-left: 8px;
  font-size: 1.8rem;
  font-weight: 700;
  vertical-align: middle;
}

#specView .detail {
  display: none;
  margin: 14px -5px 14px -5px;
}

#specView table {
  border-collapse: separate;
  border-spacing: 5px;
}

#specView th {
  width: 160px;
  padding: 14px 20px;
  color: #fff;
  font-weight: 700;
  text-align: left;
  background: #f28739;
  white-space: nowrap;
}

#specView td {
  padding: 14px 20px;
  background: #fff;
}

#specView .optionList,
#specView .setOptionList {
  width: 657px;
  word-break: break-all;
}

#specView .optionList > *,
#specView .setOptionList > * {
  float: left;
  width: 317px;
}

#specView .optionList dt,
#specView .setOptionList dt {
  clear: both;
  padding-right: 10px;
  position: relative;
}

#specView .optionList dt::after,
#specView .setOptionList dt::after {
  content: '：';
  left: 317px;
  position: absolute;
  top: 0;
}

#specView .optionList dd,
#specView .setOptionList dd {
  float: left;
  padding-left: 10px;
}

.dlSelect01 {
  display: table;
  width: 100%;
  margin-bottom: 16px;
  border-top: 1px solid #bfbfbf;
  border-bottom: 1px solid #bfbfbf;
}

.dlSelect01 dt {
  display: table-cell;
  width: 160px;
  padding: 22px 15px;
  font-weight: 500;
  text-align: left;
  vertical-align: middle;
  background: #fcefd8;
}

.dlSelect01 dd {
  display: table-cell;
  padding: 15px;
  vertical-align: middle;
  background: #fff;
}

.dlSelect01 dd select {
  width: 230px;
}

.dlSelect01 dd #size {
  width: 90%;
}

.p-orderNumInput {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: justify;
          justify-content: space-between;
}

.p-orderNumInput__inputWrap {
  flex-shrink: 0;
}

.p-orderNumInput__inputWrap p {
  margin-top: 2px;
  font-size: 1rem;
}

.p-orderNumInput__btnWrap {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: justify;
          justify-content: space-between;
  margin-left: 30px;
}

.p-orderNumInput__btnWrap > div:last-child {
  margin-left: 135px;
}

.p-orderNumInput__input {
  width: 240px;
}

.p-orderNumInput__unit {
  margin-left: 6px;
}

.p-priceTblDispControl {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: justify;
          justify-content: space-between;
  margin-bottom: 16px;
}

.p-priceTblPager {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: justify;
          justify-content: space-between;
  width: 462px;
}

.p-priceTblPager__btnWrap {
  width: 216px;
}

.p-priceTblSwitch {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  margin-left: auto;
}

.p-priceTblSwitch > div {
  font-weight: 500;
}

.p-priceTblSwitch > div:last-child {
  margin-left: 30px;
}

.p-priceTblSwitch button {
  margin-left: 10px;
}

/* Irodori Select Box default style
----------------------------------- */
.ISBSelectBoxArea {
  position: relative;
}

.ISBSelectBox {
  padding: 6px 30px 6px 10px;
  background: url(/styles/css/images/icn-select.svg) no-repeat right 12px center #fff;
  border: 1px solid #bfbfbf;
  border-radius: 4px;
}

.require-error > .ISBSelectBox {
  background-color: #ffc8f1;
}

.ISBSelectedView {
  font-size: 1.2rem;
}

#delidatePalette .ISBSelectedView,
#requiredOptionPalette .ISBSelectedView,
#commonOptionPalette .ISBSelectedView {
  font-size: 85%;
  overflow: hidden;
  margin: 4px;
}

.ISBSelect {
  background: #bfbfbf;
  display: none;
  left: 0;
  position: absolute;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.6);
  top: 0;
  width: 301px;
  z-index: 120;
}

.ISBSelect--websales {
  width: auto !important;
  min-width: 300px !important;
}

.ISBOption {
  font-size: 1.3rem;
  float: left;
  padding: 2px 2px 2px 20px;
  position: relative;
  cursor: pointer;
}

.ISBOption .img {
  margin: 4px;
}

.ISBOption .ISBHeading {
  font-weight: 700;
  margin: 2px;
}

.ISBOption .note {
  color: #666;
  font-size: 90%;
  margin: 2px;
}

.ISBOption:hover {
  background: #f0f7fc;
}

.ISBSelected::before {
  content: '';
  width: 10px;
  height: 6px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  display: block;
  border-left: 2px solid #000;
  border-bottom: 3px solid #000;
  left: 6px;
  position: absolute;
  top: 8px;
}

.ISBOptGroup {
  float: left;
  background: #fff;
  width: 100%;
}

.ISBOptGroup .ISBOptGroupHeading {
  font-size: 1.3rem;
  height: 32px;
  line-height: 23px;
  padding: 2px;
  padding-left: 8px;
}

.ISBOptGroup .ISBOption {
  float: none;
  position: relative;
}

.ISBOptGroup .ISBOption--disabled {
  display: -webkit-box;
  display: flex;
  background: #e0e0e0;
  color: #787878;
  pointer-events: none;
}

.ISBOptGroup .ISBOption--disabled::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  cursor: not-allowed;
}

.ISBOptGroup .ISBOption--disabled::after {
  content: '[完売]　';
  display: inline-block;
  padding: 0 5px;
  font-weight: bold;
}

.ISBOptGroup .ISBOption--disabled:hover {
  background: #ccc;
}

.ISBDisabled {
  color: #aaa;
}

.ISBSelectView {
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.6);
  left: 0;
  overflow: hidden;
  position: absolute;
  padding-top: 32px;
  top: 0;
  z-index: 150;
  background: #bfbfbf;
}

.ISBSelectView .ISBSelect {
  position: static;
  box-shadow: none;
}

.ISBSelectView .ISBOptGroupHeading {
  position: absolute;
  border: 0;
  top: 0;
  width: 301px;
}

#debugArea {
  background: #fff;
  border: 1px solid #ccc;
  opacity: .8;
  position: fixed;
  top: 0;
  right: 0;
  padding: 16px;
  width: 150px;
  height: 100px;
}
