@charset "utf-8";

#usces-cart *,
#usces-cart *::before,
#usces-cart *::after,
#usces-member *,
#usces-member *::before,
#usces-member *::after {
	box-sizing: content-box;
	-webkit-box-sizing: content-box;
}

#usces-cart #header *,
#usces-cart #header *::before,
#usces-cart #header *::after,
#usces-cart #footer *,
#usces-cart #footer *::before,
#usces-cart #footer *::after,
#usces-cart #searchWrap *,
#usces-cart #searchWrap *::before,
#usces-cart #searchWrap *::after,
#usces-cart #userWrap *,
#usces-cart #userWrap *::before,
#usces-cart #userWrap *::after,
#usces-cart .globalMenuSp *,
#usces-cart .globalMenuSp *::before,
#usces-cart .globalMenuSp *::after,
#usces-member #header *,
#usces-member #header *::before,
#usces-member #header *::after,
#usces-member #footer *,
#usces-member #footer *::before,
#usces-member #footer *::after,
#usces-member #searchWrap *,
#usces-member #searchWrap *::before,
#usces-member #searchWrap *::after,
#usces-member #userWrap *,
#usces-member #userWrap *::before,
#usces-member #userWrap *::after,
#usces-member .globalMenuSp *,
#usces-member .globalMenuSp *::before,
#usces-member .globalMenuSp *::after{
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

body#usces-cart,
body#usces-member {
	padding-top: 72px;
}

#usces-cart section,
#usces-member section {
	padding: 80px 0 40px;
}

#usces-cart .section.completionSection {
	padding: 80px 0;
	border: none;
}

#usces-member section.memberSection {
	padding: 40px 0;
}

.cart_navi ul {
	font-size: 1.1428571428571rem;
	height: 40px;
	list-style-image: none;
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 100%;
}

.cart_navi li {
	height: 40px;
	line-height: 40px;
	background-color: rgba(0, 0, 0, 0.15);
	color: #fff;
	margin: 0;
	text-align: center;
	width: 24.75%;
}

.cart_navi li.current {
	background-color: rgba(0, 0, 0, 0.8);
	font-weight: bold;
	width: 24.75%;
}

#cart {
	width: 100%;
}

#cart table {
	border: 1px solid rgba(0, 0, 0, 0.15);
	border-collapse: collapse;
	font-size: 1rem;
	line-height: 1.5;
	width: 100%;
	margin-bottom: 0;
}

#cart #point_table {
	margin: 40px auto 0;
	max-width: 360px;
}

#cart #point_table .point {
	font-size: 1.1428571428571rem;
	margin-right: 4px;
	font-weight: bold;
}

#cart th {
	background-color: #f2f2f2;
	color: rgba(0, 0, 0, 0.8);
	font-weight: normal;
	white-space: nowrap;
}

#cart th,
#cart td {
	border: 1px solid #d9d9d9;
	padding: 16px;
	text-align: center;
	vertical-align: middle;
	white-space: normal;
	word-break: break-all;
}

#cart th.num,
#cart th.thumbnail,
#cart th.price,
#cart th.unitprice,
#cart th.quantity,
#cart th.subtotal {
	text-align: center;
	vartical-align: middle;
}

#cart th.aright,
#cart td.aright {
	text-align: right;
	white-space: nowrap;
}

#cart #point_table td {
	height: 24px;
}

#cart td.productname {
	text-align: left;
	font-size: 1rem;
}

#cart td.signal_red {
	color: red;
	font-weight: bold;
}

#cart .action {
	text-align: center;
	white-space: nowrap;
	width: 48px;
}

#cart .num {
	text-align: center;
	white-space: nowrap;
	width: 24px;
}

#cart .price,
#cart .unitprice,
#cart .subtotal {
	text-align: right;
	white-space: nowrap;
	width: 64px;
}

#cart .quantity {
	width: 48px;
	text-align: center;
	white-space: nowrap;
}

#cart .stock {
	width: 56px;
	text-align: center;
	white-space: nowrap;
}

#cart .thumbnail {
	text-align: center;
	white-space: nowrap;
	width: 64px;
}

#cart .upbutton {
	margin-bottom: 12px;
	text-align: right;
}

#cart div.error_message {
	margin-top: 16px;
}

#cart input.delButton {
	border: 1px solid rgba(0, 0, 0, 0.8);
	font-weight: normal;
	margin: 0;
	padding: 4px 8px;
}

#cart input.quantity {
	border: 1px solid rgba(0, 0, 0, 0.15);
	padding: 8px 4px;
	font-size: 0.85714285714286rem;
	text-align: center;
	width: 40px;
}

#cart .gp {
	margin-bottom: 24px;
	line-height: 1.5;
}

#cart .gpImage {
	width: 24px;
	height: 15px;
}

#cart .gpImage.gpImageInTable {
	margin-left: auto;
	display: block;
	margin-bottom: 4px;
}

#cart .gpImage.gpImageInGp {
	vertical-align: sub;
	margin-right: 8px;
}

#usces-cart #search_zipcode,
#usces-member #search_zipcode {
	cursor: pointer;
	width: auto;
	padding: 4px 16px;
	-moz-border-radius: 1.5px;
	-webkit-border-radius: 1.5px;
	border-radius: 1.5px;
	background: rgba(0, 0, 0, 0.05);
}

#usces-cart #search_zipcode:hover,
#usces-member #search_zipcode:hover {
	opacity: .6;
	filter: alpha(opacity=60);
	-ms-filter: "alpha(opacity=60)";
	-khtml-opacity: .6;
	-moz-opacity: .6;
}

#cart #point_table input.used_point {
	border: 1px solid rgba(0, 0, 0, 0.15);
	padding: 8px;
	font-size: 1.1428571428571rem;
	margin-right: 8px;
	font-weight: bold;
	text-align: right;
	width: 96px;
}

#usces-cart .no_cart {
	text-align: center;
	font-weight: bold;
	font-size: 1.1428571428571rem;
	margin: 80px 0 80px;
}

#customer-info table,
#delivery-info table,
#newmember table,
#memberinfo .customer_form,
#memberedit .customer_form {
	border-collapse: collapse;
	font-size: 1rem;
	margin: 0 auto 40px;
	width: 100%;
}

#customer-info td,
#delivery-info td,
#newmember td,
#memberinfo .customer_form td,
#memberedit .customer_form td {
	border: 1px solid #d9d9d9;
	font-size: 0.85714285714286rem;
	padding: 16px 0 16px 24px;
	vertical-align: middle;
}

#customer-info th,
#delivery-info th,
#newmember th,
#memberinfo .customer_form th,
#memberedit .customer_form th {
	background-clip: padding-box;
	background-color: #f2f2f2;
	border: 1px solid #d9d9d9;
	padding: 16px 24px 16px 0;
	position: relative;
	text-align: right;
	width: 208px;
	font-size: 0.85714285714286rem;
	word-break: keep-all;
	line-height: 1.5;
	vertical-align: middle;
}

#delivery-info .customer_form em,
#customer-info .customer_form em,
#newmember .customer_form em,
#memberinfo .customer_form em,
#memberedit .customer_form em {
	color: red;
	font-size: 0.85714285714286rem;
	font-style: normal;
	margin-right: 2px;
	vertical-align: top;
}

#customer-info h5 {
	font-size: 1rem;
	margin-bottom: 8px;
}

#customer-info .agree_member_area {
	margin-top: 40px;
}

#customer-info .at_check_area {
	margin-bottom: 0;
}

#delivery-info #time {
	margin-top: 0;
}

#delivery-info #time textarea,
#delivery-info #time textarea,
#delivery-info .notes {
	height: 120px;
	width: 88%;
	border: 1px solid rgba(0, 0, 0, 0.15);
	width: calc(100% - 24px);
}

#delivery-info .customer_form .btn {
	width: 24px;
}

#delivery-info .customer_form dd {
	margin: 0;
	padding: 0 0 8px 24px;
}

#delivery-info .customer_form dl {
	margin: 0;
	padding: 0;
	width: auto;
}

#delivery-info .customer_form dt {
	width: auto;
}

#delivery-info .notesTh {
	vertical-align: top;
}

#delivery-info label {
	font-size: 1rem;
}

#delivery-info label:hover {
	cursor: pointer;
}

#delivery-info table#notes_table {
	margin: 0 auto 40px;
}

#delivery-info table.customer_form {
	border-collapse: collapse;
	width: 100%;
}

#delivery-info select {
	width: auto;
	min-width: 200px;
}

#info-confirm #confirm_table {
	border-collapse: collapse;
	margin: 40px 0;
	width: 100%;
	table-layout: auto;
}

#info-confirm .action {
	display: none;
}

#notes_table #note {
	font-size: 1rem;
	padding: 2px 8px;
	line-height: 1.5;
}


#confirm_table .bdc {
	background-color: #FFF;
}

#confirm_table .ttl {
	background-color: #f2f2f2;
}

#confirm_table h3 {
	font-weight: normal;
}

#confirm_table th {
	border: 1px solid #d9d9d9;
	padding: 16px;
	text-align: right;
	width: 208px;
	line-height: 1.5;
}

#confirm_table td {
	border: 1px solid #d9d9d9;
	padding: 16px;
	line-height: 1.3;
}

#customer-info #loginpass,
#customer-info input[type="password"],
#customer-info .password,
input#password1,
input#password2 {
	width: 200px !important;
}

#customer-info .customer_form input,
#delivery_table input,
#memberinfo .customer_form input,
#memberedit .customer_form input,
#newmember .customer_form input {
	margin-right: 16px;
	padding: 2px 8px;
	width: 50%;
}

#customer-info .customer_form input,
#delivery-info .customer_form input,
#memberinfo .customer_form input,
#memberedit .customer_form input,
#newmember .customer_form input {
	background: rgba(0, 0, 0, 0.03);
	border: 1px solid rgba(0, 0, 0, 0.15);
	font-size: 1rem;
}

#customer-info .customer_form tr.inp1 input,
#delivery_table tr.inp1 input,
#memberinfo input#name1,
#memberinfo input#name2,
#memberinfo input#name3,
#memberinfo input#name4,
#memberinfo input#address1,
#memberedit input#name1,
#memberedit input#name2,
#memberedit input#name3,
#memberedit input#name4,
#memberedit input#address1,
#newmember input#name1,
#newmember input#name2,
#newmember input#name3,
#newmember input#name4,
#newmember input#address1 {
	margin-left: 8px;
	width: 75%;
}

#memberinfo input#address1,
#memberedit input#address1,
#newmember input#address1 {
	margin-left: 0;
}

#customer-info .customer_form tr.inp2 input,
#delivery_table tr.inp2 input {
	margin-left: 0;
	margin-right: 16px;
	width: 75%;
}

#customer-info .customer_form input[type="checkbox"],
#customer-info .customer_form input[type="radio"] {
	margin-right: 16px;
	width: auto;
}

#customer-info .customer_form label.iopt_label {
	display: block;
}

#customer-info select,
#delivery-info select,
#memberinfo select,
#memberedit select,
#newmember select {
	border: 1px solid rgba(0, 0, 0, 0.15);
}

#customer-info select,
#memberinfo select,
#memberedit select,
#newmember select {
	width: 200px;
}

.continue_shopping_button,
.back_cart_button,
.back_to_customer_button,
.back_to_delivery_button,
.member-edit a,
.member-logout a,
input[name="top"],
input[name="editmember"],
input[name="deletemember"] {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background: #fff;
	border: 1px solid rgba(0, 0, 0, 0.8);
	border-radius: 3px;
	color: rgba(0, 0, 0, 0.8);
	cursor: pointer;
	font-size: 1.1428571428571rem;
	margin: 0 8px;
	padding: 8px 16px;
}

.to_customerinfo_button,
.to_deliveryinfo_button,
.to_confirm_button,
.checkout_button,
.back_to_top_button,
.to_reganddeliveryinfo_button,
input[name="customerlogin"],
input[name="regmember"],
.use_point_button {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background: rgba(0, 0, 0, 0.8);
	border: none;
	border-radius: 3px;
	color: #fff;
	cursor: pointer;
	font-size: 1.1428571428571rem;
	font-weight: bold;
	margin: 0 8px;
	padding: 8px 16px;
}

#usces-cart .to_customerinfo_button:hover,
#usces-cart .to_deliveryinfo_button:hover,
#usces-cart .to_confirm_button:hover,
#usces-cart .checkout_button:hover,
#usces-cart .back_to_top_button:hover,
#usces-cart .to_reganddeliveryinfo_button:hover,
#usces-cart input[name="customerlogin"]:hover,
input[name="regmember"]:hover,
#usces-cart .use_point_button:hover,
#usces-member .submit input:hover {
	-khtml-opacity: 1;
	-moz-opacity: 1;
	-ms-filter: "alpha(opacity=100)";
	background: rgba(0, 0, 0, 1);
	border: none;
	filter: alpha(opacity=100);
	opacity: 1;
}

.upbutton input,
.delButton {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border: 1px solid rgba(0, 0, 0, 0.8);
	border-radius: 3px;
	cursor: pointer;
	margin-left: 8px;
	padding: 4px 16px;
}

.upbutton input:hover,
.continue_shopping_button:hover,
.to_customerinfo_button:hover,
.to_deliveryinfo_button:hover,
.back_cart_button:hover,
.to_confirm_button:hover,
.back_to_customer_button:hover,
.back_to_delivery_button:hover,
.checkout_button:hover,
.back_to_top_button:hover {
	-khtml-opacity: .6;
	-moz-opacity: .6;
	-ms-filter: "alpha(opacity=60)";
	filter: alpha(opacity=60);
	opacity: .6;
}

.to_reganddeliveryinfo_button {
	padding: 8px 24px;
}

input[name="top"] {
	display: none;
}

.back_to_top_button {
	display: inline-block;
	margin: 0 0 40px;
}

a.back_to_top_button:link,
a.back_to_top_button:visited,
a.back_to_top_button:active {
	color: #fff;
}

input#payment_name_0,
input#payment_name_1,
input#payment_name_2,
input#payment_name_3 {
	margin: 0 4px 0 0;
}

.currency_code {
	height: 40px;
	line-height: 40px;
	font-size: 0.85714285714286rem;
}

.error_message {
	color: red;
	font-weight: bold;
	margin: 24px 0;
	text-align: center;
}

.at_exp_text {
	display: table;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	margin-bottom: 16px;
}

textarea.at_cont_text {
	border: 1px solid rgba(0, 0, 0, 0.15);
	width: 88%;
	width: calc(100% - 82px);
	height: 200px;
	padding: 40px;
	margin-bottom: 16px;
	font-size: 1rem;
}

textarea.at_cont_text:hover {
	cursor: default;
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "alpha(opacity=100)";
	-khtml-opacity: 1;
	-moz-opacity: 1;
}

.at_check_area {
	text-align: center;
	margin-bottom: 40px;
}

#memberinfo h3 {
	color: #fff;
	font-weight: bold;
	background-color: rgba(0, 0, 0, 0.8);
	font-size: 1.1428571428571rem;
	line-height: 1.3;
	margin: 24px 0 16px;
	padding: 16px 0 16px 24px;
}

#memberinfo .history-area {
	height: auto;
	overflow: auto;
}

#memberinfo table,
#memberedit table {
	border: none;
	border-collapse: collapse;
	border-style: none;
	border-width: 0;
	margin: 0 0 24px;
	padding: 0;
	width: 100%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

#memberinfo table.retail,
#memberedit table.retail {
	margin-bottom: 48px;
}

#memberinfo table:last-of-type,
#memberedit table:last-of-type {
	margin: 0;
}

#memberinfo table#history_head {
	margin-bottom: 16px;
}

#memberinfo #history_head th,
#memberinfo #history_head td {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	max-width: 0;
	padding-right: 4px;
	padding-left: 4px;
	font-size: 0.85714285714286rem;
}

#memberinfo #history_head th.order_number {
	width: 7.5%;
}

#memberinfo #history_head th.purchase_date,
#memberinfo #history_head th:last-of-type:not(.processing_status,.transfer_statement,.purchase_price,.discount,.tax,.used_point,.shipping,.cod,.get_point) {
	width: 12.5%;
}

#memberinfo #history_head td:last-of-type:not(.processing_status,.transfer_statement,.purchase_price,.discount,.tax,.used_point,.shipping,.cod,.get_point) {
	text-align: center;
}

#history_head .order_head_value .order_number,
#history_head .order_head_value .purchase_date,
#history_head .order_head_value .rightnum:nth-of-type(3),
#history_head .order_head_value .rightnum:nth-of-type(4) {
	text-align: center;
}

#memberinfo .member_edit_head_title {
	margin-top: 64px;
}

#memberinfo table.customer_form,
#memberedit table.customer_form {
	margin-bottom: 40px;
}

#memberinfo th,
#memberedit th {
	font-weight: normal;
	background-color: #f2f2f2;
	border: 1px solid #d9d9d9;
	padding: 8px 16px 8px 0;
	text-align: right;
}

#memberinfo .customer_form th,
#memberedit .customer_form th {
	width: 208px;
}

#memberinfo th.cartrownum {
	vertical-align: middle;
	width: 36px;
	padding: 8px;
	text-align: center;
}

#memberinfo th.historyrow {
	background-color: #666;
	text-align: center;
	padding: 8px 0;
	color: #FFF;
	vertical-align: middle;
}

#memberinfo th.price,
#memberinfo th.subtotal {
	text-align: center;
	padding: 0;
	vertical-align: middle;
	width: 80px;
}

#memberinfo td.price,
#memberinfo td.subtotal {
	padding: 0;
}

#memberinfo th.productname,
#memberinfo td.cartrownum,
#memberinfo td.thumbnail,
#memberinfo td.productname,
#memberinfo td.price,
#memberinfo td.quantity,
#memberinfo td.subtotal {
	vertical-align: middle;
}

#memberinfo th.thumbnail,
#memberinfo th.quantity {
	width: 56px;
	text-align: center;
	vertical-align: middle;
}

#memberinfo td.retail,
#customer-info form,
#delivery-info form,
#info-confirm form,
#coml-page form,
#error-page form,
.inqbox form {
	margin: 0;
	padding: 0;
}

#memberinfo td,
#memberedit td {
	border: 1px solid #d9d9d9;
	line-height: 1.5;
	padding: 8px 0 8px 16px;
}

#memberinfo table .date {
	white-space: nowrap;
}

#memberinfo table .num {
	font-size: 1rem;
}

#memberinfo table#memberdetail .num {
	font-size: 0.85714285714286rem;
}

#memberinfo table .rightnum {
	font-size: 1rem;
	padding-right: 5px;
	text-align: right;
	white-space: nowrap;
}

#memberinfo #memberdetail {
	margin-bottom: 40px;
}

#memberinfo .thumbnail {
	padding: 24px;
}

#memberinfo .aleft.productname {
	font-size: 0.85714285714286rem;
}

#memberinfo .productname {
	padding: 8px 0 8px 16px;
	text-align: left;
}

#memberinfo .quantity {
	padding: 0;
}

#memberpages div.loginbox {
	background-color: rgba(0, 0, 0, 0.03);
	margin: 0 auto;
	padding: 56px 40px;
	max-width: 240px;
	width: 88%;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

#memberpages .loginbox p#nav {
	text-align: center;
	font-size: 0.85714285714286rem;
	line-height: 2;
}

#memberpages #memberinfo ul {
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	-webkit-justify-content: center;
	align-items: center;
	-webkit-align-items: center;
	margin-bottom: 40px;
}

#memberpages #memberinfo li,
.inqbox li {
	color: #333;
	font-size: 0.85714285714286rem;
	line-height: 2;
	margin: 0;
	padding: 0;
}

#memberpages #memberinfo li strong,
.inqbox li strong {
	color: #c00;
}

#memberpages input.loginmail,
#memberpages input.loginpass {
	background: #fff;
	width: 88%;
	width: calc(100% - 16px);
	margin-bottom: 24px;
	padding: 2px 8px;
	border: 1px solid #d9d9d9;
}

#memberpages input.loginmail:hover,
#memberpages input.loginpass:hover {
	-khtml-opacity: 1;
	-moz-opacity: 1;
	-ms-filter: "alpha(opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
}

#memberinfo .blank_cell {
	padding: 0;
	width: 8px;
}

input[name="customerlogin"] {
	margin-bottom: 40px;
}

table.retail td,
#retail_table td {
	white-space: normal;
	word-break: break-all;
}

#status_table table {
	border-left-color: #CCC;
	border-left-width: 1px;
	border-style: solid none none solid;
	border-top-color: #CCC;
	border-top-width: 1px;
}

#status_table th {
	background-color: #CCC;
	border-bottom-color: #CCC;
	border-bottom-width: 1px;
	border-right-color: #CCC;
	border-right-width: 1px;
	border-style: none solid solid none;
}

#status_table td {
	border-bottom-color: #CCC;
	border-bottom-width: 1px;
	border-right-color: #CCC;
	border-right-width: 1px;
	border-style: none solid solid none;
}

#usces-cart .send,
#usces-member .send {
	text-align: center;
	width: auto;
}

#usces-member .loginBoxText {
	font-size: 0.85714285714286rem;
	line-height: 2;
	margin-bottom: 24px;
}

#usces-member .submit {
	text-align: center;
}

#usces-member .submit input {
	background: #333;
	color: #fff;
	font-weight: bold;
	font-size: 1rem;
	padding: 4px 16px;
	cursor: pointer;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

#usces-member .forgetmenot {
	text-align: center;
	margin-bottom: 24px;
}

#usces-member .iopt_label {
	margin-right: 16px;
}

#usces-member .currency_code {
	height: 24px;
	line-height: 24px;
}

#usces-member .usces_filter_history {
	display: table;
	margin-left: auto;
	margin-bottom: 16px;
}

#usces-member .exclude_cancel,
#usces-member .usce_period {
	display: inline-block;
}

#usces-member .exclude_cancel label {
	cursor: pointer;
	margin-right: 24px;
}

#usces-member #usces_purdate {
	margin-left: 6px;
	width: 72px;
}

.wp-caption {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background-color: #f2f2f2;
	border: 1px solid #d9d9d9;
	border-radius: 3px;
	margin: 10px 0;
	padding-top: 4px;
	text-align: center;
}

.wp-caption img {
	border: 0 none;
	margin: 0;
	padding: 0;
}

.wp-caption p {
	font-size: 0.85714285714286rem;
	line-height: 1.5;
	margin: 0;
	padding: 0 4px 4px;
}

div.loopimg {
	float: left;
	padding-bottom: 8px;
	padding-right: 8px;
	width: 104px;
}

#content #wc_cart img,
#content #wc_confirm img {
	max-width: none;
}

div.header_explanation {
	padding-bottom: 8px;
}

div.footer_explanation {
	padding-bottom: 16px;
	padding-top: 16px;
}

* html .clearfix {
	height: 1px;
}

.clearfix {
	display: block;
	min-height: 1px;
}

.clearfix:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}

.clear {
	clear: both;
}

.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft,
div.alignleft {
	float: left;
	margin: 0;
	padding: 0 8px 8px 0;
}

.alignright,
div.alignright {
	float: right;
	margin: 0;
	padding: 8px 0 0 8px;
}

.return_settlement a:link,
.return_settlement a:visited,
.return_settlement a:active {
	color: #03c;
	display: inline-block;
	font-size: 1.1428571428571rem;
	margin-top: 24px;
}

.textcenter,
div.textcenter {
	text-align: center;
}

.textleft,
div.textleft,
#cart th.aleft,
#cart td.aleft {
	text-align: left;
}

.textright,
div.textright,
#cart .aright.subtotal {
	text-align: right;
}

/* クレジット決済ボックス */
.escott_agreement_message {
    margin-bottom: 16px;
}

#escott-dialog {
	position: absolute;
	top: 50% !important;
	left: 50% !important;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	width: 90% !important;
	max-width: 700px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

.ui-dialog {
	left: calc(50% - 320px) !important;
	top: 30% !important;
	width: 640px !important;
}

#escott-dialog .ui-dialog-titlebar {
	padding-top: 8px;
	padding-bottom: 8px;
}

.ui-dialog .ui-dialog-content {
	padding: 24px 16px;
}

#cardno,
#seccd,
#cardname {
	border: 1px solid #666;
	padding: 4px 8px;
	margin: 0 4px 0 0;
}

#expmm,
#expyy {
	margin: 0 4px 0 0;
}

#escott th {
	text-align: left;
	width: 152px;
}

#escott td {
	padding: 0 0 8px 0;
}

#escott tr:last-of-type td {
	margin-bottom: 16px;
	display: table;
}

#escott select {
	cursor: pointer;
	border: 1px solid #666;
}

input#username_card_escott {
	width: 50%;
}

#escott-dialog .attention {
	line-height: 1.25;
	margin-top: 8px;
	font-size: 0.85714285714286rem;
}

body .ui-dialog-titlebar-close:before {
	content: "×";
}


/* 1120px */
@media screen and (max-width: 1120px) {
	#cart .num {
		display: none;
	}
}

/* 960px */
@media screen and (max-width: 960px) {
	.stock {
		display: none;
	}

	#customer-info th,
	#delivery-info th,
	#newmember th,
	#memberinfo .customer_form th,
	#memberedit .customer_form th {
		padding: 8px 16px;
		text-align: left;
		width: 88%;
		display: block;
		width: calc(100% - 34px);
		border-bottom: 0;
	}

	#customer-info td,
	#delivery-info td,
	#newmember td,
	#memberinfo .customer_form td,
	#memberedit .customer_form td {
		padding: 16px;
		display: block;
		width: 88%;
		width: calc(100% - 34px);
		border-bottom: 0;
	}

	#customer-info tr:last-of-type td,
	#delivery-info tr:last-of-type td,
	#newmember tr:last-of-type td,
	#memberinfo .customer_form tr:last-of-type td,
	#memberedit .customer_form tr:last-of-type td {
		border: 1px solid #d9d9d9;
	}

	#confirm_table th {
		width: 104px;
	}

	#customer-info .customer_form input,
	#delivery-info .customer_form input,
	#memberinfo .customer_form input,
	#memberedit .customer_form input,
	#newmember .customer_form input {
		background: #fff;
	}

	#memberinfo .history-area,
	#memberinfo .rightnum {
		font-size: 0.85714285714286rem;
		line-height: 1;
	}

	#customer-info .customer_form tr.inp1 input,
	#delivery_table tr.inp1 input,
	#memberinfo input#name1,
	#memberinfo input#name2,
	#memberinfo input#name3,
	#memberinfo input#name4,
	#memberinfo input#address1,
	#memberedit input#name1,
	#memberedit input#name2,
	#memberedit input#name3,
	#memberedit input#name4,
	#memberedit input#address1,
	#newmember input#name1,
	#newmember input#name2,
	#newmember input#name3,
	#newmember input#name4,
	#newmember input#address1 {
		width: 50%;
	}

	#history_head thead,
	#history_head tbody {
		float: left;
		display: block;
		width: 50%;
	}

	#history_head tr.order_head_label,
	#history_head tr.order_head_value {
		width: 100%;
		display: block;
	}

	#memberinfo #history_head th,
	#memberinfo #history_head td {
		display: block;
		width: 100%;
		max-width: 100%;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		line-height: 1.25;
		padding-right: 16px;
		padding-left: 16px;
	}

	#memberinfo #history_head th:not(:last-of-type),
	#memberinfo #history_head td:not(:last-of-type) {
		border-bottom: none;
	}

	#memberinfo #history_head th {
		border-right: none;
		text-align: right;
	}

	#memberinfo #history_head th.order_number,
	#memberinfo #history_head th.purchase_date,
	#memberinfo #history_head th:last-of-type:not(.processing_status,.transfer_statement,.purchase_price,.discount,.tax,.used_point,.shipping,.cod,.get_point) {
		width: 100%;
	}

	#memberinfo #history_head td:last-of-type:not(.processing_status,.transfer_statement,.purchase_price,.discount,.tax,.used_point,.shipping,.cod,.get_point) {
		text-align: right;
	}

	#memberinfo td.order_number,
	#memberinfo td.purchase_date,
	#history_head .order_head_value .order_number,
	#history_head .order_head_value .purchase_date,
	#history_head .order_head_value .rightnum:nth-of-type(3),
	#history_head .order_head_value .rightnum:nth-of-type(4) {
		text-align: right;
	}
}

/* 800px */
@media screen and (max-width: 800px) {

	body#usces-cart,
	body#usces-member {
		padding-top: 96px;
	}

	#cart .upbutton {
		font-size: 0.85714285714286rem;
	}

	#cart td.productname {
		font-size: 0.85714285714286rem;
		line-height: 1.5;
	}

	.back_to_top_button {
		margin: 0 0 24px;
	}

	.cartItemTitle,
	.cartItem .spanD,
	a.cartItemBtn:link,
	a.cartItemBtn:visited,
	a.cartItemBtn:active,
	.upbutton input,
	.delButton {
		font-size: 0.85714285714286rem;
	}

	.thumbnail,
	#info-confirm #cart .action,
	#memberinfo .cartrownum {
		display: none;
	}

	#memberdetail th {
		width: 120px;
	}

	.upbutton input {
		display: inline-block;
		margin: 6px 0;
	}

	div.footer_explanation {
		padding-top: 0;
	}

	div.header_explanation {
		padding-bottom: 8px;
		padding-top: 0;
	}

	div.usccart_navi ol.ucart {
		height: 24px;
	}

	/* クレジット決済ボックス */
	.ui-dialog {
		left: 3% !important;
		top: 25% !important;
		width: 92% !important;
	}

	#escott td {
		display: block;
	}

	#escott th {
		display: block;
		padding: 0 0 4px;
		width: auto;
	}
}

/* 640px */
@media screen and (max-width: 640px) {

	body#usces-cart,
	body#usces-member {
		padding-top: 80px;
	}

	.cart_navi ul {
		font-size: 1rem;
		height: 32px;
	}

	.cart_navi li {
		height: 32px;
		line-height: 32px;
	}

	#cart table {
		font-size: 0.85714285714286rem;
		line-height: 18px;
	}

	#cart th,
	#cart td {
		padding: 16px 8px;
	}

	#cart .price,
	#cart .unitprice,
	#cart .subtotal {
		width: 48px;
	}

	#cart input.quantity {
		padding: 8px 2px;
	}

	#customer-info table,
	#delivery-info table,
	#newmember table,
	#memberinfo .customer_form table,
	#memberedit .customer_form table {
		font-size: 0.85714285714286rem;
	}

	#customer-info th,
	#delivery-info th,
	#newmember th,
	#memberinfo .customer_form th,
	#memberedit .customer_form th {
		padding: 4px 16px;
	}

	#customer-info .password,
	#customer-info #address1,
	#customer-info #loginpass {
		display: block;
		margin-bottom: 4px;
	}

	#info-confirm #confirm_table,
	#confirm_table h3 {
		font-size: 0.85714285714286rem;
	}

	#confirm_table th {
		width: 88px;
		padding: 8px 16px;
	}

	#confirm_table td {
		padding: 8px 16px;
	}

	#memberinfo #memberdetail {
		font-size: 0.85714285714286rem;
	}

	#memberdetail th {
		padding: 8px 16px;
		text-align: left;
		width: 88%;
		display: block;
		width: calc(100% - 34px);
		border-bottom: none;
	}

	#memberdetail td {
		line-height: 2;
		padding: 8px 16px;
		display: block;
		width: 88%;
		width: calc(100% - 34px);
		border-bottom: none;
	}

	#memberdetail tr:last-of-type td {
		border: 1px solid #d9d9d9;
	}

	#memberinfo h3 {
		font-size: 1rem;
		padding: 8px 16px;
	}

	#memberinfo .productname {
		padding: 8px 4px;
	}

	#memberinfo #memberdetail .blank_cell,
	#memberinfo #memberdetail .blank,
	#memberinfo #memberdetail .space {
		display: none;
	}

	.to_customerinfo_button,
	.to_deliveryinfo_button,
	.to_confirm_button,
	.checkout_button,
	.back_to_top_button,
	.to_reganddeliveryinfo_button,
	input[name="customerlogin"],
	input[name="regmember"],
	.use_point_button,
	.continue_shopping_button,
	.back_cart_button,
	.back_to_customer_button,
	.back_to_delivery_button,
	.member-edit a,
	.member-logout a,
	input[name="top"],
	input[name="editmember"],
	input[name="deletemember"] {
		font-size: 1rem;
	}
}

/* 560px */
@media screen and (max-width: 560px) {

	#cart th,
	#cart td {
		padding: 8px 4px;
	}

	.to_reganddeliveryinfo_button {
		display: block;
		margin: 24px auto 0;
	}

	#purchase_button {
		display: block;
		margin: 24px auto 0;
	}

	#orderDataBox,
	.memberPageCompletionText {
		margin-bottom: 16px;
	}

	#memberinfo th.quantity {
		width: 40px;
	}

	.history-area .price {
		display: none;
	}

	#memberinfo .customer_form #password1,
	#memberinfo .customer_form #password2,
	#memberedit .customer_form #password1,
	#memberedit .customer_form #password2 {
		display: block;
		margin-bottom: 4px;
	}
}

/* 480px */
@media screen and (max-width: 480px) {
	.cart_navi .flexBetween {
		justify-content: flex-start;
		-webkit-justify-content: flex-start;
		flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
		height: auto;
		font-size: 0.85714285714286rem;
	}	

	.cart_navi li,.cart_navi li.current {
		width: 49.25%;
	}

	.cart_navi li{
		margin: 0 1.5% 1.25vw 0;
	}

	.cart_navi li:nth-child(2n){
		margin-right: 0;
	}

	.cart_navi li:nth-child(n+2){
		margin-bottom: 0;
	}

	.cart_navi li:nth-child(1)::before {
		content: "1. ";
	}

	.cart_navi li:nth-child(2)::before {
		content: "2. ";
	}

	.cart_navi li:nth-child(3)::before {
		content: "3. ";
	}

	.cart_navi li:nth-child(4)::before {
		content: "4. ";
	}

	.upbutton input,
	.delButton {
		padding: 4px 8px;
	}

	#cart .currency_code {
		margin-bottom: 8px;
	}

	#usces-cart #search_zipcode,
	#usces-member #search_zipcode {
		padding: 2px 8px;
		font-size: 0.85714285714286rem;
	}

	#usces-member .usces_filter_history {
		margin-left: 0;
	}

	textarea.at_cont_text {
		width: calc(100% - 50px);
		padding: 24px;
		font-size: 0.85714285714286rem;
		line-height: 2;
	}

	#cart #point_table input.used_point {
		padding: 4px 8px;
	}

	#customer-info .customer_form #mailaddress1,
	#customer-info .customer_form #mailaddress2,
	#memberinfo .customer_form #mailaddress1,
	#memberedit .customer_form #mailaddress1,
	#newmember .customer_form #mailaddress1,
	#newmember .customer_form #mailaddress2 {
		width: 75%;
	}

	#cart .unitprice,
	#cart .gp {
		display: none;
	}
}

/* 400px */
@media screen and (max-width: 400px) {

	.upText {
		text-align: left;
		width: 100%;
		display: block;
		line-height: 1.5;
	}

	#info-confirm #cart .subtotal {
		width: 48px;
	}

	#info-confirm #cart .quantity {
		width: 32px;
	}

	#confirm_table td {
		padding: 8px 16px;
	}

	#cart #point_table input.used_point {
		width: 72px;
	}

	.at_exp_text {
		font-size: 0.85714285714286rem;
	}

	#memberpages div.loginbox {
		padding: 32px 24px;
		width: 80%;
	}

	.to_customerinfo_button,
	.to_deliveryinfo_button,
	.to_confirm_button,
	.checkout_button,
	.back_to_top_button,
	.to_reganddeliveryinfo_button,
	input[name="customerlogin"],
	input[name="regmember"],
	.use_point_button,
	.continue_shopping_button,
	.back_cart_button,
	.back_to_customer_button,
	.back_to_delivery_button,
	.member-edit a,
	.member-logout a,
	input[name="top"],
	input[name="editmember"],
	input[name="deletemember"] {
		font-size: 0.85714285714286rem;
		padding: 6px 12px;
	}

	.error_message {
		font-size: 0.85714285714286rem;
	}
}