@charset "utf-8";

/* テーブル基本設定 */
table.basic {
	margin:0px auto 0px auto;
	background:#fff;
	font-size:80%;
	border-collapse: collapse;
	border-spacing: 0;
	}
	table.basic td, table.basic th{
		border:#333 1px solid;
		padding:3px;
		vertical-align:top;
		}
	table.basic th{
		background:#ededed;
		vertical-align: middle;
		font-weight:600;
		}

/* 価格表テーブル */
table.price tr td:nth-of-type(1) {
	width:auto;}
table.price tr td:nth-of-type(2) {
	text-align:;
	width:18%;
	}
table.price tr td:nth-of-type(3),
table.price tr td:nth-of-type(4) {
	text-align:right;
	width:18%;
	}
table.price tr td:nth-of-type(4){
	color:#cc0033;
}
table.price tr:nth-child(even) {
background: #fff;
}
table.price tr:nth-child(odd) {
background: #F0FAE2;
}
