@charset "UTF-8";
/* テキスト */
/* 背景 */
/* 枠線 */
/* ====================
カート
====================== */
#cart {
  counter-reset: ttlNum;
}

#cart #sequence {
  height: 74px;
  margin: 10px 0;
  width: 683px;
}

#cart #inputOrderName div {
  float: left;
}

#cart #orderImage {
  background-color: #e7ff86;
  border-right: 1px solid #bfbec4;
  height: 160px;
  padding: 10px;
  text-align: center;
  width: 180px;
}

#cart #orderImage img {
  margin-top: 5px;
  max-height: 100px;
  max-width: 100px;
}

#cart #orderImage p {
  margin-top: 5px;
  font-size: 12px;
}

#cart #inputOrderName .inputArea {
  width: 800px;
  padding: 10px 15px;
  border-top: 1px solid #bfbfbf;
  border-bottom: 1px solid #bfbfbf;
}

#cart #inputOrderName .inputArea input {
  margin: 6px 0;
}

#cart #fixedShipping div {
  float: left;
}

#cart #fixedShipping .heading {
  background-color: #eeefe7;
  border-right: 1px solid #bfbec4;
  font-weight: 700;
  height: 160px;
  padding: 10px 20px;
  width: 160px;
}

#cart #fixedShipping .heading div {
  font-weight: 400;
  padding: 10px;
  text-align: center;
}

#cart #fixedShipping .data {
  padding: 10px;
  width: 475px;
}

#cart .caution {
  color: #cd201f;
}

#cart .notice {
  font-size: 12px;
}

#cart .marginal {
  margin: 5px;
  text-align: right;
}

#cart .marginal ul {
  text-align: right;
}

#cart #totalAmount dl {
  float: right;
  background-color: #e7ff86;
  margin: 10px;
  padding: 10px;
  width: 300px;
}

#cart #totalAmount dt,
#cart #totalAmount dd {
  float: left;
}

#cart #totalAmount dd {
  width: 220px;
}

#cart #totalAmount dt {
  width: 80px;
}

#cart .product tr:last-child {
  background: #f5f5f5;
}

#cart .product tr:last-child td {
  border-bottom: 1px solid #f28739;
}

#cart .product .input {
  font-weight: 700;
  text-align: center;
}

#cart .product .input input[type=text] {
  margin: 10px;
}

#cart .product dl {
  width: 340px;
}

#cart .product dt,
#cart .product dd {
  float: left;
}

#cart .product .amount {
  background-color: #e7ff86;
}

#cart .compareToOthers {
  background-color: #d5eaff;
  border: 2px solid #0166cb;
  color: #000;
  margin: 5px;
  margin-bottom: 0;
  width: 170px;
}

#cart .request button[name=use_register_payment],
#cart .request button[name=select_payment] {
  background: #ee724e;
  border: #ee724e;
  text-align: center;
  width: 240px;
}

#webFixService,
#selectShippingSplit {
  margin: 20px 0;
}

#webFixService th div {
  font-weight: 400;
  padding: 5px;
}

#cart .request form {
  float: left;
  width: 290px;
}

/* --------
仕様変更
-------- */
#cart table.orderChange tr:last-child {
  background: #f5f5f5;
}

#cart table.orderChange tr:last-child td {
  font-weight: 500;
  text-align: right;
}

#cart table.orderChange tr:last-child td .total {
  text-align: left;
  width: 10em;
  font-weight: 500;
  display: inline-block;
}

#cart table.orderChange tr:last-child td .price {
  font-weight: 700;
}

#cart table.orderChange tr:last-child td .price #unit_amount {
  color: #cd201f;
  font-size: 2.1rem;
}

#cart div#option_list {
  margin: 20px 0 48px;
}

#cart table#option_list {
  margin: 0;
  width: 100%;
}

#cart table#option_list tr:first-child td {
  border-left: none;
}

#cart table#option_list tr td {
  table-layout: fixed;
  border: 1px solid #bfbfbf;
  padding: 10px;
  word-break: break-all;
}

#cart table#option_list tr td:last-child {
  border-right: none;
}

#cart table#option_list tr .td1 {
  width: 220px;
  font-weight: 500;
  text-align: left;
  background: #fcefd8;
}

#cart table#option_list tr .td3,
#cart table#option_list tr .td4 {
  width: 100px;
  text-align: right;
}

#cart table#option_list tr .td3::before {
  content: '数量 ';
  vertical-align: baseline;
}

#cart table#option_list tr .td4 span {
  color: #cd201f;
}

#optionListPart {
  text-align: right;
  border-top: 2px solid #f28739;
  border-bottom: 2px solid #f28739;
}

#cart dl.totalAmount {
  display: inline-block;
  padding: 15px;
  margin: 0;
  font-weight: 500;
}

#cart dl.totalAmount div {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
}

#cart dl.totalAmount dt {
  width: 10em;
  text-align: left;
}

#cart dl.totalAmount dd {
  -webkit-box-flex: 1;
          flex-grow: 1;
  font-weight: 700;
  margin: 0;
}

#cart dl.totalAmount dd span {
  color: #cd201f;
  font-size: 2.4rem;
}

#cart .must {
  margin-left: 8px;
  color: #cd201f;
  font-size: 1.2rem;
}

/* -----------------
お支払い方法選択
----------------- */
#cart #paymentList {
  margin-bottom: 64px;
}

#cart #paymentList > div {
  border-top: 1px solid #bfbfbf;
}

#cart #paymentList > div:last-child {
  border-bottom: 1px solid #bfbfbf;
}

#cart #paymentList .heading,
#cart #paymentList .paymentBody {
  display: table-cell;
  padding: 15px;
}

#cart #paymentList .heading {
  vertical-align: top;
  width: 240px;
  font-weight: 500;
  background: #fcefd8;
}

#cart #paymentList .paymentBody .note,
#cart #paymentList .paymentBody .data {
  line-height: 1.75;
}

#cart #paymentList .paymentBody .desc {
  font-size: 1.4rem;
  padding-left: 1em;
  text-indent: -1em;
}

#cart #paymentList .paymentBody .data {
  margin-top: 24px;
  font-size: 1.2rem;
}

#cart #paymentList .paymentBody .data .select span {
  font-size: 1.4rem;
  font-weight: 500;
}

#cart .inner {
  padding-left: 1em;
}

#cart #paymentList div.description li {
  margin-top: 2px;
}

#cart #paymentList div.description li:first-child {
  margin-top: 0;
}

#cart #paymentBank ul.description {
  background-color: #f5f5f5;
  padding: 16px 25px;
  margin-left: 32px;
}

#cart #paymentBank div.description > div {
  padding-bottom: 4px;
  margin-bottom: 8px;
  color: #cd201f;
  font-size: 1.6rem;
  font-weight: 700;
  border-bottom: 1px solid #cd201f;
}

.p-paymentCash__desc {
  line-height: 1.75;
}

.p-paymentCashList {
  font-size: 1.4rem;
  line-height: 1.75;
}

.p-paymentCashList__hl {
  font-weight: 700;
}

#cart #paymentCreditCard .cardTypeSelect {
  width: 64px;
  text-align: center;
}

#cart #paymentCreditCard .tableType01 {
  font-size: 1.4rem;
}

#cart #paymentCreditCard .tableType01 .box_num {
  width: 54px;
}

#cart #paymentOnDelivery tbody tr:nth-child(even) td,
#paymentCash tbody tr:nth-child(even) td {
  background: #f5f5f5;
}

#cart #paymentOnDelivery th,
#cart #paymentOnDelivery td,
#paymentCash th,
#paymentCash td {
  font-size: 1.4rem;
  line-height: 1.5;
  padding: 14px 15px;
  border: 1px solid #bfbfbf;
}

#cart #paymentOnDelivery th,
#paymentCash th {
  color: #fff;
  text-align: left;
  background-color: #9a9a9a;
}

#cart #paymentOnDelivery td,
#paymentCash td {
  background-color: #fff;
}

#paymentCash {
  font-size: 1.4rem;
}

.p-paymentCardCode {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
}

.p-paymentCardCode__note {
  font-size: 1rem;
  line-height: 1.5;
  margin-left: 10px;
  padding-left: 1em;
  text-indent: -1em;
}

.p-paymentCardNoteList li {
  margin-bottom: 23px;
  padding-left: 1em;
  text-indent: -1em;
}

.p-paymentCardNoteList li:last-child {
  margin-bottom: 0;
}

.p-paymentCardNoteList__caution {
  color: #cd201f;
}

/* --------------------
配送先指定
-------------------- */
#cart .tableBottom,
#cart #deliveryList .productInfo,
#cart #deliveryList .deliveryController,
#cart .deliveryOption,
#cart table.registerMember {
  margin-bottom: 10px;
}

#cart .productInfo {
  border: 1px solid #bfbec4;
}

#cart .productInfo .productImage,
#cart .productInfo .data {
  float: left;
}

#cart .productImage {
  background-color: #e7ff86;
  border-right: 1px solid #bfbec4;
  height: 160px;
  padding: 10px;
  text-align: center;
  width: 180px;
}

#cart .productImage img {
  margin-top: 5px;
  max-height: 100px;
  max-width: 100px;
}

#cart .productImage p {
  font-size: 12px;
  margin-top: 5px;
}

#cart .productInfo .data {
  padding: 10px;
  width: 488px;
}

#cart.productInfo .data dl {
  margin: auto 0;
}

#cart .productInfo .data dt,
#cart .productInfo .data dd {
  float: left;
}

#cart .productInfo .data dt {
  width: 80px;
}

#cart .productInfo .data dd {
  width: 408px;
}

#cart #deliveryController {
  margin: 10px 0;
}

#cart #deliveryController .deliveryHistory,
#cart #deliveryController div.addDelivery {
  float: left;
}

#cart #deliveryController .deliveryHistory {
  background-color: #eeefe7;
  text-align: center;
  width: 350px;
}

#cart #deliveryController .deliveryHistory select {
  width: 320px;
}

#cart #deliveryController div.addDelivery {
  padding: 7px;
  width: 320px;
}

#cart #deliveryController button.addDelivery {
  background-color: #f4a637;
  border: 1px solid #f4a637;
  font-size: 13px;
  padding: 5px 3px;
}

#cart .delivery .inputCopyHeader {
  width: 110px;
}

#cart .delivery .inputCopy {
  text-align: center;
}

#cart .delivery .inputCopy input[type=text] {
  text-align: right;
  width: 70px;
}

#cart .delDelivery {
  font-size: 13px;
  margin: 5px 0;
  padding: 5px 3px;
}

#cart .addFreeTmpDelivery {
  background-color: #c59e65;
  border: 1px solid #c59e65;
  font-size: 13px;
  margin: 5px 0;
  padding: 5px 3px;
  width: 300px;
}

#cart .deleteTmpShipping {
  font-size: 13px;
  margin: 5px 0;
  padding: 5px 3px;
  width: 290px;
}

#cart .newDeliveryAddress {
  width: 330px;
}

#cart .newDeliveryAddress th {
  width: 65px;
}

#cart select.address {
  width: 210px;
}

#cart input.name {
  width: 120px;
}

#cart .delivery .tab {
  width: 330px;
}

#cart .delivery .tab li {
  background-color: #bfbec4;
  width: 163px;
}

#cart #step1 {
  border: 1px solid #a0a0a0;
  background-color: #fff;
  padding: 5px;
}

.orderSetting .ui-dialog-buttonpane button {
  background-image: none;
}

#cart #agency_delivery_input_block .newDeliveryAddress {
  width: 100%;
}

#cart #agency_delivery_input_block .newDeliveryAddress th {
  vertical-align: middle;
  width: 210px;
}

#cart .deliveryOption th p.notdelivArea01 {
  font-size: 12px;
  font-weight: 400;
  margin: 5px 0 0;
}

/* --------------------
最終確認
-------------------- */
#cart .payInfo,
#cart .productHeading,
#cart .deliveryInfoHeading {
  margin-bottom: 10px;
}

#cart .productHeading {
  border: solid 1px #bfbec4;
}

#cart .productHeading .image,
#cart .productHeading .heading,
#cart .productHeading .data {
  float: left;
}

#cart .productHeading .image,
#cart .deliveryInfoHeading .image {
  background-color: #e7ff86;
  border-right: 1px solid #bfbec4;
  height: 160px;
  padding: 10px;
  text-align: center;
  width: 180px;
}

#cart .productHeading .image img,
#cart .deliveryInfoHeading .image img {
  margin-top: 5px;
  max-height: 100px;
  max-width: 100px;
}

#cart .productHeading .image p,
#cart .deliveryInfoHeading .image p {
  font-size: 12px;
  margin-top: 5px;
}

#cart .productHeading .heading,
#cart .productHeading .data {
  padding: 10px;
  width: 488px;
}

#cart .productHeading .data {
  height: 100px;
}

#cart .productHeading .heading {
  background-color: #eeefe7;
  border-bottom: solid 1px #bfbec4;
  font-weight: 700;
  height: 40px;
}

#cart table.customerItemName {
  margin-bottom: 10px;
}

#cart .orderFinal .delivCopies {
  width: 52px;
}

/* --------------------
完了画面
-------------------- */
#cart .orderNotice {
  padding: 25px 10px 45px;
}

#cart .favoriteArea {
  position: relative;
}

#cart .recommend li {
  border: solid 1px #a0a0a0;
  float: left;
  margin: 1px;
  padding: 0 5px;
  height: 160px;
  width: 128px;
}

#cart .recommend li .thumbnail {
  margin: 5px 0;
  max-height: 80px;
  max-width: 127px;
}

#cart .recommend li .dummyThumb {
  height: 80px;
  display: block;
  margin: 5px 0;
  width: 127px;
}

/* -------------------
ログイン確認
-------------------- */
#cart form[name=customer_form] {
  padding-top: 10px;
}

#cart #confirmationController #agreement {
  padding: 30px;
  text-align: center;
}

#cart #confirmationController label {
  padding: 30px;
}

#cart #confirmationController #confirmTermsForm {
  text-align: center;
}

/* --------------------
利用規約の同意
-------------------- */
#cart .termsConfNote {
  margin: 10px;
}

/* ---------------------------------------
共通
----------------------------------------- */
#cart {
  position: relative;
}

#cart #mainContents {
  width: 1020px;
}

.p-cartStepList {
  display: -webkit-box;
  display: flex;
}

.p-cartStepList > li {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  margin-left: -13px;
}

.p-cartStepList > li::before, .p-cartStepList > li::after {
  content: '';
  display: inline-block;
}

.p-cartStepList > li::before {
  border-top: 32px solid #fcefd8;
  border-right: none;
  border-bottom: 32px solid #fcefd8;
  border-left: 18px solid transparent;
}

.p-cartStepList > li::after {
  border-top: 32px solid transparent;
  border-right: none;
  border-bottom: 32px solid transparent;
  border-left: 18px solid #fcefd8;
}

.p-cartStepList > li.is-current::before {
  border-top: 32px solid #f28739;
  border-bottom: 32px solid #f28739;
  border-left: 18px solid transparent;
}

.p-cartStepList > li.is-current::after {
  border-top: 32px solid transparent;
  border-bottom: 32px solid transparent;
  border-left: 18px solid #f28739;
}

.p-cartStepList > li.is-done::before {
  border-top: 32px solid #e0e0e0;
  border-bottom: 32px solid #e0e0e0;
  border-left: 18px solid transparent;
}

.p-cartStepList > li.is-done::after {
  border-top: 32px solid transparent;
  border-bottom: 32px solid transparent;
  border-left: 18px solid #e0e0e0;
}

.p-cartStepList__txt {
  width: 80px;
  height: 64px;
  padding: 12px 0;
  color: #9a9a9a;
  font-weight: 500;
  text-align: center;
  background: #fcefd8;
}

.p-cartStepList > li.is-current .p-cartStepList__txt,
.p-cartStepList > li.is-done .p-cartStepList__txt {
  color: #fff;
  font-weight: 700;
}

.p-cartStepList > li.is-current .p-cartStepList__txt {
  background: #f28739;
}

.p-cartStepList > li.is-done .p-cartStepList__txt {
  background: #e0e0e0;
}

#cart h3 {
  clear: both;
  margin-bottom: 24px;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.4;
}

#cart .w480 {
  width: 460px;
}

#cart .w200 {
  width: 190px;
  padding: 6px 5px !important;
}

#cart .caution.notice {
  color: #000 !important;
}

#cart .notice.marginal {
  margin-top: 10px;
  font-size: 1rem;
}

#cart span.price_txt {
  color: #ff0004;
}

#cart hr {
  clear: both;
  border: 0;
  border-bottom: 2px solid #f28739;
  margin: 48px 0 !important;
}

#cart .btnArea form {
  float: none !important;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

#cart .btnArea button.arrow1 span {
  display: block;
  height: 28px;
  line-height: 28px;
}

#cart .btnArea button.arrow2 span {
  display: block;
  height: 28px;
  line-height: 28px;
}

#btnChat {
  width: 100px;
  position: absolute;
  right: 20px;
  z-index: 1000;
  opacity: 0;
}

.btnTop {
  text-align: right;
  margin-top: 75px;
}

.btnTop a {
  display: inline-block;
  *display: inherit;
  *zoom: 1;
  background: url(/styles/img/cart/icatch1.gif) no-repeat 0 50%;
  padding-left: 15px;
  margin-bottom: 50px;
  color: #333 !important;
  text-decoration: none;
}

.btnTop a:hover {
  text-decoration: underline;
}

.formError .formErrorContent {
  width: 100%;
  white-space: nowrap;
  color: #f00;
  font-size: 12px;
  border: 2px solid #f00;
  box-shadow: 0 0 2px #000;
  -moz-box-shadow: 0 0 6px #000;
  -webkit-box-shadow: 0 0 6px #000;
  padding: 1px 5px;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  text-align: center;
  background: url(/styles/img/cart/close.gif) no-repeat 95% 5px #fff;
}

.formError .formErrorArrow {
  position: absolute;
  bottom: 0;
  left: 20px;
  width: 15px;
  height: 15px;
  background: url(/styles/img/cart/error_arrow.png) no-repeat 0 0;
  z-index: 5001;
}

.formError .formErrorArrow div {
  height: 0;
}

.formError .formErrorArrowBottom {
  top: 0;
  margin: -6px;
}

#cart .orderList {
  float: none !important;
  display: block !important;
  width: auto !important;
  height: auto !important;
  clear: both;
  border-right: none !important;
  background-color: #fff !important;
  text-align: left;
  padding: 0;
}

/* ---------------------------------------
step1
----------------------------------------- */
#cart.step1 h4.head {
  float: left;
  width: 220px;
  padding: 0 15px;
  margin-bottom: 0;
  font-size: 1.4rem;
  font-weight: 500;
  background-color: #fcefd8;
  border-top: 1px solid #bfbfbf;
  border-bottom: 1px solid #bfbfbf;
}

#cart.step1 #inputOrderName h4 div,
#cart.step1 table.tableType01 th div {
  position: relative;
}

#cart.step1 #inputOrderName h4 div {
  width: 100%;
}

#cart #inputOrderName {
  margin: 0;
}

#cart #orderImage,
#cart .orderList {
  float: none !important;
  display: block !important;
  width: auto !important;
  height: auto !important;
  clear: both;
  border-right: none !important;
  background-color: #fff !important;
  text-align: left;
  padding: 0;
}

#cart #orderImage p,
#cart .orderList p {
  position: relative;
  min-height: 48px;
  padding: 12px 14px 10px 61px;
  color: #f28739;
  font-size: 16px;
  font-weight: 700;
  background-color: #fff;
  border-top: 1px solid #f28739;
}

#cart #orderImage p span,
#cart .orderList p span {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 47px;
  height: 100%;
  min-height: 47px;
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  line-height: 50px;
  text-align: center;
  background-color: #f28739;
}

#cart table.tableType01 th {
  width: 220px;
  padding: 15px;
}

#cart table.tableType01 td span.head {
  margin-right: 15px;
}

#cart table.tableType01 td.price {
  width: 295px;
}

#cart table.tableType01 td.price dl {
  width: auto !important;
}

#cart table.tableType01 td.price dl dt {
  clear: both;
  width: auto !important;
  font-weight: 500;
  margin-top: .5em;
}

#cart table.tableType01 td.price dl dd {
  float: right;
  width: auto !important;
  font-size: 14px;
  font-weight: 700;
}

#cart table.tableType01 td.price dl dd span {
  font-size: 21px;
  padding-left: 5px;
}

#cart .totlaData {
  clear: both;
}

#cart .totlaData__info {
  font-weight: 500;
}

#cart .totlaData__shipDate {
  font-weight: 500;
}

#cart .totlaData__shipDate span {
  margin-left: 15px;
  color: #cd201f;
  font-size: 2.4rem;
  font-weight: 700;
}

#cart .totlaData__note {
  margin-top: 2px;
  font-size: 1rem;
}

#cart .totlaData > ul {
  border-top: 2px solid #f28739;
  border-bottom: 2px solid #f28739;
}

#cart .totlaData > ul > li {
  clear: both;
  overflow: hidden;
  padding: 15px;
  text-align: right;
}

#cart .totlaData > ul > li:last-child {
  background: #f5f5f5;
  border-top: 1px solid #bfbfbf;
}

#cart .totlaData > ul > li.price dl {
  float: right;
  width: 265px;
}

#cart .totlaData > ul > li.price dl dt {
  clear: both;
  float: left;
  width: auto !important;
  font-weight: 500;
  margin-top: .5em;
}

#cart .totlaData ul li.price dl dd {
  float: right;
  width: auto !important;
  font-size: 14px;
  font-weight: 700;
}

#cart .totlaData ul li.price dl dd span {
  font-size: 2.4rem;
  padding-left: 5px;
}

#cart.step1 .btnTop a {
  margin-bottom: 0;
}

.productController > div {
  margin-left: 30px;
}

.productController > div:first-child {
  margin-left: 0;
}

/* ---------------------------------------
step2
----------------------------------------- */
#cart.step2 table.rateSheet td.price {
  text-align: right;
}

#cart.step2 table.point.tableType01 {
  width: 100% !important;
  margin-top: 5px;
}

#cart.step2 table.point.tableType01 .payTableRight {
  font-weight: 500;
}

#cart.step2 table.point.tableType01 .subtext {
  margin-left: 30px;
  font-size: 1rem;
  font-weight: 400;
}

#cart.step2 .point.tableType01 th {
  width: 64px;
  text-align: center;
}

#cart.step2 .note table.rateSheet {
  width: 480px;
  margin-bottom: 10px;
}

/* ---------------------------------------
step3
----------------------------------------- */
#cart.step3 table.tableType01 dd {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin-right: 10px;
}

#cart.step3 table.tableType01 dd input {
  margin-left: 5px;
}

#cart.step3 table.tableType01 dd span.formcase {
  padding-left: 1em;
}

#cart.step3 .productInfo {
  border: none;
  border-right: 1px solid #a0a0a0;
  margin: 0 !important;
}

#cart.step3 table.delivery td.cont.center {
  width: 250px !important;
}

#cart.step3 table.delivery td.inputCopy,
#cart.step3 table.delivery th.inputCopyHeader {
  width: 150px !important;
  text-align: left;
}

#cart.step3 table.delivery td.inlineTable table td.inputCopy {
  width: 170px !important;
  text-align: left;
}

#cart.step3 table.delivery th.billingHeader {
  width: 450px !important;
}

#cart.step3 table.delivery td.inlineTable table td.delivCheck {
  width: 450px !important;
}

#cart.step3 table.delivery td.inlineTable table td.delivCheck table {
  width: 465px !important;
}

#cart.step3 table.delivery td.delivCheck {
  width: 500px !important;
}

#cart.step3 button.addFreeTmpDelivery {
  width: 100% !important;
  height: 38px !important;
  line-height: 36px !important;
  padding: 0 !important;
}

#cart.step3 button.deletePreliminary {
  width: 100% !important;
  height: 38px !important;
  line-height: 36px !important;
  padding: 0 !important;
}

#cart.step3 table.delivery .preliminaryTable table {
  width: 465px !important;
}

#cart.step3 table.newDeliveryAddress {
  width: 100%;
}

#cart.step3 table.newDeliveryAddress th {
  width: 150px !important;
}

#cart.step3 .radioArea {
  position: relative;
  padding: 10px 0;
}

#cart.step3 .day {
  font-weight: 700;
  color: #ff0004;
  font-size: 16px;
}

#cart.step3 .shipmentFixed a {
  color: #03f !important;
}

#cart.step3 .shipmentFixed a:hover {
  text-decoration: none;
}

#cart.step3 .destinationArea {
  margin-top: 20px;
}

#cart.step3 .destinationArea span {
  color: #ff3c00;
  font-weight: 700;
  font-size: 15px;
}

#cart.step3 .destinationArea select {
  margin: 0 5px;
}

#cart.step3 p.registerMember a {
  color: #03f !important;
}

#cart.step3 p.registerMember a:hover {
  text-decoration: none;
}

#cart.step3 .inlineTable {
  padding: 0;
}

#cart.step3 .inlineTable table {
  border: none !important;
  border-bottom: 1px solid #a0a0a0 !important;
}

#cart.step3 .inlineTable table:last-child {
  border-bottom: 0 solid #a0a0a0 !important;
}

#cart.step3 .inlineTable table td {
  border: none !important;
}

#cart.step3 .inlineTable table td table td {
  border: 1px solid #a0a0a0 !important;
}

#cart.step3 .inlineTable table td.inputCopy {
  border-right: 1px solid #a0a0a0 !important;
  width: 170px !important;
}

#cart.step3 table.delivery td.inlineTable table td.inputCopy input {
  float: left;
  margin: 0 !important;
}

#cart.step3 table.delivery td.inlineTable table td.inputCopy button {
  float: left;
  width: auto !important;
  margin: 0 0 0 10px !important;
  padding: 5px 15px !important;
}

#cart.step3 table.delivery td.inlineTable table td.inputCopy label {
  display: block;
  clear: both;
  padding-top: 10px;
}

#cart.step3 table.delivery td.inlineTable table td.inputCopy label input {
  float: none !important;
  margin-right: 5px !important;
}

#cart.step3 table.kiyaku th {
  text-align: center;
  padding: 10px 0;
}

#cart.step3 table.kiyaku th.revisionCell {
  width: 600px !important;
}

#cart.step3 .deliveryHistory {
  display: inline-block;
}

#cart.step3 .deliveryHistory select {
  width: 423px;
  height: 38px;
}

#cart.step3 .paymentDelivery {
  width: 70px !important;
}

#cart.step3 #dialog {
  font-family: 'Noto Sans JP', '游ゴシック Medium', YuGothic, YuGothicM, 'Hiragino Kaku Gothic ProN', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, sans-serif;
}

/* ---------------------------------------
step4
----------------------------------------- */
#cart.step4 .tableType01 th.copies, #cart.step4 .tableType01 th.price, #cart.step4 .tableType01 th.num, #cart.step4 .tableType01 th.delivCopies, #cart.step4 .tableType01 th.biling {
  width: 120px;
  text-align: center;
}

#cart.step4 .tableType01 th.copies, #cart.step4 .tableType01 th.delivCopies {
  text-align: right;
}

#cart.step4 .tableType01 td.copies_num, #cart.step4 .tableType01 td.price_num, #cart.step4 .tableType01 td.num_num, #cart.step4 .tableType01 td.delivCopies_num {
  text-align: right;
}

#cart.step4 .tableType01.productInfoList tbody tr:last-child td {
  border-bottom: 1px solid #f28739;
}

#cart.step4 .tableType01.productInfoList th.item_name {
  width: 300px;
}

#cart.step4 .tableType01.productInfoList th.spec {
  width: 240px;
}

#cart.step4 .tableType01.amountList tbody tr td {
  text-align: right;
}

#cart.step4 .tableType01.amountList tbody tr:first-child th,
#cart.step4 .tableType01.amountList tbody tr:first-child td {
  border-top: 2px solid #f28739;
}

#cart.step4 .tableType01.amountList tbody tr:last-child th,
#cart.step4 .tableType01.amountList tbody tr:last-child td {
  border-bottom: 2px solid #f28739;
}

#cart.step4 .tableType01.deliveryInfo tbody tr th:first-child {
  width: 660px;
}

#cart.step4 table.payInfo,
#cart.step4 table.specifyName {
  width: 100% !important;
}

#cart.step4 .productHeading {
  margin-bottom: 0 !important;
  border-bottom: 0 !important;
}

#cart.step4 .productHeading div {
  min-height: 20px !important;
  height: auto !important;
  float: left;
  width: 650px !important;
}

#cart.step4 th.num span {
  font-size: 11px;
  display: block;
}

#cart.step4 .pointCurrentNum {
  color: #ff0004;
}

#cart.step4 .pointCell .box8 {
  width: 150px;
  padding: 5px 10px;
  margin-bottom: 5px;
}

/* ---------------------------------------
step5
----------------------------------------- */
#cart.step5 .pop {
  display: none;
  background-color: #fff !important;
  border: 2px solid #d2dd00 !important;
  border-radius: 5px;
  padding: 10px !important;
  text-align: left;
  position: absolute;
  z-index: 100;
  width: 290px;
  bottom: 80px;
  left: 0;
}

#cart.step5 .pop span {
  background: url(/styles/img/cart/pop_arrow.png) no-repeat;
  height: 19px;
  width: 15px;
  display: block;
  position: absolute;
  bottom: -19px;
  left: 50%;
  margin-left: -10px;
}

#cart.step5 .favorite {
  left: 170px;
}

#cart.step5 .reminder {
  left: 485px;
}

#cart.step5 .recommend li {
  width: 235px;
  position: relative;
}

#cart.step5 .recommend span {
  text-align: center;
  width: 100%;
  display: block;
}

#cart.step5 .recommend div {
  text-align: center;
}

#cart.step5 .recommend p {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 233px;
  background-color: #fff;
  padding: 5px;
}

/* ---------------------------------------
step6
----------------------------------------- */
#cart .p-numTtl {
  margin-bottom: 20px;
  color: #f28739;
  font-size: 1.8rem;
}

#cart .p-numTtl::before {
  counter-increment: ttlNum;
  content: counter(ttlNum);
  display: inline-block;
  width: 48px;
  height: 48px;
  margin-right: 15px;
  color: #f28739;
  font-size: 2rem;
  font-weight: 700;
  line-height: 46px;
  text-align: center;
  border: 1px solid #f28739;
}

#cart.step6 table.orderTable th {
  white-space: nowrap;
}

#cart.step6 table.orderTable th.selectCell {
  width: 80px;
}

#cart.step6 table.orderTable th.number {
  width: 140px;
}

#cart.step6 table.orderTable th.dataCell {
  width: 120px;
}

#cart.step6 table.orderTable th.productName {
  width: 340px;
}

#cart.step6 table.orderTable th.progress {
  width: 110px;
}

#cart.step6 table.orderTable th.send {
  width: 100px;
}

#cart.step6 table.orderTable th.format {
  width: 130px;
}

#cart.step6 table.dataSpec th {
  width: 340px;
}

.p-uploadFileBtn {
  position: relative;
  z-index: 0;
  padding-top: 66px;
  margin-bottom: 24px;
}

.p-uploadFileBtn .file-input {
  cursor: pointer;
  opacity: 0;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 220px;
  height: 42px;
}

.MultiFile-wrap::after {
  content: 'ファイル選択';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 220px;
  height: 42px;
  text-align: center;
  line-height: 40px;
  background-color: #fff;
  border: 1px solid #bfbfbf;
  border-radius: 2em;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.MultiFile-wrap:hover::after {
  background: #e0e0e0;
}

#cart.step6 .p-file {
  display: inline-block;
}

#cart.step6 .file {
  display: none;
}

#cart.step6 #upError2 {
  padding: 20px;
  border: 1px solid #7fbfeb;
}

#cart.step6 #upError2 h5 {
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 30px;
}

#irodori_log_opt {
  vertical-align: middle;
}

#cart.step6 table.tableType01 dd {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin-right: 10px;
}

#cart.step6 table.tableType01 dd input {
  margin-left: 5px;
}

#cart.step6 table.tableType01 dd span.formcase {
  padding-left: 1em;
}

#cart.step6 span.formcase {
  display: block;
  margin-bottom: 5px;
}

#cart.step6 .box0 {
  width: 200px;
  padding: 5px 10px;
}

#cart.step6 .tab li a.red span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.91, #c76649), color-stop(0.62, #f47e5a), color-stop(0, #f47e5a)) !important;
  background: -webkit-linear-gradient(top, #f47e5a 0%, #f47e5a 62%, #c76649 91%) !important;
  background: linear-gradient(to bottom, #f47e5a 0%, #f47e5a 62%, #c76649 91%) !important;
  display: block !important;
}

#cart.step6 .tab li a.blue span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.91, #6ba0c5), color-stop(0.62, #7fbfeb), color-stop(0, #7fbfeb)) !important;
  background: -webkit-linear-gradient(top, #7fbfeb 0%, #7fbfeb 62%, #6ba0c5 91%) !important;
  background: linear-gradient(to bottom, #7fbfeb 0%, #7fbfeb 62%, #6ba0c5 91%) !important;
  display: block !important;
}

/* ---------------------------------------
step6_confirm
----------------------------------------- */
#cart.step6_confirm table.orderTable th {
  white-space: nowrap;
}

#cart.step6_confirm table.orderTable th.number {
  width: 220px;
}

#cart.step6_confirm table.orderTable th.dataCell {
  width: 120px;
}

#cart.step6_confirm table.orderTable th.productName {
  width: 470px;
}

#cart.step6_confirm table.orderTable th.progress {
  width: 110px;
}

#cart.step6_confirm table.orderTable th.send {
  width: 100px;
}

#cart.step6_confirm table.dataSpec th,
#cart.step6_confirm table.uploadFile th {
  width: 340px;
}

/* ---------------------------------------
step7
----------------------------------------- */
#cart.step7 h3 {
  margin-bottom: 20px !important;
}

#cart.step7 .tableType01 {
  width: 100% !important;
}

/* ---------------------------------------
login
----------------------------------------- */
#cart.login h3 {
  margin-bottom: 20px !important;
}

#cart.login .tableType01 {
  width: 100% !important;
}

#cart.login .boxW {
  width: 320px !important;
  padding: 5px 10px !important;
}

.p-inputItemName {
  display: table;
  width: 100%;
  border-top: 1px solid #bfbfbf;
}

.p-inputItemName > div {
  display: table-row;
}

.p-inputItemName__ttl {
  display: table-cell;
  width: 300px;
  padding: 15px;
  background: #fcefd8;
}

.p-inputItemName__data {
  display: table-cell;
  padding: 15px;
}

.design_service .designTaste, .design_service .designOption, .design_service .targetAge {
  display: inline-block;
  margin-right: 8px;
  width: 90px;
  height: 25px;
}

.design_service .targetAge {
  display: inline-block;
  margin-right: 4px;
  width: 50px;
  height: 25px;
}

.design_service .targetGenderArea, .design_service .targetAgeArea, .design_service .designTasteArea {
  margin-bottom: 10px;
}

.design_service .selected_theme_color, .design_service .selected_theme_color_name, .design_service .selected_bg_color, .design_service .selected_bg_color_name {
  display: inline-block;
}

.design_service .selected_theme_color, .design_service .selected_bg_color {
  width: 30px;
  height: 1.3rem;
}

.design_service .selected_theme_color_name, .design_service .selected_bg_color_name {
  width: 120px;
}

.design_service .colorRadio {
  display: inline-block;
  width: 148px;
  height: 35px;
}

.design_service html.modalset {
  overflow: hidden;
}

.design_service .modal {
  display: none;
  width: 100%;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
}

.design_service .modalWrap {
  width: 100%;
  height: 100%;
  text-align: center;
  padding: 20px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
  overflow: -moz-scrollbars-none;
}

.design_service .modalWrap::-webkit-scrollbar {
  display: none;
}

.design_service .modalWrap:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 1px;
  height: 100%;
}

.design_service .modalBg {
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(51, 51, 51, 0.8);
  width: 100%;
  height: 100%;
}

.design_service .modalBox {
  width: 100%;
  max-width: 798px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}

.design_service .modalBox .inner {
  background: #fff;
  padding: 80px 16px;
  text-align: left;
}

.design_service .modalBox .inner > :first-child {
  margin-top: 0;
}

.design_service .modalBox .colorSample {
  display: inline-block;
  width: 30px;
  height: 1.3rem;
  color: red;
  vertical-align: middle;
}

.design_service #themeModalOpen, .design_service #themeModalClose, .design_service #bgModalOpen, .design_service #bgModalClose {
  cursor: pointer;
  width: 200px;
  border: 1px solid #ccc;
  border-radius: 4px;
  text-align: center;
  padding: 12px 0;
  margin: 16px auto 0;
}

.ui-datepicker-header a.ui-datepicker-prev, .ui-datepicker-header a.ui-datepicker-next {
  display: inline-block;
}
