/* お買い物カゴ */
#cart {
	margin-bottom: 3em;
	padding: 0px 20px;
}
#cart #bar {
	margin-bottom: 1em;
	background: url(../../common/bar_back.gif) repeat-x;
	text-align: left;
	height: 40px;
}
#cart h1 {
	background: url(../img/sholuder_shop.gif) no-repeat 100% 0%;
	text-align: left;
}
#cart h2 {
	margin-bottom: 0.5em;
	font-size: 14px;
	text-align: left;
}
#cart p.status {
	margin-bottom: 1em;
	font-size: 16px;
	text-align: left;
	font-weight: bold;
}
#cart p.p1 {
	margin-bottom: 0.5em;
	font-size: 14px;
	text-align: left;
}
#cart p.p2 {
	margin-bottom: 0.3em;
	color: #C66;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
}
#cart p.p3 {
	margin-bottom: 1em;
	color: #F00;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
}
#cart p.p4 {
	margin-bottom: 2em;
	text-align: left;
}
#cart p.allcheck {
	text-align: left;
}
#cart p span {
	background-color: #FF9;
}
#cart #cleft {
	float: left;
	text-align: left;
	width: 200px;
}
#cart #cright {
	margin-left: 240px;
	text-align: right;
	width: 490px;
}
#cart strong {
	font-size: 14px;
}
#cart .red {
	color: #F00;
}





/* テーブル */
#cart table.t1 {
	margin-bottom: 1em;
	border: 1px solid #CCCCCC;
	border-collapse: collapse;
	width: 100%;
}
.t1 th {
	padding: 0.1em 0.3em;
	background-color: #F7EFDD;
	border: 1px solid #CCCCCC;
	font-size: 12px;
	font-weight: normal;
	text-align: center;
}
.t1 td {
	padding: 0.1em 0.3em;
	border: 1px solid #CCCCCC;
	text-align: center;
}
.t1 th.delete {
	width: 5%;
}
.t1 th.pnum {
	width: 15%;
}
.t1 th.category {
	width: 34%;
}
.t1 th.color {
	width: 5%;
}
.t1 th.lot {
	width: 11%;
}
.t1 th.price {
	width: 8%;
}
.t1 th.num {
	width: 8%;
}
.t1 th.ssum {
	width: 14%;
}
.t1 td.right {
	text-align: right;
}
.t1 td.left {
	text-align: left;
}
.t1 tr.sum {
	background-color: #EEE;
	font-size: 14px;
	font-weight: bold;
	height: 2em;
}
.t1 tr.sum td {
	border: none;
	text-align: left;
}
.t1 tr.sum td.right {
	border-right: 1px solid #CCC;
	text-align: right;
}
.t1 tr.sum span {
	color: #F00;
	font-size: 14px;
}





