@charset "UTF-8";


/*
	##### DAIFUKU ONLINE AR 2016 #####
	common/css/glance.css
*/

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


.sections {
	width: 864px;
	margin-top: 20px;
	margin-left: 53px;
	font-size: 14px;
}
.sections .lead {
	font-family: 'robotobold';
	font-size: 18px;
	line-height: 1.4;
	color: #504083;
}
.sections .lead+.lead {
	margin-top: 1em;
}


.sections .subT {
	clear: both;
	margin-top: 1.8em;
	margin-bottom: 1.5em;
	padding: 0.5em 0;
	font-family: 'robotobold';
	font-size: 19px;
	color: #504083;
	border-bottom: 1px solid #504083;
}

#sec2 {
	margin-bottom: 35px;
}
.sections .cols {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%;
	margin-top: 35px;
}
.sections .col {
	box-sizing: border-box;
	width: 270px;
}
.sections .col2 {
	box-sizing: border-box;
	width: 567px;
}
.sections .creed {
	box-sizing: border-box;
	display: table;
	width: 100%;
	height: 262px;
	border: 1px solid #000;
}
.sections .creedInner {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
.creed .ttl {
	font-family: "robotobold";
	font-size: 16px;
	color: #000;
	margin-bottom: 2.5em;
}
.creed .ttl+p {
	margin-bottom: 2em;
}
.creedtxt {
	position: relative;
	font-family: 'robotobold';
	font-size: 18px;
	color: #4a4b9d;
	line-height: 1.2;
	margin-top: 20px;
	padding-top: 15px;
	padding-left: 10px;
}
.creedtxt:before {
	content: '▲';
	position: absolute;
	top: -15px;
	left: 50%;
	margin-left: -8px;
}



.tables {
	box-sizing: border-box;
	width: 100%;
	height: 262px;
}
.tables td {
	vertical-align: middle;
	padding-left: 1em;
	font-family: 'robotobold';
	font-size: 16px;
	line-height: 1;
}
.tables td .num {
	font-family: "robotoblack";
	font-size: 42px;
	line-height: 1;
}
.table1 td .unit {
	font-size: 14px;
}
.table2 td .unit {
	font-size: 21px;
}
.table1 {
	border: 5px solid #754d8e;
}
.table2 {
	border: 5px solid #459ac1;
}
.table1 td {
	border-top: 2px solid #754d8e;
	background-color: #e9e3ef;
	color: #754d8e;
}
.table2 td {
	border-top: 2px solid #459ac1;
	background-color: #e9f0f7;
	color:  #459ac1;
}
.table2 td .numSet {
	display: block;
	text-align: right;
	padding-right: 1em;
}
.ph {
	position: relative;
}
.ph:before {
	content: '';
	position: absolute;
	display: block;
	left: 0;
	top: 0;
	width: 20px;
	height: 20px;
	background-color: #fff;
	z-index: 2;
	font-weight: 600;
	text-align: center;
	line-height: 20px;
	color: #2f465b;
}
.ph1:before {
	content: '1'
}
.ph2:before {
	content: '2'
}
.ph3:before {
	content: '3'
}
.ph4:before {
	content: '4'
}
.ph5:before {
	content: '5'
}
.ph6:before {
	content: '6'
}
.ph7:before {
	content: '7'
}
.indexing li {
	padding-left: 25px;
	margin-bottom: 0.5em;
	line-height: 20px;
}
.indexing li:before {
	border: 1px solid #4a4b9d;
}
.ph .caption {
	display: block;
	font-size: 0.8em;
}
.ph .captionL {
	text-align: left;
}
.ph .captionR {
	text-align: right;
}
.ph .caption a {
	text-decoration: underline;
}
.ph .capLink:before {
	padding-right: .25em;
	color: #2440B5;
	content: "►";
	vertical-align: middle;
	font-size: 56.25%;
	font-family: Arial;
}

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