@charset "utf-8";
/*------------------------------------------------------------
	company
------------------------------------------------------------*/
#main .content {
	padding: 76px 0 104px;
}
#main .tableBox table {
	width: 100%;
	border-collapse: collapse;
}
#main .tableBox table th,
#main .tableBox table td {
	padding: 23px 12px 10px;
	vertical-align: top;
	text-align: left;
	line-height: 1.6;
	box-sizing: border-box;
	border-bottom: 1px solid #333;
}
#main .tableBox table th {
	width: 18%;
	border-right: 29px solid #fff;
}
@media all and (max-width: 896px) {
	#main .content {
		padding: 40px 0;
	}
	#main .tableBox table th,
	#main .tableBox table td {
		display: block;
		width: 100% !important;
		padding: 10px;
	}
	#main .tableBox table th {
		border-right: none;
	}

}