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

body{font-family: A1 Gothic R;}
#wrap{background-image: url(back.gif);
         background-size:  cover;
         background-position: center bottom;
      background-attachment: fixed;
      background-repeat:  no-repeat;  }
#information .info_title, #information_free .info_title {
  font-size:180%;}

@media screen and (max-width: 640px){
#wrap{background-image: url(back_sp.gif);
         background-size:  contain;
         background-position: center bottom;
      background-attachment: fixed;
      background-repeat:  no-repeat;  }
  #information .info_title, #information_free .info_title {
  font-size:150%;}

}
@media (max-width: 640px) {
  #kv {
    min-height: unset;
  }
}
