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

body {
	background: url(../img/take.png) no-repeat center center/cover;
	background-attachment: fixed;
}
.g_nav li.bu.current a {
	background: url(../img/nav.svg) no-repeat right -180px;
}
.dragon {
	width: 80%;
}
.dragon img {
	max-width: 100%;
}
.form {
  max-width: 650px;
}
#gform {
  width: 100%;
		height: 1200px;
}
@media screen and (max-width:999px){
.g_nav li.bu.current a {
	background: url(../img/nav2.png) no-repeat -408px bottom;
}
}