@charset "utf-8";
/* CSS Document */
@import url(index-pc.css) print;
@import url(index-pc.css) screen and (min-width: 641px);
@import url(index-sp.css) screen and (max-width: 640px);

#headerImg01 {
    background:url(../img/img_hdr_01.jpg) no-repeat scroll 50% 100% / cover;
}

#headerArea01 h3 {
    display: none;
}
