/* =======================================================
* 書式集
* ======================================================= */
#format table {
  width: 100%;
}

#format table,
#format td,
#format th {
  border: 1px solid #ccc;
  border-collapse: collapse;
  font-size: 14px;
}

#format td {
  padding: 10px;
}

#format th {
  text-align: center;
  padding: 10px;
  background: #f9f9f9;
  width: 120px;
  font-weight: normal;
  vertical-align: middle;
}

#format td img {
  vertical-align: middle;
  margin-right: 5px;
}

#format td a {
  text-decoration: underline;
  color: #111;
}