@charset "utf-8";
/* CSS Document */
.member-info{
    width: 100%;
    background: url("../images/member-bg.jpg") center no-repeat;
    background-size: 100%;
    padding: 3em 0 2em 0;
}

.member-name{
    font-size: 1.5rem;
    color: #fff;
    text-indent: 1.8em;
}
.info-list{
    width: 100%;
    height: 35px;
}
.member-score{
    float: left;
    font-size: 1.3rem;
    line-height: 35px;
    color: #fff;
    text-indent: 2.2em;
}
.address-link{
    display: block;
    float: right;
    margin-right: 15px;
    width: 38%;
    height: 35px;
    line-height: 35px;
    background: url("../images/address-bg.png") center no-repeat;
    font-size: 1.3rem;
    text-align: center;
    color: #fff;
    border-radius: 8px;
}
.m-list{
    width: 90%;
    margin: 0 auto;
}
.m-list li{
    margin-top: 15px;
    width: 100%;
    background:#e5e5e5 url("../images/arrow-r.png") 96% center no-repeat;
    background-size: 4%;
    font-size: 1.3rem;
}
.m-list li a{
    display: block;
    padding: .6em 1em;
    color: #3d4245;
}