@charset "utf-8";
.area {
  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 section {
  padding: 50px 0;
}
.area section h2 {
  margin-bottom: 30px;
}
.area section table {
  margin-bottom: 30px;
}
.area section th, .area section td {
  vertical-align: top;
  padding: 10px;
  border: 1px solid #e9e9e9;
  border-width: 1px 0;
}
.area section th {
  font-size: 18px;
  text-align: left;
  background: #f2f2f2;
  padding: 5px 10px;
}
.area section th.name {
  font-size: 13px;
  min-width: 100px;
  background: #fff;
  padding: 10px;
}
.area section p {
  margin: 0;
}
