@charset "UTF-8";

#company_table + section .inner_item_txt table th, td{
  border:1px solid rgba(48, 28, 17, 0.17);
}

#company_table + section .inner_item_txt table th{
 background-color:#e1dbcf;
text-align:center;
width:20%;
}

#company_table + section .inner_item_txt table td{
  background-color:#fcfbfa;
  padding: 6px;
  vertical-align: middle;
  width:1000px;
}