

@charset "utf-8";

/*
table
------------------------------ */
table {
  width: 60%;
  margin-bottom:20px;
  border-spacing: 0;
  font-size:12px;
  *border-collapse: collapse;
  border-top: 1px solid #e5e5e5;
}
table tr td {
  padding: 15px 15px;
  border-bottom: 1px solid #e5e5e5;
  border-left: 1px solid #e5e5e5;
  text-align: center;
  vertical-align:middle;
}
table tr td:last-child {
  border-right: 1px solid #e5e5e5;
}
table tr {
  background: #fff;
}
table tr:hover {
  background: #fcfcfc;
}

.security-img li {
	display: inline-block;
	*display: inline;  
    *zoom: 1; 
}



