@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;
}

#visual {
  background: url('../images/design-room/visual.jpg?1368408547') top right no-repeat;
}
#visual .box {
  width: 420px;
}
#visual .box p {
  font-size: 16px;
  margin: 0;
}

#photo ul {
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
#photo ul li {
  margin-right: 2px;
  margin-bottom: 2px;
  float: left;
}
#photo ul li:nth-child(3n) {
  margin-right: 0;
}
