@charset "UTF-8";


/*
	##### DAIFUKU ONLINE AR 2015 #####
	common/css/directors.css
*/

@import "https://www.daifuku.com/ir/library/ar2015/common/css/style.css";
.dir .section {
	width: 868px;
	margin-top: 56px;
	margin-left: 56px;
	font-size: 13px;
	line-height: 1.6;
}
.dir .section .subT {
	clear: both;
	margin-top: 1.8em;
	font-size: 18px;
	font-weight: bold;
	border-bottom: 1px solid #666;
}
.dir .persons {
	margin-top: 1em;
	padding-bottom: 3em;
}
.dir .persons .portrait {
	float: left;
	width: 147px;
	margin-right: 16px;
}
.dir .persons .portrait .name {
	display: block;
	text-align: center;
	font-size: 11px;
	line-height: 1.2;
}
.dir .persons .portrait .name b {
	font-size: 14px;
}
.dir .persons .history {
	float: left;
	font-size: 11px;
	line-height: 1.2;
}
.dir .person1 {
	float: left;
	width: 423px;
}
.dir .person1+.person1 {
	margin-left: 22px;
}
.dir .person2 .history {
	width: 340px;
}
.dir .person1 .history {
	width: 260px;
}
.dir .persons .history+.history {
	margin-left: 25px;
}
.history th {
	white-space: nowrap;
	vertical-align: top;
	padding-right: 1em;
}
.history th,
.history td {
	padding-bottom: 0.5em;
}
.dir .note {
	font-size: 10px;
	padding-bottom: 15px;
}
.dir .subT2 {
	font-size: 16px;
	line-height: 1.2;
	padding: 0.75em 0;
}
.dir .nameT {
	margin-bottom: 0.75em;
}
.dir .nameT b {
	font-size: 14px;
}
@media print {
	.dir .persons {
		overflow: hidden;
		page-break-inside: avoid;
	}
}