table.cse_season_tbl{
  border-spacing: 0;
  border-collapse: collapse;
  margin: 0 auto 0;
  padding: 0;
  width: 100%;
  background: #EEFCDA;
}
table.cse_season_tbl td.td_n{
  border-left: 1px #F5F5F5 dotted;
  border-right: 1px #F5F5F5 dotted;
  background: #DAF8F6;
  width: 16px;
  height: 18px;
  line-height: 120%;
}
table.cse_season_tbl td.td_g{
  border-left: 1px #F5F5F5 dotted;
  border-right: 1px #F5F5F5 dotted;
  background: #93E8E1;
  width: 16px;
  height: 18px;
  line-height: 120%;
}
table.cse_season_tbl td.td_month{
  font-weight:bold;
  line-height: 140%;
  height: 44px;
  text-align: center;
  border-left:1px #CCCCCC dotted;
  border-right:1px #CCCCCC dotted;
  background: #F7F7F7;
}

.process_text {
  white-space: pre-wrap
}

.cautionary_note {
  font-size: 13px;
}