@charset "utf-8";

/** ***************************************************************************
 * 物件概要
 * ************************************************************************* */

#outline {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}

#outline table.data {
  width: 100%;
  font-size: 0.875em;
  border-collapse: collapse;
}

#outline table.data th {
  padding: 10px;
  font-weight: normal;
  text-align: left;
  border-top: 1px solid #bebebe;
  border-bottom: 1px solid #bebebe;
  vertical-align: top;
}

#outline table.data td {
  padding: 10px;
  border-top: 1px solid #bebebe;
  border-bottom: 1px solid #bebebe;
}

#outline .update {
  margin-top: 3em;
  font-size: 0.875em;
}
