/* =============================================================
  価格表　.price
============================================================= */
/* 共通
-------------------------------------------*/
/* テーブル
--------------------------------*/
.price .set table tr:nth-child(odd) td {
	background-color: var(--color-table-header2);
}