@charset "utf-8";

.membership-styling-area{
    padding-right: 20px;
}
p{
    font-size: 1.3rem;
}
.searchRs {
    padding: 5px;
    border-top: 1px solid #ddd;
    border-bottom: 1px dashed #ccc;
    background-color: #fafafa;
    text-align: center;
    font-size: 1.3rem;
}
.updateDate{
    font-size: 1.2rem;
    text-align: right;
}
.membership-table{
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    font-size: 1.2rem;
    margin: 10px 0 0;
    border: 1px solid #999;
    border-bottom-width: 2px;
    letter-spacing: normal;
}
.membership-table thead th{
    padding: 10px 5px 5px;
    border: 1px solid #ccc;
    background: url('../images/bg01.gif');
    vertical-align: middle;
    color: #fff;
    font-weight: bold;
    text-align: center;
}
.membership-table tbody td{
    padding: 12px 4px;
    border: 1px solid #aaa;
    vertical-align: middle;
    text-align: center;
}
.membership-table tbody tr:hover, .membership-table tbody tr:focus{
    background-color: #faeeff;
}
.btn_toContact{
    display: inline-block;
    background-color: #73a567;
    color: #fff;
    padding: .5em;
    border: none;
    font-size: 1.2rem;
}
.btn_toContact:hover, .btn_toContact:focus{
    text-decoration: underline;
}
.contactMsg{
    margin: 20px 0 0;
    padding: 5px;
    background-color: #eee;
    text-align: center;
    font-size: 1.2rem;
}

@media(min-width: 769px){
    .membership-table tbody td:first-child{
        width: 177px;
    }
    .membership-table tbody td:nth-child(2){
        width: 58px;
    }
    .membership-table tbody td:nth-child(3){
        width: 60px;
    }
    .membership-table tbody td:nth-child(4),
    .membership-table tbody td:nth-child(5){
        width: 56px;
    }
    .membership-table tbody td:nth-child(6){
        width: 90px;
    }
}

@media(max-width: 768px){
    .membership-styling-area{
        width: 90%;
        margin: 0 auto;
        padding-right: unset;
    }
    p{
        font-size: 1.2rem;
    }
    .ly_table-forSp{
        overflow-x: auto;
    }
    .membership-table{
        width: 200%;
    }
    .membership-table tbody td:nth-child(2){
        width: 6rem;
    }
}