@charset "UTF-8";

/*	ショッピングカート	*/
table#cartTable{
	width: 99%;
}

table#cartTable td.unitPrice{
	text-align: right;
}

table#cartTable tbody td.subtotal{
	text-align: right;
	font-weight: bold;
}

table#cartTable td.quantity{
	text-align: center;
}

table#cartTable td.delete{
	text-align: center;
}

table#cartTable td.emptyMsg{
	text-align: center;
}

table#cartTable tfoot .subtotal, 
	table#cartTable tfoot .postage{
	/*border: 2px solid #666;*/
}

table#cartTable tfoot select{
	width: 13em;
}

table#cartTable tbody select.quantitySel{
	width: 3.5em;
}

table#cartTable tfoot td.subtotal, 
	table#cartTable tfoot td.postage,
	table#cartTable tfoot td.daibikicharge,
	table#cartTable tfoot td.cardcharge,
	table#cartTable tfoot td.total{
	text-align: right;
}

table#cartTable  .total{
	border: 2px solid #f66;
	font-weight: bold;
	color: #f00;
}

table#cartTable tfoot th.total{
	border-right-width: 0;
}

table#cartTable tfoot td.total{
	border-left-width: 0;
}

select.noSelect {
	border: 2px solid #f63;
	color: #f00;
	background-color: #ff6;
}

table#cartTable tfoot .recalc{
	text-align: center;
}

table#cartTable tfoot td.recalc{
	vertical-align: middle;
}

table#cartTable tfoot td.recalc img.numMark{
	padding-bottom:3px;
}

table#cartTable tfoot th.recalc p{
	color: #f00;
}

table#cartTable tfoot td.recalc input{
	font-weight: bold;
	color: #f33;
	background-color: transparent;
}

div.orderNavi{
	margin: 15px auto;
	width: 100%;
	overflow: auto;
	text-align: center;
}

div.orderNavi ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

div.orderNavi li{
	width: 183px;
	float: left;
}

div.orderNavi form, div.orderNavi p{
	margin: 0;
	padding: 0;
}

div.orderNavi li.emptyCart{
	text-align: center;
}

div.orderNavi li.goOrderForm{
	text-align: right;
}

div#cartContents ul.notes{
	clear: both;
	margin-top: 30px;
}

div.orderNavi li.sendOrder{
	float: right;
}

/*	オーダーフォーム	*/
div#orderFormBox span.sample{
	margin-left: 5px;
	padding: 3px 5px;
	font-size: smaller;
	color: #666;
	background-color: #feb;
}

div#orderFormBox table{
	width: 100%;
}

div#orderFormBox table tbody th{
	text-align: left;
	font-size: 95%;
}

div#orderFormBox div.orderFormSection{
	margin: 0 0 30px 0;
}

div#orderFormBox div.orderFormSection h4{
	margin: 0 0 5px 0;
}

div#orderFormBox div.orderFormSection p{
	margin: 0 0 5px 0;
}

div#orderFormBox div.orderFormSection label{
	margin: 0 20px 0 0;
}

div#orderFormBox  tbody th.required{
	width: 34px;
	border-left-width: 0;
}

table#customerInfoTable tbody th{
	width: 8.5em;
	border-right-width: 0;
}

table#deliverySelectTable tbody th{
	width: 8.5em;
	border-right-width: 0;
}

table#deliveryInfoTable tbody th{
	width: 13em;
	border-right-width: 0;
}

table#miscInfoTable tbody th{
	width: 8.5em;
}

table#enqueteTable tbody th{
	width: 2.5em;
}

table#enqueteTable dl{
	margin: 0 0 5px 5px;
}

table#enqueteTable dt{
	margin: 0 0 5px 0;
}

table#enqueteTable dd{
	margin: 0 0 5px 0;
}

table#enqueteTable dd span.sample{
	margin-left: 0;
	color: #999;
	background-color: #eee;
}

body#check_order_form div.section strong{
	color: #f60;
	background-color: transparent;
}


/*	ご注文完了	*/

div#thanksOrder strong.orderNum{
	font-size: larger;
}

div#mainContents div#thanksOrder div#sendError{
	margin: 20px 10px;
	padding: 5px;
	border: 6px double #f00;
	color: #f00;
	background-color: transparent;
}

div#mainContents div#thanksOrder div#sendError h3{
	color: #f00;
	background-color: transparent;
	border-width: 0px;
}




