@charset "UTF-8";

table.application th {
  width: 30%;
  border: none !important;
}
table.application td {
  width: 70%;
  border: none !important;
}

table.no-border td,
table.no-border th {
  border: none !important;
}

table.white-border td,
table.white-border th {
  border: 1;
  border-color: #FFF;
}

/* テーブルヘッダ設定. */
table th.bg-header {
    background-color: #E3E3E3;
    width: 20%;
    min-width: 140px;
}
