@charset "UTF-8";

/*--------------------------------------------------------------------
company.html
company.css
--------------------------------------------------------------------*/


/*------------company---------------------------------------------------------------*/
#company table tr th { width: 15%; }
#company table tr td dl { display: flex; }
#company table tr td ul {
	width: 100%;
	overflow: hidden;
}
#company table tr td ul li { float: left; }
#company table tr td ul li:after {
	padding: 0 0.25em;
	content: "\0030fb";
}
#company table tr td ul li:nth-last-of-type(1):after {
	padding: 0;
	content: "";
}