@charset "UTF-8";

/*=======================================================
 1.事業概要
=======================================================*/

/*-------------------------------------------------------
  table
-------------------------------------------------------*/
table.tbl_outline {
margin: 0px 0px 30px 0px;
padding: 0px;
}

/* th */
table.tbl_outline th {
text-align: center;
}

/* name */
table.tbl_outline td.name {
width:270px;
}

/* num */
table.tbl_outline td.num {
width:15px;
text-align: center;
}
