@charset "utf-8";

.mksTable01 {
    width: 100%;
    font-size: 24px;
    border-spacing:0;
    border-collapse:collapse;
}

.mksTable01 td{
    height: 80px;
    width: 50%;
    border-bottom: 1px #C6C6C6 solid;
    border-top: 1px #C6C6C6 solid;
}

.mksTable01 tr:hover{
    background: #F5F5F5;
}

.mksTable01 td:first-child{
    text-align: right;
    padding-right: 15%;
}

.mksTable01 td:nth-child(2){
    padding-left: 15%;
}

.mksTable01 a{
    text-decoration: none;
}

.mksTable02 {
    width: 100%;
    font-size: 24px;
    border-spacing:0;
    border-collapse:collapse;
}

.mksTable02 th{
    text-align: left;
    padding-left: 14%;
}

.mksTable02 tr:hover{
    background: #F5F5F5;
}

.mksTable02 td{
    height: 80px;
    border-bottom: 1px #C6C6C6 solid;
    border-top: 1px #C6C6C6 solid;
}

.mksTable02 td:first-child{
    text-align: right;
    width: 20%;
}
.mksTable02 td:nth-child(3){
    width: 55%;
}

.mksTable02 a{
    text-decoration: none;
}

