@charset "Shift_JIS";

#jig_table th{
  padding-top : 3px;
  padding-left : 30px;
  padding-right : 3px;
  padding-bottom : 3px;
  color : #2f2f2f;
  

  border-bottom-width : 1px;
  border-bottom-style : solid;
  border-bottom-color : silver;
  vertical-align : middle;
  font-size : 1rem;
}

#jig_table td{
  padding-top : 20px;
  padding-left : 30px;
  padding-right : 3px;
  padding-bottom : 20px;
  color : #2f2f2f;
  

  border-bottom-width : 1px;
  border-bottom-style : solid;
  border-bottom-color : silver;
  vertical-align : middle;
  font-size : 1rem;
}
#jig_table table{
  width : 100%;
}
#jig_table img{
	
  padding-left : 20px;
  padding-right : 20px;
  padding-top : 20px;
  padding-bottom : 20px;
}

#jig_table a{
  text-decoration : none;
}

