@charset "utf-8";
/* 会社概要
---------------------------------------------------------------------------------------------------------- */
#etc{
  text-align:left;
  width:100%;
}
#etc h1{
  font-size:1.3em;
  background-image:url(/img/subsidy/Subsidy_title_BG.jpg);
  background-size:100%;
  background-repeat:repeat;
  width:100%;
  color:#509da3;
  text-align:left;
  text-indent:20px;
  margin-top:10px;
  padding-top:3%;
  padding-bottom:3%;
  line-height:1.3em;
}
#etc table{
  background-color:#509da3;
  border:none;
  font-size:1em;
  margin-bottom:30px;
}
#etc table th{
  margin-top:10px;
  background-color:#c1e8e6;
  padding:7px;
  border:none;
  width:25%;
  text-align:center;
}
#etc table td{
  margin-top:10px;
  background-color:#fff;
  padding:10px;
  border:none;
  text-align:left;
}
#etc table a{
  color:#4A93FD;
  text-decoration:none;
}