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


div.loopimg {
	float: left;
	width: 105px;
	padding-right: 10px;
	padding-bottom: 10px;
}
div.loopexp {
	/*float: left;*/
}

div.header_explanation {
	padding-top: 5px;
	padding-bottom: 10px;
	font-size: 85%;
}

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


/*******************************************************/
#cart {
	width: 100%;
	font-size: 100%;
}

#cart div.error_message {
	font-weight: bold;
	color: #FF0000;
	margin-top: 10px;
}

#cart .upbutton {
	text-align: center;
	font-size: 90%;
	margin-top: 10px;
	margin-bottom: 30px;
	color: #555;
}

#cart .currency_code {
	text-align: right;
	padding-right: 20px;
	font-size: 80%;
	margin-bottom: 10px;
	display: none;
}

#cart table {
	width: 99%;
	border: 1px solid #CCCCCC;
	font-size: 80%;
}

#cart th, 
#cart td {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #FFFFFF;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	vertical-align: middle;
	text-align: center;
	white-space: normal;
	word-break:break-all;
}
#cart td.signal_red {
	font-weight: bold;
	color: #FF0000;
}
#cart th {
	color: #FFFFFF;
	background-color: #ddd;
	white-space: nowrap;
	line-height: 1.3em;
}

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

#cart th.aleft,
#cart td.aleft {
	text-align: left;
	line-height: 120%;
}

#cart input.quantity {
	width: 40px;
	text-align: center;
	font-size: 14px;
}

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

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

#cart .price {
	white-space: nowrap;
	width: 10%;
	text-align: right;
} 

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

#cart .subtotal {
	white-space: nowrap;
	width: 10%;
	text-align: right;
} 

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

#cart #point_table {
	width: 350px;
	margin-top: 15px;
	margin-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
}

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

#cart #point_table .point {
	font-size: 1.5em;
	font-weight: bold;
}

#cart #point_table input.used_point {
	width: 100px;
	text-align: right;
	padding-right: 5px;
}

#cart .upbutton input[type="submit"] {
	width:15% !important;
	display:inline-block;
	margin:0 auto 0 auto;
	background: center #eee;
	color:#666;
	font-weight:bold;
	border:#ccc 1px solid;
	box-shadow:0 4px 0 #999;
	box-sizing:border-box;
	text-align:center;
	padding:5px;
	font-size: 80%;
}


#cart .delButton  {
	width:100% !important;
	display:inline-block;
	background: center #eee;
	color:#666;
	font-weight:bold;
	border:#ccc 1px solid;
	box-shadow:0 4px 0 #999;
	box-sizing:border-box;
	text-align:center;
	padding:5px;
	font-size: 80%;
}


#content #wc_cart img,
#content #wc_confirm img {
	max-width: none;
}
/*********************************************************************/
/* USCES Item single page style */
span.price {
	font-size: 140%;
	font-weight: bold;
	color: #f06;
	margin: 0px;
	padding: 0px;
}
span.cprice {
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
}
em.tax {
	font-size: 0.7em;
	font-weight: normal;
	text-decoration: none;
	font-style: normal;
	color: inherit;
	letter-spacing: 0em;
}
dl.itemGpExp {
	margin: 0px;
	padding: 0px;
}
dl.itemGpExp dt {
	margin: 0px;
	background-image: url(../images/gp.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 30px;
	font-size: 13px;
	font-weight: bold;
	color: #FF3333;
	height: 16px;
}

dl.itemGpExp dd {
	margin: 0px;
	padding: 0px;
}

dl.itemGpExp ul {
	margin: 0px;
	padding: 0px;
}

dl.itemGpExp li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	font-size: 13px;
	letter-spacing: 1px;
}

#itempage {
	margin-top: 20px;
}

#itempage .item_name{
	display: none;
}

#itempage .field {
	text-align: right;
	padding: 0 0 20px 0;
}

#itempage .field .field_name {
	text-align: left;
	font-weight: bold;
	font-size: 130%;
	padding: 60px 0 0 0;
}
#itempage .field .field_price {
	font-size: 180%;
	font-weight: bold;
	color: #f39;
	margin: 0px;
	padding: 20px 0 0 0;
	text-align: right;
	line-height: 110%;
}

.exp:nth-last-child(2) {
	font-size: 200%;
}



#itempage .field .field_cprice {
	font-size: 100%;
	color: #333333;
	margin: 0px;
	padding: 0px;
	text-align: right;
}

#itempage h3 {
	font-size: 14px;
	color: #FFFFFF;
	background-color: #999999;
	line-height: 18px;
	margin-bottom: 10px;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
}

#itempage .exp p{
	color: #555;
	font-size: 110%;
}

*:first-child+html #itempage .exp {
	display: inline;

}

#itempage form {
	margin: 0px;
	padding: 0px;
	height: auto;
	width: auto;
}

#itempage .itemimg {
	float: left;
	margin-right: 30px;
	width: 45%;
	padding: 0px;
}

#itempage .itemimg img {
	width: 100% !important;
	height: 100% !important;
	margin: 0px;
	padding: 0px;
	display: block;
	border: 1px solid #ddd;
}




@media screen and (max-width:480px) {
#itempage .itemimg {	width: 100%;float: none;display:block;}
#itempage .itemimg img {width: 100%;}
#itempage .exp {width: 100%; }
*:first-child+html #itempage .exp {display: none;}
}






#itempage .itemsubimg {
	margin-bottom: 10px;
}

#itempage .skuform {
	width: 100%;
}

#itempage .skuform div{
	font-size: 120%;
}
 .skuform .skuquantity {
	text-align: right;
	width: 15%;
	padding-right: 4px;
	padding-left: 4px;
	margin: 0 10px;
}
#itempage table {
	margin: 20px 0;
}
#itempage table.skusingle {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

#itempage table.skusingle td {
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 0px;
	margin: 0px;
}

#itempage table.skumulti {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	width: 100%;
	border: none;
	border-collapse: collapse;
}

#itempage .skuform .skubutton {
	display: block;
	padding-bottom:30px;
	font-size: 100%;
}

#itempage .skuform th {
	width: 40%;
}


.skuform input[type="submit"]{
	width:100% !important;
	display:block;
	margin:30px auto 0 auto;
	background:url(../../../themes/suzuka_un/common/img/ico05.png) no-repeat 98.5% center #ffcc00;
	color:#69520e;
	font-weight:bold;
	border:#d7bb65 1px solid;
	box-shadow:0 4px 0 #bb9a37;
	box-sizing:border-box;
	text-align:center;
	padding:16px 0 14px;
}

#itempage table.skumulti th {
	background-color: #E6E6E6;
	text-align: center;
	padding: 3px;
/*
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
*/
	margin: 0px;
	font-size: 12px;
	font-weight: normal;
}

#itempage table.skumulti th.thborder {

	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

#itempage table.skumulti td {
	padding: 3px;
/*
	border-right-width: 1px;

	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #D9D9D9;
	border-bottom-color: #CCCCCC;
*/
	margin: 0px;
}

#itempage table.skumulti td.subborder {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D9D9D9;
}

#itempage table.skumulti td.price {
	text-align: right;
}

#itempage table.skumulti td.zaiko {
	font-size: 80%;
	text-align: center;
	color: #c00;
}

#itempage table.skumulti td.quant {
	text-align: center;
}

table.skumulti input[type="text"]{
	text-align: center;
}

#itempage table.skumulti td.unit {
	text-align: center;
}

#itempage table.skumulti td.button {
	text-align: center;
}

#itempage table.skumulti td.skudisp {
	font-weight: bold;
}

#itempage .assistance_item {
	width: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#itempage .assistance_item h3 {
	font-size: 14px;
	color: #FFFFFF;
	background-color: #999999;
	line-height: 18px;
	margin-bottom: 10px;
	height: 18px;
	margin-left: 0px;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
}

#itempage .assistance_item ul {
	margin: 0px;
	list-style-image: none;
	list-style-type: none;
	padding: 0px;
}

#itempage .assistance_item li {
	margin: 0px;
	float: left;
	width: 312px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}

#itempage .assistance_item .listbox {
	background-color: #f9f9f9;
	width: auto;
	margin-right: 10px;
	padding: 10px;
	border: 1px solid #cccccc;
}

#itempage .assistance_item .slit {
	height: 100px;
	width: 100px;
	overflow: hidden;
	background-image: url(image/no_img.gif);
	background-repeat: no-repeat;
	float: left;
}

#itempage .assistance_item .detail {
	width: auto;
	padding-top: 5px;
	margin-left: 0px;
	padding-left: 115px;
}

#itempage .assistance_item h4 {
	font-size: 12px;
	line-height: 150%;
	font-weight: bold;
	color: #660000;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}

#itempage .assistance_item .detail p {
	font-size: 11px;
	line-height: 150%;
	color: #333333;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
}

#itempage table.item_option {
	width: 100%;
	border: 1px solid #CCCCCC;
}

#itempage table.item_option caption {
	font-weight: normal;
	text-align: left;
	margin: 0px;
	padding: 5px 0 5px 10px;
	margin-bottom: 10px;
	border-left: 10px solid #ccc;
	color: #555;
}

#itempage table.item_option select{
	font-size: 120%;
	padding: 5px;
	width: 80%;
}

#itempage table.item_option th {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	text-align: left;
	background-color: #F0F0F0;
	padding-right: 10px;
	padding-left: 10px;
}

#itempage table.item_option td {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	text-align: left;
}

#itempage table.item_option select {
	font-size:;120% 
}
/*
#itempage input[type="submit"]{
	width:35% !important;
	display:inline-block;
	margin:0 auto 0 auto;
	background:url(../../../themes/suzuka_un/common/img/ico05.png) no-repeat 98.5% center #ffcc00;
	color:#69520e;
	font-weight:bold;
	border:#d7bb65 1px solid;
	box-shadow:0 4px 0 #bb9a37;
	box-sizing:border-box;
	text-align:center;
	padding:16px 0 14px;
	font-size: 100%;
}
*/

#itempage .iopt_radio_label {
	display: block;
	font-weight: normal;
	font-size: 120%;
}



/* End USCES Item single page style */
/*********************************************************************/
/* USCES cart page style */
div.usccart_navi ol.ucart {
	list-style-image: none;
	list-style-type: none;
	display: block;
	height: 50px;
	width: 100%;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0;
	padding: 0px;
	font-size: 110%;
}
div.usccart_navi li.ucart {
	background-color: #eee;
	float: left;
	margin: 0px;
	color: #999;
	font-size: 110%;
	font-weight: bold;
	line-height: 29px;
	text-align: center;
	padding: 10px 0;
box-sizing: border-box;
	width: calc(100% / 3) ;
	border: 1px solid #fff;
}

@media only screen and (min-width: 321px) and (max-width: 768px) {
div.usccart_navi li.ucart{font-size: 100%; }} 
@media only screen and (max-width: 320px) {
div.usccart_navi li.ucart{font-size: 100%;}} 

div.usccart_navi li.usccart_cart {
	background-color: #99cc00;
	color: #fff;
}
div.usccart_navi li.usccart_customer {
	background-color: #99cc00;
	color: #fff;
}
div.usccart_navi li.usccart_delivery {
	background-color: #99cc00;
	color: #fff;
}
div.usccart_navi li.usccart_confirm {
	background-color: #99cc00;
	color: #fff;
}


.cart_page_title {
	background:url(../../../themes/suzuka_un/common/img/ico01.png) no-repeat left center #123f97;
	padding:25px;
	border-bottom:#99cc00 10px solid;
	color: #fff;
	font-size: 120%;
	font-weight: bold;
}

.cart_page_title span{
	display:inline-block;
	line-height:1.2;
	background:url(../../../themes/suzuka_un/common/img/ico02.png) no-repeat left center;
	padding:2px 40px 0;
}

.storycontent {
	padding: 0 25px 25px 25px;
}


#inside-cart  {
	padding: 0 25px 25px 25px;
}
#inside-cart .post {
	width: auto;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-top: 10px;
}
#inside-cart h2 {
	font-size: 16px;
	line-height: 32px;
	font-weight: bold;
	color: #ffffff;
	background-color: #ffcc00;
	height: 32px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #ffe679;
}
#inside-cart p {
	font-size: 12px;
	line-height: 24px;
	color: #333333;
	margin: 0px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#inside-cart .send {
	text-align: center;
	width: auto;
	margin-top: 30px;
	padding-top: 30px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ccc;
}

#inside-cart .send .continue_shopping_button{
	width:40% !important;
	display:inline-block;
	margin:0 auto 0 auto;
	background:url(../../../themes/suzuka_un/common/img/ico06.png) no-repeat 95% center #eee;
	color:#666;
	font-weight:bold;
	border:#ccc 1px solid;
	box-shadow:0 4px 0 #999;
	box-sizing:border-box;
	text-align:center;
	padding: 15px 0 10px 0;
	font-size: 100%;
}

#inside-cart .send input[type="submit"]{
	width:40% !important;
	display:inline-block;
	margin:0 auto 0 auto;
	background:url(../../../themes/suzuka_un/common/img/ico05.png) no-repeat 95% center #ffcc00;
	color:#69520e;
	font-weight:bold;
	border:#d7bb65 1px solid;
	box-shadow:0 4px 0 #bb9a37;
	box-sizing:border-box;
	text-align:center;
	padding: 15px 0 10px 0;
	font-size: 100%;
}



#inside-cart .no_cart {
	text-align: center;
	width: auto;
	margin-top: 60px;
	font-size: 1.4em;
	font-weight: bold;
	color: #d00;
	margin-bottom: 60px;
}

#inside-cart td {
	font-size: 140%;
}
#inside-cart input.quantity {
	font-size: 110%;
	padding: 10px;
}

#cart th {
	font-size: 120%;
}

#customer-info {
	padding: 25px;
}

#customer-info h5 {
	width: 100%;
	margin: 10px auto 0 auto;
	position: relative;
	padding: 10px 10px 5px 0;
	border-bottom: 4px solid #ddd;
	font-size: 120%;
	color: #666;
	margin-bottom: 20px:
}

#customer-info h5:after {
	position: absolute;
	content: " ";
	border-bottom: solid 4px #8fbd04;
	bottom: -4px;
	width:20%;
	display: block;
	margin-bottom: 20px:
}


#customer-info .post {
	width: auto;
	margin-top: 10px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}
#customer-info .error_message {
	font-size: 13px;
	line-height: 20px;
	font-weight: bold;
	color: #d00;
}
#customer-info h2 {
	font-size: 16px;
	line-height: 32px;
	font-weight: bold;
	color: #ffffff;
	background-color: #ff9900;
	height: 32px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #ffc56a;
}
#customer-info form {
	margin: 0px;
	padding: 0px;
}
#customer-info table {
	border-collapse: collapse;
}
#customer-info th {
	line-height: 150%;
	font-size: 90%;
	font-weight: bold;
	color: #4c4d25;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #e6e6e6;
	background-color: #f3f3f3;
	padding: 10px;
	width: 30%;
}
#customer-info td {
	line-height: 150%;
	color: #4c4c4c;
	border: 1px solid #e6e6e6;
	padding: 10px;
	width: 70%;
}
#customer-info .customer_form {
	margin-top: 20px;
}

#customer-info .customer_form input {
	margin-right: 3px;
	padding: 4px;
	border: 1px solid #ccc;
	width: 450px !important;
}
#customer-info .customer_form input[type="checkbox"], 
#customer-info .customer_form input[type="radio"] {
	width: auto;
	margin-right: 3px;
}
#customer-info .customer_form label.iopt_label {
	display: block;
}
#customer-info .customer_form tr.inp1 input {

	margin-left: 3px;
}
#customer-info .customer_form tr.inp2 input {
	margin-left: 0px;
	margin-right: 3px;
}
#delivery-info .customer_form em,
#customer-info .customer_form em {
	font-style: normal;
	color: #fe1f78;
}
#customer-info .send {
	text-align: center;
	width: auto;
	margin-top: 15px;
	padding-top: 15px;
	margin-bottom: 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ccc;
}

#customer-info .send input[type="submit"]{
	width:40% !important;
	display:inline-block;
	margin:0 auto 0 auto;
	background:url(../../../themes/suzuka_un/common/img/ico05.png) no-repeat 95% center #ffcc00;
	color:#69520e;
	font-weight:bold;
	border:#d7bb65 1px solid;
	box-shadow:0 4px 0 #bb9a37;
	box-sizing:border-box;
	text-align:center;
	padding:15px 0 10px 0;
	font-size: 90%;
}

#customer-info .send .back_cart_button{
	width:40% !important;
	display:inline-block;
	margin:0 auto 0 auto;
	background:url(../../../themes/suzuka_un/common/img/ico06.png) no-repeat 95% center #eee !important;
	color:#666 !important;
	font-weight:bold;
	border:#ccc 1px solid !important;
	box-shadow:0 4px 0 #999 !important;
	box-sizing:border-box;
	text-align:center;
	padding:15px 0 10px 0;
	font-size: 100%;
}

#customer-info .atttextnone {
	display: none;
}

#delivery-info {
	padding: 25px;
}
#delivery-info select{
	font-size: 120%;
	padding: 5px;
	width: 80%;
}

#delivery-info .post {
	width: auto;
	margin-top: 10px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}
#delivery-info h2 {
	font-weight: bold;
	color: #ffffff;
	background-color: #ff6600;
	height: 32px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #ffaa68;
}
#delivery-info form {
	margin: 0px;
	padding: 0px;
}
#delivery-info table.customer_form {
	margin-bottom: 10px;
	border-collapse: collapse;
	width: 100%;
	font-size: 130%;
}
#delivery-info th {
	font-size: 90%;
	line-height: 150%;
	font-weight: bold;
	color: #4c4d25;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #e6e6e6;
	background-color: #f3f3f3;
	padding: 10px;
	width: 25%;
}
#delivery-info td {
	line-height: 150%;
	color: #4c4c4c;
	border: 1px solid #e6e6e6;
	padding: 10px;
}
#delivery-info .error_message {
	line-height: 26px;
	font-weight: bold;
	color: #d00;
}
#delivery-info .customer_form dl {
	margin: 0px;
	padding: 0px;
	width: auto;
}
#delivery-info .customer_form dt {
	line-height: 150%;
	color: #333333;
	width: auto;
	padding-top: 5px;
}
#delivery-info .customer_form dd {
	font-size: 80%;
	line-height: 150%;
	color: #333333;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 20px;
}
#delivery-info #delivery_table input {
	width: 50%;
	margin-right: 3px;
}
#delivery-info #delivery_table tr.inp1 input {
	width: 70%;
	margin-right: 0px;
	margin-left: 3px;
}
#delivery-info #delivery_table tr.inp2 input {
	width: 70%;
	margin-right: 3px;
	margin-left: 0px;
}
#delivery-info .customer_form .btn {
	width: 24px;
}
#delivery-info #time {
	margin-top: 10px;
}
#delivery-info #time textarea,
#delivery-info .notes {
	height: 100px;
	width: 94%;
}
#delivery-info .send {
	text-align: center;
	width: auto;
	margin-top: 15px;
	padding-top: 15px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ccc;
}

#delivery-info .send input[type="submit"]{
	width:40% !important;
	display:inline-block;
	margin:0 auto 0 auto;
	background:url(../../../themes/suzuka_un/common/img/ico05.png) no-repeat 95% center #ffcc00;
	color:#69520e;
	font-weight:bold;
	border:#d7bb65 1px solid;
	box-shadow:0 4px 0 #bb9a37;
	box-sizing:border-box;
	text-align:center;
	padding:15px 0 10px 0;
	font-size: 100%;
}

#delivery-info .send .back_cart_button{
	width:40% !important;
	display:inline-block;
	margin:0 auto 0 auto;
	background:url(../../../themes/suzuka_un/common/img/ico06.png) no-repeat 95% center #eee !important;
	color:#666 !important;
	font-weight:bold;
	border:#ccc 1px solid !important;
	box-shadow:0 4px 0 #999 !important;
	box-sizing:border-box;
	text-align:center;
	padding:15px 0 10px 0;
	font-size: 100%;
}

#delivery-info textarea{

	font-size: 90%;
}

#info-confirm {
	padding: 25px;
}

#info-confirm .error_message {
	line-height: 26px;
	font-weight: bold;
	color: #d00;
}
#info-confirm .confiem_notice {
	background: #eee;
	border: 1px dotted #ccc;
	padding: 25px;
	margin: 20px auto 5px auto;
	color: #666;
}


#info-confirm .post {
	background-color: #ffffff;
	width: auto;
	margin-top: 10px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}
#info-confirm h2 {
	line-height: 32px;
	font-weight: bold;
	color: #ffffff;
	background-color: #ff3300;
	height: 32px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #ff8f71;
}
#info-confirm form {
	margin: 0px;
	padding: 0px;
}

#info-confirm #cart_table {
	font-size: 100%;
}

#info-confirm #confirm_table {
	width: 100%;
	border-collapse: collapse;
	margin-top: 20px;
}

#info-confirm #cart_table th{
	color: #666 !important;
	font-size: 120%;
	text-align: center;
	padding: 10px 0;
}

#info-confirm .send input[type="submit"]{
	width:40% !important;
	display:inline-block;
	margin:0 auto 0 auto;
	background:url(../../../themes/suzuka_un/common/img/ico05.png) no-repeat 98.5% center #ffcc00;
	color:#69520e;
	font-weight:bold;
	border:#d7bb65 1px solid;
	box-shadow:0 4px 0 #bb9a37;
	box-sizing:border-box;
	text-align:center;
	padding:16px 0 14px;
	font-size: 90%;
}

#info-confirm .send .back_to_delivery_button{
	width:40% !important;
	display:inline-block;
	margin:0 auto 0 auto;
	background:url(../../../themes/suzuka_un/common/img/ico06.png) no-repeat 95% center #eee !important;
	color:#666 !important;
	font-weight:bold;
	border:#ccc 1px solid !important;
	box-shadow:0 4px 0 #999 !important;
	box-sizing:border-box;
	text-align:center;
	padding:15px 0 10px 0;
	font-size: 100%;
}


#confirm_table h3 {

}
#confirm_table th {
	line-height: normal;
	font-weight: bold;
	color: #333;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	padding: 10px;
	border: 1px solid #e6e6e6;
	width: 25%;
	background: #f6f6f6;
	font-size: 90%;
}
#confirm_table td {
	line-height: normal;
	color: #333;
	background: #fff;
	border: 1px solid #e6e6e6;
}
#confirm_table .tdtitle {
	border: none;
	background: #005bac;
	color: #fff;
	padding: 10px;
}
#confirm_table td {
	line-height: normal;
	color: #333;
	background: #fff;
	border: 1px solid #e6e6e6;
}

#confirm_table .bdc {
	background-color: #FFFFFF;
}
#info-confirm .send {
	text-align: center;
	width: auto;
	margin-top: 15px;
	padding-top: 15px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ccc;
}
#info-confirm h3{
	border: none;
	background: #005bac;
	color: #fff;
}

#cart_completion {
	padding: 25px;
}
#cart_completion p{
	margin-top: 25px;
}
#cart_completion h3 {
	background: #e4facf;
	border: 1px dotted #60a41c;
	padding: 25px;
	margin: 0 auto;
	color: #60a41c;
	text-align: center;
}

#cart_completion .send input[type="submit"]{
	width:40% !important;
	display:inline-block;
	margin:0 auto 0 auto;
	background:url(../../../themes/suzuka_un/common/img/ico05.png) no-repeat 98.5% center #ffcc00;
	color:#69520e;
	font-weight:bold;
	border:#d7bb65 1px solid;
	box-shadow:0 4px 0 #bb9a37;
	box-sizing:border-box;
	text-align:center;
	padding:16px 0 14px;
	font-size: 90%;
}

#cart_completion .send{
	width:100%;
	margin:0 auto 40px auto;
	text-align:center;

}

#cart_completion .send a{
	width:40% !important;
	display:inline-block;
	margin:0 auto 0 auto;
	background:url(../../../themes/suzuka_un/common/img/ico05.png) no-repeat 98.5% center #ffcc00;
	color:#69520e;
	font-weight:bold;
	border:#d7bb65 1px solid;
	box-shadow:0 4px 0 #bb9a37;
	box-sizing:border-box;
	text-align:center;
	padding:15px 0 10px 0;
	font-size: 90%;
}


#coml-page h2,#error-page h2 {
	line-height: 32px;
	font-weight: bold;
	color: #ffffff;
	background-color: #666600;
	height: 32px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #b2b165;
}
#coml-page p,#error-page p {
	font-size: 12px;
	line-height: 150%;
	color: #333333;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#coml-page form,#error-page form {
	margin: 0px;
	padding: 0px;
}
#coml-page .send,#error-page .send {
	text-align: center;
	width: auto;
	margin-top: 15px;
	padding-top: 15px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #b2b165;
}
#coml-page .post,#error-page .post {
	background-color: #ffffff;
	padding: 15px;
	width: auto;
	margin-top: 10px;
}
#status_table table {
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
#status_table th {
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	background-color: #CCCCCC;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
}
#status_table td {
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
}
/* End USCES cart page style */
/*********************************************************************/
/* USCES Member page style */

#memberpages #memberinfo ul {
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 5px;
	list-style-position: outside;
}
#memberpages #memberinfo li {
	font-size: 12px;
	line-height: 24px;
	color: #333333;
	margin: 0px;
	padding: 0px;
}
#memberpages #memberinfo li strong {
	color: #cc0000;
}
#memberpages div.loginbox {
	margin-top: 20px;
	width: 80%;
	background-color: #F6F6F6;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #CCCCCC;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
#memberpages input.loginmail {
	line-height: 20px;
	width: 80%;
	padding-right: 5px;
	padding-left: 5px;
}
#memberpages input.loginpass {
	line-height: 20px;
	width: 80%;
	padding-right: 5px;
	padding-left: 5px;
}
#memberpages form {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}
#memberpages .loginbox p {
	font-size: 12px;
	line-height: 24px;
	color: #333333;
	margin: 0px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#memberpages .loginbox p#nav {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 12px;
}
#memberpages .error_message {
	color: #d00;
}
#memberpages .post {
	font-size:80%;
}
#memberinfo .history-area {
	overflow: auto;
	height: 100px;
}
#memberinfo table {
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-collapse: collapse;
	width: 100%;
}
#memberinfo table .num{
	font-size: 14px;
}
#memberinfo table .date{
	white-space: nowrap;
}
#memberinfo table .rightnum{
	font-size: 14px;
	text-align: right;
	padding-right: 5px;
	white-space: nowrap;
}
#memberinfo th {
	text-align: center;
	padding: 5px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #e6e6e6;
	background-color: #f8f8f8;
	font-size: 12px;
	line-height: 150%;
	font-weight: bold;
	color: #4e5020;
}
#memberinfo th.historyrow {
	color: #FFFFFF;
	background-color: #999999;
}
#memberinfo td {
	font-size: 12px;
	line-height: 150%;
	color: #333333;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	border: 1px solid #e6e6e6;
}
#memberinfo td.retail {
	margin: 0px;
	padding: 0px;
}
#memberinfo h3 {
	font-size: 13px;
	line-height: 26px;
	font-weight: bold;
	color: #ffffff;
	background-color: #005bac;
	text-indent: 10px;
	padding: 0px;
	height: 26px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;

	float: none;
}

#memberinfo .send {
	text-align: center;
	width: auto;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
}
#memberinfo .customer_form input {
	width: 150px;
}
#memberinfo .customer_form input#zipcode {
	width: 100px;
}
#memberinfo .customer_form input#address1,#memberinfo .customer_form input#address2,#memberinfo .customer_form input#address3 {
	width: 250px;
}
#memberinfo .customer_form em {
	font-style: normal;
	color: #ff0000;
}
#newmember table {
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-collapse: collapse;
	width: 100%;
}
#newmember table .num{
	font-size: 14px;
}
#newmember table .rightnum{
	font-size: 14px;
	text-align: right;
	padding-right: 5px;
}
#newmember th {
	text-align: left;
	padding: 5px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #e6e6e6;
	background-color: #f8f8f8;
	font-size: 12px;
	line-height: 150%;
	font-weight: bold;
	color: #4e5020;
	width: 100px;
}
#newmember td {
	font-size: 12px;
	line-height: 150%;
	color: #333333;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	border: 1px solid #e6e6e6;
}
#newmember .send {
	text-align: center;
	width: auto;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
}
#newmember .customer_form input {

}
#newmember .customer_form input#zipcode {

}
#newmember .customer_form input#mailaddress1,
#newmember .customer_form input#mailaddress2,
#newmember .customer_form input#address1,
#newmember .customer_form input#address2,
#newmember .customer_form input#address3 {
	width: 200px;
}
#newmember .customer_form em {
	font-style: normal;
	color: #ff0000;
}
table.retail td, 
#retail_table td {
	white-space: normal;
	word-break:break-all;
}

.hidden {
	display: none;
}

/* End USCES Member page style */
/*********************************************************************/
/* USCES Search page style */
#searchbox {
	margin: 0px;
	padding: 0px;
}

#searchbox div.field {
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}

#searchbox label.outlabel {
	padding: 0px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-weight: bold;
}

#searchbox fieldset {
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	clear: both;
}

#searchbox legend {
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	font-weight: bold;
	margin-right: 5px;
	margin-left: 5px;
	font-size: 12px;
	color: #333333;
}

#searchbox fieldset ul {
	margin: 0px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

#searchbox fieldset li {
	margin: 0px;
	float: left;
	height: 40px;
	width: 200px;
	list-style-type: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#searchbox .title {
	font-size: 1.2em;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 10px;
	padding-left: 10px;
	font-weight: bold;
	color: #666666;
	line-height: 26px;
	display: block;
	height: 26px;
	border-bottom-width: 1px;
	border-left-width: 5px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #999999;
	border-left-color: #999999;
	margin-top: 40px;
}

#searchbox .itemtitle {
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 0px;
}

#searchbox .itemlist {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}

/* End USCES Search page style */
/************************************************************************************/
/* widget */

ul.ucart_featured_body li,
ul.ucart_calendar_body li,
ul.ucart_search_body li,
.widget_ucart_calendar ul.ucart_widget_body li,
.sidebar .widget_ucart_calendar ul.ucart_widget_body li,
#sidebar .widget_ucart_calendar ul.ucart_widget_body li,
.widget_ucart_search ul.ucart_widget_body li,
.sidebar .widget_ucart_search ul.ucart_widget_body li,
#sidebar .widget_ucart_search ul.ucart_widget_body li,
.widget_ucart_featured ul.ucart_widget_body li,
.sidebar .widget_ucart_featured ul.ucart_widget_body li,
#sidebar .widget_ucart_featured ul.ucart_widget_body li{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	list-style-type:none;
	margin-left:0px;
	list-style-image: none;
	background-image: none;
	text-indent: 0px;
	padding-left: 0px;
	margin-bottom:10px;
}

ul.ucart_featured_body,
.widget_ucart_featured ul.ucart_widget_body,
.sidebar .widget_ucart_featured ul.ucart_widget_body,
#sidebar .widget_ucart_featured ul.ucart_widget_body {
	padding: 18px 10px 10px 10px;
	text-align: center;
}

ul.ucart_featured_body .thumimg,
.widget_ucart_featured .thumimg,
.sidebar .widget_ucart_featured .thumimg,
#sidebar .widget_ucart_featured .thumimg {
	width: 150px;
	margin-right: auto;
	margin-left: auto;
}

ul.ucart_featured_body .thumtitle a,
.widget_ucart_featured .thumtitle a,
.sidebar .widget_ucart_featured .thumtitle a,
#sidebar .widget_ucart_featured .thumtitle a {
	white-space: normal;
	word-break:break-all;
}

.widget_ucart_calendar ul.ucart_widget_body table,
.sidebar .widget_ucart_calendar ul.ucart_widget_body table,
#sidebar .widget_ucart_calendar ul.ucart_widget_body table {
	width: 100%;
}

.widget_welcart_post p {
	margin-top: 0px;
	margin-bottom: 3px;
	line-height: 1.1em;
}
/* End widget style */
/************************************************************************************/
/* catbox */

.catbox {

	margin-top: -50px;
}

.catbox .post .itemlist {
	border-bottom: 1px dashed #CCCCCC;
	padding-top: 10px;
	padding-bottom: 10px;
}
.catbox .post .entry {
	border-bottom: 1px dashed #CCCCCC;
	padding-top: 10px;
	padding-bottom: 10px;
}
.businessday {
	background-color: #FFECCE;
	color: #ff0000;
}
.businesstoday {
	color: #000000;
	font-weight: bold;
}

.catbox h1.item_page_title {
	margin: 25px 25px 0 25px;
}




}

/************************************************************************************/
/* liwpp */
.liwpp_area {
	width: 100%;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 20px;
}
