@charset "UTF-8";


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



.cols {
	flex-direction: column;
}

.lead1 {
		padding: 1em 0 0;
}
.rightCol {
	margin-top: 2em;
	margin-bottom: 2em;
}

.caption_name {
	overflow: hidden;
	text-align: center;
	display: table;
	width:100%;
}
.caption_name div {
	display: table-cell;
	width:50%;
	padding: 1em 1em;
	box-sizing: border-box;
}
.caption_name span {
	font-size: 70%;
}
.caption_name img {
	height: 40px;
	width: auto;
}