#top {
  background: none;
  position: absolute;
  top: 0;
  z-index: 10;
  text-align: center;
}
#slider {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0 auto;
}
#slider li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  padding-top: 300px;
}
#slider li:first-child {
  position: relative;
  display: block;
  float: left;
}
#slider img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
}
#infomation {
  width: 790px;
  margin: 0 auto;
}
#infomation h2 {
  text-align: center;
}
#infomation dl {
  font-size: 14px;
  padding: 60px 0 80px;
}
#infomation dl dt {
  float: left;
  color: #808080;
  margin-bottom: 1em;
  padding-bottom: 10px;
}
#infomation dl dd {
  padding-left: 120px;
  margin-bottom: 1em;
  border-bottom: 1px dotted #979797;
  padding-bottom: 10px;
}