
/*お知らせエリア*/
#info a{
 text-decoration: underline;
}

.infoBox{
  color:#666600; 
  height:350px; 
  padding:10px;
  margin-bottom:20px;
  overflow:auto;
  border:1px solid #bfff80;
  background-color:#eaffd5;
}

.infoBox .dotline{
  width: 100%;
  height: 7px; 
  background: url(https://www.happyhappycrystal.com/images/top/line_dot_gr.gif) repeat-x left top scroll; 
  overflow: hidden; 
  margin: 15px auto;
}

.infoBox table td.date{
   width:18%;
   font-size:0.9em;
   font-weight:bold;
}