@charset "UTF-8";

@media only screen and (max-width: 480px) {
    .table-wrap {
        overflow-x: scroll;
        white-space: nowrap;
    }
}

.table-wrap {
    max-width: 812px;
    margin: 0 0 0 13px;
}

table {
    border-collapse: collapse;
    font-size: 13px;
}
table th, table td {
    border: solid 1px #ccc;
    padding: 0.5em;
}
table th {
    background-color: #f1f1f1;
    text-align: center;
    color: #333;
}
table td {
    background-color: #FFF;
    color: #8a8a8a;
}

.tableTitle {
    font-size: 13px;
    margin: 1em 0 0.3em 1em;
}

.kiyakuContents .singleSentence {
    margin: 0 0 15px 0;
    padding-left: 1em;
}
.kiyakuContents li {
    text-indent: 0;
    padding-left: 0;
}

.indent {
    margin-top: 2em;
}

.uchikeshi {
	text-decoration:line-through;
}