/* Scss Document */
#floor {
  margin-bottom: 35px;
}
#floor table {
  width: 300px;
  margin: 0 auto;
}
#floor table th {
  border-bottom: #fff solid 10px;
}
#floor table td {
  border-bottom: #fff solid 10px;
  padding: 5px;
}
#floor table td.y {
  background-color: #fdf5db;
}
#floor table td.b {
  background-color: #ecf7fd;
}
#floor table td.g {
  background-color: #edf9e6;
}

.width10 {
  width: 10px;
}

.width20 {
  width: 20px;
  vertical-align: top;
  text-align: left;
}

.width135 {
  width: 135px;
}

#photo {
  width: 300px;
  margin: 0 auto 30px;
}
#photo h3 {
  margin-bottom: 10px;
  border-bottom: 1px dotted #325078;
}
#photo article {
  zoom: 1;
  overflow: hidden;
  margin-right: -20px;
}
#photo article figure {
  margin: 0 20px 20px 0;
  float: left;
  display: inline;
  width: 140px;
}
#photo article figcaption strong {
  color: #325078;
  display: block;
  font-size: 13px;
}
