@charset "utf-8";


.page_head {
    background-color: #333;
}

.girl_image {
    float: left;
    /* width: 33.334%; */
    height: 120px;
    width: 90px;
    text-align: center;
}

.girl_text {
    float: left;
    /* width: 66.666%; */
    width: calc(100% - 90px);
    padding: 2%;
}



.girl_image a {
    width: 100%;
    height: 100%;

    background: center center transparent no-repeat;
    background-size: cover;
}

.page_title {
    font-weight: bold;
    font-size: 1.3em;
    line-height: 1em;
    margin: 0;
    padding: 0 2%;
}

.page_title .font-small {
    font-size: 0.8em;
}

.girl_profile {
    margin: 0.3em 0;
    border-top: 1px #999 solid;
    border-bottom: 1px #999 solid;
    padding: 0.3em 2%;
    letter-spacing: -1px;
}

.girl_prof_link {
    text-align: right;
    padding: 0 2%;
}



.review_one {
    padding-bottom: 1em;
    border-bottom: 1px #999 solid;
    margin-bottom: 1em;
}

.play_datetime {
    font-weight: bold;
}

.review_body {
    padding-top: 0.5em;
}
