/* ---------------------------------------------
Date Picker
------------------------------------------------*/
.ui-datepicker-trigger{
	cursor:pointer;
}
.ui-datepicker td span,
.ui-datepicker td a{
	text-align:center;
}

/* 期間外の平日表示 */
.ui-datepicker-unselectable.ui-state-disabled.outSide{
	background:none:
	border:none;
	opacity:1.0!important;
}

.ui-datepicker-unselectable.ui-state-disabled.outSide span{
	background-image:none;
	border:none;
	background-color:#fff;
	color:#fff;
}


/* 休日 */
.ui-datepicker-unselectable.ui-state-disabled.holiday{
	opacity:0.5;
}
.ui-datepicker-unselectable.ui-state-disabled.holiday span{
	color:#f00;
}

.holiday > .ui-state-default{
	color:#f00;
}
/* 新フォーム用　前面に移動 2016.5.18*/
.ui-datepicker { z-index: 99999 !important; }
/* 新フォーム用　カレンダーアイコン調整 2016.5.23*/
img.ui-datepicker-trigger{
  cursor: pointer;
  height:27px;
  margin-left: 5px!important;
  width:27px;
}
input.datepickerText{
	padding:2px 10px;
}

/* /新フォーム用　カレンダーアイコン調整 2016.5.23*/