@charset "UTF-8";


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

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

.mainImg {
	padding-bottom: 1.5em;
	width: 1024px;
	margin-left: -52px;
}

.member {
		display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 2em;
	margin-bottom: 4em;
	padding: 1em 0;
	border-top: 1px solid #515151;
	border-bottom: 1px solid #515151;
}
.member li {
	padding: 0 3em;
	font-size: 17px;
}
.member li strong,
.name,
blockquote {
	font-weight: 700;
}
.name {
	color: #4a4a9b;
}
blockquote .name {
	display: block;
	margin-top: 1em;
	text-align: right;
	color: #717071;
}

.photoArea {
	margin: 2em 0;
}
.subT + .photoArea {
	margin-top: 1em;
}
blockquote {
	position: relative;
	box-sizing: border-box;
	width: 510px;
	padding: 2em 3em;
	border-top: 1px solid #4a4a9b;
	border-bottom:  1px solid #4a4a9b;
	font-size: 16px;
	color: #469AC1;
	line-height: 1.78;
}
blockquote::before {
	content: '“';
	position: absolute;
	top: 0;
	left: 0;
	font-family:  Georgia, "Times New Roman", Times, "serif";
	font-weight: normal;
	line-height: 1.1;
	color: #A59FCD;
	font-size: 100px;
	transform: scaleY(1.1);
}
blockquote::after {
	content: '”';
	position: absolute;
	bottom: 0;
	right: 0;
	font-family:  Georgia, "Times New Roman", Times, "serif";
	font-weight: normal;
	line-height: 1.1;
	color: #A59FCD;
	font-size: 100px;
	transform: scaleY(1.1);
}
@media print {
	.photoArea {
		page-break-inside: avoid;
	}
}