@charset "Shift_JIS";
/***************************************************************

* 8-style ONLINE SHOP
* cart.css

***************************************************************/

#cart .column {
	margin: 0 0 20px;
}
#cart .border {
	border-bottom: 1px solid #e5e5e5;
}
#cart .notice {
	margin: 0 0 20px;
}



table#deliv-time select {
	margin-right:30px;
	vertical-align: middle;
}
table#contact textarea {
	width: 660px;
	height: 100px;
}
#cart #no-item {
	padding: 40px 20px 20px;
	margin: 40px 0 0;
	text-align: center;
	border: 5px solid #e5e5e5;
}

table#point input {
	width: 40px;
	text-align: center;
	height: 21px;
	line-height: 21px;
	background: none;
	background-color: #fafafa;
	border-top: 1px solid #CCC;
	border-left: 1px solid #CCC;
	border-right: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	vertical-align: middle;
}


