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

/* テキストボックス */
#base {
  width: 100%;
}
.year {
  width: 110px;
  margin: 5px 0px 5px 0px;
}
.month {
  width: 110px;
  margin: 5px 0px 5px 0px;
}

/* ボタン */
.box_btn {
  text-align: center;
  margin: 20px 0px 40px 0px;
}
#clear {
  width: 100px;
  height: 50px;
  font-size: 16px;
  margin: 20px 0px 0px 0px;
}
#send {
  width: 140px;
  height: 50px;
  font-size: 16px;
}
#back {
  width: 90px;
  height: 50px;
  font-size: 16px;
}
#apply {
  width: 180px;
  height: 50px;
  font-size: 15px;
}



