/* --------------------------------------------------------------------- */
/*  ticket | PC  */
/* --------------------------------------------------------------------- */
/* modules
---------------------------------------*/
/* index
---------------------------------------*/
.dir-ticket.page-charge .tbl-ticket-charge [class^="t-ticket-"] {
  padding: 0;
}
.dir-ticket.page-charge .tbl-ticket-charge [class^="t-ticket-"] a {
  display: block;
  width: 100%;
  padding: 16px;
  text-decoration: none;
  color: #222;
}
.dir-ticket.page-charge .tbl-ticket-charge [class^="t-ticket-"] a:hover {
  background: rgba(255, 255, 255, 0.5);
}
