@charset "UTF-8";


/*
	##### DAIFUKU ONLINE AR 2017 #####
	common/css/csr-management.css
*/

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



.sections .subT {
	font-size: 22px;
	color: #006424;
}
.sections .lead {
	font-size: 19px;
	font-weight: 700;
	line-height: 1.3;
	color: #006424;
	margin-bottom:3em;
}




/*column*/
.column {
	width:920px;
	margin-top:20px;
	margin-left:auto;
	margin-right:auto;
}
.column .columnT {
	text-align:center;
	font-size : 19px;
	font-weight: 700;
	color : #fff;
	line-height:38px;
	background-color:#036E22;
	border-radius : 10px 10px 0px 0px;
}
.column .cf {
	border:1px solid #036E22;
	padding:24px 40px;
	box-sizing:border-box;
}
.column .rightCol {
	float:right;
	width:425px;
}
.column .leftCol {
	float:left;
	width:400px;
	 font-size : 14px;
  line-height : 1.78;
}
.sections .column .note {
	font-size : 11px;
	line-height:1.36;
	margin-top:2em;
	padding-left:1em;
	text-indent:-0.75em;
}


@media print {
	.column {
		page-break-inside: avoid;
	}
}
