@charset "utf-8";

.cart-left{
	width:66.666%;
	float:left;
}
.cart-right{
	width:29.16%;
	float:right;
}
.mainContents{
	margin-bottom:50px;
}

@media only screen and (max-width: 750px){

	.cart-left{
		width:100%;
		float:none;
		margin-bottom:20px;
	}
	.cart-right{
		width:100%;
		float:none;
		clear:both;
	}
}



form .row .row {
	margin: 0;
}

.orderTable,
.formTable {
	display: table;
	width: 100%;
	float: left;
}
.orderTable {
	margin-top: 5px;
}
.formTable {
	padding-top: 0;
}
.orderTable::after {
	content: " ";
	display: table;
}
.formTable h3 {
	margin: 10px 0 0;
	font-size: 14px;
}


.orderTable .orderRow {
	display: table;
	width:100%;
	border-bottom:1px solid #bfbfbf;
	padding-bottom:40px;
	margin-bottom:40px;
}
.orderTable .orderRow.last {
	margin-bottom:0px;
}
.orderTable .orderRow.title,
.orderTableSummary .orderRow.title {
	font-size: 12px;
	font-weight: 400;
	width: 100%;
}
/*.orderTable .orderRow .orderCol {
	display: table-cell;
	border-top: 1px solid #A5A5A5;
	background-color: #fff;
	padding: 16px 0 18px 0;
	vertical-align: middle;
}*/
.orderTable .orderRow .colImage {
	width: 120px;
	float:left;
	margin-right:7%;
}
.orderTable .orderRow .colText{
	overflow:hidden;
}
.orderTable .orderRow .orderCol.colImage img {
	width: 100%;
}
.orderTable .orderRow .orderCol.colQuantity {
	width: 110px;
	padding-left: 20px;
	text-align: center;
}
.orderTable .orderRow .orderCol.colPod,
.orderTable .orderRow .orderCol.colPrice {
	text-align:right;	
	position: relative;
}
.orderTable .orderRow .orderCol.colPod{
	margin-bottom:10px;
	width:100px;
	float:right;
}
.orderTable .orderRow .orderCol.colDelete{
	clear:both;
	margin-bottom:15px;
}
.orderTable .orderRow .orderCol.colPrice.wide {
	width: 40%;
}
.orderTable .orderRow .orderCol.colPod .pod-label{
	display:inline-block;
	float:left;
	font-size:12px;
	font-size:1.2rem;
	padding-top:5px;
}
.orderTable .orderRow .orderCol.colPod div.open_select {
	display: block;
	padding: 5px 30px 5px 10px;
	background: url(../img/item-list/ac_arrow.png) no-repeat right 5px center;
	background-color: #fff;
	border: 1px solid #A5A5A5;
	font-weight: 400;
	font-size: 12px;
	width: 60px;
	cursor: pointer;
	text-align:left;
	float:right;
}
.orderTable .orderRow .orderCol.colPod ul.open_select {
	background-color: #fff;
	display: none;
	position: absolute;
	top: 30px;
	right: 0px;
	z-index: 1;
	border: 1px solid #A5A5A5;
	width: 60px;
}
.orderTable .orderRow .orderCol.colPod li {
	text-align: center;
	font-weight: 300;
	font-size: 12px;
	padding: 5px 10px;
	cursor: pointer;
}
.orderTable .orderRow .orderCol.colPod li:hover {
	background-color: #eee;
}
.orderTable .orderRow .orderCol.colInfo {
	width: 64%;
	display:table-cell;
}
.orderTable .orderRow .orderCol.colInfo2 {
	width: 34%;
	display:table-cell;
	text-align:right;
	vertical-align:middle;
}
.orderTable .orderRow .orderCol.colInfo .itemName {
	font-size: 18px;
	font-size:1.8rem;
	font-weight: bold;
	padding: 10px 0 40px;
}
.orderTable .orderRow .orderCol.colPrice .price {
	display: block;
	padding:0;
	font-size: 16px;
	font-size:1.6rem;
	font-weight: bold;
	color:#000;
}
.orderTable .orderRow .orderCol.colInfo .separator {
	white-space: nowrap;
	display: block;
	font-size: 14px;
	font-size:1.4rem;
	font-weight: 300;
	color:#7d7d7d;
}
.orderTable .delete,
.orderTable .edit {
	-moz-appearance: none;
	background: transparent none repeat scroll 0 0;
	border: 0 none;
	border-radius: 0;
	box-sizing: content-box;
	cursor: pointer;
	display: inline;
	font-size: inherit;
	margin: 0;
	outline: medium none;
	padding: 0;
	color: #000;
	background:url(../img/cart/delete.png) no-repeat 0 center;
	padding-left:18px;
	font-size: 12px;
	font-weight: 400;
	text-decoration: underline;
	text-decoration:none;
}


.orderTableSummary {
	display: block;
}

.orderTableSummary h2.title,
.orderTableSummary2 h2.title {
	font-size: 18px;
	margin-bottom: 18px;
	font-weight:bold;
}
.orderTableSummary .row,
.orderTableSummary2 .row {
	display: block;
	width: 100%;
	padding: 30px 20px 0;
	margin: 0 0;
	font-size: 13px;
	font-weight: 400;
}
.orderTableSummary a {
	color: #999;
}
.orderTableSummary .orderRow {
	display: block;
	width: 100%;
	border-bottom: 1px solid #A5A5A5;
}
.orderTableSummary .orderRow.last {
	border: none;
}
.orderTableSummary .orderHead,
.orderTableSummary .orderVal {
	padding: 10px 0 8px;
	float: left;
	display: block;
	margin: 5px 0;
}
.orderTableSummary .orderHead {
	width: 30%;
}
.orderTableSummary .orderVal {
	width: 70%;
}
.orderTableSummary .orderRow.last .orderVal,
.orderTableSummary2 .orderRow.last .orderVal {
	font-size: 18px;
}
.orderTableSummary .orderRow .orderVal {
	text-align: right;
}
.orderTableSummary .btn {
	margin-top: 30px;
	width: 100%;
}
.orderTableSummary .checkout {
	width: 100%;
}

.orderTableSummary2 {
	display: block;
	width: 100%;
	float: right;
	padding: 0;
	margin-top: 0;
}
.orderTableSummary2 .border-wrap{
	border: 1px solid #bfbfbf;
	border-bottom:none;
}
.orderTableSummary2 .border-wrap.last{
	border-bottom: 1px solid #bfbfbf;
}
.orderTableSummary2 .row.pt-none {
	padding-top:0;
}
.orderTableSummary2 .separator {
	white-space: nowrap;
	display: block;
	font-size: 12px;
	font-size:1.2rem;
	color:#7d7d7d
}
.orderTableSummary2 .separator  span{
	width:5.5em;
	display:inline-block;
}
.orderTableSummary2 .orderRow {
	border-top: 1px solid #bfbfbf;
	margin-bottom:0px;
	padding-top:20px;
}
.orderTableSummary2 .orderRow.total{
	padding:15px 0 !important;
	font-size: 14px;
	font-size:1.4rem;
}
.orderTableSummary2 .orderRow:first-child {
	border-top: none;
	padding-top:0;
	margin-bottom: 10px;
}
.orderTableSummary2 .price{
	display:block;
	text-align:right;
	padding-top:15px;
	font-size:14px;
	font-size:1.4rem;
	font-weight:bold;
}
.orderTableSummary2 .colImage {
	width: 35%;
	float: left;
	padding-right: 5%;
}
.orderTableSummary2 .colName{
	font-size:14px;
	font-size:1.4rem;
	margin-bottom:5px;
}
.orderTableSummary2 .colText{
	overflow:hidden;
	margin-bottom:15px;
}
.orderTableSummary2 .orderHead,
.orderTableSummary2 .orderVal {
	float: left;
	display: block;
}
.orderTableSummary2 .orderHead {
	width: 30%;
}
.orderTableSummary2 .orderVal {
	width: 70%;
}
.orderTableSummary2 .total-price .orderHead {
	width: 50%;
}
.orderTableSummary2 .total-price .orderVal {
	width: 50%;
}
.orderTableSummary2 .orderVal {
	text-align: right;
}
.orderTableSummary2 .orderVal.sale{
	color:#e95a7f !important;
}
.orderTableSummary2  .total-price{
	border:none !important;
	padding:15px 0 !important;
	clear:both;
	overflow:hidden;
	font-size:16px;
	font-size:1.6rem;
	font-weight:bold;
}


@media only screen and (max-width: 750px){
	
	.orderTable .orderRow {
		padding-bottom: 20px;
		margin-bottom: 20px;
	}
	.orderTable .orderRow.last {
		margin-bottom: 0px;
	}
	.orderTable .orderRow .orderCol.colInfo,
	.orderTable .orderRow .orderCol.colInfo2 {
		width: 100%;
		display:block;
		text-align:left;
	}
	.orderTable .orderRow .orderCol.colInfo{
		margin-bottom:20px;
		overflow:hidden;
	}
	.orderTable .orderRow .colImage {
		width: 100px;
		margin-right: 3%;
	}
	.orderTable .orderRow .orderCol.colInfo .itemName {
		font-size: 15px;
		font-size: 1.5rem;
		padding: 0px 0 10px;
	}
	.orderTable .orderRow .orderCol.colPrice .price {
		text-align:left;
	}
	.orderTable .orderRow .orderCol.colPod {
		margin-bottom:0;
		width: 170px;
		float:left;
	}
	.orderTable .orderRow .orderCol.colPod .pod-label {
		width:3em;
		text-align:left;
	}
	.orderTable .orderRow .orderCol.colPod div.open_select {
		float: left;
		width: 120px;
	}
	.orderTable .orderRow .orderCol.colPod ul.open_select {
		right:inherit;
		left:3.5em;
		width: 120px;
	}
	.stock-ttl {
		float:left;
		margin-bottom:0 !important;
		padding-top:5px;
	}
	.orderTable .orderRow .orderCol.colDelete {
		clear:inherit;
		float:right;
		margin-bottom:0;
		padding-top:5px;
	}

	.orderTableSummary2 {
		float: none;
		clear:both;
		border-top: 1px solid #bfbfbf;
		padding-top:35px;
	}
	.orderTableSummary .row, .orderTableSummary2 .row {
		padding:0;
		margin: 0 0;
		font-size: 13px;
		font-weight: 400;
	}
	.orderTableSummary2 .border-wrap{
		border:none;
		border-bottom: 1px solid #bfbfbf;
	}
	.orderTableSummary2 .border-wrap.sp-b-none{
		border-bottom:none;
	}
	.orderTableSummary2 .border-wrap.last {
		border-bottom: 1px solid #000;
		border-top: 1px solid #000;
	}
	.orderTableSummary2 .row.pt-none {
		padding-top:0;
	}
	.orderTableSummary2 .orderRow {
		padding-top: 20px;
		margin-top:0;
		margin-bottom:15px;
	}
	.orderTableSummary2 .orderRow.total,
	.orderTableSummary2 .orderRow.total-price{
		margin:0;
	}
	.orderTableSummary2 .orderRow:first-child {
		margin-top:0;
		margin-bottom: 15px;
	}
	.orderTableSummary2 .price {
		font-size: 15px;
		font-size: 1.5rem;
		text-align:left;
	}
	.orderTableSummary2 .colText{
		overflow:hidden;
		margin-bottom:0px;
	}
	.orderTableSummary2 .colInfo2{
		overflow:hidden;
		margin-bottom:15px;
	}
	.orderTableSummary2 .orderCol.colPod {
		margin-bottom: 0;
		width: 170px;
		float: left;
	}
	.orderTableSummary2 .stock-ttl {
		float: left;
		margin-bottom: 0 !important;
		padding-top: 5px;
	}
	.orderTableSummary2 .colDelete {
		clear: inherit;
		float: right;
		margin-bottom: 0;
		padding-top: 5px;
	}
	.orderTableSummary2 .delete{
		-moz-appearance: none;
		background: transparent none repeat scroll 0 0;
		border: 0 none;
		border-radius: 0;
		box-sizing: content-box;
		cursor: pointer;
		display: inline;
		font-size: inherit;
		margin: 0;
		outline: medium none;
		padding: 0;
		color: #000;
		background: url(../img/cart/delete.png) no-repeat 0 center;
		padding-left: 18px;
		font-size: 12px;
		font-weight: 400;
		text-decoration: underline;
		text-decoration: none;
	}
	/* .header .sp-navi-wrap{
		display:none;
	} */
}


/* step-commom */

.cart-box{
	border-bottom:1px solid #bfbfbf;
	padding-bottom:40px;
	clear:both;
	overflow:hidden;
}
.cart-box.pd_none{
	padding:0;
}
.cart-box .order-ttl{
	font-size: 18px;
	font-size:1.8rem;
	font-weight:bold;
	margin-bottom:15px;
}

.cart-single-btn{
	width:31.25%;
	margin:0 auto;
}

/* step01 */

.cart-cal{
	padding-top:120px;
}
h2.title {
	font-size: 40px;
	font-size:4.0rem;
	font-family:"Lunasima", sans-serif;
	margin-bottom:30px;
}
.free-txt{
	color:#e95a7f;
	font-size:14px;
	font-size:1.4rem;
	margin-bottom:25px;
}
.stock-ttl{
	color:#e95a7f;
	margin-bottom:15px;
	font-size:14px;
	font-size:1.4rem;
}
.coupon-radio{
	font-size:16px;
	font-size:1.6rem;
	padding-left:20px;
}
.coupon-radio.mb{
	margin-bottom:20px;
}
.coupon-radio input[type="radio"] {
	display:inline!important;
}
.coupon-radio input[type="text"]{
	width:150px;
	display:inline !important;
	box-shadow:none;
	padding:7px;
	height:inherit;
}
.coupon-radio .app-btn{
	background:none;
	border:1px solid #000;
	text-align:center;
	color:#000;
	height:29px;
	line-height:29px;
	font-size:14px;
	font-size:1.4rem;
	padding:0 5px;
	margin-left:5px;
	vertical-align:bottom;
}

.total-price-table{
	width:70%;
	float:right;
}
.total-price-table th,
.total-price-table td{
	border-top:1px solid #bfbfbf;
	padding:20px;
	font-size:14px;
	font-size:1.4rem;
	line-height:2;
	vertical-align:top;
}
.total-price-table tr:first-child th,
.total-price-table tr:first-child td{
	border:none;
}
.total-price-table td.sale{
	color:#e95a7f;
}
.total-price-table td.price{
	text-align:right;
}
.total-price{
	border-top:1px solid #000;
	border-bottom:1px solid #000;
	padding:20px;
	clear:both;
	overflow:hidden;
	font-size:18px;
	font-size:1.8rem;
}
.total-price dt{
	float:left;
	font-weight:bold;
}
.total-price dt span{
	font-size:12px;
	font-size:1.2rem;
	font-weight:normal;
}
.total-price dd{
	float:right;
	text-align:right;
	font-weight:bold;
}

.coupon-left{
	width:48.5%;
	float:left;
}
.coupon-right{
	width:48.5%;
	float:right;
}

.coupon-btn{
	margin-bottom: 10px;
	padding: 10px 0;
	height: inherit;
	border: 1px solid #000;
	font-size: 16px;
	font-size: 1.6rem;
	max-width:260px;
}


@media only screen and (max-width: 1024px){
	.total-price-table{
		width:100%;
		float:none;
	}
}

@media only screen and (max-width: 750px){
	h2.title {
		font-size: 22px;
		font-size:2.2rem;
		margin-bottom:20px;
		padding:0
	}
	.coupon-radio{
		font-size:14px;
		font-size:1.4rem;
		padding-left:0px;
	}
	.coupon-radio.mb{
		margin-bottom:20px;
	}
	.total-price-table th,
	.total-price-table td{
		padding:20px 0;
	}
	.total-price{
		padding:20px 0;
		font-size:16px;
		font-size:1.6rem;
	}

	.cart-single-btn{
		width:100%;
	}


	.coupon-left{
		width:100%;
		float:none;
		margin-bottom:15px;
	}
	.coupon-right{
		width:100%;
		float:none;
	}
	
	.coupon-btn{
		font-size: 14px;
		font-size: 1.4rem;
		margin:0 auto;
	}

}


/* step01-side */

.orderTableSummary .side-ttl{
	margin-bottom:15px;
	font-size:17px;
	font-size:1.7rem;
}
.orderTableSummary .side-ttl.center{
	text-align:center;
}
.orderTableSummary .member-box{
	background-color:#eeeeee;
	padding:25px 30px 20px;
	margin-bottom:20px;
	clear:both;
}
.orderTableSummary .member-box .button{
	margin-bottom:10px;
	padding:10px 0;
	height:inherit;
	border:1px solid #000;
	font-size:16px;
	font-size:1.6rem;
}
.orderTableSummary .member-box .button.pay-btn02{
	background:#FFF;
	color:#000;
}

.orderTableSummary .member-box input[type="email"],
.orderTableSummary .member-box input[type="text"],
.orderTableSummary .member-box input[type="password"]{
	box-shadow:none;
	height:inherit;
	padding:10px;
	border:1px solid #bfbfbf;
}
.orderTableSummary .member-box .menber-input{
	margin-bottom:10px;
}
.orderTableSummary .member-box .menber-input.last{
	margin-bottom:20px;
}
.orderTableSummary .member-box .menber-checkBox{
	font-size:14px;
	font-size:1.4rem;
	margin:0 0 3px;
}
.orderTableSummary .member-box .menber-checkBox.last{
	margin-bottom:25px;
}


.orderTableSummary .side-box{
	margin-bottom:25px;
	border-bottom:1px solid #e6e6e6;
	font-size:14px;
	font-size:1.4rem;
	padding:0 25px 25px;
}
.orderTableSummary .amazon-btn{
	max-width:290px;
	margin:0 auto;
	text-align:center;
}
.orderTableSummary .amazon-btn a{
	display:block;
	background:#ff9900 url(../img/cart/amazon.png) no-repeat 20px center;
	color:#FFF;
	line-height:1.3;
	padding:10px 0;
}
.orderTableSummary .card-img{
	display:block;
	margin:10px auto;
}

@media only screen and (max-width: 1024px){
	.orderTableSummary .member-box{
		padding:20px 10px 15px;
	}
	.orderTableSummary .member-box .button {
		font-size: 14px;
		font-size: 1.4rem;
	}
}

@media only screen and (max-width: 750px){
	.orderTableSummary .member-box{
		background-color:#eeeeee;
		padding:20px 20px 15px;
		margin-bottom:20px;
	}
}


/* step02 */

.coupon-app-btn {
	background: none !important;
	border: 1px solid #000 !important;
	text-align: center !important;
	color: #000 !important;
	height: 39px !important;
	line-height: 39px !important;
	font-size: 14px !important;
	font-size: 1.4rem !important;
	padding: 0 20px !important;
	margin-left: 0px !important;
	vertical-align: bottom !important;
}
.coupon-app-btn:hover{
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
}
.deliveryAddressList{
	margin-left: 20px;
}


/* step04 */

.regmessageArea{
	max-width:800px;
	margin:0 auto;
	text-align:center;
}
.regmessageArea .text-box{
	font-size:12px;
	font-size:1.2rem;
	padding:30px 0 70px;
}
.regmessageArea .text-box .thank-ttl{
	font-size:30px;
	font-size:3.0rem;
	margin-bottom:20px;
}
.regmessageArea .text-box .thank-txt{
	font-size:14px;
	font-size:1.4rem;
	text-align:left;
}
.regmessageArea .share-box .share-box{
	margin-bottom:100px;
}
.regmessageArea .share-box .share-ttl{
	font-size:30px;
	font-size:3.0rem;
	margin-bottom:30px;
	font-family:"Lunasima", sans-serif;
}
.regmessageArea .share-box ul{
	font-size:0;
}
.regmessageArea .share-box li{
	display:inline-block;
	margin:0 22px;
}

@media only screen and (max-width: 750px){
	.regmessageWrapper{
		padding-top:15px;
	}
	.regmessageWrapper .regmessageArea {
		margin: 0px;
	}
	.regmessageArea .text-box{
		font-size:12px;
		font-size:1.2rem;
		padding:30px 0 50px;
	}
	.regmessageArea .text-box .thank-ttl{
		font-size:18px;
		font-size:1.8em;
		margin-bottom:20px;
	}
	.regmessageArea .share-box .share-box{
		margin-bottom:100px;
	}
	.regmessageArea .share-box .share-ttl{
		font-size:18px;
		font-size:1.8rem;
		margin-bottom:20px;
	}
	.regmessageArea .share-box li{
		display:inline-block;
		margin:0 12px;
		width:8%;
	}
}

.gift_container {
	margin-top: -30px;
	margin-bottom: 15px;
	border: #999 thin solid;
}

.gift_block {
	display: table;
	table-layout: fixed;
	width: 100%;
	text-align: center;
}

.gift_img {
	width: 50%;
	padding: 10px 10px 10px;
	vertical-align: middle;
	float: left;
}

@media only screen and (max-width: 750px){
	.gift_img {
		width: 50%;
	}
}

.gift_btn {
	margin-bottom: 0;
}

.shoping_cart__side_inner {
	margin-top: 20px;
	padding-top: 20px;
}
.shoping_cart__side_inner.first {
	border-top: #bfbfbf solid 1px;
}

.join_text {
	font-size: 16px;
	font-size: 1.6rem;
}

.join_text.last {
	margin-bottom: 10px;
}


/* gift_wrapping STYLE
-------------------------------*/
.gift_wrapping .bold {
	font-weight: bold;
}
.gift_wrapping .gift_wrapping_detail {
	display: none;
}
.gift_wrapping .gift_wrapping_detail.confirm {
	display: block;
}
.gift_wrapping .gift_wrapping_detail_description .gift_wrapping_item {
	display: inline-block;
	vertical-align: top;
	width: 45%;
	margin-right: 3%;
}
.gift_wrapping .gift_wrapping_detail_description .gift_wrapping_item .image {
	position: relative;
}
.gift_wrapping .gift_wrapping_detail_description .gift_wrapping_item .image img {
	vertical-align: middle;
}
.gift_wrapping .gift_wrapping_detail_description .gift_wrapping_item .image .caption {
	position: absolute;
	color: #7f7f7f;
	width: 100%;
	text-align: center;
	bottom: 0;
	margin-bottom: 6px;
	font-size: 0.8em;
}
.gift_wrapping .gift_wrapping_detail_description .gift_wrapping_item .explain {
	font-size: 0.8em;
}
.gift_wrapping .gift_wrapping_about {
	margin-top: 20px;
}
.gift_wrapping .gift_wrapping_about .gift_wrapping_title {
	width: 100%;
	text-decoration: underline;
	cursor: pointer;
	margin-bottom: 5px !important;
}
.gift_wrapping .gift_wrapping_about .gift_wrapping_item_wrap {
	width: 100%;
	display: none;
	overflow: hidden;
}
.gift_wrapping .gift_wrapping_about .gift_wrapping_item {
	margin: 10px 0 20px;
}
.gift_wrapping .gift_wrapping_items .gift_wrapping_item_wrap {
	margin-top: 10px;
}
.gift_wrapping .cannot_select_gift_wrapping .gift_wrapping_items .gift_wrapping_item_wrap {
	margin-top: 0;
}
.gift_wrapping .gift_wrapping_items .gift_wrapping_item_wrap .explain {
	margin: 6px 0 0 5%;
	font-size: 0.8em;
}
.gift_wrapping .gift_wrapping_items .gift_wrapping_item {
	padding: 10px;
	background: #eee;
	border: 0;
	border-bottom: 1px solid #d6d6d6;
}
.gift_wrapping .gift_wrapping_items .goods_info .image {
	width: 30%;
}
.gift_wrapping .gift_wrapping_items .goods_info .image img {
	display: block;
	max-width: 100%;
	height: auto;
}
.gift_wrapping .gift_wrapping_items .goods_info .name {
	font-style: normal;
	border-bottom: 5px solid #e2e2e2;
	margin-bottom: 1em;
	display: inline-block;
	float: none;
}
.gift_wrapping .gift_wrapping_items .goods_info .info .separator {
	white-space: nowrap;
	display: block;
	font-size: 1.4rem;
	font-size: 14px;
	font-weight: 300;
	color:#7d7d7d;
}

/* formTable STYLE
-------------------------------*/
.formTable .gray-form {
	padding-bottom: 25px;
}
.formTable .gray-form.credit {
	padding-bottom: 0;
}
.formTable .credit-intro {
	margin-bottom: 0;
}
.formTable .credit .credit-intro {
	margin-bottom: 30px;
}
.formTable .cash_on_delivery {
	background-color: #fff;
	border: 5px solid #eeeeee;
}
.formTable .cash_on_delivery table {
	width: 100%;
	margin-top: 5px;
	margin-bottom: 10px;
}
.formTable .cash_on_delivery table tr th,
.formTable .cash_on_delivery table tr td {
	font-size: 100%;
	padding-top: 8px;
	padding-bottom: 8px;
}
.formTable .cash_on_delivery table tr th {
	background-color: #eee;
	text-align: center;
	border-top: 1px solid #e0e0e0;
	border-bottom: 1px solid #e0e0e0;
	border-right: 1px solid #e0e0e0;
	border-left: 1px solid #e0e0e0;
}
.formTable .cash_on_delivery table tr td {
	border-bottom: 1px solid #e0e0e0;
	border-right: 1px solid #e0e0e0;
	border-left: 1px solid #e0e0e0;
}
.formTable .cash_on_delivery table tr th.price {
	border-left: none;
}
.formTable .cash_on_delivery table tr td.price {
	text-align: right;
	border-left: none;
}
.formTable .cash_on_delivery .cash_about--bottom {
	font-size: 80%;
}

@media only screen and (max-width: 750px){
	.formTable .cash_on_delivery {
		padding: 10px;
		border: 1px solid #eeeeee;
	}
	.formTable .cash_on_delivery table tr th,
	.formTable .cash_on_delivery table tr td {
		font-size: 90%;
	}
}

.formTable .usePointField .usePointForm  {
	padding: 5px;
}
.formTable .usePointField .usePointForm input.use_point {
	width: 50%;
	margin: 0 10px;
}

.stripe_card_wrap {
	padding-left:15px;
	margin-bottom:20px;
}

.stripe_card_new_card {
	margin-bottom: 5px;
	border-bottom: solid 1px #bfbfbf;
}

.stripe_card_comfirm {
	color: #7F7F7F !important;
	font-size: 12px;
}

div.card-help p {
	line-height: 1.7;
}
div.card-help p.help-title {
	font-size: 14px;
	padding-top: 3px;
}
div.card-help p.help-piece a {
	font-size: 13px;
	color: #0a0aec;
}

/* CART step02
-------------------------------*/
.page--cart.step02 .relative {
	position: relative;
}
.page--cart.step02 #loading {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #fff;
	opacity: 0.8;
	z-index: 100;
}

.page--cart.step02 #loading .loadingText {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	text-align: center;
	padding-top: 140px;
	background: url("../img/cart/gif-load.gif") center center no-repeat;
}

/* GMOカード情報入力 */
@media only screen and (min-width: 751px){
	.gmoCreditcardForm1 .inputHintForm {
		display: flex;
		align-items: center;
	}
	.gmoCreditcardForm1 .inputHintForm .line {
		flex: 1;
	}
}

/* GmoOpenAPI コンビニ用 from */
.formTable .cart-label  {
	margin-left: -2.0rem;
	margin-bottom: -1.0rem;
}

.formTable .convenienceoptionForm .gray-form {
	padding-left: 3.0rem;
	padding-top: 1.0rem !important;
}
.formTable .convenienceoptionForm .gray-form .convenienceForm {
	margin: 24px -3rem 0 -3rem;
	padding: 0px 1rem;
}
/* GmoOpenAPI コンビニ用 to */

/** amazonpay */
#AmazonPayButton img {
	width: 50%;
}
.amazonpay-logo {
	height: 20px;
}
@media only screen and (max-width: 750px){
	#AmazonPayButton img {
		width: 100%;
	}
}

.tax-number-shipping-flag {
	margin-top: 30px;
}
