@charset "UTF-8";


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

@import "https://www.daifuku.com/ir/library/ar2017/common/css/style.css";

.mainImg {
	padding-bottom: 1.5em;
	width: 1024px;
	margin-left: -52px;
}
.mainImg .caption {
	padding-left: 52px;
}
.dir .sections {
	font-size: 13px;
	line-height: 1.6;
}
.dir .subT {
	clear: both;
	margin-top: 1.5em;
}
.dir .subT2 {
	padding: 0 0 0.5em 0;
	border-bottom: 1px solid #ccc;
}
.note {
	font-size: 70%;
	font-weight: 500;
}
.date {
	font-size: 11px;
	margin-top: -1em;
	padding-bottom: 15px;
}



.dir .persons {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	width: 920px;
	margin-top: 1em;
}
.dir .persons .name {
	width: 270px;
	font-size: 11px;
	line-height: 1.2;
}
.dir .persons .name b {
	font-size: 14px;
	font-weight: 700;
}
.dir .persons .history {
	width: 270px;
	margin-top: 0.75em;
	font-size: 11px;
	line-height: 1.2;
}


.dir .person,
.dir .person2 {
	width: 298px;
}
.dir .person {
	margin-bottom: 2em;
}
.dir .person2 {
	min-height:5em;
	padding-bottom: 0.5em;
}
.dir .person+.person,
.dir .person2+.person2 {
	margin-left: 13px;
}


.history th {
	white-space: nowrap;
	vertical-align: top;
	padding-right: 1em;
}
.history th,
.history td {
	padding-bottom: 0.5em;
}


.dir .nameT {
	width: 270px;
	font-size: 11px;
	margin-bottom: 0.75em;
	line-height: 1.1;
}
.dir .nameT b {
	font-size: 14px;
	font-weight: 700;
	line-height: 2;
}

@media print {
	.dir .persons {
		page-break-inside: avoid;
	}
	#sec02>.subT {
		page-break-before: always;
	}
}