@charset "UTF-8";

#menu::after {
   content: '';
   display: blcok;
   clear: both;
}

#notice {
   background-color: #ff80ff;
   margin: 1rem auto;
   padding: 1rem;
   clear: both;
}
#notice .container {
   padding: 1rem;
   background-color: #fff;
}
#notice .container h2 {
   text-align: center;
}
#notice .container h2 span {
   position: relative;
}
#notice .container h2 span::after {
   position: absolute;
   content: '';
   display: inline-block;
   width: 100%;
   height: 1px;
   background-color: #999;
   bottom: 0;
   left: 0;
}


