
/* テーブル */
table.tbl_sp colgroup.col1 {
  width: 140px;
}
table.tbl_sp colgroup.col2 {
  width: 680px;
}

/* ボタン */
.box_btn {
  text-align: center;
  margin: 30px 0px 30px 0px;
}
#btn {
  width: 230px;
  height: 60px;
  background-color: #5CC900;
  color: #FFFFFF;
  font-size: 20px;
  font-weight: bold;
}
