@charset "Shift_JIS";

/* --------------------------------------------------------------------
	�{�^��
-------------------------------------------------------------------- */
/* �܂��� */
.submit_text_or_ {
	font-size: 11px;
	display: flex;
	clear: both;
	align-items: center;
	justify-content: space-between;
	width: 450px;
	margin: 10px auto 0;
	padding: 10px 0;
	white-space: nowrap;
	color: #000;
}
.submit_text_or_::before,
.submit_text_or_::after {
	width: 100%;
	height: 1px;
	content: "";
	background-color: #000;
}
.submit_text_or_::before {
	margin-right: 10px;
}
.submit_text_or_::after {
	margin-left: 10px;
}

/*�Z����ύX*/
#changeAddress {
}
/*�J�[�h��ύX*/
#changePayment {
}

#AmazonPayButton {
	margin:10px auto 0px;
}
/* --------------------------------------------------------------------
	���[�_��
-------------------------------------------------------------------- */
.order_modal_ {
	display: none;
	width: 568px;
	position: fixed;
	padding-top: 30px;
	top: 190px;
	right: -568px;
	background:url(../img/sys/bg_order_modal_top.png) no-repeat top left;
	z-index: 1000;
}
.order_modal_ h3 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 28px;
}
.order_modal_ p {
	margin-bottom: 30px;
}
.order_modal_inner {
	padding: 0 36px 30px 49px;
	background: url(../img/sys/bg_order_modal_bottom.png) no-repeat bottom left;
}
.order_modal_btn {
	letter-spacing: -0.4em;
}
.order_modal_btn li {
	display: inline-block;
	letter-spacing: normal;
	vertical-align: top;
}
.order_modal_btn li:first-child {
	margin-right: 11px;
}
.order_modal_ .close {
	background: #ffffff url(../img/sys/button/order_modal_close.png) no-repeat bottom left;
	position: absolute;
	display: block;
	top: 30px;
	right: 22px;
	width: 24px;
	height: 24px;
	text-indent: -9999px;
	cursor: pointer;
}