/* company.css */

main>div {
	max-width: 1000px;
	margin: auto;
}
.midasi {
	/*margin-top: 90px;*/
}
.profile_box {
	/*margin-top: 90px;*/
	padding: 35px 30px;
}
.profile_box table {
	border-collapse: collapse;
	width: 100%;
}
.profile_box th,.profile_box td {
	padding: 20px 30px;
}
.profile_box th {
	background: #F7F7F7;
	color: #1EB1C5;
	vertical-align: top;
	font-size: 16px;
}
@media screen and (max-width:799px) {
	.midasi {
		margin-top: 0;
	}
	.profile_box {
		margin-top: 50px;
	}
	.profile_box th,.profile_box td {
		padding: 10px;
	}
	.profile_box th {
		display: block;
		margin-top: 20px;
		font-size: 14px;
	}
	.profile_box tr:first-child th {
		margin-top: 0;
	}
	.profile_box td {
		display: block;
		font-size: 13px;
	}	
}