@charset "UTF-8";
@import url(../../css/common.css);

#main ul {
	margin-bottom: 1em;
	padding-left: 2em;
	clear: left;
}
table#cart {
	border-collapse: collapse;
	width: 545px;
}
#cart th {
	color: #037;
	padding-top: 2px;
}
#cart thead th {
	color: #fff;
	font-size: 10px;
	line-height: 1.5;
	padding: 0 5px;
	background-color: #999;
	height: 15px;
	white-space: nowrap;
}
th.price {
	text-align: right;
}
td.photo {
	width: 122px;
}
td.photo a img {
	border: 1px solid #fff;
}
td.photo a:hover img {
	border-color: #f00;
}
#cart td {
	font-size: 10px;
	line-height: 1.4;
	padding-right: 10px;
	border-bottom: 1px solid #999;
	height: 1.4em;
}
#cart td em {
	color: #000;
	font-size: 10px;
	font-weight: bold;
	font-style: normal;
}
#cart td.price {
	color: #f00;
	font-size: 14px;
	text-align: right;
	font-weight: bold;
	white-space: nowrap;
}
#cart td.price span {
	color: #333;
	font-size: 10px;
	font-weight:normal;
}
tr#total td {
	font-weight: bold;
	text-align: right;
	border: none;
}
a#go-order {
	text-indent: -999em;
	background-image: url(../img/go_order.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 130px;
	height: 30px;
	display: block;
	overflow: hidden;
}
a:hover#go-order {
	background-position: left bottom;
}
a.go-rank {
	font-size: 10px;
	font-weight: bold;
}
a.delete-btn {
	white-space: nowrap;
}
p#note {
	margin: 0.5em 0 0 1em;
	text-indent: -1em;
}