@charset "utf-8";
.area {
  height: 300px;
  background: #fff;
  margin-bottom: 1px;
  position: relative;
}
.area:after {
  content: "";
  width: 100%;
  height: 15px;
  background: url('../images/shadow.png?1368155251') center top no-repeat;
  display: block;
  position: absolute;
  bottom: -15px;
  z-index: 1;
}
.area:last-child {
  margin-bottom: 0;
}
.area > .container {
  height: 100%;
}
.area > .container section, .area > .container .box {
  height: 100%;
}
.area > .container .box {
  height: 100%;
  display: table;
}
.area > .container .photo, .area > .container .text {
  vertical-align: middle;
  display: table-cell;
}
.area > .container .photo {
  width: 480px;
}
.area > .container .photo p {
  margin: 0;
}
.area > .container .text {
  width: 450px;
  padding-right: 30px;
}
.area > .container .text h2 {
  font-size: 18px;
}
.area > .container .text th {
  width: 80px;
  text-align: left;
}
