@charset "utf-8";
@import url(cmn.css);
@import url(base.css);


/*-------------------------------------------------------------------------
▼header
-------------------------------------------------------------------------*/
#main_image{
  height:357px;
  background:url(../images/index_images/main_image.png) 50% 0 no-repeat;
}
/*-------------------------------------------------------------------------
▼contents
-------------------------------------------------------------------------*/
#institution{
  width:677px;
  overflow:hidden;
  border-bottom:2px #aed044 dashed;
  padding-bottom:10px;
  margin-bottom:30px !important;
}
#institution ul{
  width:752px;
  overflow:hidden;
}
#institution li{
  width:301px;
  margin:0 75px 20px 0;
  float:left;
}
#institution li img{
  margin-bottom:5px;
}
#institution li h3{
  padding-bottom:3px;
  margin-bottom:5px;
  border-bottom:2px #aed044 solid;
  color:#009353;
  font-size:14px;
}
/*-------------------------------------------------------------------------
▼contents
-------------------------------------------------------------------------*/
#equipment{
  width:677px;
  overflow:hidden;

}
#equipment ul{
  width:752px;
  overflow:hidden;
}
#equipment li{
  width:176px;
  margin:0 74px 20px 0;
  float:left;
}
#equipment li img{
  margin-bottom:5px;
}
#equipment li h3{
  padding-bottom:3px;
  margin-bottom:5px;
  border-bottom:2px #aed044 solid;
  color:#009353;
  font-size:14px;
}