
/* テーブル */
table.tbl_sp td.total {
  background-color: #41950c;
  color: #FFFFFF;
  font-size: 22px;
  font-weight: bold;
}

/* テキストボックス */
#base {
  width: 580px;
}
.year {
  width: 100px;
}
.month {
  width: 100px;
}

/* ボタン */
.box_btn {
  text-align: center;
  margin: 30px 0px 50px 0px;
}
#clear {
  width: 150px;
  height: 50px;
  font-size: 20px;
  margin: 20px 0px 0px 0px;
}
#send {
  width: 250px;
  height: 50px;
  font-size: 20px;
}
#back {
  width: 150px;
  height: 50px;
  font-size: 20px;
}
#apply {
  width: 250px;
  height: 50px;
  font-size: 20px;
}



