
/*-----------------------------------------
	demo style oniy
-----------------------------------------*/

  body { border:none; width: auto; max-width: 2000px; height:900px; background:#f4f4f4 url(../img/demo_back.png) no-repeat 50% 0%; overflow:hidden; background-size:contain; text-align: center; font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;}

#wrap {width: auto; max-width: 1200px; margin: 10px auto; }

h1{ padding-top: 25%;}
#countdown { position: fix; margin-bottom: 50px;}
#countdown span { display: inline-block; text-align: center; text-transform: uppercase; color: #666; font-weight: 700; font-size: 33px; line-height: 34px; margin-right: 10px }
#countdown span b { display: block; font-size: 11px; line-height: 12px; letter-spacing: 2px; border-top: 3px solid #e84d49; margin-top: 5px; padding-top: 6px }

img { width: 20%; height: 20%; padding-top: 15%;}

@media only screen and (max-width:800px){
  body { border:none; width: auto; max-width: 2000px; height:900px; background:#d3d3d3 url(../img/demo_back_mob.png) no-repeat 50% 0%; overflow:hidden; background-size:contain; text-align: center; font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;}
}