table.listLeft {
    width: 90%;
    border-top: 1px solid #888888;
    border-left: 1px solid #888888;
    border-collapse: collapse;
    border-spacing: 0;
    background-color: #ffffff;
    empty-cells: show;
    margin-left: auto;
    margin-right: auto;
}
col.list1 {
    width: 3%;
}
col.list2 {
    width: 5%;
}
col.list3 {
    width: 20%;
    text-align: left;
}
col.list4 {
    width: 15%;
    text-align: left;
}
.listLeft thead {
    display: table-header-group;
}
.listLeft tbody {
    display: table-row-group;
}
.listLeft th {
    font-size: 90%;
    font-weight: bold;
    text-align: center;
    padding: 0.2em 0.5em;
    border-right: 1px solid #888888;
    border-bottom: 1px solid #888888;
}
.listLeft td {
    padding: 0.2em 0.5em;
    border-right: 1px solid #888888;
    border-bottom: 1px solid #888888;
}
table.listRight {
    width: 200%;
    border-left: 1px solid #888888;
    border-top: 1px solid #888888;
    border-collapse: collapse;
    border-spacing: 0;
    background-color: #ffffff;
    empty-cells: show;
    margin-left: auto;
    margin-right: auto;
}
.listRight thead {
    display: table-header-group;
}
.listRight tbody {
    display: table-row-group;
}
.listRight th {
    font-size: 90%;
    font-weight: bold;
    text-align: center;
    padding: 0.2em 0.5em;
    border-right: 1px solid #888888;
    border-bottom: 1px solid #888888;
}
.listRight td {
    padding: 0.2em 0.5em;
    border-right: 1px solid #888888;
    border-bottom: 1px solid #888888;
}
div.contents3 {
    width: 100%;
    padding-bottom: 30px;
}
div.contents3Detail {
    padding-bottom: 10px;
    text-align: center;
}
div.listLeft{
    width: 45%;
    padding: 0px;
    margin: 0px;
    float: left;
}
div.listRight{
    width: 54%;
    padding: 0px;
    margin: 0px;
    float: left;
}
