
#skill-table table tr {
    border-top: 1px solid black;
    border-bottom: 1px solid black;
}



td {
    border: 1px solid black;
}

#image {
    float:left;
    width:6cm;
    height:6cm;
    display:block;
}

input[type=textarea] {
    width: 100%;
    height: 100%;
}
section, div {
    border:1px dotted red;
}
section {
    min-width: 21cm;
    max-width: 27cm;
}

#ability-table input {
    width:1cm; height:1cm;
}
.title {
    font-size: 16pt;
}

.subtitle {
    font-size: 10pt;
}

input.level {
    width: 1.8em;
}

h1 {
    background-color: #000;
    color: #FFF;
    width:90%;
    margin: 0px;
    padding: 0px;
    padding-right: 10%;
}

input {
    width: 100%;
}

.aside {
    font-size: 12pt;
    font-family: Meiryo;
    /* -webkit-font-smoothing: antialiased;
    -webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px;
    -webkit-text-stroke: 0.3px; */
}

#ability-table td {
    text-align: center;
    min-width: 10em;
}

#CS {
    float:left;
    margin-left: 1em;
}

td.subtable {
    width: 25%;
    margin: 0px;
    padding: 0px;
    vertical-align: top;
}

.subtable table {
    width: 100%;
    border: 1px solid white;
}

table {
    border-collapse: collapse;
}

th {
    background-color: #000;
    color: #FFF;
    font-size: 10pt;
    border: 1px solid black;
}

#ability-table th {
    margin: 0px;
    padding: 0px;
    padding-left: 1em;
    text-align: left;
}
#ability-table th .aside {
    margin-right: 1em;
}

#description-table td {
    border-left: none;
}

#description-table td:nth-child(2) {
    text-transform: uppercase;
    text-align: right;
    background-color: #000;
    background-image: url(img/mini-right.png);
    background-repeat: no-repeat;
    background-position: right bottom;
    border-right: none;
    color: #FFF;
    padding-right: 8px;
}
#description-table td:nth-child(1) {
    background-color: #000;
    color: #FFF;
}

#handle span, #post span, #exp span, #rank span {
    background-color: #000;
    color: #FFF;
}
#handle input {
    width: 8cm;
}
#rank input {
    width: 2cm;
}
#post input, #exp input {
    width: 5cm;
}

.kone {
    border-bottom: 1px dotted red;
    margin-bottom: 0;
    padding-bottom: 0;
    display: inline-block;
    line-height: 10px;
    min-width: 1em;
}

caption {
    background-color: #000;
    color: #FFF;
    text-align: left;
    padding-left: 0.5em;
}

.subtable td {
    border: none;
}

.subtable td:nth-child(3), .subtable th:nth-child(3) {
    font-family: Meiryo;
    width: 4.2em;
}
.subtable td:nth-child(2), .subtable th:nth-child(2) {
    width: 3em;
    text-align: right;
}

.inverse {
    background-color: black;
    color: white;
}
