body {
	background: url(../img/shared/bg7.jpg) repeat center top;
}

header h1 {
  background: url(../img/shared/bg7.jpg) repeat center top;
  text-align: left;
  padding: 10px 12px;
  line-height: 18px;
  position: relative;
  top: inherit;
  left: inherit;
  right: inherit;
  bottom: inherit;
}

#top #sec1 {
  background: #3f3f3f;
}

#top #sec1 .content {
  background: url(../img/shared_top/sec1_bg.jpg) no-repeat center top;
  background-size: cover;
  padding: 40% 15%;
}

#top #sec1 .txt {
  color: #fff;
  padding: 10% 6%;
}

#top #sec2 {
  background: #b5b5b5;
}

#top #sec2 .content {
  background: url(../img/shared_top/sec2_bg.jpg) no-repeat center top;
  background-size: cover;
  padding: 40% 15%;
}

#top #sec2 .txt {
  color: #000;
  padding: 10% 6%;
}

#top #sec3 {
  background: #f7f5e5;
}

#top #sec3 .content {
  background: url(../img/shared_top/sec3_bg.jpg) no-repeat center top;
  background-size: cover;
  padding: 40% 15%;
}

#top #sec3 .txt {
  color: #000;
  padding: 10% 6%;
}

footer {
  background: url(../img/shared/bg7.jpg) repeat center top;
  padding: 5% 0px 15%;
}

footer address {
  background: none;
  line-height: 30px;
}

footer .cookies_link a {
  color: #fff;
  line-height: 15px;
  text-decoration: underline;
}
/*# sourceMappingURL=top.css.map */