﻿@charset "UTF-8";
#hd {
    background: url("../images/hd_1920.jpg") center top no-repeat;
    height: 1004px;
}

#hd div {
    position: absolute;
    left: 258px;
    top: 806px;
    width: 872px;
    height: 248px;
}


/*#hd center {
    text-align: center;
}*/

#hd h2 {}

@media screen and (max-width: 1366px) {
    #hd {
        background: url("../images/hd_1366.jpg") center 48px no-repeat;
        height: 710px;
    }
    #hd div {
        left: 157px;
        top: 526px;
        width: 742px;
        height: 173px;
    }
}

@media screen and (max-width: 960px) {
    #hd {
        background: url("../images/hd_960.jpg") center top no-repeat;
        height: 734px;
    }
    #hd div {
        left: 27px;
        top: 474px;
        width: 572px;
        height: 208px;
    }
}

@media screen and (max-width: 640px) {
    #hd {
        background: url("../images/hd_640.jpg") center top no-repeat;
        height: 587px;
    }
    #hd div {
        top: 325px !important;
    }
}
