@charset 'utf-8';
/*///////////////////////////////////////

	DH_経営陣紹介
	corporate/profile.html

//////////////////////////////////////*/
/*====================================
	1.PC表示設定
	※幅801px以上の全てのデバイスに適用
====================================*/
@media all and (min-width: 801px) {
.officers.profile_table {
	border-spacing: 0;
}
.officers.profile_table .division {
	display: block;
}
.officers.profile_table .division_second {
	display: block;
}
.officers.profile_table li {
	font-size: 13px;
  line-height: 24px;
}
.officers.profile_table .name {
	display: inline-block;
	margin-right: 9px;
}
.officers.profile_table .year {
	display: inline-block;
	width: 32px;
	padding: 0 8px 0 0;
	vertical-align: top;
}
.officers.profile_table li .text {
	display: inline-block;
}
.pc_br {
	display: block;
}
.officers.profile_table th{
padding: 20px 0 15px;
}
.profile_table tr:last-child td {
	border-bottom: none;
}
}/* @media PC設定ここまで
-------------------------------------------------------------------- */
/*====================================
	2.スマホ表示設定
	※幅800px以下のデバイス全てに適用
====================================*/

@media all and (max-width: 800px) {
table.officers td {
	display: block;
	clear: both;
	margin: 0 0 10px;
	padding: 0 0 10px;
	border-bottom: solid 1px #ccc;
}
.officers.profile_table th {
	position: relative;
	display: block;
	margin-bottom: 10px;
}
.officers.profile_table th .name_box {
	position: absolute;
	top: 37px;
	left: 77px;
}
.officers.profile_table th img {
	float: left;
	width: 67px;
}
.officers.profile_table {
	margin: 20px 0;
}
.officers.profile_table .division {
	font-size: 12px;
	font-weight: normal;
	line-height: 1;
	display: block;
}
.officers.profile_table li {
	font-size: 12px;
}
.officers.profile_table .name {
	font-size: 16px;
	font-weight: normal;
}
.officers.profile_table .en {
	font-size: 12px;
	font-weight: normal;
	padding-left: 17px;
}
.officers.profile_table .year {
	display: inline-block;
	width: 12%;
	vertical-align: top;
}
.officers.profile_table li .text {
	display: inline-block;
	width: 88%;
}
.pc_br {
	padding-left: 10px;
}
}/* @media スマホ設定ここまで
*/
