/* カスタマイズ用CSS */
table.sample{
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

table.sample th,table.sample td{
  padding: 10px 0;
  text-align: center;
}

table.sample tr:nth-child(odd){
  background-color: #eee
}
.ec-footerRole{
    background: #ffffff;
}