@charset "utf-8";


/*
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

  Last Updated: October 30, 2013

  #entry
  #mypage
  #historyIndex
  #historyDetail
  #favorite
  #regularIndex
  #regularDetail
  #regularShipping
  #change
  #delivery
  #deliveryAddr
  #lens
  #giftCard
  #giftCardSet
  #coupon
  #refusal

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
*/


/* ============================================================
#entry
============================================================ */
#entry {
  width: 780px;
  margin: 0 auto 30px;
}
#entry h2,
#entry p.step {
  margin-bottom: 20px;
}
#entry div.content {
  padding: 30px 25px;
  background: #FFFFFF;
}
#entry div.content p.notice {
  color: #FF0000;
  font-size: 13px;
  font-weight: bold;
}
#entry div.content p.lead {
  font-size: 13px;
  margin-bottom: 20px;
}
#entry div.content div.button {
  text-align: center;
}
#entry div.content div.button p {
  height: 40px;
  display: inline;
  margin: 0 5px;
}
#entry div.content div.button input[type=submit],
#entry 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;
}
#entry div.content div.button input[type=submit]:hover,
#entry div.content div.button input[type=button]:hover,
#entry div.content div.button a:hover img {
  opacity: 0.7;
}
#entry div.content div.button input.entryForm {
  background: url(../img/entry/entry_btn_agree.png) 0 0 no-repeat;
}

/* ------------------------------
div.kiyaku
------------------------------ */
#entry div.kiyaku div.article {
  height: 360px;
  padding: 20px;
  margin-bottom: 20px;
  background: #F3F3F5;
  overflow-y: auto;
}
#entry div.kiyaku div.article div.section {
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: #000000 1px dotted;
}
#entry div.kiyaku div.article div.section:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}
#entry div.kiyaku div.article h3 {
  font-size: 13px;
}
#entry div.kiyaku div.article h4 {
  font-size: 12px;
  margin-top: 40px
}
#entry div.kiyaku div.article h5 {
  font-size: 11px;
  margin-top: 20px
}
#entry div.kiyaku div.article p,
#entry div.kiyaku div.article ul,
#entry div.kiyaku div.article dl {
  margin: 10px 0;
}
#entry div.kiyaku div.article ul {
  padding-left: 10px;
}
#entry div.kiyaku div.article dl {
  width: 660px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 5px;
  border-top: #DEDEDE 1px solid;
  position: relative;
}
#entry div.kiyaku div.article dt {
  color: #666666;
  font-weight: bold;
  width: 12em;
  position: absolute;
  left: 0;
}
#entry div.kiyaku div.article dd {
  padding-left: 13em;
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: #DEDEDE 1px solid;
}



/* ------------------------------
div.input
------------------------------ */
#entry div.input {}
#entry div.input table {
  margin-bottom: 20px;
  border-collapse: collapse;
  border-spacing: 0;
  border-top: #CCCCCC 1px dotted;
}
#entry div.input table tr {
  border-bottom: #CCCCCC 1px dotted;
}
#entry div.input table tr th,
#entry div.input table tr td {
  padding: 15px 10px 15px 0;
  vertical-align: middle;
}
#entry div.input table tr th {
  text-align: left;
  width: 190px;
}
#entry div.input table tr td.must {
  width: 40px;
}
#entry div.input table tr td.cont {
  font-size: 12px;
  width: 470px;
}
#entry div.input table tr td.cont p.notice {
  font-size: 11px;
  font-weight: normal;
}

/* tr each */
#entry div.input table tr.name td.cont input {
  width: 160px;
}
#entry div.input table tr.birth td.cont div.select {
  width: 102px;
}
#entry div.input table tr.birth td.cont div.select select {
  width: 100px;
}
#entry div.input table tr.birth td.cont div.select > div {
  width: 52px;
}
#entry div.input table tr.zip td.cont input.zip1 {
  width: 70px;
}
#entry div.input table tr.zip td.cont input.zip2 {
  width: 90px;
}
#entry 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;
}
#entry 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;
}
#entry div.input table tr.zip td.cont a.autoInput:hover {
  background: #E0E0E0;
}
#entry div.input table tr.address td.cont div.select {
  width: 154px;
}
#entry div.input table tr.address td.cont div.select select {
  width: 152px;
}
#entry div.input table tr.address td.cont div.select > div {
  width: 102px;
}
#entry div.input table tr.address input {
  display: inline-block;
  width: 380px;
  margin-top: 10px;
}
#entry div.input table tr.number td.cont input {
  width: 100px;
}
#entry div.input table tr.email td.cont input {
  width: 280px;
}
#entry div.input table tr.email td.cont input:first-child {
  margin-bottom: 10px;
}
#entry div.input table tr.job td.cont div.select {
  width: 202px;
}
#entry div.input table tr.job td.cont div.select select {
  width: 200px;
}
#entry div.input table tr.job td.cont div.select > div {
  width: 152px;
}
#entry div.input table tr.password td.cont input {
  width: 280px;
}
#entry div.input table tr.password td.cont input {
  margin-top: 10px;
}
#entry div.input table tr.hint td.cont div.select {
  width: 202px;
}
#entry div.input table tr.hint td.cont div.select select {
  width: 200px;
}
#entry div.input table tr.hint td.cont div.select > div {
  width: 152px;
}
#entry div.input table tr.hint td.cont input {
  display: inline-block;
  width: 160px;
  margin-left: 2px;
}
#entry div.input table tr.hint p.answer {
  padding-top: 10px;
}
#entry div.input table tr.mailMag td.cont strong {
  display: inline-block;
  font-size: 12px;
}
#entry div.input table tr.mailMag td.cont p {
  margin-top: 5px;
}
#entry div.input div.button input.confirm {
  background: url(../img/shared/form_btn_confirm.png) 0 0 no-repeat;
}

/* ------------------------------
div.input.confirm
------------------------------ */
#entry div.confirm table tr td.cont {
  color: #333333;
  font-size: 12px;
}
#entry div.confirm div.button input.complete {
  background: url(../img/entry/entry_btn_complete.png) 0 0 no-repeat;
}

/* ------------------------------
div.complete
------------------------------ */
#entry div.complete p.notice {
  margin-bottom: 20px;
}
#entry div.complete p.lead {
  margin-bottom: 10px;
}
#entry div.complete div.button {
  margin-top: 20px;
}


/* ============================================================
#mypage
============================================================ */
#mypage {
  margin-bottom: 30px;
}
#mypage div.side {
  float: left;
}
#mypage div.contents {
  float: right;
}
#mypage div.contents h2 {
  margin-bottom: 20px;
}
#mypage div.contents div.content {
  width: 730px;
  padding: 25px;
  background: #FFFFFF;
}
#mypage table {
  color: #333333;
  border-top: #CCCCCC 1px dotted;
}
#mypage table a {
  color: #333333;
  text-decoration: underline;
}
#mypage table tr {
  border-bottom: #CCCCCC 1px dotted;
}
#mypage table tr th,
#mypage table tr td {
  vertical-align: middle;
  padding: 15px 10px
}
#mypage table tr th {
  font-size: 11px;
  text-align: left;
}
#mypage table tr td {
  font-size: 12px;
}
#mypage table tr td a:hover img {
  opacity: 0.7;
}
#mypage .pageNav { text-align: center;}
#mypage .pageNav { text-align: center;}


/* ============================================================
#historyIndex
============================================================ */
#mypage #historyIndex p.lead {
  font-size: 13px;
  margin-bottom: 20px;
}
#mypage #historyIndex table tr {
  text-align: left;
}
#mypage #historyIndex  table tr th {
  background: #F3F3F5;
}

#mypage #historyIndex table tr td.date {
  width: 170px;
}
#mypage #historyIndex table tr td.num {
  width: 100px;
}
#mypage #historyIndex table tr td.pay,
#mypage #historyIndex table tr td.price,
#mypage #historyIndex table tr td.detail {
  width: 120px;
}


/* ============================================================
#historyDetail
============================================================ */
#mypage div.contents div#historyDetail {
  padding-bottom: 1px;
}
#mypage #historyDetail h3 {
  color: #0099DF;
  font-size: 15px;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: #CCCCCC 1px dotted;
}
#mypage #historyDetail p.lead {
  font-size: 13px;
  padding: 0 10px;
  margin-bottom: 10px;
}
#mypage #historyDetail table.detail {
  margin-bottom: 30px;
}
#mypage #historyDetail table.detail tr.head th {
  background-color: #F3F3F5;
}
#mypage #historyDetail table.detail tr .product {
  width: 350px;
  text-align: left;
}
#mypage #historyDetail table.detail tr .rate {
  width: 140px;
  text-align: right;
}
#mypage #historyDetail table.detail tr .quantity {
  width: 50px;
  text-align: center;
}
#mypage #historyDetail table.detail tr .price {
  width: 110px;
  text-align: right;
}
#mypage #historyDetail table.detail tr.cal th {
  text-align: right;
  background: #FFFFFF;
}
#mypage #historyDetail table.detail tr.subtotal td {
  font-weight: bold;
}
#mypage #historyDetail table.detail tr.total th,
#mypage #historyDetail table.detail tr.total td {
  background: #FFF0F0;
}
#mypage #historyDetail table.detail tr.total td {
  color: #FF0000;
  font-weight: bold;
}
#mypage #historyDetail table.detail tr td span.discount {
  color: #FF0000;
}

/* ------------------------------
div.info
------------------------------ */
#mypage #historyDetail div.info {
  margin-bottom: 30px;
}
#mypage #historyDetail div.info h3 {
  padding-bottom: 0;
  border-bottom: 0;
}
#mypage #historyDetail div.info table.info {}
#mypage #historyDetail div.info table.info tr th {
  width: 130px;
  text-align: left;
}
#mypage #historyDetail div.info table.info tr td {
  width: 560px;
}


/* ============================================================
#favorite
============================================================ */
#mypage #favorite p.lead {
  font-size: 13px;
  margin-bottom: 10px;
}
#mypage #favorite p.lead span.notice {
  color: #FF0000;
  font-size: 11px;
}
#mypage #favorite table tr th {
  text-align: left;
  background: #F3F3F5;
}
#mypage #favorite table tr td.image {
  width: 90px;
}
#mypage #favorite table tr td.image img {
  width: 100%;
}
#mypage #favorite table tr .name {
  width: 230px;
  padding-left: 50px;
}
#mypage #favorite table tr td.price {
  width: 100px;
}
#mypage #favorite table tr td.control {
  width: 200px;
}
#mypage #favorite table tr td.control p {
  display: inline-block;
  margin-right: 5px;
}


/* ============================================================
#regularIndex
============================================================ */
#mypage #regularIndex p.lead {
  font-size: 13px;
  margin-bottom: 20px;
}
#mypage #regularIndex table tr {
  text-align: left;
}
#mypage #regularIndex  table tr th {
  background: #F3F3F5;
}

#mypage #regularIndex table tr td.date {
  width: 170px;
}
#mypage #regularIndex table tr td.num {
  width: 100px;
}
#mypage #regularIndex table tr td.pay,
#mypage #regularIndex table tr td.price,
#mypage #regularIndex table tr td.detail {
  width: 120px;
}


/* ============================================================
#regularDetail
============================================================ */
#mypage #regularDetail {
  margin-bottom: 20px;
}
#mypage #regularDetail h3 {
  color: #0099DF;
  font-size: 15px;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: #CCCCCC 1px dotted;
}
#mypage #regularDetail p.lead {
  font-size: 13px;
  padding: 0 10px;
  margin-bottom: 10px;
}
#mypage #regularDetail table.detail tr th {
  background: #F3F3F5;
  text-align: left;
}
#mypage #regularDetail table.detail tr .code {
  width: 120px;
}
#mypage #regularDetail table.detail tr .name {
  width: 220px;
}
#mypage #regularDetail table.detail tr .rate {
  width: 90px;
}
#mypage #regularDetail table.detail tr .quantity {
  width: 60px;
}
#mypage #regularDetail table.detail tr .price {
  width: 140px;
}
#mypage #regularDetail table.detail tr.cal th {
  text-align: right;
  background: #FFFFFF;
}
#mypage #regularDetail table.detail tr.subtotal td {
  font-weight: bold;
}
#mypage #regularDetail table.detail tr.total th,
#mypage #regularDetail table.detail tr.total td {
  background: #FFF0F0;
}
#mypage #regularDetail table.detail tr.total td {
  color: #FF0000;
  font-weight: bold;
}
#mypage #regularDetail table.detail tr td span.discount {
  color: #FF0000;
}


/* ============================================================
#regularShipping
============================================================ */
#mypage #regularShipping h3 {
  color: #0099DF;
  font-size: 15px;
  margin-bottom: 10px;
}
#mypage #regularShipping table {
  margin-bottom: 20px;
}
#mypage #regularShipping table tr.title th {
  background: #F3F3F5;
}
#mypage #regularShipping table tr th {
  width: 220px;
  text-align: left;
}
#mypage #regularShipping table tr td {
  width: 470px;
}
#mypage #regularShipping table tr td p.notice {
  color: #FF0000;
  font-size: 11px;
  font-weight: normal;
}
#mypage #regularShipping table tr.name td input {
  width: 160px;
}
#mypage #regularShipping table tr.zip td input.zip1 {
  width: 80px;
}
#mypage #regularShipping table tr.zip td input.zip2 {
  width: 100px;
}
#mypage #regularShipping table tr.zip td a.blank {
  display: inline-block;
  text-decoration: underline;
  padding-right: 15px;
  background: url(../img/shared/icon_blank.png) 100% 50% no-repeat;
}
#mypage #regularShipping table tr.zip td a.autoInput {
  display: inline-block;
  text-decoration: none;
  font-size: 12px;
  padding: 5px 10px;
  margin-top: 10px;
  background: #F3F3F5;
  border: #E0E0E0 1px solid;
}
#mypage #regularShipping table tr.zip td a.autoInput:hover {
  background: #E0E0E0;
}
#mypage #regularShipping table tr.address td div.select {
  width: 154px;
}
#mypage #regularShipping table tr.address td div.select select {
  width: 152px;
}
#mypage #regularShipping table tr.address td div.select > div {
  width: 102px;
}
#mypage #regularShipping table tr.address input {
  display: inline-block;
  width: 380px;
  margin-top: 10px;
}
#mypage #regularShipping table tr.number td input {
  width: 100px;
}
#mypage #regularShipping table tr.ymd td div.select {
  width: 102px;
  display: inline-block;
  vertical-align: middle;
}
#mypage #regularShipping table tr.ymd td div.select select {
  width: 100px;
}
#mypage #regularShipping table tr.ymd td div.select > div {
  width: 52px;
}
#mypage #regularShipping table tr.quantity input {
  width: 88px;
}
#mypage #regularShipping div.button {
  text-align: center;
}
#mypage #regularShipping div.button p {
  height: 40px;
  display: inline;
  margin: 0 5px;
}
#mypage #regularShipping div.button input[type=submit],
#mypage #regularShipping div.button input[type=button] {
  display: inline-block;
  vertical-align: bottom;
  width: 180px;
  height: 40px;
  text-indent: -9999px;
  border: 0;
  cursor: pointer;
  overflow: hidden;
}
#mypage #regularShipping div.button input[type=submit]:hover,
#mypage #regularShipping div.button input[type=button]:hover,
#mypage #regularShipping div.button a:hover img {
  opacity: 0.7;
}
#mypage #regularShipping div.button input.changeFix {
  background: url(../img/shared/form_btn_changefix.png) 0 0 no-repeat;
}



/* ============================================================
#change
============================================================ */
#mypage #change {
  position: relative;
}
#mypage #change p.notice {
  color: #FF0000;
  font-size: 13px;
  font-weight: bold;
}
#mypage #change p.lead {
  font-size: 13px;
  margin-bottom: 20px;
}
#mypage #change dl.snsLogin {
  padding: 5px 0;
  position: absolute;
  right: 25px;
  top: 13px;
}
#mypage #change dl.snsLogin dt {
  color: #666666;
  font-size: 11px;
  font-weight: bold;
  display: inline-block;
  padding: 3px 7px 1px 7px;
  margin-top: 5px;
  float: left;
  background-color: #F3F3F5;
}
#mypage #change dl.snsLogin dt span {
  padding-right: 10px;
  background: #F3F3F5 url(../img/shared/list_arrow_r.png) 100% 50% no-repeat
}
#mypage #change dl.snsLogin dd {
  width: 32px;
  padding-left: 10px;
  float: left;
}
#mypage #change div.button {
  text-align: center;
}
#mypage #change div.button p {
  height: 40px;
  display: inline;
  margin: 0 5px;
}
#mypage #change div.button input[type=submit],
#mypage #change div.button input[type=button] {
  display: inline-block;
  vertical-align: bottom;
  width: 180px;
  height: 40px;
  text-indent: -9999px;
  border: 0;
  cursor: pointer;
  overflow: hidden;
}
#mypage #change div.button input[type=submit]:hover,
#mypage #change div.button input[type=button]:hover,
#mypage #change div.button a:hover img {
  opacity: 0.7;
}

/* ------------------------------
div.input
------------------------------ */
#mypage #change table {
  margin-bottom: 20px;
  border-collapse: collapse;
  border-spacing: 0;
  border-top: #CCCCCC 1px dotted;
}
#mypage #change table tr {
  border-bottom: #CCCCCC 1px dotted;
}
#mypage #change table tr th,
#mypage #change table tr td {
  padding: 15px 10px 15px 0;
  vertical-align: middle;
}
#mypage #change table tr th {
  text-align: left;
  width: 190px;
}
#mypage #change table tr td.must {
  width: 40px;
}
#mypage #change table tr td.cont {
  font-size: 12px;
  width: 470px;
}
#mypage #change table tr td.cont p.notice {
  font-size: 11px;
  font-weight: normal;
}

/* tr each */
#mypage #change table tr.name td.cont input {
  width: 160px;
}
#mypage #change table tr.birth td.cont div.select {
  width: 102px;
}
#mypage #change table tr.birth td.cont div.select select {
  width: 100px;
}
#mypage #change table tr.birth td.cont div.select > div {
  width: 52px;
}
#mypage #change table tr.zip td.cont input.zip1 {
  width: 70px;
}
#mypage #change table tr.zip td.cont input.zip2 {
  width: 90px;
}
#mypage #change 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;
}
#mypage #change table tr.zip td.cont a.autoInput {
  display: inline-block;
  font-size: 12px;
  text-decoration: none;
  padding: 5px 10px;
  margin-top: 10px;
  background: #F3F3F5;
  border: #E0E0E0 1px solid;
}
#mypage #change table tr.zip td.cont a.autoInput:hover {
  background: #E0E0E0;
}
#mypage #change table tr.address td.cont div.select {
  width: 154px;
}
#mypage #change table tr.address td.cont div.select select {
  width: 152px;
}
#mypage #change table tr.address td.cont div.select > div {
  width: 102px;
}
#mypage #change table tr.address input {
  display: inline-block;
  width: 380px;
  margin-top: 10px;
}
#mypage #change table tr.number td.cont input {
  width: 100px;
}
#mypage #change table tr.email td.cont input {
  width: 280px;
}
#mypage #change table tr.email td.cont input:first-child {
  margin-bottom: 10px;
}
#mypage #change table tr.job td.cont div.select {
  width: 202px;
}
#mypage #change table tr.job td.cont div.select select {
  width: 200px;
}
#mypage #change table tr.job td.cont div.select > div {
  width: 152px;
}
#mypage #change table tr.password td.cont input {
  width: 280px;
}
#mypage #change table tr.password td.cont input {
  margin-top: 10px;
}
#mypage #change table tr.hint td.cont div.select {
  width: 202px;
}
#mypage #change table tr.hint td.cont div.select select {
  width: 200px;
}
#mypage #change table tr.hint td.cont div.select > div {
  width: 152px;
}
#mypage #change table tr.hint td.cont input {
  display: inline-block;
  width: 160px;
  margin-left: 2px;
}
#mypage #change table tr.hint p.answer {
  padding-top: 10px;
}
#mypage #change table tr.mailMag td.cont strong {
  display: inline-block;
  font-size: 12px;
}
#mypage #change table tr.mailMag td.cont p,
#mypage #change table tr.payment td.cont p {
  margin-top: 5px;
}
#mypage #change div.button input.confirm {
  background: url(../img/shared/form_btn_confirm.png) 0 0 no-repeat;
}

/* ------------------------------
div.input.confirm
------------------------------ */
#mypage #change.confirm table tr td.cont {
  color: #333333;
  font-size: 12px;
}
#mypage #change.confirm div.button input.complete {
  background: url(../img/mypage/change_btn_complete.png) 0 0 no-repeat;
}

/* ------------------------------
div.complete
------------------------------ */
#mypage #change.complete p.notice {
  margin-bottom: 20px;
}
#mypage #change.complete p.lead {
  margin-bottom: 10px;
}
#mypage #change.complete div.button {
  margin-top: 20px;
}


/* ============================================================
#delivery
============================================================ */
#mypage #delivery p.lead {
  font-size: 13px;
  margin-bottom: 15px;
}
#mypage #delivery p.lead span.notice {
  color: #FF0000;
  font-size: 12px;
}
#mypage #delivery p.add {
  margin-bottom: 30px;
}
#mypage #delivery p.add a:hover img {
  opacity: 0.7;
}
#mypage #delivery table tr th {
  text-align: left;
  background-color: #F3F3F5;
}
#mypage #delivery table tr .name {
  width: 200px;
}
#mypage #delivery table tr .address {
  width: 370px;
  padding-left: 0;
}
#mypage #delivery table tr .control {
  width: 140px;
  padding-left: 0;
}

/* td each */
#mypage #delivery table tr .name p.notice {
  color: #FF0000;
}
#mypage #delivery table tr .name div.radio {
  position: relative;
  left: -35px;
}
#mypage #delivery table tr .name div.radio label {
  padding-left: 35px
}
#mypage #delivery 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;
}
#mypage #delivery table tr .control p {
  display: inline-block;
  margin-right: 5px;
}
#mypage #delivery table tr .control p a:hover img {
  opacity: 0.7
}


/* ============================================================
#deliveryAddr
============================================================ */
#deliveryAddr {
  width: 545px;
  padding: 20px;
  margin: 0 auto;
}
#deliveryAddr h1 {
  margin-bottom: 20px;
}
#deliveryAddr div.container {
  padding: 30px 20px;
  background: #FFFFFF;
  position: relative;
}
#deliveryAddr div.container p.lead {
  font-size: 13px;
  margin-bottom: 20px;
}
#deliveryAddr table {
  width: 505px;
  margin-bottom: 20px;
  border-collapse: collapse;
  border-spacing: 0;
  border-top: #CCCCCC 1px dotted;
}
#deliveryAddr table tr {
  border-bottom: #CCCCCC 1px dotted;
}
#deliveryAddr table tr th,
#deliveryAddr table tr td {
  padding: 15px 0 15px 10px;
  vertical-align: middle;
}
#deliveryAddr table tr th {
  text-align: left;
  width: 95px;
}
#deliveryAddr table tr td.must {
  width: 40px;
}
#deliveryAddr table tr td.cont {
  font-size: 12px;
  width: 330px;
  padding-right: 10px;
}
#deliveryAddr table tr td.cont p.notice {
  color: #FF0000;
  font-size: 11px;
  margin-top: 5px;
}

/* tr each */
#deliveryAddr table tr.name td.cont input {
  width: 90px;
}
#deliveryAddr table tr.birth td.cont div.select {
  width: 102px;
}
#deliveryAddr table tr.birth td.cont div.select select {
  width: 100px;
}
#deliveryAddr table tr.birth td.cont div.select > div {
  width: 52px;
}
#deliveryAddr table tr.zip td.cont input.zip1 {
  width: 70px;
}
#deliveryAddr table tr.zip td.cont input.zip2 {
  width: 90px;
}
#deliveryAddr 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;
}
#deliveryAddr 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;
}
#deliveryAddr table tr.zip td.cont a.autoInput:hover {
  background: #E0E0E0;
}
#deliveryAddr table tr.address td.cont div.select {
  width: 154px;
}
#deliveryAddr table tr.address td.cont div.select select {
  width: 152px;
}
#deliveryAddr table tr.address td.cont div.select > div {
  width: 102px;
}
#deliveryAddr table tr.address input {
  display: inline-block;
  width: 320px;
  margin-top: 10px;
}
#deliveryAddr table tr.number td.cont input {
  width: 70px;
}
#deliveryAddr div.button {
  text-align: center;
}
#deliveryAddr div.button p {
  height: 40px;
  display: inline;
  margin: 0 5px;
}
#deliveryAddr div.button input[type=submit],
#deliveryAddr div.button input[type=button] {
  display: inline-block;
  vertical-align: bottom;
  width: 180px;
  height: 40px;
  text-indent: -9999px;
  border: 0;
  cursor: pointer;
  overflow: hidden;
  background: url(../img/shared/form_btn_set.png) 0 0 no-repeat;
}
#deliveryAddr div.button input[type=submit]:hover,
#deliveryAddr div.button input[type=button]:hover {
  opacity: 0.7;
}


/* ============================================================
#lens
============================================================ */
#mypage #lens {}
#mypage #lens p.lead {
  font-size: 13px;
  margin-bottom: 15px;
}
#mypage #lens p.add {
  margin-bottom: 30px;
}
#mypage #lens p.add a:hover img {
  opacity: 0.7;
}
#mypage #lens table tr th {
  text-align: left;
  background-color: #F3F3F5;
}
#mypage #lens table tr .date {
  width: 150px;
}
#mypage #lens table tr .name {
  width: 380px;
}
#mypage #lens table tr .control {
  width: 140px;
}

#mypage #lens table tr .control p {
  display: inline-block;
  margin-right: 5px;
}
#mypage #lens table tr .control p a:hover img {
  opacity: 0.7
}


/* ============================================================
#lensHistrory
============================================================ */
#mypage #lensHistory p.lead {
  font-size: 13px;
  margin-bottom: 20px;
}

#mypage #lensHistory table tr th.title {
  text-align: left;
  width: 100px;
}
#mypage #lensHistory table tr td.must {
  width: 40px;
  padding-left: 0;
  padding-right: 0;
}
#mypage #lensHistory table tr td.cont {
  width: 560px;
}
#mypage #lensHistory table tr td.cont input[type="text"] {
  width: 288px;
}
#mypage #lensHistory table tr td p {
  margin-bottom: 5px;
}
#mypage #lensHistory table tr td p:last-child {
  margin-bottom: 0;
}
#mypage #lensHistory table tr td.cont label {
  margin-right: 0;
}
#mypage #lensHistory div.button {
  text-align: center;
  margin-top: 20px;
}
#mypage #lensHistory div.button p {
  height: 40px;
  display: inline;
  margin: 0 5px;
}
#mypage #lensHistory div.button input[type=submit],
#mypage #lensHistory div.button input[type=button]{
  display: inline-block;
  vertical-align: bottom;
  width: 180px;
  height: 40px;
  text-indent: -9999px;
  border: 0;
  cursor: pointer;
  overflow: hidden;
}
#mypage #lensHistory div.button input[type=submit]:hover,
#mypage #lensHistory div.button input[type=button]:hover,
#mypage #lensHistory div.button a:hover img {
  opacity: 0.7;
}
#mypage #lensHistory div.button input.set {
  background: url(../img/mypage/lenshistory_btn_set.png) 0 0 no-repeat;
}

/* ------------------------------
table.value
------------------------------ */
#mypage #lensHistory table tr td.cont table.value tr.head {
  background-color: #F3F3F5
}
#mypage #lensHistory table tr td.cont table.value tr.head th {
  text-align: center;
}
#mypage #lensHistory table tr td.cont table.value tr th.lr {
  vertical-align: middle;
  width: 50px;
}
#mypage #lensHistory table tr td.cont table.value tr td {
  width: 95px;
}
#mypage #lensHistory table tr td.cont table.value tr td.pd,
#mypage #lensHistory table tr td.cont table.value tr td.pdDouble {
  width: 145px;
}
#mypage #lensHistory table tr td.cont table.value tr td.pdDouble {
  vertical-align: middle;
}
#mypage #lensHistory table tr td.cont table.value tr td.pdDouble p.val,
#mypage #lensHistory table tr td.cont table.value tr td.pd p.val {
  padding-top: 5px;
}
#mypage #lensHistory table tr td.cont table.value tr td div.select {
  width: 92px;
}
#mypage #lensHistory table tr td.cont table.value tr td div.select select {
  width: 90px;
}
#mypage #lensHistory table tr td.cont table.value tr td div.select > div {
  width: 42px;
}

/* tooltip icon */
#mypage #lensHistory span.tooltip a {
  cursor: pointer;
}
#mypage #lensHistory span.tooltip img {
  vertical-align: text-bottom;
  padding-left: 10px;
}

/* ------------------------------
div.help (tooltip)
------------------------------ */
#mypage #lensHistory div.help {
  width: 340px;
  padding: 20px;
  background: #E5F5FC;
  border: #7FCCF0 1px solid;
  position: absolute;
  display: none;
}
#mypage #lensHistory div.help p {
  font-size: 11px;
  margin-bottom: 10px;
}
#mypage #lensHistory div.help p.title {
  font-size: 12px;
  font-weight: bold;
}
#mypage #lensHistory div.help p:last-child {
  margin-bottom: 0;
}


/* ============================================================
#giftCard
============================================================ */
#mypage #giftCard div.content {
  margin-bottom: 20px;
}
#mypage #giftCard div.content h3 {
  color: #0099DF;
  font-size: 15px;
  margin-bottom: 10px;
}
#mypage #giftCard div.content table tr th {
  text-align: left;
  background-color: #F3F3F5;
}

/* ------------------------------
div.balance
------------------------------ */
#mypage #giftCard div.balance {}
#mypage #giftCard div.balance div.cardInfo {
  font-size: 13px;
  padding-top: 15px;
  margin-bottom: 15px;
  border-top: #CCCCCC 1px dotted;
}
#mypage #giftCard div.balance div.cardInfo p span {
  font-weight: bold;
}
#mypage #giftCard div.balance div.cardInfo p strong {
  color: #FF0000;
}
#mypage #giftCard div.balance table tr td.value {
  width: 300px;
}
#mypage #giftCard div.balance table tr td.amount {
  width: 160px;
}
#mypage #giftCard div.balance table tr td.term {
  width: 210px;
}

/* ------------------------------
div.history
------------------------------ */
#mypage #giftCard div.history {
  margin-bottom: 0;
}
#mypage #giftCard div.history table tr td.date {
  width: 140px;
}
#mypage #giftCard div.history table tr td.shop {
  width: 310px;
}
#mypage #giftCard div.history table tr td.subject,
#mypage #giftCard div.history table tr td.amount {
  width: 100px;
}


/* ============================================================
#giftCardSet
============================================================ */
#mypage #giftCardSet p.lead {
  font-size: 13px;
  margin-bottom: 20px;
}
#mypage #giftCardSet p.howto,
#mypage #giftCardSet table {
  margin-bottom: 20px;
}
#mypage #giftCardSet table tr th {
  text-align: left;
  width: 170px;
}
#mypage #giftCardSet table tr td.must {
  width: 40px;
}
#mypage #giftCardSet table tr td.cont {
  width: 460px;
}
#mypage #giftCardSet table tr.num input[type="text"] {
  width: 60px;
}
#mypage #giftCardSet div.button {
  text-align: center;
}
#mypage #giftCardSet div.button p {
  height: 40px;
  display: inline;
  margin: 0 5px;
}
#mypage #giftCardSet div.button input[type=submit],
#mypage #giftCardSet div.button input[type=button] {
  display: inline-block;
  vertical-align: bottom;
  width: 180px;
  height: 40px;
  text-indent: -9999px;
  border: 0;
  cursor: pointer;
  overflow: hidden;
}
#mypage #giftCardSet div.button input[type=submit]:hover,
#mypage #giftCardSet div.button input[type=button]:hover,
#mypage #giftCardSet div.button a:hover img {
  opacity: 0.7;
}
#mypage #giftCardSet div.button input.confirm {
  background: url(../img/shared/form_btn_confirm.png) 0 0 no-repeat;
}


/* ============================================================
#coupon
============================================================ */
#mypage #coupon {
  margin-bottom: 20px;
}
#mypage #coupon p.lead {
  font-size: 13px;
  margin-bottom: 20px;
}
#mypage #coupon table tr {
  text-align: left;
}
#mypage #coupon  table tr th {
  background: #F3F3F5;
}
#mypage #coupon table tr td.code {
  width: 110px;
}
#mypage #coupon table tr td.name {
  width: 300px;
}
#mypage #coupon table tr td.discount {
  width: 80px;
}
#mypage #coupon table tr td.term {
  width: 190px;
}
#mypage #coupon table tr th,
#mypage #coupon table tr td.code,
#mypage #coupon table tr td.name,
#mypage #coupon table tr td.discount {
  padding-right: 0;
}
#mypage #coupon table tr td.discount {
  color: #FF0000;
}

/* ------------------------------
#couponSet
------------------------------ */
#mypage #couponSet {
  padding-bottom: 30px;
}
#mypage #couponSet h3 {
  color: #0099DF;
  font-size: 15px;
  margin-bottom: 10px;
}
#mypage #couponSet p.lead {
  font-size: 13px;
  margin-bottom: 20px;
}
#mypage #couponSet table tr th {
  text-align: left;
  width: 140px;
}
#mypage #couponSet table tr td.code {
  width: 300px;
}
#mypage #couponSet table tr td.code input {
  width: 100%;
}
#mypage #couponSet table tr td.btn {
  width: 230px;
}
#mypage #couponSet table tr td.btn input[type=submit],
#mypage #couponSet table tr td.btn input[type=button] {
  display: inline-block;
  vertical-align: bottom;
  width: 60px;
  height: 23px;
  text-indent: -9999px;
  border: 0;
  cursor: pointer;
  overflow: hidden;
  background: url(../img/mypage/couponset_btn_set.png) 0 0 no-repeat;
}
#mypage #couponSet table tr td.btn input[type=submit]:hover,
#mypage #couponSet table tr td.btn input[type=button]:hover {
  opacity: 0.7;
}


/* ============================================================
#refusal
============================================================ */
#mypage #refusal p.lead {
  font-size: 13px;
  margin-bottom: 20px;
}
#mypage #refusal p.notice {
  color: #FF0000;
  font-size: 13px;
  font-weight: bold;
  text-align: center;
  padding: 5px 0;
  background: #FFE5E5;
}
#mypage #refusal div.button {
  text-align: center;
}
#mypage #refusal div.button p {
  height: 40px;
  display: inline;
  margin: 0 5px;
}
#mypage #refusal div.button input[type=submit],
#mypage #refusal div.button input[type=button] {
  display: inline-block;
  vertical-align: bottom;
  width: 180px;
  height: 40px;
  text-indent: -9999px;
  border: 0;
  cursor: pointer;
  overflow: hidden;
}
#mypage #refusal div.button input[type=submit]:hover,
#mypage #refusal div.button input[type=button]:hover,
#mypage #refusal div.button a:hover img {
  opacity: 0.7;
}
#mypage #refusal p.notice {
  margin-top: 20px;
}
#mypage #refusal p.notice img {
  vertical-align: text-top;
  padding-right: 5px;
}
#mypage #refusal div.button input.confirm {
  background: url(../img/mypage/refusal_btn_confirm.png) 0 0 no-repeat;
}
#mypage #refusal div.button input.complete {
  background: url(../img/mypage/refusal_btn_complete.png) 0 0 no-repeat;
}

/* ------------------------------
#mypage.refusalComplete
------------------------------ */
#mypage.refusalComplete {
  width: 800px;
  margin: 0 auto 20px;
}
#mypage.refusalComplete:after {
  content: "";
  display: table;
  clear: both;
}
#mypage.refusalComplete #refusal h3 {
  color: #FF0000;
  font-size: 13px;
  margin-bottom: 20px;
}

/* ------------------------------
#campaign
------------------------------ */
#mypage #campaign {
  padding-bottom: 30px;
}
#mypage #campaign h3 {
  color: #0099DF;
  font-size: 15px;
  margin-bottom: 10px;
}
#mypage #campaign p.lead {
  font-size: 13px;
  margin-bottom: 20px;
}
#mypage #campaign table tr th {
  text-align: left;
  width: 140px;
}
#mypage #campaign table tr td.code {
  width: 280px;
}
#mypage #campaign table tr td.code input {
  width: 95%;
}
#mypage #campaign table tr td.btn {
  width: 230px;
}

#mypage #campaign table tr td.btn input[type=submit],
#mypage #campaign table tr td.btn input[type=button] {
  display: inline-block;
  vertical-align: bottom;
  width: 60px;
  height: 23px;
  text-indent: -9999px;
  border: 0;
  cursor: pointer;
  overflow: hidden;
  background: url(../img/mypage/campaignset_btn_set.png) 0 0 no-repeat;
}
#mypage #campaign table tr td.btn input[type=submit]:hover,
#mypage #campaign table tr td.btn input[type=button]:hover {
  opacity: 0.7;
}

#mypage #campaign table tr td.cont textarea {
  width: 458px;
}

#campaign div.button {
  text-align: center;
  margin-top: 20px;
}

#campaign div.button input[type=submit],
#campaign div.button input[type=button] {
  display: inline-block;
  vertical-align: bottom;
  width: 180px;
  height: 40px;
  text-indent: -9999px;
  border: 0;
  cursor: pointer;
  overflow: hidden;
  background: url(../img/shared/form_btn_set.png) 0 0 no-repeat;
}
#campaign div.button input[type=submit]:hover,
#campaign div.button input[type=button]:hover {
  opacity: 0.7;
}

/* ------------------------------
.mailmaga_entry
------------------------------ */
.mailmaga_entry h2.title {
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 0.1em;
  padding: 9px 30px;
  margin-bottom: 20px;
  background: #FFFFFF url(../img/shared/title_icon.png) 10px 50% no-repeat;
}
#entry.mailmaga_entry div.confirm div.button input.complete {
  background: url(../img/shared/form_btn_set.png) 0 0 no-repeat;
}
#entry.mailmaga_entry div.confirm div.button input.cancel {
  background: url(../img/shared/form_btn_send.png) 0 0 no-repeat;
}
#entry.mailmaga_entry #regist_flg1 p a,
#entry.mailmaga_entry #regist_flg1 p a:link,
#entry.mailmaga_entry #regist_flg2 p a,
#entry.mailmaga_entry #regist_flg2 p a:link {
  text-decoration: underline;
}