@charset "UTF-8";
.name{
    text-align: right;
    list-style: none;
}
.mokuji{
    list-style: none;
}
.list{
    list-style: none;
}
h2{
    font-size: x-large;
}
h3{
    font-size: large;
}
.img{
    text-align: center;
}
.table01 table,th,td{
    border-collapse: collapse;
    border: 2px solid #2b2b2b;
}
.table01 th{
    text-align: center;
    padding: inherit;
}
.table01 td{
    text-align: center;
    padding: inherit;
}
.table01{
    border-collapse: collapse;
    table-layout: fixed;
    margin: auto;
    table-layout: fixed;
    width: 50%
}
