@charset "UTF-8";
/* CSS Document */

.top_waku{
	width: 100%; max-width: 980px;
	margin: 0 auto;
  height : 640px;
  position : relative;
}
.logo1{
  background-image : url(../logo_img/logo1.png);
  background-position : center center;
  width: 850px;
  height: 460px;
  top: 120px;
  left: 65px;
  position: absolute;
  background-repeat: no-repeat;
}
.logo2{
  background-image : url(../logo_img/logo2.png);
  background-position : center center;
  width: 850px;
  height: 460px;
  top: 120px;
  left: 65px;
  position: absolute;
  background-repeat: no-repeat;
}
.logo3{
  background-image : url(../logo_img/logo3.png);
  background-position : center center;
  width: 850px;
  height: 460px;
  top: 120px;
  left: 65px;
  position: absolute;
  background-repeat: no-repeat;
}
.logo_data{
  background-image : url("../logo_img/logo_data2.png");
  background-position : center center;
  width: 880px;
  height: 175px;
  top: 580px;
  left: 65px;
  position: absolute;
  background-repeat: no-repeat;
}