@charset "utf-8";
/* CSS Document（web/index.html用） */

/*---Webサービスについて---*/
#section01{
  margin:0px auto;
  width:100%;
  height:auto;
  padding-bottom:100px;
  overflow:hidden;
  background:url(img/bg01.jpg) no-repeat center;
	background-size: cover;
}

/*---企業情報ポータルサイト『異業種ネット』に登録---*/
#section02{
  margin:0px auto;
  width:100%;
  height:auto;
  overflow:hidden;
}

#bg_igyousyu{
  background:url(img/bg_igyousyu.jpg) no-repeat center;
  width:900px;
  height:563px;
  text-align:left;
}

#bg_igyousyu p{  
  padding-left:230px;
}

#section03{
  margin:0px auto;
  width:100%;
  height:600px;
  overflow:hidden;
  background:url(img/bg02.jpg) no-repeat center;
	background-size: cover;
}

#section04{
  margin:0px auto 50px auto;
  width:100%;
  height:auto;
}







