@charset "utf-8";
/* CSS Document */
img{
	vertical-align: bottom;
}
.iwaheader{
	text-align: center;
	background-color: #FFFFFF;
}
.iwafooter{
	text-align: center;
	background-color: #1885c8;
}
.iwarebtn{
	margin: auto;
	text-align: center;
	background-color: #1978a6;
}
.iwaglay{
	height:1250px;
	text-align: center;
	background-color: #f8f7fc;
}
.iwaglay2{
	text-align: center;
	background-color: #f8f7fc;
}
.iwawh{
	height:600px;
	text-align: center;
	background-color: #ffffff;
}
.iwacenter{
	text-align: center;
}
.iwanews{
	/*margin-top: -300px;*/
}
.iwaabout{
	background: url("../img/bg01.jpg");
	background-size: cover;
}
.iwalinks{
	background: url("../img/bg02.jpg");
	background-size: cover;
}
.iwaworks{
	margin-top: -400px;
}
.iwaabmsg{
	margin-top: -1750px;
}
.iwaworksgrd{
	margin: auto;
	width:1400px;
  	display: grid;
  	grid-template-columns: 700px 100px 600px;
}
.iwalinksgrd{
	margin: auto;
	width:1100px;
  	display: grid;
  	grid-template-columns: 500px 100px 500px;
}
.iwabtngrd{
  	display: grid;
  	grid-template-columns: 50% 50%;
}
.iwaright{
	text-align: right;
}
.iwaleft{
	text-align: left;
}