@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%;
  display: table;
}
.area > .container > section {
  vertical-align: middle;
  display: table-cell;
}
.area > .container > section p:last-child {
  margin-bottom: 0;
}

#tozoo {
  background: url('../images/brand/visual-tozoo.jpg?1368155024') right top no-repeat;
}
#tozoo > .box {
  width: 480px;
}

#anticipate {
  background: url('../images/brand/visual-anticipate.jpg?1368155033') left top no-repeat;
  overflow: hidden;
}
#anticipate > .box {
  width: 380px;
  float: right;
}

#lipar {
  background: url('../images/brand/visual-lipar.jpg?1368155040') right top no-repeat;
}
#lipar > .box {
  width: 480px;
}
