/* *****************************************
/*+  cart  +********************************
/***************************************** */
div.midashi h3{
	padding:8px 0 8px 20px;
	background:url(../img/midashi_cart.gif) no-repeat left center;
	}
div.midashi {
	margin:0 3px 10px;
	background:url(../../common/img/dotline_black.gif) repeat-x left bottom;
	}
div.cartArea p {
	margin:0 3px 20px 3px;
	}
table.cartTable {
	margin:0 auto 20px;
	width:834px;
	border-collapse:collapse;
	border:solid 1px #CCC;
	}
table.cartTable th {
	padding:7px;
	background:#EBEBEB;
	border:solid 1px #CCC;
	text-align:left;
	font-weight:normal;
	color:#333;
	}
table.cartTable td {
	padding:7px;
	border:solid 1px #CCC;
	color:#333;
	}
table.cartTable .syokei {
	text-align:right;
	}
table.cartTable tr.gokei,
table.cartTable tr.soryo {
	font-weight:bold;
	}
table.cartTable .henko {
	text-align:center;
	}
table.cartTable input.txtInput {
	margin:0 5px 0 0;
	padding:2px;
	width:30px;
	background:url(../img/input_bg.jpg) no-repeat left top;
	border:solid 1px #CCC;
	}
table.cartTable input.btInput {
	width:40px;
	vertical-align:middle;
	}
div.cartArea ul {
	margin:0 0 30px;
	text-align:center;
	}
div.cartArea ul li {
	margin:0 0 10px;
	}