<style type="text/css">
div.wcs_list_01 {
	border-width: 1px;
  margin-left: 15%;
  margin-right: 15%;
  width:  100%;
  background: #f6f6f6;
}
 
.wcs_list_01 h2 {
  font: 400 18px/1.5 Helvetica, Verdana, sans-serif;
  color: #9a1206;
  margin: 0;
  padding: 0;
}
 
.wcs_list_01 ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
 
 
.wcs_list_01 li {
  font: 200 14px/1.5 Helvetica, Verdana, sans-serif;
  border-bottom: 1px solid #ccc;
}

.wcs_list_01 li:last-child {
  border: none;
}
 
.wcs_list_01 li  {
  text-decoration: none;
  color: #4682b4;
  display: block;
  width: 100%;
 
  -webkit-transition: font-size 0.3s ease, background-color 0.3s ease;
  -moz-transition: font-size 0.3s ease, background-color 0.3s ease;
  -o-transition: font-size 0.3s ease, background-color 0.3s ease;
  -ms-transition: font-size 0.3s ease, background-color 0.3s ease;
  transition: font-size 0.3s ease, background-color 0.3s ease;
}
.wcs_list_01 li a {
  text-decoration: none;
  color: #4682b4;
  display: block;
  width: auto;
 
  -webkit-transition: font-size 0.3s ease, background-color 0.3s ease;
  -moz-transition: font-size 0.3s ease, background-color 0.3s ease;
  -o-transition: font-size 0.3s ease, background-color 0.3s ease;
  -ms-transition: font-size 0.3s ease, background-color 0.3s ease;
  transition: font-size 0.3s ease, background-color 0.3s ease;
}
 
 /*
.wcs_list_01 li:hover {
  font-size: 30px;
  background: #e3edf3;
}
.wcs_list_01 li a:hover {
  font-size: 30px;
  background: #e3edf3;
}
*/
</style>
