@charset "utf-8";

table {
	color: #666666;
	font-size: 12px;
	line-height: 24px;
	border-bottom-width: 3px;
	border-bottom-style: double;
	border-bottom-color: #DDDDDD;
}
th {
	background-image: url(../industrial-waste/img/bg-th.png);
	background-repeat: repeat-x;
	height: 31px;
	text-align: left;
}
td {
	text-align: left;
	vertical-align: text-top;
	padding: 5px;
}
td img {
	margin: 5px;
}
.Box-treating {
	background-image: url(../industrial-waste/img/td-treating.png);
	background-repeat: repeat;
	width: 150px;
	padding-right: 10px;
	padding-left: 10px;
}

.Box-line-dot {
	background-image: url(../industrial-waste/img/line-dot.png);
	background-repeat: repeat-x;
	background-position: left bottom;
}

