@charset "UTF-8";
.v-content-expand-content{
    margin: 0 8px;
    background: 0 0;
    padding: 6px 10px;
    line-height: 1.5;
    overflow-y: auto;
    border: 1px solid #BFBFBF;
}
.v-content-expand-container{
    height:fit-content;
}
.v-content-expand-footer{
    background: 0 0;
    padding-bottom: 7px;
}
.v-content-expand-hidden{
    display: none;
}
.v-content-expand-btn-expand,
.v-content-expand-btn-packup{
    width: 92px;
    height: 18px;
    border: 0;
    display: block;
    cursor: pointer;
    margin: 0 auto;
}
.v-content-expand-btn-expand{
    background: url(./images/btn-expand.png) no-repeat;
}
.v-content-expand-btn-packup{
    background: url(./images/btn-packup.png) no-repeat;
}