#gantte-area {
	position:relative;
	box-sizing: content-box;
}
#gantte-area-padding {
	padding-left: 200px;
}

#data-title {
	position:absolute;
	left: 0px;
	top: 25px;
	width: 200px;
	overflow:hidden;
}

#data-title table td {
	width: 200px;
	height: 83px;
	border: solid 1px #666;
	font-size: 12px;
	vertical-align: top;
	white-space: nowrap;
}

.holidayBg {
	background-color: #ca0000;
	opacity: 0.1;

}

#data-title table td .title1 {
	width: 200px;
	overflow: hidden;
	white-space: nowrap;
}

#data-title table td .title2 {
	width: 200px;
	height: 60px;
	overflow: hidden;
	white-space: normal;
}
