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

body{
background-image:url(//2017.japan-hobbyshow.jp/site/2017/view/img/bg_top.jpg) !important;
background-repeat:no-repeat !important;
background-position:top left !important;
background-size:cover !important;
background-attachment: fixed;
position:relative;
}
h1{display:block; width:920px; height:555px; position:absolute; top:270px; left:45%; z-index:9999;}
h1 img{width:100%;}

@media (min-width: 1800px) {
h1{width:920px; height:555px; top:270px; left:45%;}
h1 img{width:85%;}
}

@media (max-width: 1799px) {
h1{width:740px; height:466px; top:270px; left:45%;}
h1 img{width:100%;}
}

@media (max-width: 1350px) {
h1{width:640px; height:386px; top:180px; left:45%;}
h1 img{width:100%;}
}

@media (max-width: 1200px) {
h1{width:580px; height:350px; top:170px; left:45%;}
h1 img{width:100%;}
}

@media (max-width: 1056px) {
h1{width:540px; height:326px; top:150px; left:45%;}
h1 img{width:100%;}
}

@media (max-width: 1000px) {
h1{width:500px; height:302px; top:150px; left:45%;}
h1 img{width:100%;}
}

@media (max-width: 920px) {
h1{width:480px; height:290px; top:130px; left:45%;}
h1 img{width:100%;}
}

@media (max-width: 860px) {
h1{width:420px; height:253px; top:130px; left:45%;}
h1 img{width:100%;}
}

footer{clear:both; width:100%; background:#5C2A0C; padding:12px 0; text-align:center; position:fixed; bottom:0; z-index:100000;}
footer ul{list-style:none;}
footer li{display:inline-block; border-left:1px solid #fff;}
footer li:last-child{border-right:1px solid #fff;}
footer li a{display:block; color:#fff !important; text-decoration:none; padding:3px 20px; font-size:14px; line-height:1.0em;}