﻿@charset "UTF-8";

/* ----会員規約画面---- */

.block-member-terms--body {
  margin-top: 10px;
  margin-bottom: 10px;
  width: 100%;
}

/* ----マイページ画面---- */

.block-mypage--customer-status {
  background: #284066;
  border-radius: 3px;
  color: #fff;
  display: flex;
  align-items: center;
  padding: 8px 0;
  margin-bottom: 20px;
}

.block-mypage--sign {
  flex-grow: 1;
  text-align: center;
  padding: 8px 0;
  border-right: #81cad9 1px solid;
}

.block-mypage--mypoint {
  flex-grow: 2;
  font-size: 24px;
  padding-left: 34px;
}

.block-mypage--rank-status {
  display: flex;
  align-items: center;
  flex-grow: 2;
  justify-content: flex-end;
}

.block-mypage--rank-condition dl {
  display: flex;
  align-items: center;
}

.block-mypage--customer-name {
  font-size: 24px;
}

.block-mypage--logout {
  font-size: 14px;
}

.block-mypage--mypoint-duedate {
  font-size: 14px;
}

.block-mypage--logout a {
  color: #fff;
  text-decoration: underline;
}

.block-mypage--mypoint-duedate {
  display: block;
}

.block-mypage--rank-info {
  border: #fff 1px solid;
  text-align: center;
  padding: 12px 18px 13px;
}

.block-mypage--rank-title {
  font-size: 12px;
}

.block-mypage--rank-name {
  font-size: 14px;
}

.block-mypage--rank-condition {
  padding: 0 10px 0 17px;
}

.block-mypage--rank-condition-1 {
  margin-bottom: 2px;
}

.block-mypage--rank-condition-1-title,
.block-mypage--rank-condition-2-title {
  background: #fff;
  color: #4da7ba;
  text-align: center;
  padding: 1px 5px;
  border-radius: 2px;
  font-size: 12px;
  margin-right: 5px;
}

.block-mypage--rank-condition-1-title i,
.block-mypage--rank-condition-2-title i {
  padding-right: 3px;
}

.block-mypage--customer-barcode {
  text-align: center;
  padding: 10px;
}

.block-mypage--customer-barcode #customer_barcode_ > div {
  margin: 0 auto;
}

.block-mypage--recommend {
  padding: 10px;
  text-align: right;
}

.block-mypage--recommend a {
  text-decoration: underline;
}

.block-mypage--shopping-info,
.block-mypage--member-info,
.block-mypage--inquiry-info {
  font-size: 22px;
  padding: 20px;
  background: #f5f5f5;
}

.block-mypage--shopping-info i,
.block-mypage--member-info i,
.block-mypage--inquiry-info i {
  padding-right: 5px;
}

.block-mypage--shopping-info-items,
.block-mypage--member-info-items,
.block-mypage--inquiry-info-items {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 40px;
}

.block-mypage--shopping-info-items li,
.block-mypage--member-info-items li,
.block-mypage--inquiry-info-items li {
  width: 390px;
  max-width: 390px;
  flex-grow: 1;
  border: #c8c8c8 1px solid;
  margin: 0 0 15px 15px;
}

.block-mypage--shopping-info-items li:nth-of-type(3n+1),
.block-mypage--member-info-items li:nth-of-type(3n+1),
.block-mypage--inquiry-info-items li:nth-of-type(3n+1) {
  margin-left: 0;
}

.block-mypage--shopping-info-items li dt,
.block-mypage--member-info-items li dt,
.block-mypage--inquiry-info-items li dt {
  border-bottom: #e5e5e5 1px solid;
  display: block;
}

.block-mypage--shopping-info-items li dt a,
.block-mypage--member-info-items li dt a,
.block-mypage--inquiry-info-items li dt a {
  font-size: 18px;
  padding: 14px 0 10px 14px;
  display: flex;
  max-width: 390px;
}

.block-mypage--shopping-info-items li dt i,
.block-mypage--member-info-items li dt i,
.block-mypage--inquiry-info-items li dt i {
  margin: 0 10px 0 auto;
}

.block-mypage--shopping-info-items li dt a:hover,
.block-mypage--member-info-items li dt a:hover,
.block-mypage--inquiry-info-items li dt a:hover {
  text-decoration: none;
  color: #4da7ba;
}

.block-mypage--shopping-info-items li dd,
.block-mypage--member-info-items li dd,
.block-mypage--inquiry-info-items li dd {
  padding: 16px 19px;
}

.block-mypage--withdrawal-link {
  text-align: right;
}

.block-mypage--withdrawal {
  color: #4da7ba;
  text-decoration: underline;
}

.block-mypage--update-address-book {
  display: block;
  width: 260px;
  height: auto;
  background: #ddd;
  border-radius: 3px;
  text-align: center;
  padding: 10px 0;
  margin: 0 auto;
}

/* ----会員登録画面---- */

.block-member-info--value-label {
  display: inline-block;
  width: 60px;
  text-align: center;
}

/* ----アドレス帳の新規登録・変更画面---- */

.block-shipping-address--value-label {
  display: inline-block;
  width: 60px;
  text-align: center;
}

/* ----ログイン画面---- */

.block-login--input-items {
  width: 600px;
  margin: 0 auto;
}

.block-login--uid input,
.block-login--pwd input {
  width: 350px;
}

.block-login--uid .form-label,
.block-login--pwd .form-label {
  width: 150px;
}

.block-login--login {
  margin-top: 10px;
  padding: 12px 0;
  font-size: 16px;
  width: 160px;
}

.block-login--ask-password {
  margin-top: 10px;
  text-align: center;
}

.block-login--entry {
  margin-top: 10px;
  padding: 12px 0;
  font-size: 16px;
  width: 160px;
}

.block-login--first-time-body {
  padding: 20px;
  overflow: hidden;
  border: solid 1px #dcdcdc;
  background: #fff;
}

.block-login--first-time hr {
  margin-top: 20px;
  margin-bottom: 20px;
}

.block-login--member-body {
  display: table;
  width: 100%;
  padding: 20px;
  overflow: hidden;
  border: solid 1px #dcdcdc;
  background: #fff;
}

.block-login--member-frame {
  display: table-cell;
}

.block-login--amazon-body {
  display: table-cell;
  border-left: 1px dotted #ccc;
  padding-left: 20px;
  width: 550px;
}

.block-cart--amazonpay.block-login--amazon-body {
  display: table-cell;
  border-left: 1px dotted #ccc;
  padding-left: 20px;
  width: 550px;
  border-top: none;
}

.block-login--amazon-login {
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: center;
}

.block-cart--amazonpay.block-login--amazon-body .block-login--amazon-login {
  width: 60%;
  margin-right: auto;
  margin-left: auto;
}

.block-login--guest {
  margin-top: 10px;
  padding: 12px 0;
  font-size: 16px;
  width: 240px;
}

.block-login--member-info-value-label {
  display: inline-block;
  width: 60px;
  text-align: center;
}

/* ----追加認証画面---- */

.block-additional-authentication {
  /* height: 510px; */
}

.block-additional-authentication--body {
  padding: 20px;
  overflow: hidden;
  border: solid 1px #dcdcdc;
  background: #fff;
}

.block-additional-authentication--message-header {
  font-size: 14px;
  font-weight: bold;
}

.block-additional-authentication--input-items {
  width: 600px;
  margin: 10px auto;
}

.block-additional-authentication--authentication-key input[type="text"] {
  width: 330px;
}

.block-additional-authentication--login {
  margin-top: 10px;
  padding: 12px 0;
  font-size: 16px;
  width: 160px;
}

/* ----お気に入り画面---- */

.block-favorite--form li {
  margin-bottom: 20px;
}

.block-favorite--favorite-goods {
  display: flex;
  width: 100%;
}

.block-favorite--checkbox {
  flex-basis: 30px;
}

.block-favorite--image {
  flex-basis: 160px;
}

.block-favorite--description {
  flex-basis: 230px;
  margin-left: 20px;
}

.block-favorite--comment-textarea {
  width: 600px;
  height: 75px;
}

.block-favorite--comment {
  flex-basis: 640px;
  margin: 0 20px;
}

.block-favorite--delete-item {
  flex-basis: 80px;
  text-align: center;
}

.block-favorite--image figure {
  background: #f5f5f5;
  width: 150px;
  height: 180px;
}

.block-favorite--goods-name a {
  color: #000;
  text-decoration: underline;
}

.block-favorite--edit-comment a {
  text-decoration: underline;
}

.block-favorite--price-items {
  text-align: right;
}

.block-favorite--price-title,
.block-favorite--price {
  display: inline-block;
}

.block-favorite--update-dt {
  text-align: right;
}

.block-favorite--update-dt dt,
.block-favorite--update-dt dd {
  display: inline-block;
}

/* ----入荷案内申し込み商品画面---- */

.block-arrival-notice-list--form li {
  margin-bottom: 20px;
}

.block-arrival-notice-list--goods {
  display: flex;
  width: 100%;
}

.block-arrival-notice-list--image {
  flex-basis: 160px;
}

.block-arrival-notice-list--description {
  flex-grow: 1;
}

.block-arrival-notice-list--delete-item {
  flex-basis: 80px;
  text-align: center;
}

.block-arrival-notice-list--image figure {
  background: #f5f5f5;
  width: 142px;
  height: 142px;
}

.block-arrival-notice-list--goods-name a {
  color: #000;
  text-decoration: underline;
}

.block-arrival-notice-list--price-title,
.block-arrival-notice-list--price {
  display: inline-block;
}

.block-arrival-notice-list--update-dt dt,
.block-arrival-notice-list--update-dt dd {
  display: inline-block;
}

/* ----購入履歴一覧画面---- */

.block-purchase-history--table {
  margin: 5px 0;
  width: 100%;
}

.block-purchase-history--order-id a {
  text-decoration: underline;
}

.block-purchase-history--order-detail-reorder a {
  text-decoration: underline;
}

.block-purchase-history--status a:hover {
  text-decoration: none;
}

/* ----購入履歴詳細画面---- */

.block-purchase-history-detail--order-info {
  margin: 10px 0;
  display: flex;
  width: 100%;
}

.block-purchase-history-detail--order-info-left {
  width: 65%;
}

.block-purchase-history-detail--order-info-right {
  width: 35%;
  padding: 0 0 0 10px;
}

.block-purchase-history-detail--order-info-table {
  width: 100%;
}

.block-purchase-history-detail--order-info-table th {
  width: 250px;
}

.block-purchase-history-detail--order-body {
  margin: 10px 0;
  display: flex;
  width: 100%;
}

.block-purchase-history-detail--order-body-left {
  width: 65%;
}

.block-purchase-history-detail--order-body-right {
  width: 35%;
  padding: 0 0 0 10px;
}

.block-purchase-history-detail--order-detail-items {
  width: 100%;
}

.block-purchase-history-detail--payment-info-items {
  width: 100%;
}

.block-purchase-history-detail--total-for-tax-ratio-amount {
  white-space: nowrap;
}

.block-purchase-history-detail--total-for-tax-ratio-tax {
  white-space: nowrap
  font-size: 11px;
}

.block-purchase-history-detail--point-message {
  margin: 5px 0;
}

.block-purchase-history-detail--shipping-info {
  margin: 10px 0;
  display: flex;
  width: 100%;
}

.block-purchase-history-detail--shipping-info-left {
  width: 65%;
}

.block-purchase-history-detail--shipping-info-right {
  width: 35%;
  padding: 0 0 0 10px;
}

.block-purchase-history-detail--sender-items {
  width: 100%;
}

.block-purchase-history-detail--shipping-info-items {
  width: 100%;
}

.block-purchase-history-detail--shiment-address {
  border: 1px solid #c8c8c8;
  padding: 10px;
  margin: 10px 0;
}

.block-purchase-history-detail--shipment-items {
  width: 100%;
}

.block-purchase-history-detail--csv-info-items {
  width: 100%;
  margin: 10px 0;
}

.block-purchase-history-detail--csv-info-items th {
  width: 250px;
}

.block-purchase-history-detail--invoice {
  margin: 5px 0;
  width: 100%;
}

.block-purchase-history-detail--invoice dt {
  display: inline-block;
  font-weight: bold;
}

.block-purchase-history-detail--invoice dd {
  display: inline-block;
}

.block-purchase-history-detail--track-shipment {
  margin: 5px 0;
  width: 100%;
}

.block-purchase-history-detail--track-shipment dt {
  display: inline-block;
  font-weight: bold;
}

.block-purchase-history-detail--track-shipment dd {
  display: inline-block;
}

.block-purchase-history-detail--append-items {
  width: 100%;
}

.block-purchase-history-detail--append-items th {
  width: 250px;
}

.block-purchase-history-detail .block-purchase-history-detail--add-goods {
  width: 300px;
}

.block-purchase-history-detail .block-purchase-history-detail--contact {
  width: 300px;
}

.block-purchase-history-detail .block-purchase-history-detail--cancel {
  width: 250px;
}

.block-purchase-history-detail--child-order-id a {
  text-decoration: underline;
}

.block-purchase-history-detail--parent-order-id a {
  text-decoration: underline;
}

.block-purchase-history-detail--regular-sales-include a {
  text-decoration: underline;
}

/* ----ご注文キャンセル画面---- */

.block-order-cancellation--order-info {
  margin: 10px 0;
  display: flex;
  width: 100%;
}

.block-order-cancellation--order-info-left {
  width: 65%;
}

.block-order-cancellation--order-info-right {
  width: 35%;
  padding: 0 0 0 10px;
}

.block-order-cancellation--shiment-address {
  border: 1px solid #c8c8c8;
  padding: 10px;
  margin: 10px 0;
}

.block-order-cancellation--payment-info-items {
  width: 100%;
}

.block-order-cancellation--order-items {
  width: 100%;
}

/* ----定期購入商品一覧画面---- */

.block-regular-purcharse-list--table {
  margin: 5px 0;
  width: 100%;
}

.block-regular-purcharse-list--regular-sales a {
  text-decoration: underline;
}

/* ----定期購入商品詳細画面---- */

.block-regular-purcharse-detail--body {
  margin: 10px 0;
  width: 100%;
}

.block-regular-purcharse-detail--regular-sales-items {
  width: 100%;
}

.block-regular-purcharse-detail--regular-sales-items th {
  width: 250px;
}

.block-regular-purcharse-detail--shipment-address {
  border: 1px solid #c8c8c8;
  padding: 10px;
  margin: 10px 0;
}

.block-regular-purcharse-detail--update-address {
  margin: 10px 0;
  text-align: right;
}

.block-regular-purcharse-detail--goods-items {
  width: 100%;
}

.block-regular-purcharse-detail--append-items {
  width: 100%;
}

.block-regular-purcharse-detail--append-items th {
  width: 250px;
}

.block-regular-purcharse-detail--include-items {
  width: 100%;
}

.block-regular-purcharse-detail--include-items th {
  width: 250px;
}

.block-regular-purcharse-detail--action-message {
  margin-top: 10px;
}

.block-regular-purcharse-list--order-id a {
  text-decoration: underline;
}

/* ----定期購入商品カード情報確認画面---- */

.block-regular-purchase-creditcard-info-confirmation--regular-purchase-items {
  width: 100%;
}

.block-regular-purchase-creditcard-info-confirmation--regular-purchase-items th {
  width: 250px;
}

.block-regular-purchase-creditcard-info-confirmation--goods-table {
  width: 100%;
  margin: 10px 0;
}

.block-regular-purchase-creditcard-info-confirmation--card-info-items {
  width: 100%;
}

.block-regular-purchase-creditcard-info-confirmation--card-info-items th {
  width: 250px;
}

/* ----定期購入商品カード情報変更画面---- */

.block-update-regular-purchase-creditcard-info--regular-purchase-info-items {
  width: 100%;
}

.block-update-regular-purchase-creditcard-info--regular-purchase-info-items th {
  width: 250px;
}

.block-update-regular-purchase-creditcard-info--goods-table {
  width: 100%;
  margin: 10px 0;
}

/* ----定期購入商品配送先変更画面---- */

.block-regular-purcharse-shipment-info-update--new-address,
.block-regular-purcharse-shipment-info-update--old-address {
  border: 1px solid #c8c8c8;
  padding: 10px;
  margin: 10px 0;
}

/* ----定期購入商品サイクル情報変更画面---- */

.block-regular-purcharse-cycle-info-update h3 {
  font-size: 14px;
  color: #333;
  font-weight: bold;
  margin: 0 0 12px 0;
}

.block-regular-purcharse-cycle-info-update--body {
  margin: 10px 0;
  width: 100%;
}

.block-regular-purcharse-cycle-info-update--regular-sales-items {
  width: 100%;
}

.block-regular-purcharse-cycle-info-update--regular-sales-items th {
  width: 250px;
}

.block-regular-purcharse-cycle-info-update--shipment-address {
  border: 1px solid #c8c8c8;
  padding: 10px;
  margin: 10px 0;
}

.block-regular-purcharse-cycle-info-update--goods-items {
  width: 100%;
}

/* ----定期購入商品解約画面---- */

.block-regular-purcharse-cancellation--goods-items {
  margin: 10px 0;
  width: 100%;
}

.block-regular-purcharse-cancellation--message {
  text-align: center;
}

/* ----カード情報確認画面---- */

.block-credit-card-confirmation--credit-card-info-table {
  width: 100%;
}

.block-credit-card-confirmation--credit-card-info-table th {
  width: 250px;
}

/* ----お問い合わせ画面---- */

.block-inquiry--inquiry-body .form-label,
.block-inquiry--inquiry-body .constraint {
  vertical-align: top;
  padding-top: 8px;
}

/* ----お問い合わせ履歴一覧画面---- */

.block-inquiry-history--body li {
  margin: 5px 0;
  padding: 10px 0;
  border-bottom: 1px solid #c8c8c8;
}

.block-inquiry-history--body li span {
  margin: 0 10px 0 0;
}

/* ----お問い合わせ履歴詳細画面---- */

.block-inquiry-history-detail--form {
  margin: 20px 0;
}

.block-inquiry-history-detail--message {
  text-align: center;
}

.block-inquiry-history-detail--inquiry-body {
  margin: 20px 0;
}

.block-inquiry-history-detail--inquiry-body textarea {
  width: 100%;
}

.block-inquiry-history-detail--item dt {
  width: 100%;
  display: flex;
}

.block-inquiry-history-detail--contact-name {
  width: 80%;
}

.block-inquiry-history-detail--update-dt {
  width: 20%;
  text-align: right;
  font-weight: normal;
}

.block-inquiry-history-detail--message-confirm {
  text-align: center;
}

.block-inquiry-history-detail--inquiry-body-confirm {
  margin: 20px 0;
  padding: 10px;
  border: 1px solid #c8c8c8;
}

/* ----ポイント履歴一覧画面---- */

.block-point-history-list--point {
  font-size: 20px;
  font-weight: bold;
  margin: 0 5px;
}

.block-point-history-list--message {
  margin: 5px 0;
}

.block-point-history-list--items {
  margin: 5px 0;
  width: 100%;
}

/* ----所持クーポン一覧画面---- */

.block-coupon-list--table {
  margin: 5px 0;
  width: 100%;
}

.block-coupon-list--coupon-dt {
  white-space: nowrap;
  width: 300px;
}

/* ----店舗クーポン一覧画面---- */

.block-store-coupon-list--table {
  margin: 5px 0;
  width: 100%;
}

.block-store-coupon-list--coupon-dt {
  white-space: nowrap;
  width: 300px;
}

/* ----ログアウト画面---- */

.block-logout--message a {
  text-decoration: underline;
}

/* ----ポイントカード---- */
div.block-pointcard--customer-data{
	overflow: hidden;
	background: url(../../img/usr/mypage/pointcard/dotline.png) center bottom no-repeat;
	padding-bottom: 51px;
	margin-bottom: 60px;
}
div.block-pointcard--customer-data div.block-pointcard--customer-data--rank{
	width: 198px;
	float: left;
	padding-left: 2px;
	background: url(../../img/usr/mypage/pointcard/line.png) right center no-repeat;
}
div.block-pointcard--customer-data div.block-pointcard--customer-data--rank span.block-pointcard--customer-data--rankimg{
	display: inline-block;
	vertical-align: middle;
	padding-right: 13px;
	
}
div.block-pointcard--customer-data div.block-pointcard--customer-data--rank span.block-pointcard--customer-data--rankimg img{
	width: 50px;
}
div.block-pointcard--customer-data div.block-pointcard--customer-data--rank p{
	display: inline-block;
	vertical-align: middle;
	text-align: center;
}
div.block-pointcard--customer-data div.block-pointcard--customer-data--rank p span:first-of-type{
	font-size: 14px;
	color: #333333;
}
div.block-pointcard--customer-data div.block-pointcard--customer-data--rank p span:last-of-type{
	font-size: 16px;
	color: #333333;
}
div.block-pointcard--customer-data div.block-pointcard--customer-data--detaildata{
	width: 573px;
	float: left;
	padding-left: 39px;
}
div.block-pointcard--customer-data div.block-pointcard--customer-data--detaildata p{
	font-size: 14px;
	color: #333;
}

div.block-pointcard--customer-data div.block-pointcard--customer-data--detaildata p strong{
	font-weight: bold;
}
div.block-pointcard--customer-data div.block-pointcard--customer-data--detaildata p:first-child{
	margin-bottom: 9px;
}
div.block-pointcard--customer-data div.block-pointcard--customer-data--link{
	width: 390px;
	float: right;
}
div.block-pointcard--customer-data div.block-pointcard--customer-data--link div.block-pointcard--customer-data--linktop{
	padding-bottom: 14px;
}
div.block-pointcard--customer-data div.block-pointcard--customer-data--link div.block-pointcard--customer-data--linktop a{
	border-radius: 6px;
	color: #fff;
	display: block;
	text-align: center;
	height: 35px;
	line-height: 35px;
	background: #284066 url(../../img/usr/mypage/pointcard/shapew.png) 15px center no-repeat;
	text-decoration: none;
}
div.block-pointcard--customer-data div.block-pointcard--customer-data--link div.block-pointcard--customer-data--linkbottom a{
	text-align: center;
	background: url(../../img/usr/mypage/pointcard/shapeb.png) 3px center no-repeat;
	line-height: 1;
	padding-left: 18px;
	font-size: 14px;
	text-decoration: none;
}
div.block-pointcard--customer-data div.block-pointcard--customer-data--link div.block-pointcard--customer-data--linkbottom a:first-of-type{
	padding-right: 14px;
}
div.block-pointcard--customer-data div.block-pointcard--customer-data--link div.block-pointcard--customer-data--linkbottom a span{
	text-decoration: underline;
	padding-bottom: 7px;
}
div.block-pointcard--customer-data div.block-pointcard--customer-data--link div.block-pointcard--customer-data--linkbottom a span:hover{
	text-decoration: none;
}

/* ----スタンプカード---- */
div.block-pointcard--stampcardline{
	overflow: hidden;
}
div.block-pointcard--stampcardline div.block-pointcard--stampcarditem{
	width: 340px;
	margin-right: 90px;
	margin-bottom: 40px;
	float: left;
}
div.block-pointcard--stampcardline div.block-pointcard--stampcarditem:nth-child(3n+0){
	margin-right: 0;
}
div.block-pointcard--stampcardline div.block-pointcard--stampcarditem p.block-pointcard--stampcardtitle{
	line-height: 1;
	display: block;
	text-align: center;
	color: #333333;
	font-size: 14px;
	margin-bottom: 20px;
}
div.block-pointcard--stampcarditemmain{	width: 340px;
	height: 405px;
	position: relative;
}

/*背景*/
div.block-pointcard--stampcarditemmain.customerrank_bronze{background: url(../../img/usr/mypage/pointcard/customerrank_bg_bronze.png) no-repeat;background-size: 340px 405px;}
div.block-pointcard--stampcarditemmain.customerrank_silver{background: url(../../img/usr/mypage/pointcard/customerrank_bg_silver.png) no-repeat;background-size: 340px 405px;}
div.block-pointcard--stampcarditemmain.customerrank_gold{background: url(../../img/usr/mypage/pointcard/customerrank_bg_gold.png) no-repeat;background-size: 340px 405px;}
div.block-pointcard--stampcarditemmain.customerrank_premier{background: url(../../img/usr/mypage/pointcard/stampcardbg_bg_premier.png) no-repeat;background-size: 340px 405px;}

div.block-pointcard--stampcarditemmain span.stamp{
	position: absolute;
	top: 0;
	left: 0;
	width: 72px;
	height: 71px;
	display: block;
}


/*ブロンズのスタンプとクーポン*/
div.block-pointcard--stampcarditemmain.customerrank_bronze span.stamp{background: url(../../img/usr/mypage/pointcard/customerrank_bronze_stampoff.png) no-repeat;}
div.block-pointcard--stampcarditemmain.customerrank_bronze span.stampon{background: url(../../img/usr/mypage/pointcard/customerrank_bronze_stampon.png) no-repeat;}
div.block-pointcard--stampcarditemmain.customerrank_bronze span.stamp.coupon{background: url(../../img/usr/mypage/pointcard/customerrank_bronze_couponoff.png) no-repeat;}
div.block-pointcard--stampcarditemmain.customerrank_bronze span.stamp.coupon.couponon{background: url(../../img/usr/mypage/pointcard/customerrank_bronze_couponon.png) no-repeat;}


/*シルバーのスタンプとクーポン*/
div.block-pointcard--stampcarditemmain.customerrank_silver span.stamp{background: url(../../img/usr/mypage/pointcard/customerrank_silver_stampoff.png) no-repeat;}
div.block-pointcard--stampcarditemmain.customerrank_silver span.stampon{background: url(../../img/usr/mypage/pointcard/customerrank_silver_stampon.png) no-repeat;}
div.block-pointcard--stampcarditemmain.customerrank_silver span.stamp.coupon{background: url(../../img/usr/mypage/pointcard/customerrank_silver_couponoff.png) no-repeat;}
div.block-pointcard--stampcarditemmain.customerrank_silver span.stamp.coupon.couponon{background: url(../../img/usr/mypage/pointcard/customerrank_silver_couponon.png) no-repeat;}

/*ゴールドのスタンプとクーポン*/
div.block-pointcard--stampcarditemmain.customerrank_gold span.stamp{background: url(../../img/usr/mypage/pointcard/customerrank_gold_stampoff.png) no-repeat;}
div.block-pointcard--stampcarditemmain.customerrank_gold span.stampon{background: url(../../img/usr/mypage/pointcard/customerrank_gold_stampon.png) no-repeat;}
div.block-pointcard--stampcarditemmain.customerrank_gold span.stamp.coupon{background: url(../../img/usr/mypage/pointcard/customerrank_gold_couponoff.png) no-repeat;}
div.block-pointcard--stampcarditemmain.customerrank_gold span.stamp.coupon.couponon{background: url(../../img/usr/mypage/pointcard/customerrank_gold_couponon.png) no-repeat;}

/*プレミアのスタンプとクーポン*/
div.block-pointcard--stampcarditemmain.customerrank_premier span.stamp{background: url(../../img/usr/mypage/pointcard/customerrank_premier_stampoff.png) no-repeat;}
div.block-pointcard--stampcarditemmain.customerrank_premier span.stampon{background: url(../../img/usr/mypage/pointcard/customerrank_premier_stampon.png) no-repeat;}
div.block-pointcard--stampcarditemmain.customerrank_premier span.stamp.coupon{background: url(../../img/usr/mypage/pointcard/customerrank_premier_couponoff.png) no-repeat;}
div.block-pointcard--stampcarditemmain.customerrank_premier span.stamp.coupon.couponon{background: url(../../img/usr/mypage/pointcard/customerrank_premier_couponon.png) no-repeat;}


div.block-pointcard--stampcarditemmain span.stamp.coupon{
	height: 74px;
	cursor: pointer;
}
div.block-pointcard--stampcarditemmain span.stamp:nth-of-type(1){
	top: 39px;
	left: 44px;
}
div.block-pointcard--stampcarditemmain span.stamp:nth-of-type(2){
	top: 39px;
	left: 134px;
}
div.block-pointcard--stampcarditemmain span.stamp:nth-of-type(3){
	top: 39px;
	left: 224px;
}

div.block-pointcard--stampcarditemmain span.stamp:nth-of-type(4){
	top: 124px;
	left: 44px;
}
div.block-pointcard--stampcarditemmain span.stamp:nth-of-type(5){
	top: 124px;
	left: 134px;
}
div.block-pointcard--stampcarditemmain span.stamp:nth-of-type(6){
	top: 124px;
	left: 224px;
}

div.block-pointcard--stampcarditemmain span.stamp:nth-of-type(7){
	top: 209px;
	left: 44px;
}
div.block-pointcard--stampcarditemmain span.stamp:nth-of-type(8){
	top: 209px;
	left: 134px;
}
div.block-pointcard--stampcarditemmain span.stamp:nth-of-type(9){
	top: 209px;
	left: 224px;
}

div.block-pointcard--stampcarditemmain span.stamp:nth-of-type(10){
	top: 294px;
	left: 44px;
}
div.block-pointcard--stampcarditemmain span.stamp:nth-of-type(11){
	top: 294px;
	left: 134px;
}
div.block-pointcard--stampcarditemmain span.stamp:nth-of-type(12){
	top: 294px;
	left: 224px;
}
div.block-pointcard--stampcardline + form div.action-buttons div.action a{
	background: url(../../img/usr/mypage/pointcard/backbtn.png) no-repeat;
	width: 400px;
	height: 40px;
	line-height: 40px;
	display: block;
	margin: 0 auto;
	text-indent: -9999px;
	border: none;
}
div.block-pointcard--stampcardline + form div.action-buttons div.action a:hover{
	opacity: 0.8;
}
div.block-pointcard--stampcarddetail{
	display: none;
}
div.block-pointcard--stampcarddetail.modal_{
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	width: 700px;
	background: #fff;
}
div.block-pointcard--stampcarddetail img{
	position: static;
	top: 0;
	left: 0;
}
p.block-pointcard--stampcarddetail-title{
	font-size: 30px;
	color: #284066;
	text-align: center;
	line-height: 1;
	padding: 46px 0 40px;
}
div.block-pointcard--stampcarddetail div.block-pointcard--stampcarddetail-img{
	line-height: 1;
	display: block;
	text-align: center;
	margin: 0 auto 40px;
	background: url(../../img/usr/mypage/pointcard/couponbanner.png) center no-repeat;
	width: 496px;
	height: 280px;
	background-size: 496px 280px;
	border-radius: 20px;
	font-size: 20px;
	color: #fff;
}

div.block-pointcard--stampcarddetail div.block-pointcard--stampcarddetail-img p{
	padding:156px 40px 0 ;
	text-align: left;
	word-wrap: break-word;
	margin: 0 auto;
	line-height: 1.6;
}
div.block-pointcard--stampcarddetail p.block-pointcard--stampcarddetail-maintext{
	margin: 0 50px 40px;
	color: #333333;
	font-size: 14px;
	line-height: 1.8;
}
div.block-pointcard--stampcarddetail a.block-pointcard--stampcarddetail-btn{
	color: #fff;
	width: 500px;
	margin: 0 auto;
	display: block;
	height: 40px;
	line-height: 40px;
	border-radius: 5px;
	text-align: center;
	text-decoration: none;
	background: #284066 url(../../img/usr/mypage/pointcard/shapew.png) 15px center no-repeat;
}

div.block-pointcard--stampcarddetail div.block-pointcard--stampcarddetail-closebtn p{
	text-align: center;
	background: url(../../img/usr/mypage/pointcard/closebtn.png) left center no-repeat;
	padding: 0 0 0 20px;
	display: inline;
	color: #333333;
	font-size: 14px;
	cursor: pointer;
}
div.block-pointcard--stampcarddetail-closetopbtn{
	background: url(../../img/usr/mypage/pointcard/modalclosebtn.png) left center no-repeat;
	width: 32px;
	height: 32px;
	display: block;
	text-indent: -9999px;
	position: absolute;
	top: -15px;
	right: -8px;
	cursor: pointer;
}
div.block-pointcard--stampcarddetail-closetopbtn:hover{
	opacity: 0.8;
}
div.block-pointcard--stampcarddetail div.block-pointcard--stampcarddetail-closebtn{
	text-align: center;
	color: #333333;
	font-size: 14px;
	line-height: 1;
	margin-top: 60px;
	padding-bottom: 30px;
}
div#block-pointcard--stampcarddetailmordal{
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0; 
	background: rgba(40,64,102,0.9);
	z-index: 999;
}
div.block-pointcard--stampcarddetail p{
	display: block;
}
div.block-pointcard--stampcarddetail span{
	display: block;
}

div.block-pointcard--stampcarddetail span.block-pointcard--stampcoupondetail-img{
	padding-top: 46px;
}
div.block-pointcard--stampcarddetail span.block-pointcard--stampcoupondetail-img img{
	vertical-align: bottom;
	cursor: pointer;
}
div.block-pointcard--stampcarddetail span.block-pointcard--stampcoupondetail-barcode{
	margin: 29px 0 30px;
	color: #333333;
	font-size: 14px;
}
div.block-pointcard--stampcarddetail span.block-pointcard--stampcoupondetail-barcode img{
	margin-bottom: 18px;
	vertical-align: bottom;
	width: 228px;
	height: 50px;
}
div.block-pointcard--stampcarddetail p.block-pointcard--stampcoupondetail-name{
	text-align: left;
}

div.block-coupon-name{
	margin: 0 0 60px 0;
	padding: 0;
}
div.block-coupon-name h2{
	font-size: 14px;
	color: #333;
	margin: 0 0 9px;
	padding: 0;
	font-weight: bold;
}

div.block-coupon div.block-coupon-line div.block-coupon-item p.block-pointcard--stampcoupondetail-name{
	text-align: left;
	margin: 0 50px 4px;
	font-size: 18px;
	color: #284066;
	line-height: 1.8;
}
div.block-coupon div.block-coupon-line div.block-coupon-item p.block-pointcard--stampcoupondetail-maintext{
	text-align: left;
	margin: 0 50px;
	font-size: 14px;
	color: #333;
	line-height: 1.8;
}
/* ----クーポン---- */
div.block-coupon{
	overflow: hidden;
}
div.block-coupon div.block-coupon-line{
	width: 920px;
	float: right;
}
div.block-coupon div.block-coupon-line div.block-coupon-item{
	float: left;
	width: 440px;
	text-align: center;
	margin-bottom: 40px;
}
div.block-coupon div.block-coupon-line div.block-coupon-item span.block-coupon-item-img img{
	width: 440px;
	height: 248px;
}
div.block-coupon div.block-coupon-line div.block-coupon-item span.block-coupon-item-img img,
div.block-coupon div.block-coupon-line div.block-coupon-item span.block-pointcard--stampcoupondetail-img img{
	vertical-align: bottom;
	border-radius: 20px;
}
div.block-coupon div.block-coupon-line div.block-coupon-item span.block-pointcard--stampcoupondetail-img img{
	width: 496px;
	height: 280px;
}
div.block-coupon div.block-coupon-line div.block-coupon-item span.block-coupon-item-img img:hover{
		cursor: pointer;
}

div.block-coupon div.block-coupon-line div.block-coupon-item p{
	line-height: 1;
	color: #333333;
	font-size: 14px;
	margin-top: 19px;
}
div.block-coupon div.block-coupon-line div.block-coupon-item:nth-child(odd){
	margin-right: 20px;
}
div.block-coupon div.block-coupon-line div.block-coupon-item:nth-child(even){
	margin-left: 20px;
}
div.block-coupon div.block-coupon-line + form{
	clear: both;
}
div.block-coupon div.block-coupon-list + form{
	clear: both;
}
div.block-coupon-list + form{
	width: 920px;
	float: right;
}
div.block-coupon-list + form div.action-buttons,
div.block-coupon-list + form div.action-buttons div.action{
	margin: 0;
	padding: 0;
}
div.block-coupon div.block-coupon-line + form div.action-buttons div.action a,
div.block-coupon-list + form div.action-buttons div.action a{
	background: url(../../img/usr/mypage/pointcard/backbtn.png) no-repeat;
	width: 400px;
	height: 40px;
	line-height: 40px;
	display: block;
	margin: 0 auto;
	border: none;
	text-indent: -9999px;
}
div.block-coupon-list + form div.action-buttons div.action a:hover{
	opacity: 0.8;
}
div.block-coupon-list + form div.action-buttons{
	padding-top: 40px;
}

div.block-coupon div.block-coupon-list{
	width: 240px;
	float: left;
}
div.block-coupon div.block-coupon-list p{
	border-bottom: 1px solid #284066;
	padding-bottom: 14px;
	font-size: 18px;
	color: #284066;
	padding-left: 57px;
	background: url(../../img/usr/mypage/coupon/icon.png) 23px 4px no-repeat;
	line-height: 1.7;
}
div.block-coupon div.block-coupon-list li{
	border-bottom: 1px solid #e5e5e5;
	font-size: 14px;
	color: #333;
	padding: 13px 0 13px 31px;
	background: url(../../img/usr/mypage/coupon/disabled.png) left center no-repeat;
	cursor: pointer;
}
div.block-coupon div.block-coupon-list li.checked{
	background: url(../../img/usr/mypage/coupon/checked.png) left center no-repeat;
}