@charset "utf-8";

/* Layout
----------------------------------------*/
.width590 {
	width: 590px;
	margin: 0 auto;
}


/* Table
----------------------------------------*/
table.gomi {
	width: 100%;
	border-collapse: separate;
	border: 2px solid #00f;
}

table.gomi th,
table.gomi td {
	border: 1px solid #00f;
	padding: 3px;
}

table.gomi th {
	color: #fff;
	font-weight: bold;
	background-color: #00f;
	text-align: center;
}

table.gomi th.sub {
	color: #000;
	background-color: #fff;
	text-align: center;
}

table.gomi .moyasu,
table.gomi .moyasanai,
table.gomi .plastic {
	text-align: center;
}

table.gomi .moyasu {
	background-color: #9f9;
}

table.gomi .moyasanai {
	background-color: #fc3;
}

table.gomi .plastic {
	background-color: #f9f;
}