@charset "utf-8";
/* CSS Document */


#company table{
	width:100%;
	max-width:800px;
	height:auto;
	border:0px;
	padding:0px;
	margin:80px auto;

}

#company table th,#company table td{
	border-bottom:1px solid #000;
	padding:20px 0;
}
#company table td:first-child{
	width:30%;
}

@media only screen and (max-width: 1080px) { 

#company table{
	width:94%;
	max-width:auto;
	margin:30px auto;

}




}