@charset "utf-8";
/* css Document */
/* 共通 */

/* contents */
.table-box01 td .number-box {
	text-align: center;
}
.number-box li{
	display: inline-block;
	font-size: 18px;
	line-height: 1.0;
	margin: 5px 8px 0 0;
}
.number-box li:last-of-type{
	margin-right: 0;
}
.number-box li a{
	text-decoration: none;
}
.number-box li a:hover{
	color: #840000;
}

.cart_index_box01{
	display: flex;
	justify-content: space-between;
}