@charset "utf-8";
/* ---------------------------------------------
　price
------------------------------------------------ */

table th, table td {
    border-right: 1px solid #d3d1cc;
}

table th,
table thead th{
	background: #e3dfd2;
}

table th.bg-color,
table td.bg-color{
	background: #F0EEE8;
}

table tr th:last-child, table td:last-child {
    border-right: none;
}