@charset "utf-8";
/*----------------------------------------------------------------
modify-reset.css for All
----------------------------------------------------------------*/
.hidden {
  display: none;
}
html, body {}
body {
  -webkit-text-size-adjust: 100%;
}
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
a {
  color: #000;
}
a:hover {
  text-decoration: none;
}
/*----------------------------------------------------------------
Announcement
----------------------------------------------------------------*/
#Announcement {
  display: none;
  width: 95%;
  margin: 40px auto 0 auto;
  padding-top: 0.75rem;
  border-top: 1px solid #555555;
  border-bottom: 1px solid #555555;
}
#Announcement p {
  margin-bottom: 0.5rem;
}
#Announcement p:first-child {
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.5rem;
  color: #e6003e;
}
#Announcement p:last-child {
  text-align: right;
}