@charset "UTF-8";
body {
  font-family: Arial, Helvetica, "Ume P Gothic", TakaoPGothic, "VL PGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  margin: 1em; }

.file_table {
  font-family: monospace;
  line-height: 1.5em;
  border-collapse: collapse; }
  .file_table tr:hover {
    background-color: #eeeeee; }
  .file_table td:first-child {
    padding-right: 11em; }
  .file_table td:nth-child(2) {
    padding-right: 2em;
    text-align: right; }
