/* CSS Document */
/* COMMON PARTS-------------------------------------------*/
.info-area .info-list {
  margin: 20px 0 30px;
}

.info-area .info-list dd {
  border-bottom: 1px solid #cccccc;
  margin-bottom: 15px;
  padding-bottom: 15px;
}

@media screen and (min-width: 769px) {
  .info-area .info-list {
    margin: 70px 0 25px;
  }
  .info-area .info-list dt {
    border-bottom: 1px solid #cccccc;
    margin-bottom: 30px;
    padding-bottom: 30px;
  }
  .info-area .info-list dd {
    border-bottom: 1px solid #cccccc;
    margin-bottom: 30px;
    padding-bottom: 30px;
  }
}

/*# sourceMappingURL=_map/information.css.map */
