th{
	padding:8px;
}
#dataID{
	float:left;
	width:45%;
	margin-top:2%;
}
#dataJAN{
	float:left;
	margin-top:2%;	
	width:55%;
}
#idData{
	height:595px;
	overflow:hidden;
}
#janTitle{
	width:100%;
	overflow:hidden;
	margin-left: 1px;
}
#janData{
	height:612px;
	width: 100%;
	overflow:auto;
	margin-left: 1px;
}
#dataJAN table{
	width:1400px;
}
#dataJAN th{
	white-space: nowrap; 
}
#tableID td{
	margin:0;
	padding:0;
	text-align:center;
	white-space:nowrap;
	text-overflow:ellipsis;
	font-size: 10px;
}
th{
	white-space:nowrap;
	text-overflow:ellipsis; 
	-o-text-overflow:ellipsis; 
	overflow: hidden;
}
td{

	color: #212226;
	text-align:center;
	padding:5px;
	
	overflow:hidden; 
	white-space:pre;
	/* white-space:nowrap; */
	/* text-overflow:ellipsis; 
	-o-text-overflow:ellipsis; 
	overflow: hidden; */
	/* background: #f5f6f7; */
}
#fieldCD{
  position: absolute;
  color: #667180;
  font-size: 100%;
  padding-top: 14px;
  line-height: 1.3;
  width: 80px;
  text-align: right;
}
 
#count{
	clear:both;
	float:left;
	margin-left: 50px;
	color: #C0C0C0;
}
#title_none{
	display:none;
}
#content{
	width:100%;height: 100%;
}
#ca_srchShortNameKana{
	width: 180px;
}
#employeeName{
	width: 180px;position:absolute;background-color:#f0f0f0;font-weight:bold;
}
#ca_srchDate{
	padding-bottom: 7px;
}
#week{
	position:relative; left:-70px; top:11px
}
#datepicker{
	display:none;
}
#divsearch{
	margin-top:50px;
}
#ca_srch{
	margin-left:85px;
	border-radius: 5px;
}
#content_data{
	height: 100%;display: none;
}
#searchAgain{
	display: inline-block;width: 100%;height: 5%;border-radius: 5px;
}
#chkAll{
	margin-left: 8px;
}
#toast
	{   
	position: fixed;   
	top: 60%;   
	left: 50%; 
	margin-left:-200px;  
	width: 400px;      
	border: 1px solid #666;   
	background-color: #B1BCCF;   
	padding: 10px 0 ;   
	text-align:center;   
	opacity: .9;   
	  
	-webkit-transition: opacity 4s ease-out ;
	-moz-transition: opacity 4s ease-out; 
	-ms-transition: opacity 4s ease-out; 
	-o-transition: opacity 4s ease-out;
	transition: opacity 4s ease-out;
	}
#copybtn{
	float:right;border-radius: 5px;
}
#delete{
	float:right;
	margin-right: 20px;border-radius: 5px;
}
#btnBottom{
	height:10%;
	position:relative;
	clear: both;
}