@charset "UTF-8";
/* CSS Document */

#table_cart{
	width:700px;
	margin:30px auto;
}

#table_cart th{
	text-align:center;
	font-size:15px;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	vertical-align: middle;
}

#table_cart thead th{
	text-align:center;
	background-color:aliceblue;
}

#table_cart tfoot th{
	text-align:right;
}

#table_cart td{
	padding-top:8px;
	padding-bottom:8px;
	padding-left:2px;
	padding-right:2px;
	font-size:15px;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	vertical-align: middle;
}

#table_cart h2,#table_cart p{
	font-size:14px;
}

#contents article#cart p.book_title{
	font-size:15px;
	font-weight:bold;
	text-decoration:underline;
	margin: 0.5em;
}

#table_cart h3{
	color:black;
}
#table_cart input.num{
	text-align:center;
}

#table_cart img{
	border:2px solid black;
}

.marginleft20{
	margin-left:20px;
}

#sidebar{
	background-color:#fffacd;
}

table#table_cart tbody input.num{
	width:80%;
}