
.equipTitle {
	padding: 3px;
	width: 342px;
	height: 17px;

	border: 2px solid #999999;

	background-color: #ece9d8;

	margin: auto auto 18px auto;

	text-align: center;

}

table{
	margin: auto;
	width: 350px;
	border: 1px solid #999999;
	border-collapse: collapse;
	table-layout: fixed;
}

tr:nth-child(2n) {
	background-color: #ffffff;
}
tr:nth-child(2n+1) {
	background-color: #eeeeee;
}

td{
	border: 1px solid #999999;

	height: 33px;
}

td.icon{
	text-align: center;

	width: 33px;
}

td.contents{
	word-wrap: break-word;
}



