@charset "UTF-8";

div#head {
    height:10px;
    width:550px;
    border-bottom:1px solid #e5e5e5;
    margin:0 auto;
}
div.word {
    border-top:0px;
    border-bottom:1px solid #e5e5e5;
    margin:0 auto;
    height:auto;
    width:550px;
}

div.word table {
    margin:5px auto;
}

div.word table td.no {
    text-align:left;
    width:100px;
}

div.word table td.word {
    font-weight:bold;
    text-decoration:none;
    color:#000000;
    font-family: "MS UI Gothic", sans-serif;
    width:170px;
}

div.word table td.class {
    width:120px;
}

div.word table td.jp {
    width:170px;
}

div.word table td.jp p {
    margin:2px 0;
    font-size:14px;
}

div.word table td.jp input {
    margin-right:8px;
}

div#submit {
    text-align:center;
    margin:20px 0;
}