@charset "euc-jp";
#makebanner tr:first-of-type td:nth-of-type(3) > table {
	width: 100%;
}
.cart .section {
	margin-bottom: 20px;
}
.cart .payTable {
	width: 100%;
	margin: 1em 0;
}
.cart .payTable th,
.cart .payTable td {
	padding: .5em;
}
.cart .payTable th,
.cart .payTable td {
	white-space: nowrap;
	text-align: center;
}
.cart .payTable td:nth-of-type(3) {
	white-space: normal;
	text-align: left;
}
.cart .payTable tr:first-of-type {
	border-bottom: 2px solid #ccc;
}
.cart .payTable td {
	border-bottom: 1px solid #ccc;
}
.cart .payTable td:nth-of-type(2) img {
	width: 100px;
	height: auto;
}
.cart .payTable td:nth-of-type(5) a {
	text-decoration: none;
}
.cart .payTable .price {
	text-align: right;
	font-weight: bold;
	font-size: 18px;
}
.cart_buttons {
	text-align: center;
}