@charset "utf-8";

label,
label.ec-label{
	color: #303030;
	font-size: 14px;
	font-weight: normal;
}

label.required:after{
	content: ' *';
	color: red;
	font-weight: normal;
	font-family: "Helvetica Neue", Verdana, Arial, sans-serif;
	font-size: 12px;
}

.ec-required{
	display: none;
}

form a {
	color: #303030;
	font-size: 12px;
	transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
}
form a span{
	transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
}
form a:hover {
	color: #ff0000;
}

input.form-control,
input[type="text"],
input[type="tel"],
input[type="email"],
input[type="password"] {
	color: #393939;
	border-color: #cfcfcf #ddd #e6e6e6;
	border-style: solid;
	border-width: 1px;
	font-size: 16px;
	padding: 0 18px;
	height: 40px;
	outline: none;
	background: #ebebeb;
	border-radius: 0;
	box-shadow: inset -2px 2px 5px -2px #ddd;
}

.ec-select select,
.ec-birth select{
	color: #393939;
	border-style: solid;
	border-width: 1px;
	border-color: #cfcfcf #ddd #e6e6e6;
	font-size: 16px;
	padding: 8px 0 7px 18px;
	height: 40px;
	outline: none;
	background: #ebebeb;
	border-radius: 0;
	box-shadow: -2px 2px 5px -2px #dddddd inset;
	margin: 0;
	line-height: 1.5;
}

.ec-birth {margin-bottom:16px;}

.ec-input textarea {
	color: #393939;
	border-style: solid;
	border-width: 1px;
	border-color: #cfcfcf #ddd #e6e6e6;
	font-size: 16px;
	padding: 10px 18px;
	outline: none;
	background: #ebebeb;
	border-radius: 0;
	box-shadow: -2px 2px 5px -2px #dddddd inset;
	width: 100%;
}

a.button,
button.button{
	height: 33px;
	line-height: 33px;
	background: #ff0000;
	font-size: 12px;
	color: #fff;
	padding: 0 10px;
	margin: 0;
	transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	box-sizing: content-box;
	min-width: 140px;
}

a.button:hover,
button.button:hover{
	background: #cc0000;
	color: #fff;
}

a.button:focus,
a.button:active,
a.button:active:focus,
button.button:focus,
button.button:active,
button.button:active:focus{
	background: #ff0000;
	border: none;
	outline: none;
}

a.button.cancel,
button.button.cancel{
	background: #636363;
}

a.button.cancel:hover,
button.button.cancel:hover{
	background: #898989;
}

a.button.cancel:focus,
a.button.cancel:active,
a.button.cancel:active:focus,
button.button.cancel:focus,
button.button.cancel:active,
button.button.cancel:active:focus{
	background: #636363;
}

.text-primary {
	color: #de5d50;
}

.ec-layoutRole .ec-layoutRole__contents{
	max-width: 100%;
}

.ec-cartRole{
	position: relative;
	max-width: 1000px;
	margin: 0 auto;
	padding: 0;
}

.grey-swooth{
	margin-top: 60px;
}

#page_cart a.medium-link {
	font-weight: 600;
	font-size: 13px;
	color: #303030;
	line-height: 30px;
	float: right;
	margin-top: 32px;
}

.plusaddcart {
	width: 100%;
}

.plusaddcart .plushed {
	width: 100%;
	text-align: center;
	margin: 15px 0;
	font-size: 16pt;
	color: black;
	font-weight: bold;
	-webkit-transform: skewX(-15deg);
	-moz-transform: skewX(-15deg);
	-o-transform: skewX(-15deg);
	transform: skewX(-15deg);
}

.plusaddcart .sidebar{
	display: none;
}

.plusaddcart .products-grid {
	justify-content: space-around;
}

.plusaddcart .products-grid .item {
	margin: 0;
	padding: 0;
	width: 20%;
	text-align: center;
}

.plusaddcart .products-grid .product-image img {
	width: 95px;
	height: auto;
	display: inline;
}

.plusaddcart .products-grid .product-info .product-name a {
	font-size: 12px;
	color: #000;
}

.plusaddcart .products-grid .product-info .price-box .price {
	color: black;
	font-size: 16px;
}

.plusaddcart .products-grid .actions .btn-cart {
	height: 33px;
	line-height: 33px;
	background: #ff0000;
	font-weight: bold;
	font-size: 10px;
	color: #fff;
	padding: 0 10px;
	transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	box-sizing: content-box;
}

.plusaddcart .products-grid .actions .btn-cart:hover {
	background: #cc0000;
}

#shopping-cart-table {
	width: 100%;
	color: #303030;
}

#shopping-cart-table thead th {
	border: none;
	background: #f5f5f5;
	padding: 15px 10px;
	color: #5c5c5c;
	font-size: 14px;
	font-weight: normal;
}

#shopping-cart-table tbody td {
	border: none;
	border-bottom: solid 1px #fff;
	background: #fcfcfc;
	padding: 10px;
	color: #5c5c5c;
	font-size: 14px;
	vertical-align: top;
}

#shopping-cart-table .product-cart-image {
	padding-left: 0;
	padding-right: 0;
}

#shopping-cart-table .product-cart-image .product-image {
	position: relative;
	display: block;
}

#shopping-cart-table .product-cart-image .product-image img {
	max-width: 100%;
	width: 100%;
}

#shopping-cart-table a {
	font-size: 16px;
	font-weight: 400;
	color: #303030;
}
#shopping-cart-table a:hover {
	color: #ff0000;
}
#shopping-cart-table h2 {
	margin-bottom: 15px;
	margin-top: 15px;
}

#shopping-cart-table .product-cart-total, 
#shopping-cart-table .product-cart-price,
#shopping-cart-table .product-cart-qty {
	text-align: center;
}

#shopping-cart-table .cart-price {
	font-size: 18px;
}

#shopping-cart-table input.qty-item {
	color: #393939;
	border-color: #cfcfcf #ddd #e6e6e6;
	border-style: solid;
	border-width: 1px;
	outline: none;
	background: #ebebeb;
	border-radius: 0;
	box-shadow: inset -2px 2px 5px -2px #ddd;
	padding: 0 12px;
	text-align: center;
	font-size: 14px;
	line-height: 1.5;
	width: 60px;
}

#shopping-cart-table a.button{
	background: #ff0000;
	font-size: 12px;
	color: #fff;
	cursor: pointer;
	margin-top: 2px;
	display: inline-block;
	min-width: 60px;
	width: 60px;
	height: 32px;
	line-height: 32px;
	vertical-align: middle;
	border-radius: 0;
	padding: 0;
}

#shopping-cart-table a.button:hover{
	background: #cc0000;
}

#shopping-cart-table .btn-remove {
	background: transparent;
	text-indent: 0;
	font-size: 20px;
	color: #eb0000;
}

#shopping-cart-table .btn-remove:hover {
	color: #ff0000;
}

#shopping-cart-table tbody td.product-cart-qty .product-name{
	display: none;
}

.ec-cartRole .ec-cartRole__actions{
	width: 50%;
	text-align: right;
	color: #303030;
	background: #fafafa;
	border: solid 1px #fafafa;
	margin: 0 0 20px 0;
	padding: 10px;
	flex-direction: column;
}

.ec-cartRole .subtotal{
	font-size: 12px;
	color: #636363;
	padding: 2px 0;
}

.ec-cartRole .subtotal.tax{
	margin-bottom: 5px;
}

.ec-cartRole .price{
	width: 120px;
	display: inline-block;
}

.ec-cartRole .ec-cartRole__total{
	font-size: 24px;
	font-weight: 400;
	border-top: 1px solid #E6E6E6;
	border-bottom: 1px solid #E6E6E6;
	padding: 2px 0;
	margin-bottom: 20px;
}

.ec-cartRole .ec-cartRole__totalAmount{
	color: #636363;
	line-height: 1.5;
	margin-left: 0;
}

.ec-cartRole .ec-cartRole__actions .ec-blockBtn--action{
	width: 140px;
	background: #ff0000;
  color: #fff;
	margin-bottom: 7px;
	min-width: 140px;
	height: 33px;
	line-height: 33px;
	padding: 0 10px;
  margin: 0;
	font-size: 12px;
	transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	box-sizing: content-box !important;
	margin-left: auto;
}

.ec-cartRole .ec-cartRole__actions .ec-blockBtn--action:hover{
	background: #cc0000;
}

.ec-cartRole .ec-cartRole__actions .cart-clear {
	color: #303030;
	text-decoration: none;
	font-size: 12px;
	line-height: 1.5;
	margin-left: auto;
	margin-top: 15px;
}

.ec-alert-warning{
	text-align: center;
	background: none;
}

.ec-alert-warning .ec-alert-warning__text{
	text-align: left;
	font-weight: 400;
	font-size: 14px;
	color: #303030;
	line-height: 1.4em;
	margin-bottom: 15px;
	padding: 16px;
}

#page_cart .ec-alert-warning a.medium-link{
	float: none;
	display: block;
	padding: 0 16px;
}

#page_cart #amazon-pay-cart {
	margin-top:15px;
	width:210px;
	margin-left:auto;
}

#login-area p {
	font-size: 14px;
	color: #303030;
	line-height: 1.4em;
	margin-bottom: 15px;
	font-style: normal;
}

#login-area .col2-set{
	padding-top: 20px;
}

#login-area .col-1,
#login-area .col-2{
	width: 50%;
}

#login-area h2{
	font-size: 25px;
	color: #000;
	font-weight: 400;
	text-transform: none;
	margin-bottom: 15px;
	margin-top: 15px;
}

#login-area .form-list p.required{
	color: red;
	font-size: 12px;
	margin: 0 0 0 10px;
	line-height: 33px;
}

#login-area .new-users, #login-area .registered-users-login{
	padding-left: 60px;
  border-left: 1px solid #ededed;
}

#page_shopping_login #login-area #amazon-pay-guest {
	width:210px;
}

#div_AmazonBanner img {max-width:100%}

#login-area .registered-users li, #login-area .new-users-register li {
	margin: 0 0 8px;
}

#login-area .registered-users .form-check, #login-area .new-users-register .form-check{
	margin-top: 5px;
}

#login-area .registered-users .buttons-set, #login-area .new-users-register .buttons-set{
	padding-top: 10px;
}

#login-area .buttons-set{
	float: left;
	width: 100%;
}
/*#login-area .buttons-set button{
	float: left;
}*/

#login-area .buttons-set a{
	color: #303030;
	line-height: 30px;
	margin: 0 0 0 auto;
}

#login-area .buttons-set a:hover{
	color: #ff0000;
}

#login-area .buttons-set .tablet{
	display: none;
}

#page_entry .ec-off1Grid__cell{
	margin-left: 0;
	width: 100%;
}

#page_entry .sticky-container{
	align-items: flex-start;
}

#page_entry .ec-borderedDefs{
	width: 70%;
}

#page_entry .ec-registerRole__actions{
	width: 25%;
	position: sticky;
	top: 110px;
	display: table;
	text-align: center;
}

#page_entry .ec-registerRole__actions label {
	white-space: nowrap;
}

#page_entry .ec-blockBtn--action{
	margin-bottom: 0;
}

#page_entry .ec-blockBtn--cancel{
	color: #3399cc;
	text-align: center;
}

#page_entry .input-area {
	display: inline-block;
	width: 47%;
}
#page_entry .input-area input {
	width: 100%;
}



#mypage_login_box__error_message,
#page_plugin_coupon_shopping .invalid-feedback, 
#login-area p.ec-errorMessage {
	margin-bottom: 25px;
	font-size: 12px;
	font-weight: bold;
	color: #DE5D50;
}

.required-info{
	font-size: 12px;
	margin-top: 5px;
}
.required-info span{
	color: #ff0000;
}

#page_shopping_nonmember .ec-borderedDefs dt {
	padding-top: 14px;
	width: 110px;
}

#page_shopping_nonmember .ec-borderedDefs dd{
	width: 100%;
}

.ec-zipInput input{
	width: 160px;
	max-width: 160px;
}

.ec-zipInputHelp span {
	color: #303030;
}

.ec-zipInputHelp span:hover {
	color: #ff0000;
}

.ec-zipInputHelp .ec-zipInputHelp__icon{
	width: 15px;
	height: 15px;
	position: static;
}

.ec-zipInputHelp a span{
	margin: 0;
}

.ec-zipInputHelp .ec-zipInputHelp__icon .ec-icon img{
	left: 1px;
	top: 1px;
}

.ec-select select{
	width: 170px;
	max-width: 170px;
}

.ec-registerRole .ec-registerRole__actions,
.ec-RegisterRole__actions,
.ec-forgotRole .ec-off4Grid__cell
{
		text-align: right;
}

.ec-blockBtn--action{
		width: 140px;
}

button.ec-blockBtn--cancel{
	width: 100%;
}

.ec-totalBox .ec-totalBox__btn a{
	color: #303030;
}
.ec-totalBox .ec-totalBox__btn a:hover{
	color: #ff0000;
}

.ec-blockBtn--cancel{
	background-color: unset;
	border: none;
	color: #303030;
	width: auto;
	text-align: right;
	font-weight: normal;
}
.ec-blockBtn--cancel:hover,
.ec-blockBtn--cancel:active:hover{
	color: #ff0000;
	background-color: unset;
}

.ec-blockBtn--cancel:focus,
.ec-blockBtn--cancel:active,
.ec-blockBtn--cancel:active:focus{
	border: none;
	outline: none;
	box-shadow: none;
	background-color: unset;
}

.ec-orderRole h2{
	font-size: 20px;
	font-weight: 400;
	color: #000;
}

.ec-orderRole .ec-orderRole__detail{
	padding: 0;
}

.ec-orderRole .ec-orderRole__summary{
	position: sticky;
	position: -webkit-sticky;
	top: 110px;
	display: table;
}

.ec-orderRole .ec-borderedList li {
	border-bottom: none;
}
.ec-orderRole .ec-borderedList {
	border-bottom: 1px dotted #ccc;
}

.ec-orderRole .ec-imageGrid .ec-imageGrid__img{
	width: 96px;
}

.ec-orderRole .ec-orderRole{
	color: #525263;
	font-size: 12px;
}

.ec-orderRole .ec-orderAccount,
.ec-orderRole .ec-orderDelivery,
.ec-orderRole .ec-orderPayment,
.ec-orderRole .ec-orderCoupon,
.ec-orderRole .ec-orderConfirm{
	font-size: 14px;
	color: #303030;
	line-height: 1.4em;
	margin-top: 32px;
}

.ec-orderRole .ec-orderDelivery__actions .ec-selects{
	border: none;
}

.ec-orderRole .ec-orderCoupon #customer_detail_box p{
	margin: 16px 0;
}

.ec-orderRole .ec-orderConfirm p{
	margin-bottom: 15px;
}

.ec-orderRole .ec-totalBox{
	padding-top: 0;
}

.ec-orderRole .ec-totalBox_box{
	border-bottom: 1px dotted #ccc;
	padding: 7px 0;
}

.ec-orderRole .ec-totalBox_box dl{
	margin-top: 8px;
}

.ec-orderRole .ec-totalBox_box dt{
	white-space: nowrap;
	font-size: 14px;
	font-weight: 400;
}

.ec-orderRole .ec-totalBox_box dl{
	white-space: nowrap;
}

.ec-orderRole .ec-totalBox .ec-totalBox__btn{
	text-align: right;
}
.ec-orderRole .ec-totalBox .ec-totalBox__btn .button{
	font-size: 12px;
	font-weight: normal;
	width: auto;
}
.ec-orderRole .ec-totalBox_box.other_box dt{
	white-space:normal;
}

.ec-orderPayment .point{
	color: #f00;
	font-weight: bold;
}

#page_plugin_coupon_shopping #coupon_box__cd{
	padding-bottom: 15px;
}

#page_plugin_coupon_shopping .invalid-feedback{
	display: block;
}

#page_plugin_coupon_shopping .invalid-feedback .form-error-icon{
	display: none;
}

#shopping-form .ec-orderDelivery__actions .ec-select__shipping select{
	width: auto;
	min-width: 170px;
	max-width: unset;
}

.ec-reportHeading {
	border-top:none;
}
#reg-buttom-area {
	margin: 0 auto 30px;
	text-align:center;
}
#registration-banner {
	padding:1px 0 15px;
}
button.register-button {
	background: #ff0000;
	color: #fff;
	padding: 15px 30px;
	transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	box-sizing: content-box;
	min-width: 140px;
    border-radius: 10px;
    border: 1px solid #000;
}
.feature-area p, .registration-feature-area p {margin:0}

.registration-feature-area {margin-top:15px;}

button.register-button span {
	font-size:21px;
}

.user-feature, .friend-invite {
	width:33%; 
	max-width:360px; 
	margin-left:0.5%; 
	background-color:#ff0000;
}

.user-feature:first-child, .friend-invite:first-child {
	margin-left:0px;
}

.user-feature .user-feature-header, .friend-invite .friend-invite-header  {	
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	background-image: url(../img/entry/step-header-bg.jpg);
}

.user-feature .user-feature-header span {
	position:relative; 
	right:-25px; 
	top:-15px;
}

.friend-invite .friend-invite-header span {
	position:relative;
	top:-15px;
}

.friend-invite .friend-invite-header span.friend-invite-step {
	color: black;
    display: inline-block;
    position: relative;
    top: -2px;
    font-size: 21px;
    font-weight: bold;
    text-shadow: 1px 1px white;
    margin-left: 5px;
}

.user-feature .user-feature-header span img {
	width:inherit;
}

.friend-invite .friend-invite-header span img {
	width: inherit;
    display: inline-block;
}

.user-feature .user-feature-header p, .friend-invite .friend-invite-header p {
	color: #fff; 
	text-align: right; 
	font-size: 24px; 
	font-weight: bold; 
	padding-right:30px;
}

.user-feature .user-feature-header p.top-line, .friend-invite .friend-invite-header p.top-line {
	margin-top:-25px;
	font-weight:normal; 
	font-size:18px;
}

.user-feature-content, .friend-invite-content {
	background-color:#ffffff; 
	border-radius:10px; 
	margin:3px; 
	padding:5px 30px 15px 30px; 
	font-size:12px; 
	min-height:270px;
}

.user-feature-content ul, .friend-invite-content ul {
	color: red; 
	list-style:square;
}

.user-feature-content ul li, .friend-invite-content ul li {
	color: black; 
}


.user-feature-content .register-image, .friend-invite-content .register-image {
	padding:10px 0;
}

.user-feature-content .register-image img, .friend-invite-content .register-image img {
	width:inherit; 
	max-width:100%; 
	max-height: 110px; 
	margin:auto;
}

/* ログイン用アイコン */
.register-icons h3 {font-size:26px; font-weight:bold; color:#ff0000; margin-top:15px;}
.register-icons img {max-width: 156px; width:32%;margin-right:1%; float:left;}
.register-icons img:last-child {margin-right:0;}

@media only screen and (max-width: 999px){
	.plusaddcart .products-grid .button {
		min-width: 110px;
	}

	#login-area .buttons-set .sub {
		flex-wrap: wrap;
	}
	#login-area .buttons-set .sub a {
		margin: 0 0 0 5px;
	}

	#login-area .buttons-set .pcsp{
		display: none;
	}

	#login-area .buttons-set .tablet{
		display: block;
	}
	
	.user-feature, .friend-invite {
		width: 95%;
		max-width: 440px;
		margin: 15px auto;
	}
	.user-feature:first-child, .friend-invite:first-child{
		margin: 0 auto 15px;
	}
	
	.user-feature .user-feature-header p, .friend-invite .friend-invite-header p {
	font-size: 21px; 
	padding-right:10px;
	}
	
	.user-feature .user-feature-header p.top-line, .friend-invite .friend-invite-header p.top-line {
		font-size:16px;
	}	
	
	.user-feature-content, .friend-invite-content {
		min-height:inherit;
	}
	
	.ec-registerRole .flexbox{
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
    flex-direction: column;
	}

	.ec-registerRole .flexbox-1, .flexbox-2, .flexbox-3{
		-webkit-box-ordinal-group:unset;
		-ms-flex-order:unset;
		-webkit-order:unset;
		order:unset;
	}

	.flexbox-right, .flexbox-center{
			margin: 0;
	}
}

@media only screen and (max-width: 767px){
	.plusaddcart .sidebar{
		display: block;
    width: 100%;
    text-align: right;
		padding-right: 15px;
		padding-bottom:10px
	}

	.plusaddcart .sidebar .actions .button {
    min-width: 28px;
    width: 28px;
    height: 28px;
    margin: 0;
    padding: 0;
		line-height: 33px;
    background: #ff0000;
    font-weight: bold;
    font-size: 10px;
    color: #fff;
    transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    box-sizing: content-box !important;
	}

	.plusaddcart .sidebar .actions .button.disable {
		background: #d0d0d0;
	}
	.plusaddcart .sidebar .actions .button.disable:hover {
		background: #d0d0d0;
	}

	.plusaddcart .sidebar .actions .button:hover {
		background: #cc0000;
	}

	.plusaddcart .sidebar .actions .button .fa{
		display: block;
	}

	.plusaddcart .products-slider{
		display: block;
	}

	.plusaddcart .products-grid .item {
    width: auto;
	}

#page_cart #amazon-pay-cart {
	margin-top:15px;
	width:100%;
}

	#shopping-cart-table thead th.cart-info-head,
	#shopping-cart-table thead th.cart-price-head,
	#shopping-cart-table tbody td.product-cart-info,
	#shopping-cart-table tbody td.product-cart-price{
		display: none;
	}

	#shopping-cart-table tbody td.product-cart-qty .product-name{
		display: block;
	}
	
	#shopping-cart-table .product-name a{
		font-size: 12px;
	}

	.ec-cartRole .ec-cartRole__total{
		font-size: 18px;
	}

	.ec-cartRole .ec-cartRole__actions{
		width: 100%;
	}

	.ec-cartRole .ec-cartRole__actions .ec-blockBtn--action{
		width: 100%;
		padding: 0;
	}

	#login-area h2{
    font-size: 20px;
    margin: 20px 0 8px;
	}
	
	#login-area .col2-set{
		flex-direction: column;
	}

	#page_shopping_login #login-area .col2-set{
		/*flex-direction: column-reverse;*/
	}

	#login-area .col-1,
	#login-area .col-2{
		width: 100%;
	}
	
	#login-area .new-users {
		padding-bottom: 20px;
		border-bottom: 1px dotted #303030;
		padding-left: 0;
		border-left: none;
	}

	#login-area .registered-users-login {
		padding-left: 0;
		border-left: none;
	}
	
	.mypage #login-area .new-users-register {
		padding-bottom: 20px;
		border-bottom: 1px dotted #303030;
	}

	#page_shopping_login #login-area .new-users, #page_shopping_login #login-area .registered-users-login{
		padding-bottom: 0;
		border-bottom: none;
	}
	
	#page_shopping_login #login-area #amazon-pay-guest {
		width:100%;
	}

/*	
	#login-area .registered-users{
		padding-left: 0;
		border-left: none;
	}
*/

	#page_shopping_login #login-area .registered-users, #page_shopping_login #login-area .new-users-register{
		padding-bottom: 20px;
		border-bottom: 1px dotted #303030;
	}

	#login-area .button{
		width: 100%;
		padding: 0;
	}

	#login-area .buttons-set .required {
		display: none;
	}
	/*#login-area .buttons-set .sub {
		float: right;
	}*/

	#login-area .buttons-set .pcsp{
		display: block;
	}

	#login-area .buttons-set .tablet{
		display: none;
	}

	#page_entry .ec-off1Grid__cell{
	}
	
	#page_entry .sticky-container{
		display: block;
	}
	
	#page_entry .ec-borderedDefs{
		width: 100%;
	}
	
	#page_entry .ec-registerRole__actions{
		width: 100%;
		position: static;
		text-align: center;
	}
	
	#page_entry .ec-blockBtn--action{
		width: 100%;
    padding: 0;
	}
	
	#page_entry .ec-blockBtn--cancel{
	}
	

	#coupon_use_coupon_cd {
		width:100%;
	}
	button.register-button {
			padding:5px 10px;
	}
	button.register-button span {
		font-size:12px;
	}

}

/*SHOPPING CART USER RANK*/
/*会員ランク*/
#customer_rank .アネブロンズ, #customer-rank-info .アネブロンズ {
  color: #967444;
}

#customer_rank .アネシルバー, #customer-rank-info .アネシルバー {
  color: #aaa9ad;
}

#customer_rank .アネゴールド, #customer-rank-info .アネゴールド {
  color: #d4af37;
}

#customer_rank .アネプラチナ, #customer-rank-info .アネプラチナ {
  color: #d3d6d8;
  text-shadow: 0px 1px #000000;
}
#customer-rank-info span {font-weight:bold;}
#customer-rank-info span.point-rate {color:#ff0000;}

#customer-rank-info .アネブロンズ-img:before{
    background-image: url(../img/mypage/ane-bronze.jpg);
	content: " ";
    width: 22px;
    height:29px;
    position: absolute;
}
#customer-rank-info .アネシルバー-img:before{
    background-image: url(../img/mypage/ane-silver.jpg);
	content: " ";
    width: 22px;
    height:29px;
    position: absolute;
}
#customer-rank-info .アネゴールド-img:before{
    background-image: url(../img/mypage/ane-gold.jpg);
	content: " ";
    width: 22px;
    height:29px;
    position: absolute;
}
#customer-rank-info .アネプラチナ-img:before{
    background-image: url(../img/mypage/ane-platinum.jpg);
	content: " ";
    width: 22px;
    height:29px;
    position: absolute;
}
#customer-rank-info .rank-text{
	padding-left:25px;
}
#customer-rank-info .rank-text.ノーマル会員{
	padding-left:0;
}

.hidden{
	display: none;
}
