@charset "utf-8";
/* CSS Document */

/* = cart common
-------------------------------------------------------------- */

.at-usces-pages input[type="text"],
.at-usces-pages input[type="password"],
.at-usces-pages input[type="tel"],
.at-usces-pages input[type="mail"],
.at-usces-pages input[type="text"],
.at-usces-pages textarea {
	background: #ffffff;
	box-shadow: none;
}

#branding .h_cart {
	padding-left: 20px;
}

.at-usces-carts #branding #h_page_title {
	box-sizing: border-box;
	display: inline-block;
	position: relative;
	padding-top: 3px;
	padding-left: 20px;
	font-size: 1.4rem;
	line-height: 1;
	color: #080607;
	vertical-align: top;
}

.page-template-uscescart #branding .right {
	display: none;
}

.error_message {
	padding: 10px 0;
	font-size: 1.4rem;
	color: #ff0000;
}

.table_message,
.confiem_notice {
	margin: 10px 0 15px;
	padding: 0;
}
.table_message p {
	margin: 0;
	padding: 0;
	font-size: 1.4rem;
	color: #444444;
}

/* = ( jQuery / function )
-------------------------------------------------------------- */
#name_row .name_td input {
	margin-left: 1.6em;
}

/*---- header_explanation ---*/
.header_explanation {
	text-align: right;
	margin: 5px 0;
}
.header_explanation ul {
	margin: 10px 0;
	padding: 0;
	list-style: none;
	text-align: left;
}
.header_explanation li {
	margin: 0;
	font-size: 1.3rem;
	line-height: 1.6;
}

/*---- footer_explanation ---*/
.footer_explanation {
	margin-top: 15px;
}

.error_message:empty,
.header_explanation:empty,
.footer_explanation:empty {
	display: none;
}

/* =cart recommend
-------------------------------------------------------------- */

#cart_page_recommend {
	margin: 60px auto 20px;
}

.recommend_title {
	margin: 0 0 20px;
	font-size: 2rem;
	font-weight: 300;
}
.recommend_list {
	width: 100%;
	margin: 0;
	padding: 0;
	font-size: 0;
	list-style: none;
}
.recommend_item {
	box-sizing: border-box;
	display: inline-block;
	max-width: 160px;
	width: 13.8%;
	margin-right: 3.4%;
	list-style: none;
	vertical-align: top;
}
.recommend_item:nth-child(6n) {
	margin-right: 0;
}
.recommend_item a {
	display: inline-block;
	max-width: 100%;
	width: 100%;
}
.recommend_item_title {
	font-size: 1.2rem;
}
.recommend_item_price {
	margin: 0;
	font-size: 1.4rem;
	color: #0999d8;
	text-align: right;
}

.at-usces-pages #breadcrumbs {
	display: none;
}
.at-usces-pages table {
	margin: 0;
	border: 0;
	border-collapse: collapse;
}

.at-usces-pages .currency_code {
	display: none;
}

.at-usces-pages input[type="radio"] {
	position: relative;
	top: 7px;
	left: -10px;
	width: 24px;
	height: 24px;
	margin-left: 15px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	border: 1px solid #cdcdcd;
	background: #ffffff!important;
	-webkit-appearance: radio;
	-moz-appearance: radio;
	appearance: radio;
}
.at-usces-pages input[type="radio"]:checked {
	background: #cdcdcd!important;
}

.at-usces-pages button,
.at-usces-pages input[type="button"],
.at-usces-pages input[type="reset"],
.at-usces-pages input[type="submit"],
.at-usces-pages .member_submenu a {
	color: #ffffff;
	background-color: #b6b6b6;
	-webkit-appearance: none;
	outline: none;
	border: 0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-transition: .3s ease all;
	-moz-transition: .3s ease all;
	-o-transition: .3s ease all;
	transition: .3s ease all;
}
.at-usces-pages button:hover,
.at-usces-pages input[type="button"]:hover,
.at-usces-pages input[type="reset"]:hover,
.at-usces-pages input[type="submit"]:hover,
.at-usces-pages .member_submenu li a:hover {
	background-color: #9f9f9f;
	cursor: pointer;
}
.at-usces-pages input[type="radio"]:hover,
.at-usces-pages label {
	cursor: pointer;
}

.at-usces-pages input.to_customerinfo_button,
.at-usces-pages input.to_memberlogin_button,
.at-usces-pages input.to_deliveryinfo_button,
.at-usces-pages input.to_confirm_button,
.at-usces-pages input.to_reganddeliveryinfo_button,
.at-usces-pages input#purchase_button,
.at-usces-pages input[name="customerlogin"],
.customer_form input#search_zipcode {
	color: #ffffff;
	background-color: #0999d8;
	border: 0;
}
.at-usces-pages input.to_customerinfo_button:hover,
.at-usces-pages input.to_memberlogin_button:hover,
.at-usces-pages input.to_deliveryinfo_button:hover,
.at-usces-pages input.to_confirm_button:hover,
.at-usces-pages input.to_reganddeliveryinfo_button:hover,
.at-usces-pages input#purchase_button:hover,
.at-usces-pages input[name="customerlogin"]:hover,
.customer_form input#search_zipcode:hover {
	background-color: #0666b2;
}

.at-usces-pages .customer_form {
	border: 0;
	text-align: left;
}

.at-usces-pages .customer_form th,
.at-usces-pages .customer_form td {
	font-size: 1.4rem;
	font-weight: normal;
	padding: 20px 0;
	border: 0;
	border-top: 1px solid #cdcdcd;
}
.at-usces-pages .customer_form th {
	width: 210px;
}
.at-usces-pages .customer_form tr:last-child th,
.at-usces-pages .customer_form tr:last-child td {
	border-bottom: 1px solid #cdcdcd;
}

.at-usces-pages .customer_form th,
.at-usces-pages .customer_form input {
	text-align: left;
	background: #ffffff;
}

.at-usces-pages .customer_form input {
	/*box-shadow: none;*/
}
.at-usces-pages .customer_form #mailaddress1,
.at-usces-pages .customer_form #mailaddress2 {
	max-width: 350px;
}

/*---- send ---*/
.at-usces-pages .send {
	padding: 20px 0;
	text-align: right;
}
.at-usces-pages .send.reverse input,
.at-usces-pages .send.reverse a {
	float: right;
}

/* =wc_completion_page.php
-------------------------------------------------------------- */
.at-usces-ordercompletion .send {
	text-align: center;
}
.at-usces-ordercompletion .send a.back_to_top_button {
	float: none;
	margin: 0;
	padding: 14px 20px;
}
/* ----------------------------------------------------------- */

.at-usces-pages .send input,
.at-usces-pages .send a {
	box-sizing: border-box;
	min-width: 150px;
	margin-left: 15px;
	padding: 10px 20px;
}
.at-usces-pages .send input {
	font-size: 1.2rem;
}
.at-usces-pages .send a {
	font-size: 1.4rem;
	color: #ffffff;
	background-color: #b6b6b6;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.at-usces-pages .send a:hover {
	background-color: #9f9f9f;
	text-decoration: none;
}

.at-usces-pages .send input.top,
.at-usces-pages .send input.deletemember {
	color: #ffffff;
	background-color: #b6b6b6;
}
.at-usces-pages .send input.deletemember {
	/*margin-top: 20px;*/
}
.at-usces-pages .send input.top:hover,
.at-usces-pages .send input.deletemember:hover {
	background-color: #9f9f9f;
}

/* =wc_search_page.php
-------------------------------------------------------------- */

section#usces-cart .navigation {
	clear: both;
	line-height: 300%;
	letter-spacing: normal;
}
section#usces-cart form {
	letter-spacing: normal;
}
section#usces-cart form .outlabel {
	display: block;
	padding: 15px 0 20px;
}
#searchbox fieldset {
	margin-bottom: 15px;
	padding: .7142857em 15px;
	border: 1px solid #e0e0e0;
}
#searchbox legend {
	padding: 0 .7142857em;
}
#searchbox input.usces_search_button {
	display: block;
	margin: 0 auto;
	padding: 1.071428em 3em;
	background-color: #eee;
	border: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

/* =cart
-------------------------------------------------------------- */

#main #content.cart-page {
	float: none;
}

/*---- page-title ---*/
.cart_page_title {
	display: none;
	font-size: 1.6rem;
	margin: 0 0 30px;
}

/*---- usccart_navi ---*/

.cart_navi {
	margin: 50px 0 60px;
}
.at-usces-customer .cart_navi {
	margin: 50px 0 35px;
}

.cart_navi ul {
	margin: 0;
	padding: 0;
	font-size: 0;
	list-style: none;
	overflow: hidden;
}
.cart_navi li {
	display: block;
	color: #444444;
	font-size: 1.2rem;
	font-weight: bold;
	padding: 0 .909095em 0 1.81818em;
	background: #f0f0f0;
	float: left;
	text-decoration: none;
	text-align: center;
	line-height: 40px;
}
.cart_navi li:before {
	display: block;
	width: 20px;
	height: 20px;
	margin: 0 -20px -20px auto;
	float: right;
	content: " ";
	-webkit-transform: skew(20deg);
	background: #f0f0f0;
	border-right: 2px solid #fff;
	-moz-transform: skew(20deg);
	-o-transform: skew(20deg);
	transform: skew(20deg);
}
.cart_navi li:after {
	display: block;
	width: 20px;
	height: 20px;
	margin: -20px -20px 0 auto;
	background: #f0f0f0;
	border-right: 2px solid #fff;
	position: relative;
	content: " ";
	-webkit-transform: skew(-20deg);
	-moz-transform: skew(-20deg);
	-o-transform: skew(-20deg);
	transform: skew(-20deg);
}
.cart_navi li:last-child:before,
.cart_navi li:last-child:after {
	display: none;
}
.cart_navi li.current,
.cart_navi li.current:before,
.cart_navi li.current:after {
	color: #fff;
	background-color: #0999d8;
}

/*---- customer_form ---*/
.customer_form {
	width: 100%;
}
.customer_form th em {
	color: inherit;
	font-style: normal;
	font-size: 1rem;
	font-weight: normal;
}
.customer_form th .required {
	color: inherit;
	font-size: 1rem;
	font-weight: normal;
	padding-left: 10px;
}
.customer_form td label {
	color: #444444;
}
.customer_form tr.inp1 td {
	width: 45%;
	display: inline-block;
}
.customer_form input#mailaddress1,
.customer_form input#mailaddress2 {
	width: 70%;
}
.customer_form input#zipcode {
	margin-right: 0;
}
.customer_form input#search_zipcode {
	margin: 0 8px;
	padding: 5px 30px;
}
.customer_form input[type="password"] {
	margin-right: 5px;
}
.customer_form tr.inp1 input {
	width: 200px;
	margin-left: 5px;
	margin-right: 0;
}
.customer_form input[type="text"] {
	margin-right: 5px;
}
.customer_form #zipcode_row input[type="text"] {
	min-width: auto;
}

/* =wc_cart_page.php
-------------------------------------------------------------- */
#wc_cart #cart .note {
	color: #c9524f;
	text-align: left;
}
#wc_cart #cart .upbutton {
	margin: 20px 0 25px;
	text-align: right;
}
#wc_cart #cart .upbutton input {
	color: #ffffff;
	margin-left: 5px;
	padding: 3px 20px;
	background-color: #0999d8;
	border: 1px solid #0999d8;
}
#wc_cart #cart .upbutton input:hover {
	background-color: #0666b2;
}
#wc_cart .currency_code {
	padding: 15px 0;
}
#wc_cart .no_cart {
	font-weight: normal;
	padding: 30px 0 50px;
	text-align: center;
}

/*--- PayPal Style ---*/

.ui-dialog {
	width: 95% !important;
	font-size: 1em;
}
.ui-dialog #paypal_dialog {
	padding: 10px;
}
#paypal_dialog #paypal_confirm td {
	text-align: right;
}
#paypal_dialog #paypal_shipping select {
	width: 100%;
}
#paypal_dialog #paypal_point table {
	border: none;
}
#paypal_dialog #paypal_point table th,
#paypal_dialog #paypal_point table td {
	border: 1px solid #e6e6e6;
}
#paypal_dialog #paypal_point tr:last-child td {
	text-align: center;
	border: none;
	padding: .83334em 0 0;
}
#paypal_dialog #paypal_use_point {
	width: auto;
    color: #0999d8;
    background-color: #fff;
    border: 1px solid #0999d8;
}
#paypal_dialog #paypal_use_point:hover {
    color: #e28619;
    background-color: #fdffd3;
}

/* =wc_customer_page.php
-------------------------------------------------------------- */

#customer-info h5 {
	color: #444444;
	font-size: 1.6rem;
	font-weight: bold;
	margin: 10px 0;
	padding: 0;
}
#wc_customer .send input.to_reganddeliveryinfo_button {
	color: #fff;
	/*margin-top: 20px;*/
	background-color: #0999d8;
}
#wc_customer .send input.to_reganddeliveryinfo_button:hover {
	background-color: #0666b2;
}
#wc_customer .liwpp_area {
	padding: 20px 0 0;
	text-align: center;
}


/* =wc_delivery_page.php
-------------------------------------------------------------- */

.at-usces-pages #delivery_flag.customer_form tr:last-child td {
	border-bottom: 0;
}
.at-usces-pages #time.customer_form tr:last-child th,
.at-usces-pages #time.customer_form tr:last-child td {
	border-bottom: 0;
}

#wc_delivery .customer_form dl {
	box-sizing: border-box;
	display: block;
	width: 100%;
	font-size: 0;
}
#wc_delivery .customer_form dt {
	display: inline-block;
	min-width: 240px;
	font-size: 1.4rem;
	font-weight: normal;
}
#wc_delivery .customer_form dd {
	display: inline-block;
	font-size: 1.4rem;
	color: #444444;
	margin-left: 15px;
}

#notes_table textarea {
	width: 240px;
}
#wc_delivery .note {
	color: #c9524f;
	text-align: left;
}

/*---　credit style　---*/
#wc_delivery #zeus select,
#wc_delivery #remise select,
#wc_delivery #escott select {
	width: auto;
	margin-right: 0.25em;
}

.at-usces-carts #wc_delivery .customer_form dt,
.at-usces-carts #wc_delivery .customer_form dd {
	display: block;
}
.at-usces-carts #wc_delivery .customer_form dt {
	padding: 20px 5px 0;
	border-bottom: 1px solid #cdcdcd;
}
.at-usces-carts #wc_delivery .customer_form dt:first-of-type {
	padding: 0 5px 20px;
}
.at-usces-carts #wc_delivery .customer_form dt:last-of-type {
	border-bottom: 0;
}
.at-usces-carts #wc_delivery .customer_form .disabling {
	color: #cdcdcd;
}
.at-usces-carts #wc_delivery .customer_form .disabling:hover,
.at-usces-carts #wc_delivery .customer_form .disabling input:hover {
	cursor: default;
}

.at-usces-carts #wc_delivery .customer_form+.customer_form tr:first-child th,
.at-usces-carts #wc_delivery .customer_form+.customer_form tr:first-child td {
	border-top: 0;
}

.at-usces-carts #wc_delivery #custom_order tr:first-child th,
.at-usces-carts #wc_delivery #custom_order tr:first-child td {
	border-top: 1px solid #cdcdcd;
}

.at-usces-pages #delivery_flag.customer_form th,
.at-usces-pages #delivery_flag.customer_form tr:last-child td {
	border-bottom: 1px solid #cdcdcd;
}

.at-usces-carts .customer_form .additional_text {
	display: block;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px #cdcdcd solid;
}
.at-usces-carts .customer_form .additional_text.others {
	margin-bottom: 0;
	padding-bottom: 0;
}

.at-usces-carts .customer_form .additional_text:last-child {
	border-bottom: none;
}
.at-usces-carts .customer_form .receipt_child {
	display: block;
}

.at-usces-carts .customer_form .receipt_title {
	margin: 0;
	padding: 0 0 5px;
	font-size: 1.6rem;
	font-weight: normal;
	background: none;
}
.at-usces-carts .customer_form .receipt_child {
	padding: 0 0 10px;
	font-size: 1.4rem;
}
.at-usces-carts .customer_form .customkey_receipt_atena input {
	margin-bottom: 10px;
}

#custom_order span,
#nouhin_about_table p {
	font-size: 1.3rem;
}
#nouhin_about_table p {
	margin: 0;
}

/* =wc_confirm_page.php
-------------------------------------------------------------- */

.at-usces-confirm #cart_table .aright {
	text-align: right;
}

.at-usces-confirm #cart_table tfoot tr:first-child th,
.at-usces-confirm #cart_table tfoot tr:last-child th,
.at-usces-confirm #cart_table tfoot tr:first-child td,
.at-usces-confirm #cart_table tfoot tr:last-child td {
	font-weight: bold;
	background: #efefef;
	border-bottom: 1px solid #cdcdcd;
}

.at-usces-confirm #cart_table td.subtotal,
.at-usces-confirm #cart_table th:last-child,
.at-usces-confirm #cart_table td:last-child {
	box-sizing: border-box;
	padding-right: 30px;
}
.at-usces-confirm #cart_table tfoot .num {
	padding: 30px 0;
}


#wc_confirm div.usccart_navi li.usccart_confirm {
	background: none;
	background-color: #262626;
}

/*---- point_table ---*/
#cart #point_table {
	width: 100%;
	margin: 0 auto 20px !important;
	float: none;
	border: 0;
}
#point_table td {
	width: 50%;
	padding: 20px 0;
	border: 0;
	border-top: 1px solid #cdcdcd;
	text-align: center;
}
#point_table td.c-point,
#point_table td.u-point {
	font-weight: normal;
	background-color: #ffffff;
}
#point_table .point-btn {
	border-top: 1px solid #cdcdcd;
	text-align: center;
	padding: 30px 0;
}
#point_table td span.point {
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 1px;
	padding-right: .3125em;
}
#point_table td input[type="text"] {
	width: 80px;
	margin: 0 15px;
	border: 1px solid #aaa;
	text-align: center;
	background: #ffffff;
	/*box-shadow: none;*/
}
#point_table td input.use_point_button {
	padding: 6px 15px;
	color: #0999d8;;
	background-color: #ffffff;
	border: 1px solid #0999d8;
}
#point_table td input.use_point_button:hover {
	color: #ffffff;
	background-color: #0666b2;
}

/*---- wcex_coupon ---*/
#cart #coupon_table {
	width: 100% !important;
	margin: 0 auto 15px;
	float: none;
}
#cart #coupon_table th {
	font-weight: bold;
	width: 50%;
	padding: 15px;
	background-color: #efefef;
	border: 1px solid #cdcdcd;
	text-align: center;
}
#cart #coupon_table td {
	width: 50%;
	height: auto !important;
	padding: 15px;
	border: 1px solid #cdcdcd;
	text-align: center;
}
#cart #coupon_table tr:first-child td:first-child {
	font-weight: bold;
	background-color: #efefef;
}
#cart #coupon_table tr:last-child td {
	border: none;
	padding: 20px 0 0;
}
#cart #coupon_table td .use_coupon_button {
	color: #0999d8;
	margin-right: 5px;
	background-color: #fff;
	border: 1px solid #0999d8;
}
#cart #coupon_table td .use_coupon_button:hover {
	color: #e28619;
	background-color: #fdffd3;
}

/*---- confirm_table ---*/
#confirm_table {
	width: 100%;
	border-collapse: collapse;
}
#confirm_table th {
	color: #444444;
	font-size: 1.4rem;
	font-weight: normal;
	width: 210px;
	padding: 20px 0;
	background-color: #ffffff;
	border: 0;
	border-top: 1px solid #cdcdcd;
	text-align: left;
	vertical-align: middle;
}
#confirm_table td {
	padding: 20px 0;
	font-size: 1.4rem;
	border: 0;
	border-top: 1px solid #cdcdcd;
	text-align: left;
	vertical-align: middle;
}
#confirm_table tr:last-child th,
#confirm_table tr:last-child td {
	border-bottom: 1px solid #cdcdcd;
}
#confirm_table .ttl td {
	padding-top: 40px;
	font-size: 1.5rem;
	background-color: #ffffff;
}
#confirm_table .ttl:first-child td {
	padding-top: 20px;
	border-top: 0;
}
#wc_confirm table .action {
	display: none;
}
#confirm_table .ttl h3 {
	margin: 0;
	padding: 0;
	font-size: 1.8rem;
	color: #000000;
	background: none;
}
#wc_confirm .currency_code {
	padding-bottom: 20px;
}

/*---- send ---*/
#wc_confirm .send input#back_button {
	margin-bottom: 20px;
}

/*---- #confirm_table ---*/
.at-usces-carts #confirm_table .ttl {
	border-bottom: 1px solid #cdcdcd;
}
.at-usces-carts #confirm_table .ttl.is_open {
	border-bottom: 0;
}
.at-usces-carts #confirm_table .ttl:hover {
	cursor: pointer;
}
.at-usces-carts #confirm_table .ttl > td {
	border-top: 0;
	border-bottom: 0;
}
.at-usces-carts #confirm_table .ttl h3 {
	position: relative;
}
.at-usces-carts #confirm_table .ttl h3::after {
	content: "";
	position: absolute;
	top: 0;
	right: 30px;
	width: 18px;
	height: 18px;
	background: #ffffff;
	border-left: 1px solid #999999;
	border-bottom: 1px solid #999999;
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.at-usces-carts #confirm_table .ttl.is_open h3::after {
	top: 12px;
	-moz-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	transform: rotate(135deg);
}
.at-usces-carts #confirm_table .ttl+.row_group tr:first-child th,
.at-usces-carts #confirm_table .ttl+.row_group tr:first-child td {
	border-top: 0;
}
.at-usces-carts #confirm_table .ttl.is_open+.row_group tr:first-child th,
.at-usces-carts #confirm_table .ttl.is_open+.row_group tr:first-child td {
	border-top: 1px solid #cdcdcd;
}
.at-usces-carts #confirm_table .row_group > td {
	display: block;
	padding: 0;
	border: 0;
}

/* =wc_completion_page.php
-------------------------------------------------------------- */

#wc_ordercompletion h3 {
	margin: 1.785715em 0;
	text-align: center;
}
#wc_ordercompletion .header_explanation {
	text-align: center;
}
#wc_ordercompletion .send a {
	padding: 10px 20px;
	border: none;
	-webkit-transition: .3s ease all;
	-moz-transition: .3s ease all;
	-o-transition: .3s ease all;
	transition: .3s ease all;
}

#wc_ordercompletion .item_info_list p {
	text-align: center;
}


/* =member
-------------------------------------------------------------- */

#main #content.member-page {
	width: 100%;
	float: none;
}

/*---- page-title ---*/
.member_page_title {
	font-size: 1.6rem;
	margin: 0 auto 10px;
}
.at-usces-members #memberpages p#nav {
	margin: 5px 0 0;
}
.at-usces-members #memberpages p#nav a {
	padding: 0;
	font-size: 1.4rem;
	text-decoration: underline;
}

/*---- send ---*/
.member-page .send {
	padding-top: 20px;
	text-align: center;
}
.member-page .send input {
	color: #fff;
	background-color: #0999d8;
}
.member-page .send input:hover {
	background-color: #0666b2;
}


/* =wc_login_page.php
-------------------------------------------------------------- */

#wc_login .loginbox,
#wc_member .loginbox {
	padding: 20px;
	text-align: left;
}
#wc_login .loginbox p,
#wc_member .loginbox p {
	margin: 5px 0;
}
#wc_login .loginbox label,
#wc_member .loginbox label {
	line-height: 180%;
}
#wc_login .loginbox input,
#wc_memebr.login .loginbox input {
	-webkit-transition: .3s ease all;
	-moz-transition: .3s ease all;
	-o-transition: .3s ease all;
	transition: .3s ease all;
}
#wc_login .loginbox input.loginmail,
#wc_login .loginbox input.loginpass,
#wc_member .loginbox input.loginmail,
#wc_member .loginbox input.loginpass {
	width: 96%;
	margin-bottom: 20px;
	background: #ffffff;
	border: 1px solid #cdcdcd;
}
.loginbox .submit {
	padding: 10px 0 15px;
}
#wc_login .loginbox #member_login,
#wc_member .loginbox #member_login,
#wc_login .loginbox .new-entry #nav a,
#wc_member .loginbox .new-entry #nav a {
	color: #fff;
	background-color: #0999d8;
	border: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#wc_login .loginbox #member_login:hover,
#wc_member .loginbox #member_login:hover,
#wc_login .loginbox .new-entry #nav a:hover,
#wc_member .loginbox .new-entry #nav a:hover {
	background-color: #0666b2;
}
#wc_login .loginbox .new-entry,
#wc_member .loginbox .new-entry {
	box-sizing: border-box;
	padding: 10px 0 30px;
	margin: 30px 0 0;
}
#wc_login .loginbox .new-entry h2,
#wc_member .loginbox .new-entry h2 {
	margin: 10px 0;
	font-size: 1.6rem;
}
#wc_login .loginbox .new-entry #nav,
#wc_member .loginbox .new-entry #nav {
	margin-top: 10px;
	text-align: left;
}
#wc_login .loginbox .new-entry #nav a,
#wc_member .loginbox .new-entry #nav a {
	box-sizing: border-box;
	min-width: 150px;
	margin: 0;
	padding: 10px 20px;
	display: inline-block;
	color: #fff;
	background-color: #0999d8;
	border: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-transition: .3s ease all;
	-moz-transition: .3s ease all;
	-o-transition: .3s ease all;
	transition: .3s ease all;
	text-decoration: none;
}

#wc_member .loginbox a {
	padding: 0;
	background: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
#wc_member .loginbox a:hover {
	background: none;
	text-decoration: underline;
}
#wc_login .footer_explanation,
#wc_member .footer_explanation {
	clear: both;
}
#wc_login .liwpp_area,
#wc_member .liwpp_area {
	text-align: center;
}


/* =wc_changepassword_page.php
-------------------------------------------------------------- */

#wc_changepassword .loginbox {
}
#wc_changepassword .loginbox label {
	line-height: 180%;
}

#wc_changepassword .loginbox input.loginpass {
	max-width: 350px;
	width: 96%;
	margin-bottom: 20px;
	background: #ffffff;
	border: 1px solid #cdcdcd;
}
#wc_changepassword #member_login {
	box-sizing: border-box;
	display: inline-block;
	min-width: 150px;
	margin-bottom: 10px;
	padding: 10px 20px;
	font-size: 1.4rem;
	color: #ffffff;
	background-color: #0999d8;
	border: none;
	-webkit-transition: .3s ease all;
	-moz-transition: .3s ease all;
	-o-transition: .3s ease all;
	transition: .3s ease all;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#wc_changepassword #member_login:hover {
	background-color: #0666b2;
}

/* =wc_lostpassword_page.php
-------------------------------------------------------------- */

.at-usces-customer .send a.lostpassword {
	min-width: auto;
	margin: 0;
	padding: 5px 10px;
	font-size: 1.4rem;
	color: #0999d8;
	background: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

.at-usces-members #loginmail,
.at-usces-members #loginpass {
	max-width: 350px;
	width: 96%;
}
.at-usces-members #member_login {
	box-sizing: border-box;
	background: #0999d8;
	min-width: 150px;
	margin: 0;
	padding: 10px 20px;
}
.at-usces-members #member_login:hover {
	background-color: #0666b2;
}

/* =wc_member_completion_page.php
-------------------------------------------------------------- */

#wc_newcompletion #memberpages,
#wc_lostcompletion #memberpages,
#wc_changepasscompletion #memberpages {
	text-align: left;
}
#wc_newcompletion .send {
	text-align: center;
}

#wc_newcompletion #memberpages p a,
#wc_lostcompletion #memberpages p a,
#wc_changepasscompletion #memberpages p a {
	box-sizing: border-box;
	display: inline-block;
	min-width: 150px;
	margin-left: 15px;
	padding: 10px 20px;
	font-size: 1.4rem;
	color: #ffffff;
	background-color: #b6b6b6;
	border: none;
	-webkit-transition: .3s ease all;
	-moz-transition: .3s ease all;
	-o-transition: .3s ease all;
	transition: .3s ease all;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#wc_newcompletion #memberpages p a:hover,
#wc_lostcompletion #memberpages p a:hover,
#wc_changepasscompletion #memberpages p a:hover {
	background-color: #9f9f9f;
	text-decoration: none;
}
#wc_newcompletion .send a,
#wc_lostcompletion .send input,
#wc_lostcompletion .send a,
#wc_changepasscompletion .send a {
	box-sizing: border-box;
	display: inline-block;
	min-width: 150px;
	margin-left: 15px;
	margin-bottom: 10px;
	padding: 10px 20px;
	font-size: 1.4rem;
	color: #ffffff;
	background-color: #b6b6b6;
	border: none;
	-webkit-transition: .3s ease all;
	-moz-transition: .3s ease all;
	-o-transition: .3s ease all;
	transition: .3s ease all;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#wc_newcompletion #memberpages a:hover,
#wc_lostcompletion #memberpages input:hover,
#wc_lostcompletion #memberpages a:hover,
#wc_changepasscompletion #memberpages a:hover {
	background-color: #9f9f9f;
	text-decoration: none;
}


/* =wc_member_page.php
-------------------------------------------------------------- */

/*---- h3 ---*/
#wc_member h3,
#wc_editmemberform h3 {
	padding: 20px 0;
	font-size: 1.8rem;
	color: #000000;
	border-bottom: 1px solid #cdcdcd;
}
#wc_member h3 a,
#wc_editmemberform h3 a {
	background: none;
	padding: 0;
}

/*---- table ---*/

#member_top_table th {
	background: #f6f6f6;
}

#member_top_table th,
#member_top_table td {
	border-top: 1px solid #cdcdcd;
	border-left: 1px solid #cdcdcd;
}
#member_top_table th:empty,
#member_top_table td:empty {
	display: none;
}
/*#member_top_table th:empty {
	background: #ffffff;
	border-right: 0;
}
#member_top_table td:empty {
	border-left: 0;
}*/

/*---- member_submenu ---*/
.member_submenu {
	margin: 20px 0 40px;
	padding: 0;
	font-size: 0;
	text-align: center;
}
.member_submenu li {
	box-sizing: border-box;
	display: inline-block;
	margin: 0;
	margin-left: 15px;
	padding: 0;
	list-style: none;
	vertical-align: top;
}
.member_submenu a {
	box-sizing: border-box;
	display: inline-block;
	padding: 10px 20px;
	min-width: 150px;
	width: 100%;
	font-size: 1.2rem;
	vertical-align: top;
}

/*---- history-area ---*/
#memberinfo .history-area table .aleft {
	text-align: left;
}
#memberinfo .history-area table .rightnum {
	text-align: center;
}

.history-area {
	width: 100%;
	overflow: scroll;
}
.history-area table {
	min-width: 600px;
	border-right: 1px solid #cdcdcd;
	border-left: 1px solid #cdcdcd;
	overflow: scroll;
}
.history-area .thumbnail img {
	height: auto!important;
}

/*---- .retail + #history_head  ---*/
#memberinfo .retail tbody,
#memberinfo #history_head tbody {
	display: table-row-group;
}
#memberinfo .retail tr,
#memberinfo #history_head tr {
	display: table-row;
}
#memberinfo #history_head th,
#memberinfo .retail th {
	display: table-cell;
	font-size: 11px;
	font-weight: normal;
	padding: 5px 3px;
	background-color: #ffffff;
	border: 0;
	border-top: 1px solid #cdcdcd;
	line-height: 1.2em;
	text-align: center;
	vertical-align: middle;
}
#memberinfo #history_head th {
	background-color: #f6f6f6;
}
#memberinfo #history_head td,
#memberinfo .retail td {
	display: table-cell;
	font-size: 11px;
	padding: 5px;
	border: 0;
	border-top: 1px solid #cdcdcd;
	line-height: 1.2em;
	text-align: center;
	vertical-align: middle;
}

#memberinfo .retail tr:last-child td {
	border-bottom: 1px solid #cdcdcd;
}

/*---- history_head ---*/
#memberinfo #history_head {
	display: table;
	width: 100%;
	border-collapse: collapse;
}

.at-usces-member #wc_member h3 {
	margin: 20px 0;
	padding: 0;
	border: 0;
}

/*-------------------------------------------
　WCEX DL Seller　*/

#memberinfo #history_head td.retail a {
	/*color: #0F9ABB;*/
	padding: 0;
	background: none;
}
#memberinfo #history_head td.retail a:hover {
	text-decoration: underline;
}

/*---- retail ---*/
#memberinfo .retail {
	display: table;
	width: 100%;
	margin-bottom: 25px;
	border-collapse: collapse;
}
#memberinfo .retail td.cartrownum,
#memberinfo .retail td.thumbnail {
	text-align: center;
}
#memberinfo .retail .quantity {
	white-space: nowrap;
}
#memberinfo table.retail .redownload_link {
	text-align: center;
	margin: 20px 0;
}
#memberinfo table.retail .redownload_link a {
    color: #fff;
    padding: 20px;
    background-color: #0999d8;
    border: none;
	text-decoration: none;
    -webkit-transition: .3s ease all;
    -moz-transition: .3s ease all;
    -o-transition: .3s ease all;
    transition: .3s ease all;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
#memberinfo table.retail .redownload_link a:hover {
	background-color: #0666b2;
}


/* =ZEUS
-------------------------------------------------------------- */

/*--- wc_member_page.php ---*/
.gotoedit,
.gotoedit {
	margin: 10px 0;
	text-align: center;
}

.gotoedit a,
.gotoedit a {
	display: inline-block;
	color: #262626;
	padding: 20px 15px;
	background-color: #efefef;
	border: none;
	-webkit-transition: .3s ease all;
	-moz-transition: .3s ease all;
	-o-transition: .3s ease all;
	transition: .3s ease all;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.gotoedit a:hover,
.gotoedit a:hover {
	background-color: #ddd;
	text-decoration: none;
}

/*---　#wc_member_update_settlement　---*/
#wc_member_update_settlement h3 {
    color: #000;
    margin: 1.53846em 0;
    padding: .384615em 0 .384615em .23076em;
    letter-spacing: 0.05em;
    border-bottom: 1px solid #cdcdcd;
}
#wc_member_update_settlement .send {
	text-align: center;
}
#wc_member_update_settlement .send input:last-child {
	margin-top: 10px;
}
#wc_member_update_settlement td select {
	width: auto;
}

/* =wc_new_member_page.php + wc_customer.php
-------------------------------------------------------------- */

.agree_member_area {
	width: 90%;
	margin: 15px auto 0;
}
.agree_member_area .at_exp_text {
	margin-bottom: 20px;
}
.agree_member_area textarea {
	resize: none;
	color: #565656;
	font-size: 13px;
	width: 100%;
	height: 150px;
	margin-bottom: .41666em;
	padding: .769231em;
	border: 1px solid #cdcdcd;
	line-height: 180%;
}
.agree_member_area .at_check_area {
	text-align: center;
}

@media screen and (min-width: 641px) {

	/* =cart
	-------------------------------------------------------------- */
	.cart_navi li {
		box-sizing: border-box;
		width: 25%;
	}

	/* =wc_cart_page.php
	-------------------------------------------------------------- */
	.ui-dialog {
		width: 400px !important;
	}

	/* =wc_confirm_page.php
	-------------------------------------------------------------- */
	#wc_confirm .send input#back_button {
		margin-bottom: 0;
	}

	/*---- info-confirm ---*/
	#info-confirm .confiem_notice {
		text-align: right;
	}

	/* =member
	-------------------------------------------------------------- */

	.at-usces-members .member_page_title,
	#wc_login .error_message,
	#wc_member .error_message,
	#wc_changepassword .loginbox,
	#wc_changepassword .error_message,
	#wc_lostmemberpassword .loginbox,
	#wc_lostmemberpassword .error_message {
		width: 50%;
		margin: 0 auto;
	}
	.at-usces-member_update_settlement .member_page_title,
	.at-usces-member .member_page_title,
	.at-usces-newmemberform .member_page_title {
		width: 100%;
	}
	#wc_login .loginbox,
	#wc_changepassword .loginbox,
	#wc_lostmemberpassword .loginbox {
		margin: 0 auto;
		width: 50%;
		padding: 10px 15px;
		background: #f6f6f6;
	}
	#wc_newcompletion p,
	#wc_lostcompletion p,
	#wc_changepasscompletion p,
	#wc_newcompletion .send,
	#wc_lostcompletion .send,
	#wc_changepasscompletion .send {
	width: 50%;
	margin: 0 auto;
	}

}/* @media screen and (min-width: 641px) { */


@media screen and (min-width: 768px) {

	/* =wc_login_page.php
	-------------------------------------------------------------- */

	/*---- customer_form ---*/
	.customer_form tr {
		display: table-row;
		margin-bottom: 0;
		padding: 0;
		border: none;
	}
	.customer_form th {
		display: table-cell;
		width: 210px;
		padding: 20px 0;
		border: 1px solid #cdcdcd;
		vertical-align: middle;
	}
	.customer_form td {
		display: table-cell;
		padding: 15px 0;
		border: 1px solid #cdcdcd;
	}
	.customer_form tr.inp1 td {
		display: table-cell;
		width: auto;
		margin-bottom: 0;
	}
	.customer_form input[type="password"] {
		display: inline-block;
	}

	/* =wc_confirm_page.php
	-------------------------------------------------------------- */


	/* =wc_new_member_page.php + wc_customer.php
	-------------------------------------------------------------- */

	.agree_member_area {
		width: 70%;
		margin: 15px auto 0;
	}

}/* @media screen and (min-width: 768px) */


/**
 * 16.4 Desktop Small 1000px
 */
@media screen and (min-width: 1001px) {

	/* =wc_customer_page.php
	-------------------------------------------------------------- */

	/*---- customer_form ---*/
	.customer_form select {
		width: 26%;
	}

	.customer_form input[type="text"] {
		min-width: 280px;
	}
	
	.customer_form tr.inp1 input {
		width: 260px;
	}


	/* =member
	-------------------------------------------------------------- */

	/*--- wc_login  ---*/
	#wc_login .loginbox .new-entry #nav a,
	#wc_member .loginbox .new-entry #nav a,
	#wc_lostmemberpassword #member_login,
	#wc_lostmemberpassword #nav a,
	#wc_newcompletion #memberpages p a,
	#wc_lostcompletion #memberpages p a,
	#wc_changepasscompletion #memberpages p a,
	#wc_newcompletion .send a,
	#wc_lostcompletion .send input,
	#wc_lostcompletion .send a,
	#wc_changepasscompletion .send a {
		padding: 10px 20px;
	}
}/* @media screen and (min-width: 1001px) */


@media screen and (max-width: 767px) {
	
	.table_message .clearfix span {
		float: none;
		display: block;
	}

	.at-usces-pages .customer_form th {
		width: 100%;
	}
	
	.customer_form tr {
		display: block;
	}
	.at-usces-pages .customer_form th {
		display: block;
		width: 100%;
		padding: 20px 0 8px;
		border-top: 1px solid #cdcdcd;
	}
	.at-usces-pages #delivery_flag.customer_form th {
		border-bottom: 0!important;
	}
	.at-usces-carts #wc_delivery .customer_form dt:first-of-type {
		border-bottom: 0;
	}
	.at-usces-pages #delivery_flag.customer_form tr:last-child td,
	.at-usces-carts #wc_delivery .customer_form dt:last-of-type {
		padding-top: 20px!important;
		border-top: 1px dotted #cdcdcd;
	}
	.at-usces-pages .customer_form td {
		display: block;
		padding: 0 5px 20px;
		border: none;
	}
	.at-usces-pages .customer_form tr:last-child th {
		border-bottom: 0;
	}
	.at-usces-pages .customer_form tr:last-child td:last-child {
		border-bottom: 1px solid #cdcdcd;
	}

	.at-usces-customer #members_login_form tr:first-child td {
		padding-bottom: 5px;
	}

	.at-usces-customer #members_login_form tr:last-child th,
	.at-usces-customer #members_login_form tr:last-child td {
		border: 0;
	}
	.at-usces-customer #members_login_form tr:last-child th {
		padding-top: 5px;
	}
	.at-usces-customer #members_login_form tr:last-child td {
		padding-bottom: 0 ;
	}
	
	.customer_form tr.inp1 input {
		width: 70%;
	}


	.at-usces-carts #wc_delivery #custom_order tr:first-child th {
		padding-bottom: 0;
		font-size: 1.8rem;
		border-bottom: 0;
	}
	.at-usces-carts #wc_delivery #custom_order tr:first-child td {
		padding: 20px 0;
		border-top: 0;
	}

	.at-usces-carts .customer_form .additional_text {
		display: block;
		margin-bottom: 0;
		padding: 20px 0;
		border-bottom: 1px #cdcdcd dotted;
	}
	.at-usces-carts .customer_form .additional_text.collect {
		padding-top: 0;
	}

}/* @media screen and (max-width: 767px) */

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

	.at-usces-pages input[type="text"],
	.at-usces-pages input[type="password"],
	.at-usces-pages input[type="tel"],
	.at-usces-pages input[type="mail"],
	.at-usces-pages input[type="text"],
	.at-usces-pages textarea {
		-webkit-appearance: none;
		border-radius: 0;
	}
	.at-usces-pages input[type="button"],
	.at-usces-pages input[type="submit"],
	.at-usces-pages input[type="reset"] {
		margin-right: 4px;
		margin-left: 4px;
		-webkit-appearance: none;
	}

	.at-usces-pages .send input,
	.at-usces-pages .send a {
		min-width: auto;
		width: 100%;
		margin: 0 auto 4%;
		padding: 1em 0;
	}
	.at-usces-pages .send.reverse input,
	.at-usces-pages .send.reverse a {
		float: none;
	}
	
	
	#wc_newcompletion #memberpages p a,
	#wc_lostcompletion #memberpages p a,
	#wc_changepasscompletion #memberpages p a,
	#wc_newcompletion .send a,
	#wc_lostcompletion .send input,
	#wc_lostcompletion .send a,
	#wc_changepasscompletion .send a,
	#wc_changepassword #member_login,
	#wc_login .loginbox #member_login,
	#wc_member .loginbox #member_login,
	#wc_login .loginbox .new-entry #nav a,
	#wc_member .loginbox .new-entry #nav a,
	.at-usces-members #member_login {
		min-width: auto;
		width: 100%;
		margin: 0 auto 4%;
		padding: 1em 0;
		font-size: 1.2rem;
		text-align: center;
	}

	.member_submenu li {
		box-sizing: border-box;
		width: 100%;
		margin: 0 auto 4%;
	}
	.member_submenu a {
		min-width: auto;
		width: 100%;
		margin: 0 auto;
		padding: 1em 0;
	}


	.at-usces-customer .send a.lostpassword {
		position: relative;
		display: inline-block;
		margin: 0 0 40px;
	}

	.at-usces-customer .send a.lostpassword::after {
		content: "";
		position: absolute;
		bottom: -20px;
		left: 0;
		width: 100%;
		height: 1px;
		background: #cdcdcd;
	}

	.at-usces-customer .send .to_memberlogin_button {
		display: inline-block;
		box-sizing: border-box;
		width: 50%;
	}

/* =wc_cart_page.php
-------------------------------------------------------------- */

	#wc_cart #cart .note {
		text-align: left;
	}
	#wc_cart #cart .upbutton {
		margin-bottom: 4%;
		padding: 0;
		text-align: left;
	}
	#wc_cart #cart .upbutton .upbutton-text {
		float: left;
		width: 60%;
		min-width: 180px;
	}
	#wc_cart #cart .upbutton input {
		float: right;
		padding: 0.6em 1.2em;
	}

	#cart .action input.delButton {
		margin: 4px 0 0 auto;
		padding: 4px 12px;
	}

	/* =cart recommend
	-------------------------------------------------------------- */

	#cart_page_recommend {
		margin: 4% auto;
		font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
		/*overflow: scroll;*/
	}
	.recommend_title {
		margin: 0 0 4%;
		font-size: 1.6rem;
	}
	/*.recommend_list {
		width: 1400px;
	}*/
	.recommend_item {
		max-width: none;
		/*width: 200px;
		margin-right: 40px;*/
		width: 48%;
		margin-right: 4%;
	}
	.recommend_item:nth-child(2n) {
		margin-right: 0;
	}
	/*.recommend_item:last-child {
		margin-right: 0;
	}*/
	.recommend_item a {
		display: inline-block;
		max-width: 100%;
		width: 100%;
	}

/*
 *　members login
 */
	#wc_login .loginbox,
	#wc_member .loginbox,
	#wc_lostmemberpassword .loginbox,
	#wc_changepassword .loginbox {
		padding: 0;
	}
	#wc_login .loginbox p,
	#wc_member .loginbox p,
	#wc_lostmemberpassword .loginbox p,
	#wc_changepassword .loginbox p {
		margin: 5px 0 0;
	}

	#wc_login .loginbox .new-entry,
	#wc_member .loginbox .new-entry {
		margin: 10px 0 0;
		padding: 10px 0;
	}

/*
 *　members new
 */
	.customer_form th {
		text-align: left;
		padding-bottom: 5px;
	}

/*
 *　cart common
 */


/*---- page-title ---*/
	.cart_page_title {
		margin: 0 0 4%;
	}

/*---- usccart_navi ---*/
	.cart_navi {
		margin: 0 0 4%;
	}
	.at-usces-customer .cart_navi {
		margin: 0 0 4%;
	}
	.cart_navi li {
		box-sizing: border-box;
		padding: 0 2% 0 4%;
		font-weight: normal;
	}
	.cart_navi li {
		float: none;
		display: inline-block;
		width: 46%;
		margin-bottom: 4px;
	}
	.cart_navi li:nth-child(2)::before,
	.cart_navi li:nth-child(2)::after {
		border: 0;
	}
	.cart_navi li:last-child {
		width: 50%;
	}

/* =wc_confirm_page.php
-------------------------------------------------------------- */

	#point_table .point-btn {
		padding: 6% 0 4%;
	}
	#confirm_table th {
		width: 32%;
	}

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

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

	input[type="text"],
	input[type="password"],
	input[type="email"],
	input[type="tel"],
	input[type="search"],
	input[type="url"] {
		min-width: auto!important;
		/*width: 40%;*/
	}
	
	.at-usces-pages #delivery_flag.customer_form tr:last-child td,
	.at-usces-carts #wc_delivery .customer_form dt:last-of-type {
		padding-top: 15px;
	}
	.at-usces-pages .customer_form td,
	.at-usces-carts #wc_delivery .customer_form dt:first-of-type {
		padding: 0 5px 15px;
	}
	
	.at-usces-carts #wc_delivery #custom_order tr:first-child td {
		padding: 15px 0;
	}

	.at-usces-carts .customer_form .additional_text {
		padding: 15px 0;
	}
	.at-usces-carts .customer_form .atena_placeholder {
		display: block;
	}


	#confirm_table th {
		padding: 15px 5px 15px 0;
	}
	#confirm_table td {
		padding: 15px 0;
	}
	#confirm_table .ttl td {
		padding-top: 25px;
	}
	
	.at-usces-pages .customer_form th {
		padding: 15px 0 6px;
	}

	.customer_form input#mailaddress1,
	.customer_form input#mailaddress2 {
		width: 96%;
	}

	.at-usces-customer .send {
		padding: 15px 0 20px;
	}
	.at-usces-customer .send.reverse {
		padding: 20px 0;
	}
	.at-usces-customer .send a.lostpassword {
		margin: 0 0 30px;
	}
	.at-usces-customer .send a.lostpassword::after {
		bottom: -15px;
	}
	
	.customer_form tr.inp1 input {
		width: 60%;
	}
	
	.customer_form input[type="password"] {
		display: block;
		margin-bottom: 5px;
	}

	#member_top_table,
	#member_top_table tbody,
	#member_top_table tr {
		display: block;
		width: 100%;
	}
	#member_top_table th,
	#member_top_table td {
		box-sizing: border-box;
		display: block;
		width: 100%;
		padding: 6px 0;
		text-align: center;
	}
	#member_top_table td {
		border-top: 0;
		border-bottom: 0;
	}
	#member_top_table tr:last-child td {
		border-bottom: 1px solid #cdcdcd;
	}

}/* @media screen and (max-width: 480px) */

.at-usces-delivery #delivery_time_limit_message, 
.at-usces-delivery #custom_order tr.customkey_receipt_parent .required {
	display: none;
}

.at-usces-delivery #zeus .credit_announce {
	color: #555555;
	font-size: 1.2rem;
	margin: 10px 0 0;
}
	.at-usces-delivery #zeus .credit_announce img {
		display: block;
		margin-top: 10px;
	}
