「自分のコンテンツ」を含む div を選択するにはどうすればよいですか?
<table>
  <tr>
    <td class="ms-disc-bordered-noleft">
      <div class="">
        <div>some content</div>
        <div>my content</div>
      </div>
    </td>
  </tr>
</table>
その div は td.ms-disc-bordered-noleft とどのような関係がありますか?