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

/* テキストボックス */
#property {
  width: 100px;
  ime-mode: disabled;
}
#child {
  width: 100px;
  ime-mode: disabled;
  margin: 10px 0px 10px 0px;
}
#total {
  width: 100px;
  ime-mode: disabled;
}

/* 結果 */
#result {
  border: 2px solid #999999;
  color: #000000;
  font-size: 34px;
  font-weight: bold;
  display: inline-block;
  padding: 25px 60px 25px 60px;
}

/* ボタン */
.box_btn {
  margin: 30px 0px 70px 0px;
}
#send {
  width: 130px;
  height: 50px;
  font-size: 18px;

}
#clear {
  width: 130px;
  height: 50px;
  font-size: 18px;
}


