﻿@charset "UTF-8";
#hd {
    background: url("../images/hd_1920.jpg") center 50px no-repeat;
    height: 792px;
}

#hd div {
    position: absolute;
    left: 154px;
    top: 82px;
    width: 1150px;
    height: 248px;
}

#hd center {
    text-align: center;
}

#hd h2 {}

@media screen and (max-width: 1366px) {
    #hd {
        background: url("../images/hd_1366.jpg") center 80px no-repeat;
        height: 675px;
    }
    #hd div {
        left: 61px;
        top: 56px;
        width: 834px;
        height: 173px;
    }
}

@media screen and (max-width: 960px) {
    #hd {
        background: url("../images/hd_960.jpg") center -20px no-repeat;
        height: 644px;
    }
    #hd div {
        left: 27px;
        top: 73px;
        width: 602px;
        height: 208px;
    }
}

@media screen and (max-width: 640px) {
    #hd {
        background: url("../images/hd_640.jpg") center -182px no-repeat;
        height: 445px;
    }
    #hd div {
        top: -20px!important;
    }
}
