@charset "UTF-8";

#profile table {
	width: calc(100% - 200px);
	margin: 0 100px;
}
#profile table th,
#profile table td {
	text-align: left;
	vertical-align: top;
	border: solid 1px #DDD;
	padding: 10px 20px;
}
#profile table th {
	width: 15em;
	background: #F3F3F3;
}
#profile table .execList dt {
	float: left;
}
#profile table .execList dd {
	padding: 0 0 0 6em;
}
#profile table .officeList li:not(:last-child) {
	margin: 0 0 1em;
}
#profile table .officeList li h3 {
	font-weight: bold;
}

/* FOR smartphone landscape
***************************************************************************/
@media screen and (max-width:899px) {

	#profile table {
		width: 100%;
		margin: 0;
	}
	#profile table th,
	#profile table td {
		border-bottom: none;
		padding: 10px 10px;
		display: block;
	}
	#profile table th {
		width: 100%;
		box-sizing: border-box;
	}
	#profile table tr:last-child td:last-of-type {
		border-bottom: solid 1px #DDD;
	}
	#profile table .execList dt {
	}
	#profile table .execList dd {
	}
	#profile table .officeList li:not(:last-child) {
	}
	#profile table .officeList li h3 {
	}


}


