@charset "utf-8";


/** notice top page
========================================================================== */

#contents {
  float: none;
  width: 100%;
  min-height: 500px;
}

#contents .noticeList {
  overflow: hidden;
  border-top: dotted 1px #d2d2d2;
}
#contents .noticeList > li {
  display: block;
  padding: 20px 0;
  border-bottom: dotted 1px #d2d2d2;
}
#contents .noticeList > li a {
  text-decoration: underline;
}
#contents .noticeList > li a:hover {
  color: #ac0e0d;
}
#contents .noticeList > li p {
  margin-top: 0;
}
#contents .noticeList > li p ~ p {
  margin-top: 10px;
}

/** page top
-------------------------------------------------------------------------- */

#contents .pagetop {
  margin: 60px auto 0 auto;
  text-align: right;
}
