@charset 'utf-8';

*{
  font-size: 12pt;
}

.announce{
  width: 810px;
  margin: auto;
}

.info{
  margin: 5px;
  width: 100px;
  height: 30px;
  line-height: 30px;
  border-radius: 0.5em;
  text-align: center;
  background: #0000ff;
  color: #ffffff;
}

.thanks{
  margin: 5px;
  width: 100px;
  height: 30px;
  line-height: 30px;
  border-radius: 0.5em;
  text-align: center;
  background: #b22222;
  color: #ffffff;
}

.please{
  margin: 5px;
  height: 30px;
  line-height: 30px;
  border-radius: 0.5em;
  text-align: center;
  background: #00ff00;
  color: #ffffff;
}

.box{
  margin: 5px;
  padding-left: 10px;
  padding-right: 10px;
  border: solid 2px #000000;
  width: 370px;
  height: 200px;
  border-radius: 5px;
  float: left;
}

.day1{
  text-align: right;
  font-size: 10px;
}

.day2{
 text-align: center;
}