@charset "utf-8";
/* CSS Document */

table.equip,
.equip1{
	width:100%;
	margin:0 0 25px 0;
}
table.equip th,
table.equip td{
	border-bottom:1px solid #ccc;
	padding:5px;
	text-align:left;
}
table.equip thead th,
table.equip thead td,
.equip1 thead th,
.equip1 thead td{
	font-weight:bold;
		vertical-align:middle;
}
.equipImg{
	width:100%;
}
.equipImg img{
	margin:0 0 30px 0;
}
.pageSub {
	background:#3A688F;
	color:#fff;
	font-weight:bold;
	padding:5px 0 5px 15px;
	margin:0 0 5px 0;
	letter-spacing:2px;
}
.chemiList{
	margin:80px 0 ;
}
.chemiList li{
	float:left;
	margin:0 31px 0 0 ;
}
.chemiList li:last-child{
	margin:0 ;
	float:right;
}
.equip1{
	margin-top:20px ;
}
.equip1 th,
.equip1 td{
	border:1px solid #ccc;
		padding:5px;
	text-align:left;
}
.w200{
	width:200px;
}
.w50{
	width:50%;
}
.marginbottom{
	margin:0 0 20px 0;
}