﻿@charset "UTF-8";
#sound {
    background: url("../images/sound_1920.jpg") center 107px no-repeat;
    height: 910px;
}

#sound div {
    position: absolute;
    left: 154px;
    top: 63px;
    width: 1066px;
    height: 168px;
}


/*#sound center {
    text-align: center;
}
*/

#sound .ptext {
    position: absolute;
    left: 150px;
    top: 244px;
    color: #7d7d7d;
    font-size: 12px;
}

@media screen and (max-width: 1366px) {
    #sound {
        background: url("../images/sound_1366.jpg") center 182px no-repeat;
        height: 776px;
    }
    #sound div {
        left: 106px;
        top: 80px;
        width: 696px;
        height: 135px;
    }
    #sound .ptext {
        left: 100px;
        top: 324px;
    }
}

@media screen and (max-width: 960px) {
    #sound {
        background: url(../images/sound_960.jpg) center 60px no-repeat;
        height: 810px;
    }
    #sound div {
        left: 58px;
        top: 81px;
        width: 560px;
        height: 143px;
    }
    #sound .ptext {
        left: 60px;
        top: 284px;
    }
}

@media screen and (max-width: 640px) {
    #sound {
        background: url(../images/sound_640.jpg) center -40px no-repeat;
        height: 670px;
    }
    #sound div {
        top: 80px !important;
    }
    #sound .ptext {
        left: 0px !important;
        top: 394px !important;
    }
}
