@charset "utf-8";
/* 会社概要
---------------------------------------------------- */
#etc{
  text-align:left;
  width:760px;
}
#etc h1{
  font-size:35px;
  background-image:url(../img/subsidy/Subsidy_title_BG.jpg);
  background-repeat:repeat;
  height:100px;
  width:760px;
  color:#509da3;
  line-height:95px;
  text-align:left;
  text-indent:20px;
  margin-top:20px;
}
#etc h2{
  font-size:25px;
  color:#FFF;
  background-image:url(../img/etc/Etc_H3_BG.jpg);
  height:40px;
  line-height:40px;
  text-align:left;
  text-indent:30px;
  margin:0px 0px 5px 0px;
  padding-top:5px;
  padding-bottom:5px;
}
#etc table{
  background-color:#509da3;
  border:none;
  font-size:15px;
  margin-bottom:70px;
}
#etc table th{
  margin-top:10px;
  background-color:#c1e8e6;
  padding:10px;
  border:none;
  width:25%;
}
#etc table td{
  margin-top:10px;
  background-color:#fff;
  padding:10px;
  border:none;
  text-align:left;
}
#etc table a{
  color:#4A93FD;
  text-decoration:none;
}