@charset "UTF-8";

/*----6/25追加修正-----*/
table td div a {
  color: #0066cc;
  text-decoration: underline;
  word-break: break-all;
  transition: opacity 0.2s;
}

table td div a:hover {
  opacity: 0.7;
  text-decoration: none;
}