<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";


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


#milestoneBox {
	width: 100%;
	padding-top: .5em;
	border-top: 1px solid #ccc;
	overflow-x: scroll;
	overflow-y: hidden
}
#milestoneBox img {
	width: 750px;
	height: auto;
}

/*750+xx=xxx */
#mapArea {
	width: calc(750px + (750px - 100vw));
	height: 516px;
	margin-left: calc(-750px + 100vw);
}

/*750-vw=xx*/
.flowMap {
	width: 750px;
	height: 516px;
	left: calc(750px - 100vw);
}
#scrllMap #map {
	width: 750px;
	height: 516px;
}</pre></body></html>