@charset "UTF-8";

.mainVis {
	background: url(../images/bg-entry.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.mainVis .mainVis_ttl {
  text-shadow: 1px 1px 0px #fff;
}

.entry_txt {
  max-width: 800px;
  margin: 0 auto 40px;
}

.g-recaptcha {
  margin: 0px auto 50px;
  width: 300px;
}