.contents{
    margin-left: 10vw;
    margin-right: 10vw;
}

.results{
    margin-top: 48px;
    margin-bottom: 48px;
}

.head-content{
    margin-bottom: 64px;
}

.head-image-b{
    margin-bottom: 24px;
}

.cover-image{
    width: 100%;
}

.rental-info{
    font-size: 14px;
    text-align: center;
}

.booktitle{
    font-size: 40px;
    font-weight: bold;
}

.booktitle_sub{
    font-size: 24px;
}

.author{
    margin-top: 24px;
}



.bookinfo-header{
    font-size: 20px;
    border-bottom: 1px solid gray;
}

.bookinfo table tr th{
    font-size: 18px;
    vertical-align: top;
    width: 180px;
    padding-bottom: 20px;
}

.bookinfo table tr td{
    font-size: 18px;
    vertical-align: top;
    padding-bottom: 20px;
}

@media screen and (max-width:575px) {
    .rental-info{
        font-size: 20px;
    }

    .booktitle{
        font-size: 30px;
        text-align: center;
    }

    .booktitle_sub{
        font-size: 20px;
        text-align: center;
    }

    .author{
        margin-top: 14px;
    }

    .bookinfo table tr th{
        font-size: 14px;
        width: 130px;
    }

    .bookinfo table tr td{
        font-size: 14px;
    }
}