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


div.loopimg {
	float: left;
	max-width: 150px;
	padding-right: 10px;
	padding-bottom: 10px;
}
div.loopexp { /*float: left;*/ }
div.header_explanation { padding: 0;color:#444; }
div.footer_explanation { padding: 15px 0;padding-bottom: 15px;color:#444; }
div.currency_code { font-size:1em;margin: 5px;color:#444; }

/*******************************************************/
#cart { width: 100%; }
#cart div.error_message { font-weight: bold;color: #FF0000;margin-top: 10px; }
#cart .upbutton {
	text-align: right;
	margin: 10px 0;
	padding-right: 20px;
	font-size:1em;
	line-height:1.5em;
}


/* --------------------------------------------------------------
CART TABLE
-------------------------------------------------------------- */
#cart table {
	width:100%;
	border:1px solid #b3b3b3;
	border-collapse:collapse;
	font-size:1em;
	line-height:1.5em;
}
#cart th, #cart td {
	padding:5px;
	border:1px solid #b3b3b3;
	vertical-align:middle;
	text-align:center;
	font-size:1em;
	line-height:1.5em;
	white-space:normal;
	word-break:break-all;
}
#cart td.signal_red {
	font-weight: bold;
	color: #FF0000;
}
#cart th {
	background:#999;
	color:#fff;
	white-space:nowrap;
	font-weight:normal;
}
#cart th.aright, #cart td.aright { text-align: right;white-space: nowrap; }
#cart th.aleft, #cart td.aleft { text-align: left; }
#cart input.quantity { width: 40px;text-align: center;font-size: 13px; }
/* TH */
#cart .num, #cart .thumbnail, #cart .item, #cart .price,
#cart .quantity, #cart .subtotal, #cart .action { white-space:nowrap;text-align:center; }
#cart .num { width: 3%; }
#cart .thumbnail { width:5%; }
#cart .item {  }
#cart .price { width:10%;text-align:right; }
#cart .quantity { width:5%; }
#cart .subtotal { width:10%;text-align:right; }
#cart .action { width:10%; }


#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;
}
#content #wc_cart img,#content #wc_confirm img { max-width: none; }


/*********************************************************************/
/* USCES Item single page style */
span.price {
	font-size: 1.3em;
	line-height: 2em;
	font-weight: normal;
	color: #444;
	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
---------------------------------------- */
	#itempage {
		font-size: 1em;
		line-height: 1.8em;
		width: 100%;
		}
		#itempage .field {
			height: auto;
			width: auto;
			margin: 0;
			padding: 10px 0;
			font-size: 1em;
			line-height: 1.7em;
			border-bottom: 1px solid #ddd;
			color:#666;
		}
		#itempage .field .field_name {
			font-size: 1em;
			text-align: left;
			font-weight: normal;
			color: #999;
		}
		#itempage .field .field_price {
			margin: 0px;
			padding: 0px;
			width: auto;
			color: #333;
			text-align: left;
			font-weight: normal;
			font-size: 1.5em;
		}
		#itempage .field .field_cprice {
			margin: 0px;
			padding: 0px;
			width: auto;
			color: #666;
			text-align: left;
			font-size: 1em;
		}
		#itempage .field ul {
			margin:0px;
			padding:0px;
			list-style: none;
			color: #f00;
		}
		#itempage .field ul li {
			margin-bottom: 1em;
			color: #666;
		}
		#itempage .field .field_value ul {
			margin: 0;
			padding: 0;
			color: #969;
		}
		#itempage .field .field_value ul li {
			margin: 0;
			padding: 0;
			list-style:none;
		}
		#itempage .field .field_value ul li:nth-child(1){
			margin-top: 0px;
		}
		#itempage .field .field_value ul.text li{
			margin-top: 10px;
		}
		#itempage .field .field_value ul.text li:nth-child(1){
			margin-top: 0px;
		}
		#itempage .comment_txt {
			margin-top:10px;
			border-top: 1px solid #ddd;
			padding-top:10px;
		}



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

/*_______________________________________________________ EXP */
#itempage .exp {
	margin-bottom: 0px;
	min-height: 1em;
/*	border: solid 1px;*/
/*	background: #eee;*/
}
*:first-child+html #itempage .exp {
	display: inline;
}
#itempage form {
	margin: 0px;
	padding: 0px;
	height: auto;
	width: auto;
}
#itempage .itemimg {
	float: none;
	margin-right: 10px;
	width: 250px;
}
#itempage .itemimg img {
	margin: 0px;
	padding: 0px;
}
#itempage .itemsubimg {
	margin: 0px;
	padding: 0px;
}
#itempage .skuform { text-align: center;background: #EEE;padding: 0; }
#itempage .skuform .skuinside { padding: 10px; }
#itempage .skuform .skuquantity {
	text-align: right;
	width: 50px;
	padding-right: 4px;
	padding-left: 4px;
}


#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: 0px;
	width: 100%;
	border:solid 1px #fff;
	border-collapse: collapse;
	font-size: 1em;
	line-height:1.5em;
	background:#eee;
}
#itempage table.skumulti th {
	background: #aaa;
	color:#fff;
	text-align: center;
	padding: 3px;
	border:solid 1px #fff;
	margin: 0px;
	font-weight: normal;
	vertical-align:middle;
}
#itempage table.skumulti th.thborder {
	border:solid 1px #fff;
}
#itempage table.skumulti td {
	padding: 3px;
	border:solid 1px #fff;
	margin: 0px;
	vertical-align:middle;
	background:#eee;
}
#itempage table.skumulti td.subborder { border:solid 1px #fff; }
#itempage table.skumulti td.price { text-align: right; }
#itempage table.skumulti td.zaiko {}
#itempage table.skumulti td.quant { text-align: right; }
#itempage table.skumulti td.unit { text-align: center; }
#itempage table.skumulti td.button { text-align: center; }
#itempage table.skumulti td.skudisp { font-weight: normal;border:solid 1px #fff; }


#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;
	*/
	margin:0;
	padding:0;
	height:auto;
	background:none;
	font-size:2em;
	line-height:2em;
	font-family: 'Century Gothic', 'Arimo', sans-serif;
	font-weight:normal;
	color:#000;
	border-bottom:solid 1px #DDD;
}
#itempage .assistance_item ul {
	margin: 0px;
	margin-left:-5px;
	margin-right:-5px;
	list-style-image: none;
	list-style-type: none;
	padding: 0px;
}
#itempage .assistance_item li {
	margin: 5px;
	float: left;
	/*width: 312px;*/
	width: 260px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#itempage .assistance_item .listbox {
	background-color: #fff;
	width: auto;
	margin: 0px;
	padding: 10px;
	border: 0px solid #cccccc;
}
#itempage .assistance_item .slit {
	float: left;
	overflow: hidden;
	width: auto;
	height: auto;
	line-height:0em;
	background-color:#000;
	background-image:url(image/no_img.gif);
	background-repeat:no-repeat;
}
#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;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	text-decoration: none;
	color:#333;
}
#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;
}


.option_table {
	border-bottom:solid 1px #ccc;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
#itempage table.item_option {
	width:100%;
	border: 0px;
	margin: 0;
}
#itempage table.item_option caption {
	border-top:solid 1px #ccc;
	font-weight: normal;
	text-align: left;
	margin: 0px;
	padding: 5px 0;
	font-size:0.9em;
	color:#999;
}
#itempage table.item_option th {
	border: 0px;
	text-align: center;
	background: #aaa;
	color:#fff;
	padding: 5px 1em;
	font-weight:normal;
	vertical-align: middle;
	width:30%;
}
#itempage table.item_option td {
	border: 0px;
	text-align: left;
	background: transparent;
	padding: 5px 1em;
}



#itempage .assist_excerpt a:link,
#itempage .assist_excerpt a:visited { color:#333;text-decoration: none; }
#itempage .assist_excerpt a:hover h4 { color:#999;text-decoration: underline; }


/* End USCES Item single page style */
/*********************************************************************/
div.usccart_navi {
	margin-bottom: 15px;
}
/* USCES cart page style */
div.usccart_navi ol.ucart {
	list-style-image: none;
	list-style-type: none;
	display: block;
	height: 31px;
	width: 100%;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0;
	padding: 0px;
	border-bottom:solid 1px #B3B3B3;
}
div.usccart_navi li.ucart {
	/*background:transparent;*/
	float: left;
	margin: 0px;
	height: 29px;
	color: #b3b3b3;
	font-size: 14px;
	font-weight: normal;
	line-height: 29px;
	text-align: center;
	padding-top: 2px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-left: 0px;
	width: 200px;
	background:transparent;
	margin-bottom:-1px;
}
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:#fff;
	margin-left:-1px;
	margin-right:-1px;
	border:solid 1px #b3b3b3;
	border-bottom:solid 1px #fff;
	color:#333;
}


#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: 15px;
	padding-top: 15px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #B3B3B3;
}
#inside-cart .no_cart {
	text-align: center;
	width: auto;
	margin:0;
	padding: 100px 0;
	font-size: 1.4em;
	font-weight: normal;
	background: #B3B3B3;
	color: #fff;
	background: url(./images/wc/cart_bg.gif) repeat center center;
	color:#666;
}







#customer-info h5 {
	color: #FFFFFF;
	background-color: #b3b3b3;
	font-size:1.2em;
	line-height:2em;
	padding:0;
	padding-left:1em;
	font-weight:normal;
}
#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: 1em;
	line-height: 2em;
	font-weight: normal;
	color: #ff0000;
	margin:10px 0;
}
#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
-------------------------------------------------------------- */
#customer-info table {
	width:100%;
	border:1px solid #d6d6d6;
	border-collapse:collapse;
	font-size:1em;
	line-height:1.5em;
	/*
	width:100%;
	border: 2px #FFF solid;
	vertical-align: middle;
	text-align: left;
	margin-top: 15px;
	*/
}
#customer-info th {
	margin:0;
	padding:10px;
	width: 25%;
	border:1px solid #d6d6d6;
	background:#f3f3f3;
	color:#666;
	text-align: right;
	white-space:nowrap;
	font-weight:normal;
	font-size:1em;
	line-height:1.5em;
	/*
	width: 25%;
	padding: 5px;
	background: #aaa;
	color: #fff;
	font-weight: normal;
	border: 2px #FFF solid;
	vertical-align: middle;
	text-align: left;
	font-size: 1em;
	line-height: 1.5em;
	*/
}
#customer-info td {
	margin:0;
	padding:10px;
	border:1px solid #d6d6d6;
	background:#fff;
	color:#666;
	text-align: left;
	white-space:nowrap;
	font-weight:normal;
	font-size:1em;
	line-height:1.5em;
	/*
	padding: 5px;
	border: 2px #FFF solid;
	vertical-align: middle;
	text-align: left;
	font-size: 1em;
	line-height: 1.5em;
	*/
}
#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: 200px;
	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 {
	text-align: center;
	width: auto;
	margin-top: 15px;
	padding-top: 15px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #B3B3B3;
}
#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 {
	font-size: 1em;
	line-height: 1.5em;
	font-weight: normal;
	color: #444;
	text-align: left;
	border: 1px solid #e6e6e6;
	background-color: #f3f3f3;
	padding: 10px;
	width: 25%;
	margin:0;
	vertical-align: top;
}
#delivery-info td {
	font-size: 1em;
	line-height: 1.5em;
	color: #444;
	border: 1px solid #e6e6e6;
	padding: 10px;
	margin:0;
}
#delivery-info td input[type="radio"] { margin-right:3px; }


#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 {
	text-align: center;
	width: auto;
	margin-top: 15px;
	padding-top: 15px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #b3b3b3;
}
#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;
	border-top-width: 0px;
	/*
	width: 100%;
	border: 2px #FFF solid;
	vertical-align: middle;
	text-align: left;
	margin-top: 15px;
	*/
}
#confirm_table h3 {
	font-size: 1.2em;
	line-height: 1.5em;
	font-weight: normal;
	color: #444;
	margin: 0px;
	padding: 0px;
}
#confirm_table th {
	font-size: 1em;
	line-height: 1.5em;
	font-weight: normal;
	color: #444;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	border: 1px solid #e6e6e6;
	background: #f3f3f3;
	width: 25%;
	/*
	width: 25%;
	padding: 5px;
	background: #aaa;
	color: #fff;
	font-weight: normal;
	border: 2px #FFF solid;
	vertical-align: middle;
	text-align: left;
	font-size: 1em;
	line-height: 1.5em;
	*/
}
#confirm_table td {
	font-size: 1em;
	line-height: 1.5em;
	color: #444;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	border: 1px solid #e6e6e6;
	/*
	padding: 5px;
	border: 2px #FFF solid;
	vertical-align: middle;
	text-align: left;
	font-size: 1em;
	line-height: 1.5em;
	*/
}
#confirm_table .ttl {
	background-color: #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: #b3b3b3;
}
#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: 10px 0;
	width: auto;
	margin: 0;
}

#maintenance-page h3 {
	font-size: 2em;
	line-height: 2em;
	font-weight: normal;
	margin: 0;
}
#completion-page h3 {
	font-size:2em;
	line-height:2em;
	font-weight:normal;
	margin:0;
}
#error-page h5 {
	font-size:1em;
	line-height:2em;
	font-weight:normal;
	margin:0;
	margin:10px 0;
}
#error-page h3 {
	font-size:2em;
	line-height:2em;
	font-weight:normal;
	margin:0;
}
#status_table h5 {
	font-size:2em;
	line-height:2em;
	font-weight:normal;
	margin:0;
}
#status_table table {						/* 結果テーブル */
	width:100%;
	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;
	/*
	border: 2px #FFF solid;
	vertical-align: middle;
	text-align: left;
	font-size: 1em;
	line-height: 1.5em;
	*/
}
#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;
	*/
	margin: 0;
	padding: 10px;
	width: 25%;
	border: 1px solid #d6d6d6;
	background: #f3f3f3;
	color: #666;
	text-align: right;
	white-space: nowrap;
	font-weight: normal;
	font-size: 1em;
	line-height: 1.5em;
}
#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;
	*/
	margin: 0;
	padding: 10px;
	border: 1px solid #d6d6d6;
	background: #fff;
	color: #666;
	text-align: left;
	white-space: nowrap;
	font-weight: normal;
	font-size: 1em;
	line-height: 1.5em;
}

/* 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 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: #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;
}


/* 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_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_widget_body li:hover {
	border:none;
}




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: none;
	padding-top: 10px;
	padding-bottom: 10px;
}
.businessday {
	background-color: #FFECCE;
	color: #ff0000;
	background-color: #999;
	color: #fff;
}
.businesstoday {
	color: #ff9900;
	font-weight: bold;
}


#itempage .read-more a:link,
#itempage .read-more a:visited {
	display:inline-block;
	margin: 5px 0;
	padding: 3px 1em;
	text-align:center;
	color:#fff;
	text-decoration:none;
	background:#666;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	font-size:0.9em;
	line-height:1.5em;
}
#itempage .read-more a:hover {
	background:#999;
}



.zaiko_status_mark {
	margin-right:2em;
}







/* WELCART - WEDGET
\wp-content\plugins\usc-e-shop\widgets
*/

/* WELCART CALENDER */
table.usces_calendar {
	margin: 10px auto;
	width:250px;
	text-align:center;
}
table.usces_calendar th,
table.usces_calendar td {
	font-weight:normal;
	text-align:center;
	border:solid 1px #fff;
}
table.usces_calendar caption {
	font-weight:bold;
	text-align:center;
}
.holiday_txt {
	margin:10px;
	text-align:right;
	font-size:0.9em;
}
.business_days_exp_box {
	margin:0 5px;
	width:1em;
	height:1em;
	display:inline-block;
}



/* WELCART お勧め商品 */
.ucart_featured_body li:hover,
.ucart_calendar_body li:hover { border:none; }



.thumtitle .code { display:block; }








/* ------------------------------
WELCART お勧め商品
------------------------------ */
#welcart_featured-2 {}
#welcart_featured-2 ul.ucart_widget_body {
	margin:0;
	padding:10px;
}
#welcart_featured-2 ul.ucart_widget_body li.featured_list {
	margin:0;
	margin-bottom: 10px;
	padding:0;
	border:none;
	background-image: none;
	list-style-type: none;
	list-style-image: none;
	text-indent: 0px;
}
li.featured_list div.thumimg {
	margin:0 auto;
	text-align:center;
}
li.featured_list div.thumimg a {
	display:inline-block;
	margin:0 auto;
	width:150px;
}
li.featured_list div.thumtitle a {
	color:#333;
	text-decoration: none;
	white-space: normal;
	word-break: break-all;
}
li.featured_list div.thumtitle a:hover {
	color:#999;
	text-decoration: underline;
}

/*
#widgets
.cart-widgets

	div 	.column-3
		div 	.column-3-blk-first

.widget_content_inside
	#welcart_featured-2
	.widget-wrapper
	.widget_welcart_featured
		#widget-title-one
		.widget-title-home

		ul	.ucart_featured_body
			.ucart_widget_body

			li	.featured_list
				div	.thumimg
					a
						img	.attachment-150x150
				div	.thumtitle
					a
						span 	.code
*/

/* ------------------------------
WELCART ベストセラー
------------------------------ */
#welcart_bestseller-2 {}
#welcart_bestseller-2 ul.ucart_widget_body {
	margin:0;
	padding:0;
	background:#fff;
}
#welcart_bestseller-2 ul.ucart_widget_body li {
	border: none;
	border-left:solid 3px #aaa;
	border-bottom:solid 1px #e5e5e5;
	margin:0;
	padding: 10px;
	background-image: none;
	list-style-type: none;
	list-style-image: none;
	text-indent: 0px;
}
#welcart_bestseller-2 ul.ucart_widget_body li:hover {
	border-left: solid 3px #666;
}
#welcart_bestseller-2 ul.ucart_widget_body li a {
	margin: 0;
	padding: 0;
	text-decoration: none;
	color: #999;
}
#welcart_bestseller-2 ul.ucart_widget_body li a:hover {
	text-decoration: underline;
	color: #000;
}
/*
#widgets
.cart-widgets

	div 	.column-3
		div 	.column-3-blk-first

.widget_content_inside
	#welcart_bestseller-2
	.widget-wrapper
	.widget_welcart_bestseller
		#widget-title-two
		.widget-title-home

		ul	.ucart_widget_body

			li
*/


/* ------------------------------
WELCART カテゴリー
------------------------------ */
/*
	#welcart_category-2
	.widget-wrapper
	.widget_welcart_category
		#widget-title-two
		.widget-title-home
			h3

		ul.ucart_widget_body
			li 	.cat-item
				.cat-item-10
					a
*/
.widget_welcart_category ul.ucart_widget_body {
	margin:0;
	padding:0;
	background:#fff;
}
.widget_welcart_category ul.ucart_widget_body li {
	border: none;
	border-left:solid 3px #aaa;
	border-bottom:solid 1px #e5e5e5;
	margin:0;
	padding: 10px;
	background-image: none;
	list-style-type: none;
	list-style-image: none;
	text-indent: 0px;
}
.widget_welcart_category ul.ucart_widget_body li:hover {
	border-left: solid 3px #666;
}
.widget_welcart_category ul.ucart_widget_body li a {
	margin: 0;
	padding: 0;
	text-decoration: none;
	color: #999;
}
.widget_welcart_category ul.ucart_widget_body li a:hover {
	text-decoration: underline;
	color: #000;
}
.widget_welcart_category ul.ucart_widget_body li ul {
	margin-top: 10px;
	margin-right: -10px;
	margin-bottom: -10px;
}
.widget_welcart_category ul.ucart_widget_body li li {
	border: none;
	border-top:dashed 1px #e5e5e5;
}
.widget_welcart_category ul.ucart_widget_body li li:hover {
	border-left: none;
}


/* ------------------------------
WELCART ログイン
------------------------------ */
/*
	#welcart_login-2
	.widget-wrapper
	.widget_welcart_login
		#widget-title-two
		.widget-title-home
			h3
		ul 	.ucart_login_body
			.ucart_widget_body
				li
					div.loginbox
						form
							p
								label
									input
							p 	.submit
						a
*/
ul.ucart_login_body li .loginbox{
	padding:10px;
}


/* ------------------------------
WELCART キーワード検索
------------------------------ */
/*
	#welcart_search-2
	.widget-wrapper
	.widget_welcart_search
		#widget-title-two
		.widget-title-home
			h3
		ul	.ucart_search_body
			.ucart_widget_body
				li
					form#searchform
						input.searchtext
						input#searchsubmit
	複合検索！！！
*/
ul.ucart_search_body {
	padding:10px;
}

/* ------------------------------
WELCART BLOG CALENDER
------------------------------ */
/*
	#welcart-blog-calendar-2
	.widget-wrapper
	.welcart_blog_calendar
		#widget-title-two
		.widget-title-home
			h3
		#calendar_wrap
			table#wp-calendar
*/

/* ------------------------------
WELCART RECENT POSTS
------------------------------ */
/*
	#usces-recent-posts-2
	.widget-wrapper
	.usces_recent_entries
		#widget-title-two
		.widget-title-home
			h3
		ul
			li
				a
*/

/* ------------------------------
WELCART ポスト
------------------------------ */
/*
	#welcart_post-2
	.widget-wrapper
	.widget_welcart_post
		#widget-title-two
		.widget-title-home
			h3
		ul.ucart_widget_body
			li.post_list
				div.title
					a
				p
				div.read-more
*/

/* ------------------------------
WELCART ページ
------------------------------ */
/*
	#welcart_page-2
	.widget-wrapper
	.widget_welcart_page
		#widget-title-two
		.widget-title-home
			h3
		ul.ucart_widget_body
			li 	.page_item page-item-4
				.current_page_item
					a
*/


/* ------------------------------
EVENT MANAGER EVENTS
------------------------------ */
/*
	#em_widget-4
	.widget-wrapper
	.widget_em_widget
		#widget-title-two
		.widget-title-home
			h3
		ul
			li
				a
				ul
					li
*/


/* ------------------------------
EVENT MANAGER EVENT LACATIONS
------------------------------ */
/*
	#em_locations_widget-2
	.widget-wrapper
	.widget_em_locations_widget
		#widget-title-two
		.widget-title-home
			h3
		ul
			li
				a
				ul
					li
*/


/* ------------------------------
CATEGORY ARCHIVE
------------------------------ */
/*
	#wp-category-archive-4
	.widget-wrapper
	.widget_wp-category-archive
		#widget-title-two
		.widget-title-home
			h3
		ul
			li
				a
*/

/* ------------------------------
SEARCH
------------------------------ */
/*
	#search-12
	.widget-wrapper
	.widget_search
		#widget-title-two
		.widget-title-home
			h3
		form#searchform
			input.field
			input.submit


/* ----------------------------------------
	WELCART STYLE
---------------------------------------- */
	/* item-detail */
	.item-detail {
		margin-bottom:10px;
	}
	/* TITLE */
		h1.item-title { font-size: 2em;font-family: Arial;line-height: 1.5em; }
		h1.item-title .artist { display: block;font-size: 1.5em;line-height: 1.5em; }
		h1.item-title .title { display: block;font-size: 1em;line-height: 1.3em; }






#delivery-info .text-blk {
	margin:10px 0;
	font-size:0.9em;
	line-height:1.5em;
	background:#aaa;
}

#delivery-info .text-blk label {
	width: 25%;
	float: left;
}
#delivery-info .text-blk label strong {
	display:block;
	color:#fff;
	font-weight:normal;
	padding: 3px 10px;
}

#delivery-info .text-blk .text-body {
	background:#FFF;
	float: left;
	width: 75%;
}

#delivery-info .text-blk .text-body p {
	display:block;
	color:#666;
	padding: 3px 10px;
}