.contents{
    margin-left: 10vw;
    margin-right: 10vw;
    margin-bottom: 48px;
    margin-top: 48px;
}

.pagetitle{
    text-align: center;
    font-size: 40px;
    font-weight: bold;
}

.inputForm-b{
    margin-top: 24px;
}

.input-before{
    width: 100%;
    height: 48px;
    margin-bottom: 6px;
    padding: 10px;
    border-radius: 30px;
}

.inputFormbtn-b{
    text-align: center;
}

.inputFormbtn{
    color: white;
    background-color: #e92a2a;
    border-radius: 30px;
    border: 2px solid #e92a2a;;
    width: 180px;
    height: 36px;
}

.inputFormbtn:hover{
    color: #e92a2a;
    background-color: white;
}

.rental-status{
    text-align: center;
    color: #e92a2a;
    font-size: 20px;
}




.bookinfo{
    margin-top: 48px;
}

.rental-err{
    text-align: right;
    color: #e92a2a;
    font-weight: bold;
}

.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) {
    .bookinfo table tr th{
        font-size: 14px;
        width: 130px;
    }

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

    .rental-btn{
        margin-bottom: 12px;
    }
}



.rental-btn-b{
    text-align: center;
}

.rental-btn{
    color: white;
    background-color: #e92a2a;
    border-radius: 30px;
    border: 2px solid #e92a2a;;
    width: 180px;
    height: 36px;
}

.rental-btn:hover{
    color: #e92a2a;
    background-color: white;
}

.return-btn{
    color: white;
    background-color: #1f3bb9;
    border-radius: 30px;
    border: 2px solid #1f3bb9;
    width: 180px;
    height: 36px;
}

.return-btn:hover{
    color: #1f3bb9;
    background-color: white;
}







.no-permission-label{
    text-align: center;
    font-size: 24px;
    margin-top: 48px;
}

.no-permission-link-b{
    text-align: center;
}

.no-permission-link{
    text-decoration: none;
    text-align: center;
    color: white;
    display: inline-block;
    font-size: 20px;
    height: 38px;
    width: 180px;
    padding: 4px;
    background-color: #e92a2a;
    border-radius: 30px;
}

.no-permission-link:hover{
    color: #e92a2a;
    background-color: white;
    border: 2px solid #e92a2a;
}