


table.form {
    width: 700px;
    margin: 0 auto;

    border-spacing: 0px 5px;
    font-size: 16px;
    line-height: 200%;

}
 
table.form th,
table.form td {
    padding: 10px;
    border: 1px solid #F5DA81;
}

table.form td {
    text-align: left;
    background: #ffffff;
    width: 500px;
    padding-left: 20px;
}

table.form td.form-top {
    font-size: 20px;
    background: #FFBF00;
    text-align: center;
    font-weight: bold;
    color: #111111;
    padding: 10px;

}

table.form td.form-under {
    font-size: 20px;
    background: #F5DA81;
    text-align: center;
    font-weight: bold;
    color: #111111;
    padding: 10px;

}

table.form td.form-discription {

    background: #ffffff;
    text-align: left;
}
 
table.form th {
    background: #FBF8EF;
    vertical-align: middle;
    text-align: left;
    width: 150px;
    overflow: visible;
    position: relative;
    color: #000;
    font-weight: normal;
    font-size: 15px;
}

table.form td.form-komoku {
    font-size: 15px;
    background: #98fb98;
    text-align: left;
}

table.form td.form-setsumei {
    font-size: 15px;
    background: #ffffff;
    text-align: left;
}

table.form td.form-discription-under {
    line-height: 150%;
}

table.form td.form-botan {
    font-size: 15px;
    background: #98fb98;
    text-align: center;
}

.migi {
  float: right;
  margin-left: 1em;
        margin-bottom: -5px;
}