Edit in JSFiddle

<table>
  <thead>
    <tr>
      <th>ほげほげ</th>
      <th>ほげほげ</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td>ほげほげ</td>
      <td>このセルにヒット</td>
    </tr>
  </tbody>
</table>
tr td:last-of-type{
  background-color: red;
}