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


.company_img {
	width: 100%;
	height: 750px;
	overflow: hidden;
	background-image: url("../image/company.jpg");
	background-repeat: no-repeat;
	background-position: top;
	position: relative;
}

table {
	margin: auto;
}

th {
	background-color: rgba(208,206,206,1.00);
	text-align: left;
	padding: 10px;
}

td {
	padding: 10px 50px;
}
