html.cart{
	overflow:auto;
}

/* ----------------------------------------
 カートのリストテーブル
------------------------------------------ */
table#cartListTable{
	width: 450px;
	height: 150px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	border-collapse: collapse;
	border-top: none;
	border-bottom: none;
	border-left: none;
	border-right: none;
	border-spacing:0;

}

.cartItemNameTd{
	width: 270px;


}

.cartKosuTd{
	width: 70px;
}

.cartsubTotalTd{
	width: 50px;
}

.cartEnTd{
	width: 30px;
}

.cartDeleteChkTd{
	width: 30px;
}

table#cartHeaderTable{
	width: 450px;
	height: 20px;
	background-color:#000000;
	color:#FFFFFF;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	border-collapse: collapse;	
	border-top: none;
	border-bottom: none;
	border-left: none;
	border-right: none;
	border-spacing:0;
}


#cartListTable Td{
	border-top: none;
	border-bottom: none;
	border-left: none;
	border-right: none;	
}

table#cartBottomTable{
	width: 450px;
	margin-left: auto;
	margin-right: auto;
	border-collapse: collapse;
	border-top: none;
	border-bottom: none;
	border-left: none;
	border-right: none;
	border-spacing:0;

}

.cartBottomTdTitle{
	width:60px;
	vertical-align:text-top;
	padding:0px;
}

.cartBottomTdPrice{
	width:80px;
	text-align:right;
	vertical-align:text-top;
	padding:0px;
}

.cartBottomTdImg{
	width:150px;
	text-align:right;
	vertical-align:bottom;
	padding:0px;
}

.cartBottomTdSpace{
	vertical-align:top;
	width:160px;
	padding-left:10px;
	padding-bottom:0px;
	padding-right:0px;
	padding-top:0px;

}

.cartBottomTdStatus{
	vertical-align:top;
	padding:0px;
}

/* -------------------------------------
 レシートテーブル
--------------------------------------- */
table#resheetTable{
	width: 400px;
	margin: 5px 20px;
	border-collapse: collapse;
	border: 1px solid #000000;
	border-spacing:0;
	empty-cells:show;
}

#resheetTable td{
	height: 10px;
	padding :10px 3px;
}

/* -------------------------------------
 ユーザ情報テーブル
--------------------------------------- */
table#userInfoTable{
	margin: 5px 20px;
	border-collapse: collapse;
	border: none;
	border-spacing:0;
	empty-cells:show;
}

#userInfoTable td{
	height: 10px;
	padding :10px 3px;
}

