@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 th, .area section td {
  vertical-align: top;
  padding: 10px;
  border: 1px solid #e9e9e9;
  border-width: 1px 0;
}
.area section th {
  width: 140px;
  text-align: left;
}
.area section tr:last-child th, .area section tr:last-child td {
  border-bottom: 0;
  padding-bottom: 0;
}
.area section p:first-child {
  margin-top: 0;
}
.area input[type=text], .area textarea {
  width: 480px;
}

.red {
  color: #f00;
  font-weight: bold;
}

#error {
  background: #fcc;
}
#error li {
  color: #f00;
  font-weight: bold;
}
