@charset "utf-8";

/** ***************************************************************************
 * タイトル
 * ************************************************************************* */

#main .page-title {
  margin: auto auto 30px;
  display: table;
}

#main .page-title::after {
  content: '';
  width: 100%;
  margin-top: 8px;
  border-bottom: 5px solid #000;
  display: block;
}

#main .page-title img {
  width: auto;
  height: 22px;
  vertical-align: middle;
}

/* :::::::: ブレイクポイント :::::::: */

@media print, screen and (min-width:737px) {

  #main .page-title {
    margin-bottom: 60px;
  }

  #main .page-title img {
    height: 37px;
  }

}

/** ***************************************************************************
 * 物件概要
 * ************************************************************************* */

#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;
}
