@charset "UTF-8";
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# PC
# 1500px
# 997px
# 768px
# 630px
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# PC
--------------------------------------------------------------*/
/* # Common
--------------------------------------------------------------*/
.member-page *,
.cart-page * {
	box-sizing: border-box;
}
.main-container input,
.main-container select,
.main-container textarea,
#escott-token-form input,
#escott-token-form select {
	font-size: 1em;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-webkit-border-radius: 0;  
	-moz-border-radius: 0;
	border-radius: 0;  
}
.main-container select,
#escott-token-form select {
	max-width: 100%;
	padding: .5714285em 2.14286em .5714285em .5714285em;
	background: url(../img/select-arrow.gif) center right 10px no-repeat;
	border: 1px solid #bbb;
}
.main-container textarea {
	width: 100%;
	height: 100px;
	border: 1px solid #bbb;
}
.main-container input[type="text"],
.main-container input[type="password"],
.main-container input[type="email"],
.main-container input[type="tel"],
.main-container input[type="search"],
.main-container input[type="url"],
#escott-token-form input[type="tel"] {
	padding: .5714285em;
	border: 1px solid #bbb;
}
.main-container input[type="button"],
.main-container input[type="submit"],
.main-container input[type="reset"],
a.wc-button,
a.wc-orange-button,
.member-logout .usces_logout_a,
a.bill_pdf_button,
a.receipt_pdf_button,
#escott-dialog input[type="button"],
.member-logout .gotoedit a {
	padding: .714288em 1.42857em;
	background-color: #efefef;
	color: #333;
	border: none;
	-webkit-transition: .3s ease all;
	-moz-transition: .3s ease all;
	-o-transition: .3s ease all;
	transition: .3s ease all;
	-webkit-border-radius: 3px;  
	-moz-border-radius: 3px;  
	border-radius: 3px;  
}
a.wc-button,
a.wc-orange-button,
.member-logout .usces_logout_a,
.member-logout .gotoedit a,
a.bill_pdf_button,
a.receipt_pdf_button {
	display: inline-block;
	text-decoration: none;
}
.main-container input[type="button"]:hover,
.main-container input[type="submit"]:hover,
.main-container input[type="reset"]:hover,
a.wc-button:hover,
a.wc-orange-button:hover,
.member-logout .usces_logout_a:hover,
.member-logout .gotoedit a:hover,
a.bill_pdf_button:hover,
a.receipt_pdf_button:hover {
	background-color: #ddd;
	text-decoration: none;
	cursor: pointer;
}
.main-container input[type="checkbox"],
.main-container input[type="radio"] {
	margin-right: .2em;
	vertical-align: middle;
}
.main-container input[type="checkbox"] {
	border: 1px solid #ccc;
	-webkit-appearance: checkbox;
	-moz-appearance: checkbox;
	appearance: checkbox;
}
.main-container input[type="radio"] {
	border: 1px solid #bbb;
	-webkit-appearance: radio;
	-moz-appearance: radio;
	appearance: radio;
}
.main-container input[type="file"] {
	border: none;
}

.main-container table,
.main-container table th,
.main-container table td,
#escott-token-form table,
#escott-token-form table th,
#escott-token-form table td {
	border-collapse: collapse;
	border: #ccc 1px solid;
}
.main-container table th,
.main-container table td,
#escott-token-form table th,
#escott-token-form table td {
	padding: .5em 1em;
}
.main-container table,
#escott-token-form table {
	width: 100%;
}
.main-container table th,
#escott-token-form table th {
	background-color: #f0f0f0;
}
.main-container dl.dl-table,
.main-container .dl-table dt,
.main-container .dl-table dd {
	box-sizing: border-box;
}
.main-container dl.dl-table {
	background: #eee;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
}
.main-container .dl-table dt,
.main-container .dl-table dd {
	padding: 10px 10px 0 10px;
	border-top: 1px solid #ccc;
}
.main-container .dl-table dt {
	width: 30%;
	float: left;
}
.main-container .dl-table dd {
	margin-left: 30%;
	padding-bottom: 10px;
	background-color: #fff;
	border-left: 1px solid #ccc;
}
.main-container .dl-table dd::after {
	content: '';
	display: block;
	clear: both;
}


/* # Category
--------------------------------------------------------------*/
.archive .itemlist li {
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #ccc;
}
.archive .itemlist li .box1,
.archive .itemlist li .box2,
.archive .itemlist li .box3 {
	float: left;
}
.archive .itemlist li .box1 {
	margin-right: 10px;
	width: 120px;
}
.archive .itemlist li .box2 {
	margin-right: 10px;
	width: 485px;
}
.archive .itemlist li .box2 span.cat {
	line-height: 18px;
	margin-right: 10px;
	padding: 0 10px;
	background-color: #0080b1;
	color: #fff;
	font-size: 12px;
	font-size: 1.2rem;
	text-align: center;
	letter-spacing: 0;
}
.archive .itemlist li .box3 {
	width: 110px;
	min-height: 120px;
}
.archive .itemlist li .box3 a{
	line-height: 120px;
	display: block;
	width: 100%;
	height: 120px;
	background-color: #333;
	color: #fff;
	text-align: center;
}
.archive .itemlist li .box3 a:hover {
	background-color: #f59308;
	text-decoration: none;
}

/* # Item
--------------------------------------------------------------*/
.continue-box,
.customfield-box {
	margin: 0 20px 30px;
}
table.dlseller {
	margin: 0 0 30px;
}
.continue-box table th,
.customfield-box table th,
table.dlseller th {
	width: 30%;
}
.continue-box table td,
.customfield-box table td,
table.dlseller td {
	width: 70%;
}
.item-sales-sku,
.item-service-sku,
.item-dl-sku {
	margin: 0 20px 30px;
	padding: 40px;
	background-color: #FFF9E6;
	border: 1px solid #FFC435;
	border-radius: 5px;
}
.item-sales-sku .tax,
.item-service-sku .tax,
.item-dl-sku .tax {
	font-style: normal;
	font-size: 11px;
}
.item-sales-sku .skuname,
.item-service-sku .skuname,
.item-dl-sku .skuname {
	margin-bottom: 20px;
	font-size: 18px;
	text-align: center;
}
.item-option .iopt_radio_label {
	margin-right: 1em;
}
.itemGpExp {
	margin: 20px 0;
	padding: 20px;
	background-color: #fff;
}
.itemGpExp dt {
	margin-bottom: 10px;
	font-weight: 800;
	border-bottom: #ccc 1px solid;
}
.itemGpExp .price {
	display: inline-block;
	margin: 0 .5em;
	color: #f00;
	font-size: 1.2em;
	font-weight: 800;
}
.cart-box {
	overflow: hidden;
}
.item-price {
	float: left;
	width: 50%;
}
.item-price .frequency {
	margin-right: 1em;
	padding: 0 .5em;
	background-color: #f00;
	color: #fff;
}
.item-price .field_cprice {
	text-decoration: line-through;
}
.item-price .field_price {
	color: #f00;
	font-size: 24px;
	font-weight: 800;
}
.item-price .discount-notes {
	color: #f00;
	font-weight: 600;
}
.item-price .cart-notes {
	padding-left: 1em;
	text-indent: -1em;
	font-size: .85em;
}
.item-intocart {
	float: left;
	width: 50%;
	text-align: right;
}
.item-intocart .skuquantity {
	width: 5em;
	text-align: right;
}
.item-intocart .cart-button {
	margin-left: 1em;
}
.item-intocart input[type="submit"].skubutton {
	padding: 30px 80px;
	background-color: #FF9900;
	color: #000;
	font-size: 18px;
	font-weight: 800;
}
.item-intocart.itemsoldout {
	line-height: 80px;
	font-size: 18px;
	font-weight: 800;
}
dl.item-sku,
dl.item-sku dt,
dl.item-sku dd {
	border-collapse: collapse;
}
dl.item-sku dt,
dl.item-sku dd {
	padding: .5em 1em;
}
dl.item-sku {
	margin-bottom: 10px;
	padding: 0;
	width: 100%;
}
dl.item-sku dd {
	background-color: #fff;
}
dl.item-sku dd input[type=radio]:checked + label,
dl.item-sku dd label:hover {
	background-color: #013C7C;
	color: #fff;
	border-color: #013C7C;
}

/* # Item | extendclub
--------------------------------------------------------------*/
#extendclub-kiyaku {
	margin-top: -60px;
}
#extendclub-cart .ordercont2 {
	height: auto;
}
#extendclub-cart .ordercont2 .orderimg {
	top: auto;
	bottom: 0;
}
#extendclub-cart .item-price {
	line-height: 1.8;
	float: none;
	width: auto;
}
#extendclub-cart .item-intocart {
	float: none;
	width: auto;
	text-align: left;
}
#extendclub-cart .item-intocart .cart-button {
	margin: 0;
}
#extendclub-cart .item-intocart input[type="submit"].skubutton {
	background: url(../../img/lp/nlp8.png) no-repeat;
	padding: 0;
	width: 697px;
	height: 111px;
	border: none;
}
#extendclub-cart .item-intocart input[type="submit"].skubutton:hover {
	opacity: .7;
}

.lp_14_4 ul img {
	float: left;
	width: 150px;
}

/* # Cart & Member
--------------------------------------------------------------*/
.cart-page .send,
.member-page .send {
	margin: 20px 0;
	text-align: center;
}
.cart-page .send input[type="button"],
.cart-page .send input[type="submit"],
.member-page .send input[type="button"],
.member-page .send input[type="submit"],
#wc_member_update_settlement .send input[type="button"] {
	padding: 1.5em 3em;
}
input[type="button"].continue_shopping_button,
input[type="submit"].back_cart_button,
input[type="submit"].back_to_customer_button,
input[type="submit"].back_to_delivery_button,
input[type="submit"].deletemember,
input[type="button"]#escott_token_cancel,
#wc_member_update_settlement .send input[type="button"] {
	background-color: #333;
	color: #fff;
}
input[type="button"].continue_shopping_button:hover,
input[type="submit"].back_cart_button:hover,
input[type="submit"].back_to_customer_button:hover,
input[type="submit"].back_to_delivery_button:hover,
input[type="submit"].deletemember:hover,
input[type="button"]#escott_token_cancel:hover,
#wc_member_update_settlement .send input[type="button"]:hover {
	background-color: #666;
	color: #fff;
}
input[type="submit"].to_customerinfo_button,
input[type="submit"].to_memberlogin_button,
input[type="submit"].to_deliveryinfo_button,
input[type="submit"].to_reganddeliveryinfo_button,
input[type="submit"].to_confirm_button,
input[type="submit"].checkout_button,
input[type="submit"].editmember,
a.wc-orange-button,
input[type="submit"].member_login_button,
#wc_newmemberform .send input[type="submit"],
.member-page .lostpassword input[type="submit"],
input[type="button"]#escott_token_next,
#wc_member_update_settlement .send input[type="button"].card-register {
	background-color: #f60;
	color: #fff;
}
input[type="submit"].to_customerinfo_button:hover,
input[type="submit"].to_memberlogin_button:hover,
input[type="submit"].to_deliveryinfo_button:hover,
input[type="submit"].to_reganddeliveryinfo_button:hover,
input[type="submit"].to_confirm_button:hover,
input[type="submit"].checkout_button:hover,
input[type="submit"].editmember:hover,
a.wc-orange-button:hover,
input[type="submit"].member_login_button:hover,
#wc_newmemberform .send input[type="submit"]:hover,
.member-page .lostpassword input[type="submit"]:hover,
input[type="button"]#escott_token_next:hover,
#wc_member_update_settlement .send input[type="button"].card-register:hover {
	background-color: #f59308;
	color: #fff;
}
.member-logout .usces_logout_a,
.member-logout .gotoedit a,
a.bill_pdf_button,
a.receipt_pdf_button {
	background-color: #0080b1;
	color: #fff;
}
.member-logout .usces_logout_a:hover,
.member-logout .gotoedit a:hover,
a.bill_pdf_button:hover,
a.receipt_pdf_button:hover {
	background-color: #4da6c8;
}
table.customer_form th,
table.customer_form td {
	box-sizing: border-box;
}
table.customer_form th {
	width: 30%;
}
table.customer_form th em {
	font-style: normal;
	color: #f00;
}
table.customer_form td {
	width: 70%;
}
table.customer_form .inp1 td {
	width: 35%
}
table.customer_form .inp1 td input {
	margin-left: .5em;
}
table.customer_form #zipcode {
	margin-right: .5em;
	width: 10em;
}
table.customer_form #search_zipcode {
	margin-right: .5em;
}
table.customer_form #address1_row input,
table.customer_form #address2_row input,
table.customer_form #address3_row input {
	margin-right: .5em;
	width: 70%;
}
table.customer_form #tel_row input,
table.customer_form #fax_row input {
	margin-right: .5em;
	width: 15em;
}
table.customer_form #mailaddress1,
table.customer_form #mailaddress2 {
	width: 70%;
}
table.customer_form #password1,
table.customer_form #password2 {
	margin-right: .5em;
	width: 20em;
}
.cart-page .error_message,
.member-page .error_message {
	margin: 1.5em 0;
	padding: 1em;
	background-color: #ffeaea;
	font-weight: 800;
	border: #ed0b00 5px solid;
}


/* # Cart
--------------------------------------------------------------*/
.cart_navi ul {
	margin-bottom: 20px;
	overflow: hidden;
}
.cart_navi li,
.cart_navi li::before,
.cart_navi li::after {
	display: block;
	background: #dedede;
	box-sizing: border-box;
}
.cart_navi li::before,
.cart_navi li::after {
	content: " ";
	width: 20px;
	height: 20px;
	border-right: 4px solid #fff;
}
.cart_navi li {
	line-height: 40px;
	float: left;
	padding: 0 .909095em 0 1.81818em;
	width: 25%;
	color: #262626;
	font-weight: 800;
	text-decoration: none;
	text-align: center;
}
.cart_navi li::before {
	float: right;
	margin: 0 -20px -20px auto;
	-webkit-transform: skew(20deg);
	-moz-transform: skew(20deg);
	-o-transform: skew(20deg);
	transform: skew(20deg);
}
.cart_navi li::after {
	position: relative;
	margin: -20px -20px 0 auto;
	-webkit-transform: skew(-20deg);
	-moz-transform: skew(-20deg);
	-o-transform: skew(-20deg);
	transform: skew(-20deg);	
}
.cart_navi li.current,
.cart_navi li.current::before,
.cart_navi li.current::after {
	color: #fff;
	background-color: #0080b1;
}
.cart_navi li:last-child::before,
.cart_navi li:last-child::after {
	display: none;
}
.cart-page .upbutton {
	padding-bottom: 20px;
	text-align: right;
}
.cart-page .upbutton input,
.cart-page input.delButton {
	padding: .5em;
}
table#cart_table,
table#cart_table th,
table#cart_table td {
	border-width: 0;
}
table#cart_table {
	margin-bottom: 20px;
}
table#cart_table th,
table#cart_table td {
	padding: .4em;
	border-width: 1px 0;
}
#cart_table .num,
#cart_table .action {
	width: 5%;
}
#cart_table .thumbnail,
#cart_table .stock,
#cart_table .subtotal {
	width: 10%;
}
#cart_table .productname {
	width: auto;
}
#cart_table .unitprice,
#cart_table .quantity {
	width: 8%;
}
#cart_table .num,
#cart_table .thumbnail,
#cart_table .stock,
#cart_table .quantity {
	text-align: center;
}
#cart_table input.quantity {
	width: 5em;
	text-align: right;
}
#cart_table .tax {
	font-style: normal;
	font-size: .85em;
}
#cart_table .aleft {
	text-align: left;
}
#cart_table .aright,
#cart_table .unitprice,
#cart_table .subtotal {
	text-align: right;
}
table#point_table {
	margin: 0 auto 20px;
	width: 60%;
}
table#point_table td {
	width: 50%;
}
table#point_table td.point-btn {
	width: 100%;
	text-align: center;
}
table#point_table input[type="text"].used_point {
	margin-right: .5em;
	width: 7em;
}
.dllist {
	margin: 20px 0;
}
.dllist .thumb {
	float: left;
	width: 20%;
	text-align: center;
}
.dllist .item_info_list {
	float: left;
	width: 80%;
}
.dllist .item_info_list th,
.dllist .item_info_list td {
	width: 50%;
}
.dllist .clear {
	clear: both;
}
#cart_completion {
	padding: 20px 40px;
}
#cart_completion .message {
	margin-bottom: 1em;
	font-size: 1.2em;
	font-weight: 800;
}
#cart_completion .complete_text {
	margin-bottom: 40px;
}
#cart_completion .shop_information {
	padding: 40px 0;
	border-top: 1px solid #d1d1d1;
}

.settlement_form_send {
	padding-top: 1em;
}
.settlement_form_send input[type="button"] {
	width: 10em;
}
.customer_form td .dlseller_terms {
	overflow-y: scroll;
	height: 300px;
	padding: 10px 20px 10px 0;
}

/* # Member
--------------------------------------------------------------*/
.member-notes {
	margin: 2em 0;
	color: #c00;
	font-weight: 700;
	text-align: center;
}
.member-logout {
	margin-bottom: 20px;
	text-align: right;
}
.member-logout .gotoedit {
	display: inline-block;
}
.member-heading-h4 h4 {
	margin: 40px 0 20px;
	padding: 10px;
	font-size: 20px;
	font-size: 2.0rem;
	border-top: 4px solid #3d5d95 ;
	border-bottom: 2px solid #d1d1d1;
}
a.bill_pdf_button,
a.receipt_pdf_button {
	margin-right: 1em;
}
.noreceipt {
	color: #f00;
	font-weight: 800;
}
.member-page .login-box {
	overflow: hidden;
}
.member-page .member-box {
	float: left;
	width: 48%;
}
.member-page .member-box input[type="text"],
.member-page .member-box input[type="password"] {
	margin-bottom: 10px;
	width: 100%;
}
.member-page .member-box .submit {
	margin: 20px 0;
	text-align: center;
}
.member-page .new-entry {
	float: right;
	width: 48%;
	margin: 0;
	padding: 7em 1.42857em;
	background-color: #efefef;
	text-align: center;
}
.member-page .new-entry #nav {
	margin-top: 20px;
}
.member-completion-text {
	margin: 20px 0;
	text-align: center;
}
.member-page .lostpassword {
	margin: 0 auto;
	width: 50%;
}
.member-page .lostpassword input[type="text"] {
	margin: 20px 0;
	width: 100%;
}


/* # settlement page
--------------------------------------------------------------*/
#wc_member_update_settlement h1.member_page_title{
	border:1px solid #d1d1d1;
	padding:25px;
	font-size:24px;
	font-size:2.4rem;
	margin-bottom:20px;
}
#wc_member_update_settlement .send {
	margin: 20px 0;
	text-align: center;
}
#card-register {

}

/*--------------------------------------------------------------
# 1500px
--------------------------------------------------------------*/
@media only screen and (min-width: 1500px) {
}


/*--------------------------------------------------------------
# 997px
--------------------------------------------------------------*/
@media only screen and (max-width: 997px) {
}


/*--------------------------------------------------------------
# 768px
--------------------------------------------------------------*/
@media only screen and (max-width: 768px) {
	/* # Common
	----------------------------------------------------------*/
	.main-container input[type="button"],
	.main-container input[type="submit"],
	.main-container input[type="reset"],
	a.wc-button,
	.member-logout .usces_logout_a,
	a.bill_pdf_button,
	a.receipt_pdf_button {
		-webkit-transition: none 0 ease 0;
		-moz-transition: none 0 ease 0;
		-o-transition: none 0 ease 0;
		transition: none 0 ease 0;
	}

	/* # Category
	----------------------------------------------------------*/
	.archive .itemlist li .box1 {
		width: 35%;
	}
	.archive .itemlist li .box2 {
		margin: 0 0 10px;
		width:58%;
	}
	.archive .itemlist li .box3 {
		clear: both;
		float: none;
		padding: 20px 0 0;
		width: 100%;
		min-height: inherit;
	}
	.archive .itemlist li .box3 a {
		line-height: 1em;
		padding: 10px 0;
		height:auto;
	}

	/* # Item
	----------------------------------------------------------*/
	.continue-box table th,
	.continue-box table td,
	.customfield-box table th,
	.customfield-box table td,
	table.dlseller th,
	table.dlseller td {
		display: block;
		width: 100%;
		box-sizing: border-box;
	}
	.continue-box table,
	.customfield-box table,
	table.dlseller {
		border-width: 0;
	}
	.continue-box table th,
	.customfield-box table th,
	table.dlseller th {
		border-bottom-width: 0;
	}
	.main-container .dl-table dt {
		float: none;
		width: 100%;
	}
	.main-container .dl-table dd {
		margin: 0;
		border-left-width: 0;
	}
	.item-sales-sku,
	.item-service-sku,
	.item-dl-sku {
		padding: 10px;
	}
	.item-price,
	.item-intocart {
		float: none;
		width: 100%;
	}
	.item-price {
		line-height: inherit;
		padding-bottom: 1em;
		text-align: center;
	}
	.item-intocart .cart-button {
		margin: 0;
	}
	.item-sales-sku .item-intocart {
		overflow: hidden;
	}
	.item-sales-sku .quantity,
	.item-sales-sku .cart-button {
		display: block;
		float: left;
	}
	.item-sales-sku .quantity {
		line-height: 80px;
		width: 30%;
	}
	.item-sales-sku .cart-button {
		width: 70%;
	}
	.item-service-sku .item-intocart,
	.item-dl-sku .item-intocart {
		text-align: center;
	}
	dl.item-sku,
	dl.item-sku dt,
	dl.item-sku dd {
		border-collapse: inherit;
	}
	dl.item-sku {
		border-width: 1px 0 0 1px;
	}
	dl.item-sku dt,
	dl.item-sku dd {
		display: block;
		width: 100%;
		box-sizing: border-box;
	}

	/* # Cart & Member
	----------------------------------------------------------*/
	.cart-page .send,
	.member-page .send {
		margin: 20px;
	}
	.cart-page .send input[type="button"],
	.cart-page .send input[type="submit"],
	.member-page .send input[type="button"],
	.member-page .send input[type="submit"] {
		display: block;
		width: 100%;
	}
	input[type="submit"].editmember {
		margin-bottom: 20px;
	}
	table.customer_form,
	table.customer_form th,
	table.customer_form td {
		border-width: 0;
	}
	table.customer_form {
		border-width: 0 0 1px;
	}
	table.customer_form th,
	table.customer_form td {
		display: block;
		width: 100%;
		border-width: 1px 0 0;
	}
	table.customer_form th {
		text-align: left;
	}
	table.customer_form tr.inp1 td {
		display: inline-block;
		width: 50%;
	}
	table.customer_form .inp1 td input {
		margin: 0;
		width: 80%;
	}
	
	/* # Cart
	----------------------------------------------------------*/
	.cart_navi li {
		width: auto;
		font-size: 11px;
	}
	.cart_navi li:last-child::before,
	.cart_navi li:last-child::after {
		display: block;
	}
	table#cart_table {
		border-bottom: #ccc 1px solid;
	}
	table#cart_table thead {
		display: none;
	}
	#cart_table tr {
		border: #ccc 1px solid;
		border-width: 1px 0 0;
	}
	#cart_table tr:before,
	#cart_table tr:after {
		content: "";
		display: table;
		table-layout: fixed;
	}
	#cart_table tr:after {
		clear: both;
	}
	table#cart_table th,
	table#cart_table td {
		display: block;
		float: left;
		box-sizing: border-box;
		border-width: 0;
	}
	table#cart_table .num,
	table#cart_table tfoot .thumbnail,
	table#cart_table tfoot .stock,
	table#cart_table tfoot .action {
		display: none;
	}
	table#cart_table td.thumbnail {
		width: 20%;
	}
	table#cart_table td.productname {
		width: 70%;
	}
	table#cart_table td.unitprice {
		clear: both;
		width: 60%;
	}
	#cart_table td.unitprice:before {
		content: "価格";
		margin-right: .5em;
	}
	table#cart_table td.quantity {
		width: 40%;
	}
	#cart_table td.quantity:before {
		content: "数量";
		margin-right: .5em;
	}
	table#cart_table td.subtotal {
		clear: both;
		width: 100%;
		font-size: 1.2em;
	}
	#cart_table td.subtotal:before {
		content: "小計";
		margin-right: 1em;
	}
	table#cart_table td.stock {
		clear: both;
		width: 80%;
	}
	#cart_table td.stock:before {
		content: "在庫状態：";
		margin-right: .5em;
	}
	table#cart_table td.action {
		width: 20%;
	}
	table#cart_table .amount-title {
		width: 70%;
	}
	table#cart_table .amount {
		width: 30%;
	}
	table#point_table,
	table#point_table td {
		border-width: 0;
	}
	table#point_table {
		width: 100%;
		border-width: 1px 0 2px;
	}
	table#point_table td {
		display: block;
		width: 100%;
		border-width: 1px 0 0;
		box-sizing: border-box;
	}
	table#point_table td.c-point,
	table#point_table td.u-point {
		background-color: #f0f0f0;
	}
	table#confirm_table,
	table#confirm_table th,
	table#confirm_table td {
		border-width: 0;
	}
	table#confirm_table {
		border-width: 0 0 1px; 
	}
	table#confirm_table th,
	table#confirm_table td {
		display: block;
		width: 100%;
		min-height: 40px;
		border-width: 1px 0 0;
		box-sizing: border-box;
	}
	table#confirm_table th {
		text-align: left;
	}
	.cart-page .send input[type="submit"].back_to_delivery_button {
		margin-bottom: 20px;
	}
	.dllist .item_info_list {
		margin-top: 20px;
	}
	.dllist .item_info_list table {
		border-width: 0 0 1px;
	}
	.dllist .item_info_list th,
	.dllist .item_info_list td {
		width: 100%;
		border-width: 1px 1px 0;
	}
	
	/* # Member
	----------------------------------------------------------*/
	table.account-info,
	table.account-info th,
	table.account-info td,
	table#history_head,
	table#history_head th,
	table#history_head td,
	table#history_head td.retail,
	table.retail,
	table.retail th,
	table.retail td  {
		border-width: 0;
	}
	table.account-info,
	table#history_head,
	table.retail {
		border-width: 1px 0 0;
	}
	table.account-info th,
	table.account-info td,
	table#history_head th,
	table#history_head td,
	table.retail th,
	table.retail td {
		display: block;
		box-sizing: border-box;
	}
	table.account-info th,
	table.account-info td,
	table#history_head th,
	table#history_head td {
		width: 100%;
		border-width: 0 1px 1px;
	}
	table.account-info th {
		text-align: left;
	}
	table#history_head thead,
	table.retail thead,
	table.retail td.cartrownum {
		display: none;
	}
	table#history_head td {
		display: block;
		padding: 0;
		width: 100%;
	}
	table#history_head td:before {
		display: inline-block;
		margin-right: 1em;
		padding: .8em;
		width: 45%;
		background-color: #eee;
		font-weight: 800;
		border-right: 1px solid #cfcfcf;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	table#history_head td.order_number::before {
		content: "注文番号";
	}
	table#history_head td.purchase_date::before {
		content: "購入日";
	}
	table#history_head td.purchase_price::before {
		content: "購入金額";
	}
	table#history_head td.discount::before {
		content: "特別割引";
	}
	table#history_head td.used_point::before {
		content: "使用ポイント";
	}
	table#history_head td.shipping::before {
		content: "送料";
	}
	table#history_head td.cod::before {
		content: "代引き手数料";
	}
	table#history_head td.tax::before {
		content: "内消費税";
	}
	table#history_head td.get_point::before {
		content: "獲得ポイント";
	}
	a.bill_pdf_button,
	a.receipt_pdf_button {
		margin-top: 10px;
		margin-bottom: 10px;
	}
	table.retail tr {
		overflow: hidden;
		border-bottom: #ccc 1px dotted;
	}
	table.retail td {
		float: left;
	}
	table.retail td.price:before,
	table.retail td.quantity:before,
	table.retail td.subtotal:before {
		margin-right: .5em;
	}
	table.retail td.thumbnail {
		width: 20%;
	}
	table.retail td.productname {
		width: 70%;
	}
	table.retail td.price {
		clear: both;
		width: 60%;
	}
	table.retail td.price:before {
		content: "単価 ：";
	}
	table.retail td.quantity {
		width: 40%;
	}
	table.retail td.quantity:before {
		content: "数量 ：";
	}
	table.retail td.subtotal {
		clear: both;
		width: 100%;
		font-size: 1.2em;
		font-weight: 800;
		text-align: right;
	}
	table.retail td.subtotal:before {
		content: "小計 ：";
	}
	.member-page .member-box,
	.member-page .new-entry {
		float: none;
		width: 100%;
	}
	.member-page .member-box {
		padding: 2em 1em;
	}
	.member-page .lostpassword {
		width: 90%;
	}
}


/*--------------------------------------------------------------
# 630px
--------------------------------------------------------------*/
@media only screen and (max-width: 630px) {
	/* # Item
	----------------------------------------------------------*/
	.item-sales-sku .quantity,
	.item-sales-sku .cart-button {
		display: block;
		width: 100%;
		text-align: left;
	}
	.item-intocart input[type="submit"].skubutton {
		width: 100%;
	}
	
	/* # Cart
	----------------------------------------------------------*/
	.cart-page .upbutton {
		text-align: left;
	}
}
