@charset "utf-8";


/*
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

  Last Updated: July 17, 2015

  - share with "/shopping/"

  layout / shared
  div.sideBar
  div.cartIndex
  div.lens
  div.deliv
  div.store
  div.confirm
  div.payment
  #cartComplete
  #storeSelector

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
*/


/* ============================================================
layout / shared
============================================================ */
#cart {
  width: 980px;
  padding: 0 10px;
  margin: 0 auto 30px;
  position: relative;
}
#cart div.contents {
  padding: 0;
}
#cart div.contents h2 {
  margin-bottom: 20px;
}
#cart div.contents p.step {
  margin-bottom: 20px;
}
#cart div.content {
  padding: 30px 25px;
  background: #FFFFFF;
}
#cart div.sideBar {
  width: 180px;
  position: absolute;
  margin-left: 800px;
  top: 0;
  background: #FFFFFF;
}

/* table shared setting */
#cart div.content table {
  color: #333333;
  font-size: 12px;
  border-collapse: collapse;
  border-spacing: 0;
  border-top: #CCCCCC 1px dotted;
}
#cart div.content table tr th,
#cart div.content table tr td {
  vertical-align: middle;
  padding: 15px 0 15px 10px;
  background: url(../img/shared/bdr_dot_cccccc.png) 0 100% repeat-x;
}
#cart div.content table tr td a {
  color: #333333;
  text-decoration: underline;
}

#cart div.content div.button {
  text-align: center;
  margin-top: 20px;
}
#cart div.content div.button p {
  height: 40px;
  display: inline;
  margin: 0 5px;
}
#cart div.content div.button input[type=submit],
#cart div.content div.button input[type=button] {
  display: inline-block;
  vertical-align: bottom;
  width: 180px;
  height: 40px;
  text-indent: -9999px;
  border: 0;
  cursor: pointer;
  overflow: hidden;
}
#cart div.content div.button input[type=submit]:hover,
#cart div.content div.button input[type=button]:hover,
#cart div.content div.button a:hover img {
  opacity: 0.7;
}


/* ============================================================
div.sideBar
============================================================ */
#cart div.sideBar {
  padding: 0;
  border-bottom: #E0E0E0 1px solid;
}
#cart div.sideBar h3 {
  color: #0099E1;
  font-size: 12px;
  text-align: center;
  padding: 15px 0 5px;
  margin-bottom: 10px;
  border-bottom: #009AE2 1px dotted;
}
#cart div.sideBar table {
  width: 150px;
  margin: 0 auto 10px;
  border-collapse: collapse;
  border-spacing: 0;
}
#cart div.sideBar table tr th,
#cart div.sideBar table tr td {
  padding: 3px 0;
}
#cart div.sideBar table tr th {
  width: 70px;
  font-size: 10px;
  font-weight: normal;
  text-align: left;
}
#cart div.sideBar table tr td {
  width: 80px;
  text-align: right;
  color: #666666;
}

/* tr each */;
#cart div.sideBar table tr.subtotal {
}
#cart div.sideBar table tr.subtotal th,
#cart div.sideBar table tr.subtotal td {
  vertical-align: bottom;
  padding: 0 0 8px;
  border-bottom: #CCCCCC 1px dotted;
}
#cart div.sideBar table tr.subtotal td {
  font-size: 14px;
  font-weight: bold;
}
#cart div.sideBar table tr.total {
  border-top: #CCCCCC 1px dotted;
}
#cart div.sideBar table tr.total td,
#cart div.sideBar table tr.total th {
  vertical-align: top;
  padding: 8px 0 0;
}
#cart div.sideBar table tr.total td {
  color: #000000;
  font-size: 18px;
  font-weight: bold;
}

/* dl.schedule */
#cart div.sideBar dl.schedule {
  /*width: 150px;*/
  padding: 10px 15px;
  position: relative;
  border-top: #009AE2 1px dotted;
}
#cart div.sideBar dl.schedule dt {
  font-size: 10px;
  font-weight: normal;
  width: 70px;
  position: absolute;
  left: 15px;
}
#cart div.sideBar dl.schedule dd {
  font-size: 12px;
  font-weight: bold;
  text-align: right;
  padding-left: 85px;
}


/* ============================================================
div.cartIndex
============================================================ */
#cart div.cartIndex p.lead {
  font-size: 13px;
  margin-bottom: 10px;
}
#cart div.cartIndex p.caution {
  margin-bottom: 20px;
}
#cart div.cartIndex table tr th {
  text-align: left;
  background: #F3F3F5 url(../img/shared/bdr_dot_cccccc.png) 0 100% repeat-x;
}
#cart div.cartIndex table tr td.image {
  width: 90px;
  padding-right: 10px;
}
#cart div.cartIndex table tr td.image img {
  width: 100%;
}
#cart div.cartIndex table tr td.name {
  width: 200px;
}
#cart div.cartIndex table tr td.lens {
  width: 110px;
}
#cart div.cartIndex table tr td.rate {
  width: 90px;
}
#cart div.cartIndex table tr td.quantity {
  width: 80px;
}
#cart div.cartIndex table tr td.quantity p img {
  vertical-align: middle;
  padding: 4px;
}
#cart div.cartIndex table tr td.price {
  width: 90px;
}

/* div.button */
#cart div.content div.button input.next {
  background: url(../img/cart/cart_btn_register.png) 0 0 no-repeat;
}
#cart div.content div.button input.selectLens {
  background: url(../img/cart/cart_btn_lens.png) 0 0 no-repeat;
}
#cart div.content div.button input.next2click {
  background: url(../img/cart/cart_btn_2click.png) 0 0 no-repeat;
}
#cart div.content div.button input.next2click.lens-select{
  margin-top:25px;
}
#cart div.content div.button input.order {
  background: url(../img/cart/cart_btn_order.png) 0 0 no-repeat;
}
#cart div.content div.button input.order.settlement {
  /*background: url(../img/cart/cart_btn_settlement.png) 0 0 no-repeat;*/
  background: url(../img/cart/cart_btn_settlement_2.png) 0 0 no-repeat;
  width: 260px;
}

#cart div.cartIndex p.note {
  font-size: 12px;
  text-align: center;
  margin-top: 20px;
}


/* ============================================================
div.lens
============================================================ */
#cart div.lens table {
  font-size: 12px;
}
#cart div.lens table tr th,
#cart div.lens table tr td {
  vertical-align: top;
}
#cart div.lens table tr th {
  width: 88px;
  text-align: left;
}
#cart div.lens table.selectLens tr.head th {
  background: #F3F3F5 url(../img/shared/bdr_dot_cccccc.png) 0 100% repeat-x;
  vertical-align: middle;
}
#cart div.lens table.selectLens tr.head th.image {
  width: 88px;
}
#cart div.lens table.selectLens tr.head th.image img {
  width: 100%;
}
#cart div.lens table.selectLens tr.head th.name {
  width: 622px;
}
#cart div.lens table.selectLens tr.head th.name h3 {
  font-size: 13px;
}
#cart div.lens table.selectLens tr.head th.name p {
  font-weight: normal;
}
#cart div.lens table tr td.must {
  width: 35px;
}
#cart div.lens table tr td.must img {
  vertical-align: text-bottom;
}
#cart div.lens table tr td.cont {
  width: 577px;
}
#cart div.lens table tr td.cont .notes {
  font-size: 11px; margin-top: 10px; display: inline-block; text-indent: -1em; padding-left: 1em;
}
#cart div.lens table tr td p {
  margin-bottom: 5px;
}
#cart div.lens table tr td p:last-child {
  margin-bottom: 0;
}
#cart div.lens table tr td.cont label {
  margin-right: 0;
}

/* case */
#cart div.lens table tr td ul.case {}
#cart div.lens table tr td ul.case:after {
  content: "";
  display: table;
  clear: both;
}
#cart div.lens table tr td ul.case li {
  font-size: 11px;
  text-align: center;
  width: 86px;
  height: 144px;
  margin-right: 10px;
  float: left;
}
  #cart div.lens table tr td ul.case li.nonSelect {
    text-align: left; width: auto; height: auto;
  }
  #cart div.lens table tr td ul.case li.nonSelect > * {
    cursor: default;
  }
  #cart div.lens table tr td ul.case li.nonSelect > a, #cart div.lens table tr td ul.case li.nonSelect > label{float: left;}
  #cart div.lens table tr td ul.case li.nonSelect > label{
    float: left; margin-left: 15px; margin-top: 20px; width: 50%; font-size: 12px;
  }
  #cart div.lens table tr td ul.case li.nonSelect > .notes{
    float: left; margin-left: 15px; margin-top: 5px; font-size: 10px;
  }
  #cart div.lens table tr td ul.case li.nonSelect > .radio{
    position: relative;
    z-index: -1;
  }

#cart div.lens table tr td ul.case li > * {
  cursor: pointer;
}
#cart div.lens table tr td ul.case li a {
  text-decoration: none;
}
#cart div.lens table tr td ul.case li input[type="radio"] {
  display: none;
}
#cart div.lens table tr td ul.case li img {
  display: block;
  margin-bottom: 3px;
  border: #FFFFFF 3px solid;
  cursor: pointer;
}
#cart div.lens table tr td ul.case li input[type="radio"]:checked+label img {
  border-color: #009AE2;
}
#cart div.lens table tr td ul.case li a:hover {
  text-decoration: underline;
}
#cart div.lens table tr td ul.case li div.radio > label {
  width:0;
}
#cart div.lens table.price {
  margin-top: 20px;
}
#cart div.lens table.price tr.head th {
  background-color: #F3F3F5;
}
#cart div.lens table.price tr td.basic {
  width: 160px;
}
#cart div.lens table.price tr td.option {
  width: 400px;
}
#cart div.lens table.price tr td.total {
  color: #FF0000;
  font-size: 13px;
  font-weight: bold;
  width: 140px;
}
#cart div.lens table tr td a.blank {
  padding-right: 15px;
  background: url(../img/shared/icon_blank.png) 100% 50% no-repeat;
}


/* ------------------------------
ADD
------------------------------ */
#cart div.lens table tr td div.login,
#cart div.lens table tr td div.selectPrescription,
#cart div.lens table tr td div.inputPrescription,
#cart div.lens table tr td div.thickness,
#cart div.lens table tr td div.pc_thickness,
#cart div.lens table tr td div.colorLens,
#cart div.lens table tr td div.colorHardLens {
  width: 525px;
  padding: 15px;
  margin-bottom: 10px;
  border: #F3F3F5 5px solid;
}

/* div.login */
#cart div.lens table tr td div.login p {
  color: #333333;
  font-size: 11px;
}
#cart div.lens table tr td div.login p a {
  color: #333333;
  text-decoration: none;
}
#cart div.lens table tr td div.login p a:hover {
  text-decoration: underline;
}
#cart div.lens table tr td div.login p.lead {
  font-size: 12px;
  margin-bottom: 10px;
}
#cart div.lens table tr td div.login p.button {
  text-align: center;
  padding: 15px 0;
  margin-bottom: 10px;
  border-top: #CCCCCC 1px dotted;
  border-bottom: #CCCCCC 1px dotted;
}
#cart div.lens table tr td div.login p.button a:hover img {
  opacity: 0.7;
}
#cart div.lens table tr td div.login p a.blank {
  display: inline-block;
  padding-right: 15px;
  margin-right: 10px;
  background: url(../img/shared/icon_blank.png) 100% 50% no-repeat;
}

/* div.selectPrescription */
#cart div.lens table tr td div.selectPrescription h4 {
  margin-bottom: 10px;
}
#cart div.lens table tr td div.selectPrescription h4 img {
  vertical-align: text-bottom;
  padding-left: 10px;
}
#cart div.lens table tr td div.selectPrescription div.witch {
  border-top: #E0E0E0 1px solid;
  border-bottom: #E0E0E0 1px solid;
}
#cart div.lens table tr td div.selectPrescription div.witch:after {
  content: "";
  display: table;
  clear: both;
}
#cart div.lens table tr td div.selectPrescription div.witch div.radio {
  width: 135px;
  float: left;
  /*position: relative;*/
  z-index: 999;
}
#cart div.lens table tr td div.selectPrescription div.witch div.radio p {
  margin-bottom: 0;
  padding: 15px 5px 15px 10px;
  border-bottom: #CCCCCC 1px dotted;
  background: url(../img/shared/bdr_h_dot_cccccc.png) 100% 0 repeat-y;
}
#cart div.lens table tr td div.selectPrescription div.witch div.radio p.selected {
  border-right: #FFFFFF 1px solid;
  background: none;
}
#cart div.lens table tr td div.selectPrescription div.witch div.prescription {
  width: 360px;
  padding-left: 21px;
  float: left;
  background: url(../img/shared/bdr_h_dot_cccccc.png) 0 0 repeat-y;
  position: relative;
  left: -1px;
}
#cart div.lens table tr td div.selectPrescription div.witch div.prescription h5 {
  font-size: 12px;
  padding: 15px 0;
}
#cart div.lens table tr td div.selectPrescription div.witch div.prescription table {
  margin-bottom: 10px;
}
#cart div.lens table tr td div.selectPrescription div.witch div.prescription table tr th,
#cart div.lens table tr td div.selectPrescription div.witch div.prescription table tr td {
  text-align: center;
  width: 62px;
}
#cart div.lens table tr td div.selectPrescription div.witch div.prescription table tr.head th {
  background: #F3F3F5 url(../img/shared/bdr_dot_cccccc.png) 0 100% repeat-x;
}

/* div.inputPrescription */
#cart div.lens table tr td div.inputPrescription h4 {
  margin-bottom: 10px;
}
#cart div.lens table tr td div.inputPrescription h4 img {
  vertical-align: text-bottom;
  padding-left: 10px;
}
#cart div.lens table tr td div.inputPrescription table.set tr th {
  width: 125px;
}
#cart div.lens table tr td div.inputPrescription table.set tr td {
  width: 390px;
}
#cart div.lens table tr td div.inputPrescription table.set tr td input[type="text"] {
  width: 300px;
}
#cart div.lens table tr td div.inputPrescription table.set tr td p {
  margin-top: 5px;
}
#cart div.lens table tr td div.inputPrescription table.set tr td p .notes {
  font-size: 11px;
}
#cart div.lens table tr td div.inputPrescription table.value {
  border-top: 0;
  margin-bottom: 10px; /* add 2013.10.04 */
}
#cart div.lens table tr td div.inputPrescription table.value tr.head th {
  text-align: center;
}
#cart div.lens table tr td div.inputPrescription table.value tr th.lr {
  vertical-align: middle;
  width: 50px;
}
#cart div.lens table tr td div.inputPrescription table.value tr td {
  width: 95px;
}
#cart div.lens table tr td div.inputPrescription table.value tr td.pd,
#cart div.lens table tr td div.inputPrescription table.value tr td.pdDouble {
  width: 145px;
}
#cart div.lens table tr td div.inputPrescription table.value tr td.pdDouble {
  vertical-align: middle;
  padding-bottom: 0;
}
#cart div.lens table tr td div.inputPrescription table.value tr td.pdDouble p.val,
#cart div.lens table tr td div.inputPrescription table.value tr td.pd p.val {
  padding-top: 5px;
  font-size: 11px;
}
#cart div.lens table tr td div.inputPrescription table.value tr td.pdDouble p.val a:hover,
#cart div.lens table tr td div.inputPrescription table.value tr td.pd p.val a:hover {
  text-decoration: none;
  color: #009AE2;
}
#cart div.lens table tr td div.inputPrescription table.value tr td div.select {
  width: 92px;
}
#cart div.lens table tr td div.inputPrescription table.value tr td div.select select {
  width: 90px;
}
#cart div.lens table tr td div.inputPrescription table.value tr td div.select > div {
  width: 42px;
}
#cart div.lens table tr td div.inputPrescription div.both {
  margin-top: 10px;
}
#cart div.lens table tr td div.inputPrescription div.both h5 {
  color: #FF0000;
  font-size: 13px;
  text-align: center;
  padding: 5px 0;
  background: #FFE5E5;
}
#cart div.lens table tr td div.inputPrescription div.both h5 img {
  vertical-align: text-top;
  padding-right: 5px;
}
#cart div.lens table tr td div.inputPrescription div.both p {
  margin-top: 10px;
}
#cart div.lens table tr td div.inputPrescription div.both p.btn {
  text-align: center;
}
#cart div.lens table tr td div.inputPrescription div.both p.btn a {
  display: inline-block;
  text-decoration: none;
  padding: 5px 10px;
  border: #E0E0E0 1px solid;
  background: #F3F3F5;
}
#cart div.lens table tr td div.inputPrescription div.both p.btn a:after {
  content: url(../img/shared/icon_blank.png);
  display: inline;
  vertical-align: middle;
  padding-left: 5px;
}
#cart div.lens table tr td div.inputPrescription div.both p.btn a:hover {
  background: #E0E0E0;
}

/* div.thickness */
#cart div.lens table tr td div.thickness {
  margin-top: 5px;
}
#cart div.lens table tr td div.thickness h4 {
  padding-bottom: 10px;
}
#cart div.lens table tr td div.thickness h4 img {
  vertical-align: text-bottom;
  padding-left: 10px;
}
#cart div.lens table tr td div.thickness div.witch {
  border-top: #E0E0E0 1px solid;
  border-bottom: #E0E0E0 1px solid;
}
#cart div.lens table tr td div.thickness div.witch:after {
  content: "";
  display: table;
  clear: both;
}
#cart div.lens table tr td div.thickness div.witch div.radio {
  width: 135px;
  float: left;
  position: relative;
  z-index: 999;
}
#cart div.lens table tr td div.thickness div.witch div.radio p {
  margin-bottom: 0;
  padding: 15px 5px 15px 10px;
  border-bottom: #CCCCCC 1px dotted;
  background: url(../img/shared/bdr_h_dot_cccccc.png) 100% 0 repeat-y;
}
#cart div.lens table tr td div.thickness div.witch div.radio p.selected {
  border-right: #FFFFFF 1px solid;
  background: none;
}
#cart div.lens table tr td div.thickness div.witch p.thick {
  width: 360px;
  padding: 15px 0 15px 21px;
  margin-bottom: 0;
  float: left;
  background: url(../img/shared/bdr_h_dot_cccccc.png) 0 0 repeat-y;
  position: relative;
  left: -1px;
}
#cart div.lens table tr td div.thickness div.witch p.thick span {
  color: #666666;
  font-size: 10px;
}

/* div.pc_thickness */
#cart div.lens table tr td div.pc_thickness {
  margin-top: 5px;
}
#cart div.lens table tr td div.pc_thickness h4 {
  padding-bottom: 10px;
}
#cart div.lens table tr td div.pc_thickness h4 img {
  vertical-align: text-bottom;
  padding-left: 10px;
}
#cart div.lens table tr td div.pc_thickness div.witch {
  border-top: #E0E0E0 1px solid;
  border-bottom: #E0E0E0 1px solid;
}
#cart div.lens table tr td div.pc_thickness div.witch:after {
  content: "";
  display: table;
  clear: both;
}
#cart div.lens table tr td div.pc_thickness div.witch div.radio {
  width: 135px;
  float: left;
  position: relative;
  z-index: 999;
}
#cart div.lens table tr td div.pc_thickness div.witch div.radio p {
  margin-bottom: 0;
  padding: 15px 5px 15px 10px;
  border-bottom: #CCCCCC 1px dotted;
  background: url(../img/shared/bdr_h_dot_cccccc.png) 100% 0 repeat-y;
}
#cart div.lens table tr td div.pc_thickness div.witch div.radio p.selected {
  border-right: #FFFFFF 1px solid;
  background: none;
}
#cart div.lens table tr td div.pc_thickness div.witch p.thick {
  width: 360px;
  padding: 15px 0 15px 21px;
  margin-bottom: 0;
  float: left;
  background: url(../img/shared/bdr_h_dot_cccccc.png) 0 0 repeat-y;
  position: relative;
  left: -1px;
}
#cart div.lens table tr td div.pc_thickness div.witch p.thick span {
  color: #666666;
  font-size: 10px;
}

/* div.colorLens */
#cart div.lens table tr td div.colorLens {
  margin-top: 5px;
  padding-bottom: 5px;
}
#cart div.lens table tr td div.colorLens h4 {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: #E0E0E0 1px solid;
}
#cart div.lens table tr td div.colorLens h4 img {
  vertical-align: text-bottom;
  padding-left: 10px;
}
#cart div.lens table tr td div.colorLens ul:after {
  content: "";
  display: table;
  clear: both;
}
#cart div.lens table tr td div.colorLens ul li a:hover {
  text-decoration: underline;
}
#cart div.lens table tr td div.colorLens ul li {
  font-size: 11px;
  text-align: center;
  width: 86px;
  height: 125px;
  margin-right: 10px;
  overflow: hidden;
  float: left;
}
#cart div.lens table tr td div.colorLens ul li.pclens {
  height: 140px;
}
#cart div.lens table tr td div.colorLens ul li a {
  text-decoration: none;
}
#cart div.lens table tr td div.colorLens ul li a.imageTitle:after {
  content: url(../img/shared/icon_modal.png);
  padding-left: 5px;
}
#cart div.lens table tr td div.colorLens ul li input[type="radio"] {
  display: none;
}
#cart div.lens table tr td div.colorLens ul li img {
  display: block;
  margin-bottom: 3px;
  border: #FDFDFD 3px solid;
  cursor: pointer;
}
#cart div.lens table tr td div.colorLens ul li input[type="radio"]:checked+label img {
  border-color: #009AE2;
}

/* div.colorHardLens */
#cart div.lens table tr td div.colorHardLens {
  margin-top: 5px;
  padding-bottom: 5px;
}
#cart div.lens table tr td div.colorHardLens h4 {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: #E0E0E0 1px solid;
}
#cart div.lens table tr td div.colorHardLens h4 img {
  vertical-align: text-bottom;
  padding-left: 10px;
}
#cart div.lens table tr td div.colorHardLens ul:after {
  content: "";
  display: table;
  clear: both;
}
#cart div.lens table tr td div.colorHardLens ul li a:hover {
  text-decoration: underline;
}
#cart div.lens table tr td div.colorHardLens ul li {
  font-size: 11px;
  text-align: center;
  width: 86px;
  height: 125px;
  margin-right: 10px;
  overflow: hidden;
  float: left;
}
#cart div.lens table tr td div.colorHardLens ul li.pclens {
  height: 140px;
}
#cart div.lens table tr td div.colorHardLens ul li a {
  text-decoration: none;
}
#cart div.lens table tr td div.colorHardLens ul li a.imageTitle:after {
  content: url(../img/shared/icon_modal.png);
  padding-left: 5px;
}
#cart div.lens table tr td div.colorHardLens ul li input[type="radio"] {
  display: none;
}
#cart div.lens table tr td div.colorHardLens ul li img {
  display: block;
  margin-bottom: 3px;
  border: #FDFDFD 3px solid;
  cursor: pointer;
}
#cart div.lens table tr td div.colorHardLens ul li input[type="radio"]:checked+label img {
  border-color: #009AE2;
}

/* tooltip icon */
#cart span.tooltip a {
  cursor: pointer;
}
#cart span.tooltip img {
  vertical-align: text-bottom;
  padding-left: 10px;
}

/* div.button */
#cart div.content div.button input.fix {
  background: url(../img/cart/cart_btn_fix.png) 0 0 no-repeat;
}
  #cart div.content div.button.grid2Raw .fix_btn{
    display: block; height: auto; margin-bottom: 20px;
  }
  #cart div.content div.button.grid2Raw input.fix {
    background: url(../img/cart/cart_btn_fix_large.png) 0 0 no-repeat; width: 240px; height: 60px;
  }

/* div.help (tooltip) */
#cart div.help {
  width: 340px;
  padding: 20px;
  background: #E5F5FC;
  border: #7FCCF0 1px solid;
  position: absolute;
/*  left: 0;
  top: 0;
*/  display: none;
}
#cart div.help p {
  font-size: 11px;
  margin-bottom: 10px;
}
#cart div.help p.title {
  font-size: 12px;
  font-weight: bold;
}
#cart div.help p:last-child {
  margin-bottom: 0;
}


/* ============================================================
div.input
============================================================ */
#cart div.input p.lead {
  font-size: 13px;
  margin-bottom: 15px;
}
#cart div.input table tr th {
  text-align: left;
  width: 190px;
}
#cart div.input table tr td.must {
  width: 40px;
}
#cart div.input table tr td.cont {
  font-size: 12px;
  width: 470px;
}
#cart div.input table tr td.cont p.notice {
  font-size: 11px;
  color: #F00;
  font-weight: normal;
}

/* tr each */
#cart div.input table tr.name td.cont input {
  width: 160px;
}
#cart div.input table tr.birth td.cont div.select {
  width: 102px;
}
#cart div.input table tr.birth td.cont div.select select {
  width: 100px;
}
#cart div.input table tr.birth td.cont div.select > div {
  width: 52px;
}
#cart div.input table tr.zip td.cont input.zip1 {
  width: 70px;
}
#cart div.input table tr.zip td.cont input.zip2 {
  width: 90px;
}
#cart div.input table tr.zip td.cont a.blank {
  display: inline-block;
  text-decoration: underline;
  padding-right: 15px;
  background: url(../img/shared/icon_blank.png) 100% 50% no-repeat;
}
#cart div.input table tr.zip td.cont a.autoInput {
  display: inline-block;
  font-size: 12px;
  padding: 5px 10px;
  margin-top: 10px;
  background: #F3F3F5;
  border: #E0E0E0 1px solid;
}
#cart div.input table tr.zip td.cont a.autoInput:hover {
  background: #E0E0E0;
}
#cart div.input table tr.address td.cont div.select {
  width: 154px;
}
#cart div.input table tr.address td.cont div.select select {
  width: 152px;
}
#cart div.input table tr.address td.cont div.select > div {
  width: 102px;
}
#cart div.input table tr.address input {
  display: inline-block;
  width: 380px;
  margin-top: 10px;
}
#cart div.input table tr.number td.cont input {
  width: 100px;
}
#cart div.input table tr.email td.cont input {
  width: 280px;
}
#cart div.input table tr.email td.cont input:first-child {
  margin-bottom: 10px;
}
#cart div.input table tr.job td.cont div.select {
  width: 202px;
}
#cart div.input table tr.job td.cont div.select select {
  width: 200px;
}
#cart div.input table tr.job td.cont div.select > div {
  width: 152px;
}

/* anotherAddress */
#cart div.input div.anotherAddress {
  margin-top: 20px;
}
#cart div.input div.anotherAddress table { width: 100%;}
#cart div.input div.anotherAddress table tr{ display: none;}
#cart div.input div.anotherAddress table tr.anotherAddressCheck {
  display: block; display: table-row;
}
#cart div.input div.anotherAddress table tr.anotherAddressCheck th {
  background-color: #F3F3F5;
}
#cart div.input div.anotherAddress table tr.anotherAddressCheck th span {
  font-weight: normal;
}

/* div.button */
#cart div.input div.button input.payment {
  background: url(../img/shopping/deliv_btn_shipping.png) 0 0 no-repeat;
}


/* ============================================================
div.deliv
============================================================ */
#cart div.deliv p.lead {
  font-size: 13px;
  margin-bottom: 15px;
}
#cart div.deliv p.lead span.notice {
  color: #FF0000;
  font-size: 12px;
}
#cart div.deliv p.add {
  margin-bottom: 30px;
}
#cart div.deliv p.add a:hover img {
  opacity: 0.7;
}
#cart div.deliv table tr th {
  text-align: left;
  background-color: #F3F3F5;
}
#cart div.deliv table tr .name {
  width: 160px;
  padding-left: 50px;
}
#cart div.deliv table tr .address {
  width: 370px;
}
#cart div.deliv table tr .control {
  width: 140px;
}

/* td each */
#cart div.deliv table tr .name p.notice {
  color: #FF0000;
}
#cart div.deliv table tr .name div.radio {
  position: relative;
  left: -35px;
}
#cart div.deliv table tr .name div.radio label {
  padding-left: 35px
}
#cart div.deliv table tr .address span.tel {
  display: inline-block;
  min-height: 14px;
  padding-left: 18px;
  background: url(../img/shared/icon_tel.png) 0 50% no-repeat;
}
#cart div.deliv table tr .control p {
  display: inline-block;
  margin-right: 5px;
}
#cart div.deliv table tr .control p a:hover img {
  opacity: 0.7
}

/* div.button */
#cart div.deliv div.button input.payment {
  background: url(../img/shopping/deliv_btn_shipping.png) 0 0 no-repeat;
}


/* ============================================================
div.store
============================================================ */
#cart div.store p.lead {
  font-size: 13px;
  margin-bottom: 15px;
}
#cart div.store table {}
#cart div.store table tr th {
  text-align: left;
  width: 180px;
}
#cart div.store table tr td.must {
  width: 40px;
}
#cart div.store table tr td.cont {
  width: 480px;
}

#cart div.store table tr td.cont div.year,
#cart div.store table tr td.cont div.time {
  width: 92px;
}
#cart div.store table tr td.cont div.year select,
#cart div.store table tr td.cont div.time select {
  width: 90px;
}
#cart div.store table tr td.cont div.year > div,
#cart div.store table tr td.cont div.time > div {
  width: 42px;
}
#cart div.store table tr td.cont div.month,
#cart div.store table tr td.cont div.date {
  width: 72px;
}
#cart div.store table tr td.cont div.month select,
#cart div.store table tr td.cont div.date select {
  width: 70px;
}
#cart div.store table tr td.cont div.month > div,
#cart div.store table tr td.cont div.date > div {
  width: 22px;
}

/* div.button */
#cart div.store div.button input.next {
  background: url(../img/shared/form_btn_next.png) 0 0 no-repeat;
}


/* ============================================================
div.confirm
============================================================ */
#cart div.confirm p.lead {
  font-size: 13px;
  margin-bottom: 20px;
}
#cart div.confirm p.notice {
  color: #FF0000;
  margin-bottom: 15px;
}
#cart div.confirm h3 {
  color: #009AE2;
  font-size: 15px;
  margin-bottom: 5px;
}
#cart div.confirm h3 input {
  padding-left: 10px;
  vertical-align: text-bottom;
}
#cart div.confirm h3 input:hover {
  opacity: 0.7;
}

/* table.products */
#cart div.confirm table.products {
  margin-bottom: 30px;
}
#cart div.confirm table.products tr th {
  text-align: left;
  background: #F3F3F5 url(../img/shared/bdr_dot_cccccc.png) 0 100% repeat-x;
}
#cart div.confirm table.products tr td.image {
  width: 90px;
  padding-right: 10px;
  vertical-align: top;
}
#cart div.confirm table.products tr td.image img {
  width: 100%;
}
#cart div.confirm table.products tr .name {
  width: 250px;
}
#cart div.confirm table.products tr .rate {
  text-align: right;
  width: 150px;
}
#cart div.confirm table.products tr .quantity {
  text-align: center;
  width: 60px;
}
#cart div.confirm table.products tr .price {
  text-align: right;
  width: 120px;
  padding-right: 20px;
}
#cart div.confirm table.products tr td span.discount {
  color: #FF0000;
}
#cart div.confirm table.products tr.cal th {
  text-align: right;
  padding-right: 10px;
  background: #FFFFFF url(../img/shared/bdr_dot_cccccc.png) 0 100% repeat-x;
}
#cart div.confirm table.products tr.cal td {
  text-align: right;
  padding-right: 20px;
}
#cart div.confirm table.products tr.subtotal td {
  font-weight: bold;
}
#cart div.confirm table.products tr.total th,
#cart div.confirm table.products tr.total td {
  background-color: #FFF0F0;
}
#cart div.confirm table.products tr.total td {
  color: #FF0000;
  font-weight: bold;
}

/* table.other */
#cart div.confirm table.other {
  margin-bottom: 30px;
}
#cart div.confirm table.other:last-child {
  margin-bottom: 0;
}
#cart div.confirm table.other tr th {
  width: 130px;
  text-align: left;
}
#cart div.confirm table.other tr th span a:hover img {
  opacity: 0.7;
}
#cart div.confirm table.other tr td {
  width: 560px;
  padding-right: 20px;
}
#cart div.confirm table.other tr td p.note {
  font-size: 11px;
  margin-top: 5px;
}
#cart div.confirm table.other tr td span.caution {
  color: #FF0000;
  padding-left: 1em;
}
#cart div.confirm table.other tr#paymentMethod td p {
  margin-bottom: 5px;
}
#cart div.confirm table.other tr#paymentMethod td p:last-child {
  margin-bottom: 0;
}

/* div.button */
#cart div.confirm div.button input.complete {
  background: url(../img/shopping/confirm_btn_complete.png) 0 0 no-repeat;
}


/* ============================================================
div.payment
============================================================ */
#cart div.payment p.lead {
  font-size: 13px;
  margin-bottom: 20px;
}
#cart div.payment p.notice {
  color: #FF0000;
  margin-bottom: 15px;
  font-weight: normal;
}
#cart div.payment h3 {
  color: #0099E1;
  font-size: 15px;
  margin-bottom: 10px;
}
/*
#cart div.payment form {
  margin-top: 20px;
}
*/
#cart div.payment table tr th,
#cart div.payment table tr td {
  vertical-align: top;
}
#cart div.payment table tr th {
  text-align: left;
  width: 180px;
}
#cart div.payment table tr td.must {
  width: 40px;
}
#cart div.payment table tr td.cont {
  width: 480px;
  vertical-align: middle;
}
#cart div.payment table tr td.cont p {
  margin-bottom: 5px;
}
#cart div.payment table tr td.cont p:last-child {
  margin-bottom: 0;
}
#cart div.payment table tr td.cont p.notice {
  color: #FF0000;
  font-size: 11px;
  margin-top: 5px;
}
#cart div.payment table tr td.cont p.note {
  font-size: 11px;
  margin-top: 5px;
}
#cart div.payment table tr td div.giftcard {
  width: 430px;
  padding: 15px;
  margin: 10px 0;
  border: #F3F3F5 5px solid;
}
#cart div.payment table tr td div.giftcard h4 {
  margin-bottom: 10px;
}
#cart div.payment table tr td div.giftcard h4 img {
  vertical-align: text-bottom;
  padding-left: 10px;
}
#cart div.payment table tr td div.giftcard table {
  margin-bottom: 15px;
}
#cart div.payment table tr td div.giftcard table tr th {
  width: 120px;
  vertical-align: middle;
}
#cart div.payment table tr td div.giftcard table tr td {
  width: 290px;
}
#cart div.payment table tr td div.giftcard table tr.cardNum td input {
  width: 50px;
}
#cart div.payment table tr td div.giftcard table tr.pinNum td input,
#cart div.payment table tr td div.giftcard table tr.amount td input {
  width: 90px;
}
#cart div.payment table tr td div.giftcard p.button {
  text-align: center;
}
#cart div.payment table tr td div.giftcard p.button a:hover img {
  opacity: 0.7;
}
#cart div.payment table tr td.cont input.coupon {
  width: 160px;
  background: #F3F3F5;
}
#cart div.payment table tr td.cont textarea {
  width: 458px;
}
#cart div.payment table tr td div.regular {
  width: 430px;
  padding: 15px;
  margin: 10px 0;
  border: #F3F3F5 5px solid;
}
#cart div.payment table tr td div.regular table tr th {
  width: 120px;
  vertical-align: middle;
}
#cart div.payment table tr td div.regular table tr td {
  width: 290px;
}

/* ------------------------------
load_payment_module
------------------------------ */
#cart div.payment table tr.cardNum td.cont input {
  width: 158px;
}
#cart div.payment table tr.cardPeriod td.cont input {
  width: 38px;
}
#cart div.payment table tr.cardName td.cont input {
  width: 108px;
}

/* convenience */
#cart div.payment table.convenience {}
#cart div.payment table.convenience tr td {
  width: 730px;
}
#cart div.payment table.convenience tr td p {
  margin-bottom: 10px;
}
#cart div.payment table.convenience tr td p:last-child {
  margin-bottom: 0;
}
#cart div.payment div.sendInfo {
  margin-top: 20px;
}
#cart div.payment div.sendInfo table tr.head {
  background-color: #F3F3F5;
}
#cart div.payment div.sendInfo table tr th {
  width: 140px;
}
#cart div.payment div.sendInfo table tr td {
  width: 550px;
  padding-right: 20px;
}

/* div.button */
#cart div.payment div.button input.next {
  background: url(../img/shared/form_btn_next.png) 0 0 no-repeat;
}
#cart div.payment div.button input.cardfix {
  background: url(../img/shopping/payment_btn_cardfix.png) 0 0 no-repeat;
}
#cart div.payment div.button input.convenience {
  background: url(../img/shopping/payment_btn_convenience.png) 0 0 no-repeat;
}
#cart div.payment div.button input.back {
  background: url(../img/shared/form_btn_back.png) 0 0 no-repeat;
}


/* ============================================================
#cartComplete
============================================================ */
#cartComplete {
  width: 780px;
  margin: 0 auto 30px;
}
#cartComplete h2,
#cartComplete p.step {
  margin-bottom: 20px;
}
#cartComplete div.content {
  width: 730px;
  padding: 30px 25px;
  margin-bottom: 20px;
  background-color: #FFFFFF;
}
#cartComplete div.content h3,
#cartComplete div.content p {
  margin-bottom: 20px;
}
#cartComplete div.content h3 {
  color: #FF0000;
  font-size: 13px;
}
#cartComplete div.content p.lead {
  font-size: 13px;
}
#cartComplete div.content p a {
  text-decoration: underline;
}
#cartComplete div.content div.sns {
  width: 730px;
  height: 120px;
  margin: 30px 0;
  background-color: #E5F5FC;
  position: relative;
}
#cartComplete div.content div.sns h4 {
  color: #0099E1;
  font-size: 13px;
  position: absolute;
  left: 70px;
  top: 47px;
}
#cartComplete div.content div.sns h4 img {
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
}
#cartComplete div.content div.sns div.badge {
  position: absolute;
  left: 410px;
  top: 30px;
}
#cartComplete div.content div.toSurvey {
  width: 588px;
  padding: 30px 70px 10px;
  border: #E0E0E0 1px solid;
  overflow: hidden;
}
#cartComplete div.content div.toSurvey div.text {
  width: 390px;
  float: left;
}
#cartComplete div.content div.toSurvey div.text h4 {
  color: #666666;
  font-size: 15px;
}
#cartComplete div.content div.toSurvey div.text p {
  color: #333333;
  font-size: 12px;
}
#cartComplete div.content div.toSurvey p.btn {
  width: 180px;
  float: right;
}
#cartComplete div.content div.toSurvey p.btn a:hover {
  opacity: 0.7;
}

/* div.button */
#cartComplete div.content div.button {
  text-align: center;
  margin-top: 30px;
}
#cartComplete div.content div.button p {
  height: 40px;
  display: inline;
  margin: 0 5px;
}
#cartComplete div.content div.button input[type=submit],
#cartComplete div.content div.button input[type=button] {
  display: inline-block;
  vertical-align: bottom;
  width: 180px;
  height: 40px;
  text-indent: -9999px;
  border: 0;
  cursor: pointer;
  overflow: hidden;
}
#cartComplete div.content div.button input[type=submit]:hover,
#cartComplete div.content div.button input[type=botton]:hover,
#cartComplete div.content div.button a:hover img {
  opacity: 0.7;
}
/* add 2013.12.11 */
#cartComplete div.content p.lead em {
  font-weight: bold;
}
#cartComplete div.content div a,
#cartComplete div.content div a:link {
  text-decoration: underline;
}


/* ============================================================
#storeSelector
============================================================ */
#storeSelector {
  width: 545px;
  padding: 20px;
  margin: 0 auto;
}
#storeSelector h1 {
  margin-bottom: 20px;
}
#storeSelector div.container {
  padding: 30px 20px;
  background: #FFFFFF;
  position: relative;
}
#storeSelector div.container p.lead {
  font-size: 13px;
  margin-bottom: 20px;
}
#storeSelector table {
  color: #333333;
  border-collapse: collapse;
  border-spacing: 0;
  border-top: #CCCCCC 1px dotted;
  /*background: url(../img/shared/bdr_dot_cccccc.png) 0 0 repeat-x;*/
}
#storeSelector table tr th,
#storeSelector table tr td{
  font-size: 12px;
  text-align: left;
  vertical-align: middle;
  padding: 15px 10px;
  background: url(../img/shared/bdr_dot_cccccc.png) 0 100% repeat-x;
}

/* selector */
#storeSelector table.selector tr th {
  width: 130px;
}
#storeSelector table.selector tr td {
  width: 345px;
}
#storeSelector table.selector tr td input.zip1 {
  width: 70px;
}
#storeSelector table.selector tr td input.zip2 {
  width: 90px;
}
#storeSelector table.selector tr td a.blank {
  display: inline-block;
  text-decoration: underline;
  padding-right: 15px;
  background: url(../img/shared/icon_blank.png) 100% 50% no-repeat;
}

/* div.button */
#storeSelector form div.button {
  padding-top: 20px;
  text-align: center;
}
#storeSelector form div.button p {
  display: inline;
  width: 180px;
  height: 40px;
  margin: 0 5px;
}
#storeSelector form div.button input[type=submit],
#storeSelector form div.button input[type=button]{
  display: inline-block;
  vertical-align: bottom;
  width: 103px;
  height: 23px;
  text-indent: -9999px;
  border: 0;
  cursor: pointer;
  overflow: hidden;
}
#storeSelector form div.button input.search {
  background: url(../img/shopping/storeselect_btn_search.jpg) 0 0 no-repeat;
}
#storeSelector form div.button input[type=submit]:hover,
#storeSelector form div.button input[type=button]:hover,
#storeSelector div.button a:hover img {
  opacity: 0.7;
}

/* table.result */
#storeSelector table.result {
  margin-top: 30px;
}
#storeSelector table.result tr th {
  background-color: #F3F3F5;
}
#storeSelector table.result tr td.store {
  width: 420px;
}
#storeSelector table.result tr td.button {
  width: 45px;
}
#storeSelector table.result tr td.button a:hover img {
  opacity: 0.7;
}
#storeSelector table.result tr td.store p.name {
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 5px;
}
#storeSelector table.result tr td.store p.address {
  font-size: 11px;
}
#storeSelector table.result tr td.store p.address span.tel,
#storeSelector table.result tr td.store p.address span.open {
  display: inline-block;
  min-height: 14px;
  padding-left: 18px;
  margin-right: 15px;
}
#storeSelector table.result tr td.store p.address span.tel {
  background: url(../img/shared/icon_tel.png) 0 50% no-repeat;
}
#storeSelector table.result tr td.store p.address span.open {
  background: url(../img/shared/icon_time.png) 0 50% no-repeat;
}


/* ============================================================
errorMessage
============================================================ */
#cart div.lens table tr td div.selectPrescription div#history_err {
  color: #FF0000;
  padding-bottom: 1em;
}

#cart div.lens table tr td div.inputPrescription div#pd_err,
#cart div.lens table tr td div.inputPrescription div#sph_cyl_err {
  color: #FF0000;
}

#hardlens_ad {
	display: none;
	margin-bottom: 4px;
	color: #F00;
}

.lens_hard_price_delete {
	text-decoration: line-through;
	margin-right: 4px;
	margin-left: 2px;
}
.lens_hard_sale_price, .lens_color_hard_sale_price {
	color: #F00;
}
