﻿@charset "UTF-8";
#hd {
    background: url("../images/hd_1920.jpg") center 5px no-repeat;
    height: 1023px;
}

#hd div {
    position: absolute;
    left: 154px;
    top: 807px;
    width: 1100px;
    height: 248px;
}

#hd center {
    text-align: center;
}

#hd h2 {}

@media screen and (max-width: 1366px) {
    #hd {
        background: url("../images/hd_1366.jpg") center 14px no-repeat;
        height: 736px;
    }
    #hd div {
        left: 61px;
        top: 504px;
        width: 834px;
        height: 173px;
    }
}

@media screen and (max-width: 960px) {
    #hd {
        background: url("../images/hd_960.jpg") center 22px no-repeat;
        height: 727px;
    }
    #hd div {
        left: 27px;
        top: 486px;
        width: 572px;
        height: 208px;
    }
}

@media screen and (max-width: 640px) {
    #hd {
        background: url("../images/hd_640.jpg") center -63px no-repeat;
        height: 559px;
    }
    #hd div {
        top: 293px!important;
    }
}
