@charset "UTF-8";


/*
	##### DAIFUKU REPORT 2018 #####
	common/css/message_ceo_sp.css
*/




.mainImg {
	width: 100%;
	margin-left: 0;
	overflow: hidden;
}
.mainImg img {
	width: 200%;
	transform: translateX(-25%)
}
.profile {
	display: table;
	width: 100%;
	margin: .5em 0 0;
	font-size: 10px;
	line-height: 1.4;
}
.profile dt {
	display: table-cell;
	padding: 0 .5em 0 1em;
	font-weight: bold;
	white-space: nowrap;
	vertical-align: top;
}
.profile dd {
	display: table-cell;
	vertical-align: top;
	padding-right: 1em;
	padding-bottom: 15px;
}

.table1 {
	width: 100%;
	table-layout: fixed;
	margin-bottom: 2em;
	font-size: 3vw;
}
.table1 caption {
	text-align: left;
	width: 100%;
}
.table1 caption .unit {
	float: right;
	font-size: 85%;
	font-weight: normal;
	vertical-align: baseline;
}
.table1 thead th {
	background: #595757;
	color: #fff;
	font-weight: normal;
	white-space: nowrap;
	padding: .5em;
	border-left: 1px solid #D1D2D2;
}
.table1 tbody th {
	font-weight: normal;
	text-align: left;
	padding: .5em;
	background: #D1EBF7;
	border-bottom: 1px solid #fff;
}
.table1 tbody td {
	font-weight: normal;
	text-align: right;
	padding: .5em;
	border-bottom: 1px solid #D1D2D2;
	border-left: 1px solid #D1D2D2;
	white-space: nowrap;
	vertical-align: middle
}

.crt_caption {
	text-align: center;
	margin: 0;
}
