@charset "utf-8";
/* CSS Document */

#header {
    background: url(../images/bg_header1.png) 30% 0 no-repeat;
    -webkit-background-size: 1920px auto;
    -moz-background-size: 1920px auto;
    -o-background-size: 1920px auto;
    background-size: 1920px auto;
}
/* スマホ横～ */
@media screen and (min-width:480px) {
}
/* Kindle縦～ */
@media screen and (min-width:550px) {
}
/* タブレット縦～ */
@media screen and (min-width:750px) {
}
/* PC */
@media screen and (min-width:1024px) {
}
/* PC */
@media screen and (min-width:1366px) {
}