/*-- general.css --*/
@charset "UTF-8";

/*------------
## generals ##
------------*/
article {}
article > p {
	margin-bottom: 20px;
}
article > p.image img {
	width: 100%;
}


.block {}

.block > p {
	margin-bottom: 20px;
}


/*-- table --*/
.block table {
	width: 100%;
	border-collapse: separate;
	border-spacing: 1px;
}
.block table th ,
.block table td {
	box-sizing: border-box;
	padding: 1em;
}


table.companyTable {
	background-color: #dfdfd0;
}
table.companyTable thead th {
	text-align: center;
	background-color: #f0f0e1;
}
table.companyTable tbody th {
	width: 20%;
	text-align: center;
	background-color: #f0f0e1;
}
table.companyTable tbody td {
	background-color: #fff;
}

table.companyTable tbody td ol {
	margin-left: 2em;
	list-style: decimal outside;
}
table.companyTable tbody td ol li {
	list-style: decimal outside;
}


table.recruitTable {
	margin-bottom: 10px;
}
table.recruitTable tbody th {
	width: 30%;
	text-align: center;
	background-color: #ffe4df;
	border: 1px solid #f2aba1;
}
table.recruitTable tbody td {
	border: 1px solid #ddd;
}

