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

/* ----- top ----- */

#cart-contents{
    display:-webkit-box;
    display:-moz-box;
    display:-ms-box;
    display:-webkit-flexbox;
    display:-moz-flexbox;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}
#cart-contents li{
    width: 32%;
    float: left;
    margin: 0 0 16px 2%;
    border: dashed 1px #cccccc;
    box-sizing: border-box;
}
#cart-contents li:nth-child(3n+1){
	clear: both;
	margin-left: 0;
}
#cart-contents li:hover{
    border: dashed 1px #ff9900;
}
#cart-contents li a{
    display: block;
    color: #000000;
    padding: 32px 24px 36px;
    text-decoration: none;
}
#cart-contents li a:hover{
	background: #f6f6f6;	
}
#cart-contents li a .entry-header{
}
#cart-contents li a .entry-header h1.entry-title{
    font-size: 20px;
    line-height: 1.4;
    margin: 0 0 6px;
}
#cart-contents li a div.price{
    font-size: 16px;
    color: #ff0000;
}

/* ----- single item ----- */

#content h1.item_page_title{
    color: #ffffff;
    font-weight: normal;
    font-size: 26px;
    letter-spacing: 0.2em;
    padding: 10px 20px;
    background: #333333;
    border-radius: 2px;
}
#content .storycontent{
}
#itempage{
}
#itempage .exp{
}
#itempage .skuform{
}
#itempage .skuform table{
    width: 100%;
    line-height: 1.4;
    margin: 0 0 16px;
    background: #cccccc;
    border-collapse: separate;
    border-spacing: 1px;
}
#itempage .skuform table th,
#itempage .skuform table td{
	padding: 8px;
}
#itempage .skuform table th{
	background: #f2f2f2;
}
#itempage .skuform table td{
	background: #ffffff;
}

#itempage .skuform table th.itemtitle{
    width: 35%;
    font-size: 18px;
    font-weight: bold;
    text-align: left;
    padding: 8px 20px 8px;
}
#itempage .skuform table td{
    padding-top: 8px;
}
#itempage .skuform table td.skudisp{
    display: none;
}
#itempage .skuform table td dl.item_option{
}
#itempage .skuform table td dl.item_option dt{
    width: auto;
    clear: both;
    float: left;
    padding: 9px 12px 0 0;
}
#itempage .skuform table td dl.item_option dd{
	width: 344px;
    float: left;
    padding: 2px 0;
}
#itempage .skuform table td dl.item_option dd select{
    width: 244px;
    float: left;
    font-size: 16px;
    padding: 2px 2px 8px 2px;
}
#itempage .skuform td.price,
#itempage .skuform table td.price{
    width: 50%;
	text-align: right;
}
#itempage .skuform td.price span.price,
#itempage .skuform table td.price span.price{
    color: #ff0000;
    font-size: 18px;
}
#itempage .skuform td.quant,
#itempage .skuform table td.quant{
	display: none;
	width: 2em;
    padding: 12px 16px 0;
}
#itempage .skuform td.quant input,
#itempage .skuform table td.quant input{
    width: 2em;
    font-size: 16px;
    text-align: center;
    padding: 11px 8px;
    border-radius: 2px;
    border: solid 1px #cccccc;
}
#itempage .skuform td.button,
#itempage .skuform table td.button{
	width: 160px;
    text-align: right;
	margin: 0;
}
#itempage .skuform td.button input.skubutton,
#itempage .skuform table td.button input.skubutton{
    display: block;
	width: 100%;
    color: #FFF;
    font-size: 14px;
    font-weight: bold;
    padding: 10px 0;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #f72902), color-stop(0.00, #f5664b));
    background: -webkit-linear-gradient(#f5664b, #f72902);
    background: -moz-linear-gradient(#f5664b, #f72902);
    background: -o-linear-gradient(#f5664b, #f72902);
    background: -ms-linear-gradient(#f5664b, #f72902);
    background: linear-gradient(#f5664b, #f72902);
    box-shadow: 0 1px 2px rgba(64, 64, 64, 0.1);
    border: solid 1px #d2d2d2;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}
#itempage .skuform td.button input.skubutton:hover,
#itempage .skuform table td.button input.skubutton:hover{
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #f5664b), color-stop(0.00, #f72902));
	background: -webkit-linear-gradient(#f72902, #f5664b);
	background: -moz-linear-gradient(#f72902, #f5664b);
	background: -o-linear-gradient(#f72902, #f5664b);
	background: -ms-linear-gradient(#f72902, #f5664b);
	background: linear-gradient(#f72902, #f5664b);
}

/* End USCES Item single page style */
/*********************************************************************/
/* USCES cart page style */

div.usccart_navi{
    height: 52px;
	margin: 0 0 24px;
}
div.usccart_navi ol.ucart {
	display: block;
	width: 100%;
	margin: 10px 0;
	padding: 0px;
	list-style-image: none;
	list-style-type: none;
    border-radius: 4px;
    overflow: hidden;	
}
div.usccart_navi li.ucart {
    float: left;
    width: 25%;
    color: #FFFFFF;
    font-weight: normal;
    text-align: center;
    padding: 18px 0;
    margin: 0px;
    background-color: #999999;
    border-left: solid 1px #cccccc;
    box-sizing: border-box;
}
div.usccart_navi li.ucart:first-child {
    border-left: none;
}
/*div.usccart_navi li.ucart.uscdelivery {
	font-size: 0.95em;
}*/

div.usccart_navi li.usccart_cart,
div.usccart_navi li.usccart_customer,
div.usccart_navi li.usccart_delivery,
div.usccart_navi li.usccart_confirm {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #f72902), color-stop(0.00, #f5664b));
    background: -webkit-linear-gradient(#f5664b, #f72902);
    background: -moz-linear-gradient(#f5664b, #f72902);
    background: -o-linear-gradient(#f5664b, #f72902);
    background: -ms-linear-gradient(#f5664b, #f72902);
    background: linear-gradient(#f5664b, #f72902);
}

/*******************************************************/
#cart {
	width: 100%;
}

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

#cart .upbutton {
    font-size: 14px;
    text-align: right;
    margin: 40px 0 16px;
}
#cart .upbutton input{
    padding: 4px 12px;
    margin: 0 0 0 8px;
}

#cart table {
	border: 1px solid #CCCCCC;
}

#cart table#cart_table {
    width: 100%;
	margin-bottom: 32px;
}

#cart th, 
#cart td {
    line-height: 1.4;
    vertical-align: middle;
    text-align: center;
    white-space: normal;
    word-break: break-all;
    padding: 12px 16px;
    border-top: solid 1px #ffffff;
    border-left: solid 1px #ffffff;
    border-right: solid 1px #cccccc;
    border-bottom: solid 1px #cccccc;	
}
#cart td.signal_red {
	font-weight: bold;
	color: #FF0000;
}
#cart th {
    color: #FFFFFF;
    font-size: 16px;
    font-weight: bold;
    font-weight: normal;
    white-space: nowrap;
    background-color: #333333;
}

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

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

#cart td.productname {
	text-align: left;
}

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

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

#cart .num {
	display: none;
	width: 40px;
	white-space: nowrap;
	text-align: center;
}
#cart .thumbnail {
    display: none;
	width: 70px;
	white-space: nowrap;
	text-align: center;
} 
#cart .price,
#cart .unitprice {
    display: none;
	width: 80px;
	text-align: right;
	white-space: nowrap;
} 
#cart .stock{
    display: none;
}
#cart .quantity {
    display: none;
	width: 65px;
	white-space: nowrap;
	text-align: center;
} 

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

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

#cart .action {
	white-space: nowrap;
	width: 60px;
	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 input.delButton {
    padding: 5px 5px;
    font-weight: normal;
}

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


#wc_cart .cart_page_title,
#wc_customer .cart_page_title,
#wc_delivery .cart_page_title,
#wc_confirm .cart_page_title,
#wc_ordercompletion .cart_page_title{
    color: #4c4d25;
    text-align: center;
    margin: 0 0 24px;
}

#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 {
    width: auto;
    text-align: center;
    margin: 24px 0 0;
    padding: 24px;
    border-top: solid 1px #ffcc00;
}
#inside-cart .send input{
    font-size: 16px;
    padding: 12px 40px;
}
#inside-cart .no_cart {
	text-align: center;
	width: auto;
	margin-top: 60px;
	font-size: 1.4em;
	font-weight: bold;
	color: #FF9900;
	margin-bottom: 60px;
}
#customer-info h5 {
	color: #FFFFFF;
	background-color: #669999;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
}
#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: #ff0000;
}
#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 {
    width: 100%;
    margin: 0 0 40px;
    border-collapse: collapse;
}
#customer-info th {
    width: 25%;
    color: #4c4d25;
    font-size: 15px;
    font-weight: bold;
    line-height: 1.6;
    text-align: left;
    margin-right: auto;
    margin-left: auto;
    padding: 10px 16px;
    border: 1px solid #e6e6e6;
    background: #f3f3f3;
}
#customer-info tr#furikana_row {
	display: none;
}
#customer-info tr.customkey_title td label{
	display: inline-block !important;
}
#customer-info td {
    color: #4c4c4c;
    font-size: 13px;
    line-height: 1.6;
    padding: 10px 16px;
    border: 1px solid #e6e6e6;
}
#customer-info tr.customkey_freetext td input {
    width: 98%;
    margin: 0 0 1px !important;
    vertical-align: top;
}
#customer-info td input,
#customer-info td select{
    display: inline-block;
    font-size: 15px;
    padding: 2px;
    margin: 0 10px 0 6px !IMPORTANT;
}
#customer-info .customer_form input {
	width: 50%;
	margin-right: 3px;
}
#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 {
	width: 82%;
	margin-left: 3px;
}
#customer-info .customer_form tr.inp2 input {
	width: 75%;
	margin-left: 0px;
	margin-right: 3px;
}
#delivery-info .customer_form em,
#customer-info .customer_form em {
	font-style: normal;
	color: #ff0000;
}
#customer-info .send {
    width: auto;
    text-align: center;
    margin: 24px 0 0;
    padding: 24px;
    border-top: solid 1px #ffcc00;
}
#customer-info .send input {
    width: 200px;
    font-size: 16px;
    padding: 12px 40px;
}
#delivery-info .post {
	width: auto;
	margin-top: 10px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}
#delivery-info h2 {
	font-size: 16px;
	line-height: 32px;
	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%;
}
#delivery-info th {
    width: 25%;
    color: #4c4d25;
    font-size: 15px;
    font-weight: bold;
    line-height: 1.6;
    text-align: left;
    margin-right: auto;
    margin-left: auto;
    padding: 10px 16px;
    border: 1px solid #e6e6e6;
    background-color: #f3f3f3;
}
#delivery-info td {
    color: #4c4c4c;
	font-size: 15px;
    line-height: 1.6;
    padding: 10px 16px;
    border: 1px solid #e6e6e6;
}
#delivery-info td input,
#delivery-info td select{
    display: inline-block;
    font-size: 15px;
    padding: 2px;
    margin: 0 10px 0 6px !IMPORTANT;
}
#delivery-info .error_message {
	font-size: 13px;
	line-height: 26px;
	font-weight: bold;
	color: #ff0000;
}
#delivery-info .customer_form dl {
	margin: 0px;
	padding: 0px;
	width: auto;
}
#delivery-info .customer_form dt {
	font-size: 12px;
	line-height: 150%;
	color: #333333;
	width: auto;
	padding-top: 5px;
}
#delivery-info .customer_form dd {
	font-size: 12px;
	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: 83%;
	margin-right: 0px;
	margin-left: 3px;
}
#delivery-info #delivery_table tr.inp2 input {
	width: 76%;
	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 {
    width: auto;
    text-align: center;
    margin: 24px 0 0;
    padding: 24px;
    border-top: solid 1px #ff6600;
}
#delivery-info .send input {
	width: 200px;
    font-size: 16px;
    padding: 12px 40px;	
}
#info-confirm .error_message {
	font-size: 13px;
	line-height: 26px;
	font-weight: bold;
	color: #ff0000;
}
#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 {
	font-size: 16px;
	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 #confirm_table {
	width: 100%;
	margin-top: 15px;
	border-collapse: collapse;
}
#confirm_table h3 {
    color: #333333;
    font-size: 16px;
    font-weight: bold;
    line-height: normal;
    margin: 0px;
    padding: 0px;
}
#confirm_table th {
    width: 25%;
    color: #50511d;
	font-size: 15px;
    font-weight: bold;
    line-height: normal;
    text-align: left;
    margin-right: auto;
    margin-left: auto;
    padding: 10px 16px;
    border: 1px solid #e6e6e6;
}
#confirm_table td {
    font-size: 15px;
    line-height: 1.6;
    color: #333333;
    padding: 10px 16px;
    border: 1px solid #e6e6e6;
}
#confirm_table .ttl {
    background-color: #f2f2f2;
}
#confirm_table .bdc {
	background-color: #FFFFFF;
}


/* 確認画面　表示したくない行を指定 */
 
#confirm_table tr:nth-child(15),
#confirm_table tr:nth-child(16),
#confirm_table tr:nth-child(17),
#confirm_table tr:nth-child(18),
#confirm_table tr:nth-child(19),
#confirm_table tr:nth-child(20),
#confirm_table tr:nth-child(21),
#confirm_table tr:nth-child(22),
#confirm_table tr:nth-child(23),
#confirm_table tr:nth-child(24){
	display: none;
}

#info-confirm .send {
    width: auto;
    text-align: center;
    margin: 24px 0 0;
    padding: 24px;
    border-top: solid 1px #ff3300;
}
#info-confirm .send input{
	width: 300px;
    font-size: 16px;
    padding: 12px 40px;
}
#coml-page h2,
#error-page h2 {
	font-size: 16px;
	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: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 20px;
	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: 50px;
	width: 220px;
	background-color: #F6F6F6;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #CCCCCC;
	padding-top: 0px;
	padding-right: 30px;
	padding-bottom: 30px;
	padding-left: 30px;
}
#memberpages input.loginmail {
	line-height: 20px;
	width: 200px;
	padding-right: 5px;
	padding-left: 5px;
}
#memberpages input.loginpass {
	line-height: 20px;
	width: 200px;
	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;
}
#memberinfo .history-area {
	overflow: auto;
	height: 700px;
}
#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;
	border: 1px solid #e6e6e6;
	background-color: #f8f8f8;
	font-size: 0.6em;
	line-height: 150%;
	font-weight: normal;
	color: #4e5020;
}
#memberinfo th.historyrow {
	color: #FFFFFF;
	background-color: #999999;
	vertical-align: middle;
}
#memberinfo th.cartrownum {
	font-size: 0.8em;
	vertical-align: middle;
	width: 38px;
}
#memberinfo th.thumbnail {
	font-size: 0.8em;
	vertical-align: middle;
	width: 60px;
}
#memberinfo th.productname {
	font-size: 0.8em;
	vertical-align: middle;
}
#memberinfo th.price {
	font-size: 0.8em;
	vertical-align: middle;
	width: 100px;
}
#memberinfo th.quantity {
	font-size: 0.8em;
	vertical-align: middle;
	width: 60px;
}
#memberinfo th.subtotal {
	font-size: 0.8em;
	vertical-align: middle;
	width: 100px;
}
#memberinfo td.cartrownum {
	font-size: 0.8em;
	vertical-align: middle;
}
#memberinfo td.thumbnail {
	font-size: 0.8em;
	vertical-align: middle;
}
#memberinfo td.productname {
	font-size: 0.8em;
	vertical-align: middle;
}
#memberinfo td.price {
	font-size: 0.8em;
	vertical-align: middle;
}
#memberinfo td.quantity {
	font-size: 0.8em;
	vertical-align: middle;
}
#memberinfo td.subtotal {
	font-size: 0.8em;
	vertical-align: middle;
}
#memberinfo td {
	line-height: 150%;
	color: #333333;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	border: 1px solid #e6e6e6;
}
#memberinfo td.order_number {
	padding: 0;
	white-space: nowrap;
	font-size: 0.8em;
	text-align: center;
}
#memberinfo td.purchase_date {
	padding: 0;
	white-space: nowrap;
	font-size: 0.8em;
	text-align: center;
}
#memberinfo td.purchase_price {
	padding: 0;
	white-space: nowrap;
	font-size: 0.8em;
}
#memberinfo td.used_point {
	padding: 0;
	white-space: nowrap;
	font-size: 0.8em;
}
#memberinfo td.discount {
	padding: 0;
	white-space: nowrap;
	font-size: 0.8em;
}
#memberinfo td.shipping {
	padding: 0;
	white-space: nowrap;
	font-size: 0.8em;
}
#memberinfo td.cod {
	padding: 0;
	white-space: nowrap;
	font-size: 0.8em;
}
#memberinfo td.tax {
	padding: 0;
	white-space: nowrap;
	font-size: 0.8em;
}
#memberinfo td.get_point {
	padding: 0;
	white-space: nowrap;
	font-size: 0.8em;
}
#memberinfo td.retail {
	margin: 0px;
	padding: 0px;
}
#memberinfo .blank_cell {
	width: 3px;
	padding: 0;
}
#memberinfo h3 {
	font-size: 13px;
	line-height: 26px;
	font-weight: bold;
	color: #ffffff;
	background-color: #990000;
	text-indent: 10px;
	padding: 0px;
	height: 26px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #660000;
	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 {
	width: 120px;
}
#newmember .customer_form input#zipcode {
	width: 100px;
}
#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;
}
#newmember .agree_member_area,
#customer-info .agree_member_area {
	margin:20px;
}

#newmember .at_exp_text,
#customer-info .at_exp_text {
	text-align:left;
	width:90%;
	margin:auto;
}

#newmember .at_cont_text,
#customer-info .at_cont_text {
	height: 200px;
	width: 80%;
	display: block;
	margin: 10px auto;
}

#newmember .at_check_area,
#customer-info .at_check_area {
    text-align: center;
	font-size:1.5em;
}

/* 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 .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;
*/
}
.confiem_notice {
    color: #ff0000;
    font-size: 15px;
    text-align: center;
    margin: 40px 0 24px;
}
.businessday {
	background-color: #FFECCE;
	color: #ff0000;
}
.businesstoday {
	color: #000000;
	font-weight: bold;
}
/************************************************************************************/
/* liwpp */
.liwpp_area {
	width: 100%;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 20px;
}

/************************************************************************************/
/* postal code address search */
#newmember .customer_form input#search_zipcode,
#memberinfo .customer_form input#search_zipcode{
	margin-left: 3px;
	width: auto;
}
#customer-info .customer_form input#search_zipcode,
#delivery-info #delivery_table input#search_zipcode {
	width: auto;
}


#cart_completion{
    margin: 40px 0;
}
#cart_completion h3{
	display: none;
}
#cart_completion .header_explanation{
	margin: 0 0 40px;
}
#cart_completion .header_explanation p{
    font-size: 18px;
    line-height: 1.6;
}
#cart_completion .header_explanation p{
    font-size: 18px;
    line-height: 1.6;
}
#wc_ordercompletion .send{
    width: 240px;
    margin: 0 auto 64px;
}
#wc_ordercompletion .send a{
    display: block;
    color: #333333;
    font-size: 15px;
    font-weight: bold;
    text-decoration: none;
    padding: 24px 40px;
    border: solid 1px #cccccc;
    border-radius: 2px;
    background: #f2f2f2;
}