@charset 'utf-8';

.format_table {
  table-layout: fixed;
  border: 1px solid #d6d6d6;
  font-size: 117%;
}
.format_table a {
  font-size: 100%;
}
.format_table thead th {
  text-align: center;
  padding: 5px 10px;
  border-left: 1px solid #d6d6d6;
  background: #ebf8fc;
}
.format_table .name {
  width: 330px;
}
.format_table .file {
  width: 130px;
  text-align: center;
}
.format_table tbody td {
  padding: 5px 10px;
  border-top: 1px solid #d6d6d6;
  border-left: 1px solid #d6d6d6;
}
.format_table tbody td .pdf:before {
  content: url(/common/img/ico-doc.png);
  vertical-align: middle;
  margin-right: 5px;
  line-height: 0;
  font-size: 0;
  display: inline-block;
}
.format_table tbody td .pdf:after {
  display: none;
}
.format_table tbody td .doc:before {
  content: url(/common/img/ico-word.png);
  vertical-align: middle;
  margin-right: 5px;
  line-height: 0;
  font-size: 0;
  display: inline-block;
}
.format_table tbody td .doc:after {
  display: none;
}