@charset "utf-8";
/* CSS Document */
#industry .mainBody{
  padding:30px 0;
  background: url(../images/industry/newspaper.png) no-repeat right center;
}

#industry td{
  height: 50px;
  font-size: 14px;
  padding-left: 15px;
}

#industry td a{
  color:#333333;
}

#industry tbody tr{
	border-bottom: 1px solid #d2d2d2;
}

#industry .border-top{
	border-top: 1px solid #d2d2d2;
}

#industry .date{
	font-size: 12px;
	color:#808080;
	text-align: center;
}

