table{
  border-collapse:collapse;
  margin:0 auto;
font-size: 30px;
}
tr,td,th{
  border:1px solid #ccc;
  padding:5px;
}

#example table,tr,td { border:0px solid #f00;
  padding:10px;
  font-size: 30px;
 }

input#submit_button {
    // 幅と高さを指定
    width: 150px;
    height: 50px;
    font-size: 30pt;  /* 文字サイズ */
    background: #329ef7;  /* 背景色     */
    color: #ffffff;    /* 文字色     */
}

input.benz1{
width:100px;
height:30px;
}
select.benz2{
width:80px;
height:20px;
}
textarea.benz3{
width:200px;
height:100px;
}
input.benz4{
width:40px;
height:30px;
}

details summary {
    color: #111;
    font-size: 20pt;
    font-weight: bold; 
}
details summary span {
    color: #000;
    font-size: 50pt; 
}

