@charset "UTF-8";


/* -----------------
 index
-------------------- */

#table_entity{
  width:100%;
  margin:0 0 0 2em;
  padding:0;
  border-collapse: collapse;
  box-sizing:border-box;
  font-size:87.5%;
  line-height:1.8em;
}
#table_entity th{
  width:30px;
  margin:0;
  padding:0 0 7px;
  text-align:left;
  vertical-align:top;
  font-weight: normal;
}
#table_entity td{
  margin:0;
  padding:0 0 7px;
}












