@charset "UTF-8";

#profile table {
    width: 95%;
    margin: 0 auto;
    font-size: 13px;
}
#profile th, #profile td {
    padding: 20px 10px;
    vertical-align: middle;
}
#profile th {
    text-align:center;
    text-justify: inter-ideograph;
    -moz-text-align-last: justify;
    text-align-last: justify;
    width: 6em;
    letter-spacing: .1em;
}
#profile td {
    border-left: solid black;
    border-width: 1px;
    letter-spacing: .1em;
}
#profile figure {
    display: none;
}