@charset "utf-8";
/* - .scholar-piano general
 ------------------------------------------------------------ */

.scholar header {
    background-image: url(../images/bg.jpg);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #DBD9DA;
    text-align: center;
    height: 70vh;
}
.scholar-piano .contents .outline {
    background-image: url(../images/piano.png);
    background-position: left 10px top;
    background-repeat: no-repeat;
    width: 1040px;
    margin: 0 auto;
    padding: 46px 10px 0 395px;
    height: 393px;
}
