@charset "utf-8";

/*所員紹介ページ固有*/

table.profile {
	height: 139px;
	width: 100%;
	margin-bottom: 15px;
}

table.profile th.profile_post_daihyo {
	width: 150px;
	height: 30px;
	background-color: #6a6042;
	color: #ffffff;
	padding: 0;
	font-size: 16px;
	text-align: center;
}

table.profile th.profile_post {
	width: 150px;
	height: 30px;
	background-color: #575757;
	color: #ffffff;
	padding: 0;
	font-size: 16px;
	text-align: center;
}

table.profile td.profile_photo {
	width: 122px;
}

table.profile td.profile_data {
	font-size: 14px;
	background-color: #ffffff;
}

table.profile td.profile_data table {
	width: 100%;
	margin: 5px 10px;
}

table.profile td.profile_data table th {
	width: 20%;
	vertical-align: top;
	font-weight: bold;
}

table.profile td.profile_data table td {
	vertical-align: top;
}

table.profile td.profile_name {
	height: 100px;
	text-align: center;
	font-size: 24px;
	background-color: #ffffff;
	
}

table.profile td.profile_data table span {
	font-size: 13px;
}

table.profile_2 {
	margin: 30px auto;
	font-size: 15px;
}

table.profile_2 th {
	vertical-align: top;
	font-weight: bold;
	width: 120px;
}

table.profile_2 td {
	width: 220px;
}