@charset "UTF-8";


/*
	##### DAIFUKU ONLINE AR 2017 #####
	common/css/highlights.css
*/

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


.finTable {
	margin-top: 40px;
	margin-bottom: 5px;
	width: 920px;
	border-bottom: 1px solid #989898
}
.finTable caption,
figcaption {
	font-weight: 700;
	color: #4a4a9b;
}
.finTable caption {
	font-size: 19px;
	text-align: left;
}
figcaption {
	margin-bottom: 1em;
	font-size: 17px;
}

.finTable .unitRow td {
	padding: 3px 1.5em 3px 1.5em;
	border-bottom: 1px solid #989898;
	text-align: center;
	vertical-align: bottom;
}
.finTable tbody th {
	box-sizing:border-box;
	width:55%;
}
.finTable tbody td {
	box-sizing:border-box;
	width:15%;
	font-size: 120%;
}
.finTable thead th {
	padding: .75em 1.5em;
	vertical-align: middle;
	text-align: center;
	font-weight: 400;
	line-height: 1
}
.finTable thead th.label {
	font-size: 16px;
	font-weight: 700;
	text-align: left;
	padding-left:0;
}
.finTable thead th.thisY,
.finTable tbody td.thisY {
	font-weight: 700;
	color: #494D9B;
}

.finTable tbody td.thisY {
	border-right: 3px solid #494D9B;
	border-left: 3px solid #494D9B;
}
.finTable tbody tr:nth-child(1) td.thisY {
	border-top: 3px solid #494D9B;
}
.finTable tbody tr:last-child td.thisY {
	border-bottom: 3px solid #494D9B;
}


.finTable thead th.chng,
.finTable tbody td.chng {
	background-color: #494D9B;
	color: #fff;
}
.finTable tbody th {
	vertical-align: middle;
	text-align: left;
}
.finTable tbody td {
	padding: .5em 2em;
	vertical-align: middle;
	text-align: right;
}
.table1 tbody th {
	padding: .5em 1em;
}
.table2 tbody th {
	padding: .5em 0;
}

.finTable tbody td.dec {
	padding-right: 1.75em
}
.finTable tbody td.perc.dec {
	padding-right: .8em
}
.finTable tbody td.perc {
	padding-right: 1.15em
}
.finTable tbody tr.sec th {
	padding: 3px 0;
	border-top: 1px solid #989898;
}
.finTable tbody tr.sec td {
	border-top: 1px solid #989898;
}



.note2 {
	box-sizing: border-box;
	padding-top: 0.25em;
	font-size: 10px;
}
.figures {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.finData {
	width: 440px;
	margin-top: 50px;
	padding-bottom: 50px
}


@media print {
	table,
	.figures {
		page-break-inside: avoid;
	}
}
