@charset "utf-8";
/* CSS Document */
.tbut2,
#BUTTONS-TOP ul li.tbut2 a {
	background-color: #592E02;
}

.ugh {
	color: #666666;
	text-decoration: line-through;
}

#MAINBODY {
	min-width: 75%;
	width: auto;
}

#Chart-Table td {
	width: 20%;
}

#Chart-Table td:first-child, #Chart-Table th:first-child {
	text-align: left;
	padding-left: 10px;
}

#Chart-Table th {
	line-height: 1em;
}

#Chart-Table li {
	padding: 0;
	margin: 0;
	text-align: center;
	list-style-position: inside;
	list-style-image: none;
	list-style-type: none;
}

@media(max-width:990px) {
	#Chart-Table tr .ChartHeaderProduct em {
		font-size: 12px;
		line-height: 1em;
	}

	#Chart-Table td:first-child, #Chart-Table th:first-child {
		text-align: left;
		padding-left: 2px;
	}
	#Chart-Table td {
		padding: 0;
		font-size: 12px;
	}
}