@charset "utf-8";


/* ここだけ移しておきました */

/* 出発日の設定 */
.class-depart_date > .ui-state-default {
  background: #ff5a00 !important;
  color: #fff !important;
}

/* 渡航中の設定 */
.class-travel_date > .ui-state-default {
  background: #ffc95f !important;
  color: #000 !important;
}
.ui-datepicker { z-index: 10000 !important; }

#ui-datepicker-div {
		font-family:"メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
}


#ui-datepicker-div .ui-datepicker-header {
	background:#357ebd  ;
	color:#fff;
	border: 1px solid #fff;
}


.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
	background:#ebf4f8;
}

.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled {
	background: #fff;
}

.ui-datepicker-header.ui-widget-header.ui-helper-clearfix.ui-corner-all .ui-state-disabled{
	background: none;
}


.ui-datepicker-today .ui-state-highlight {
/*	background : #94bae0;*/
border: 1px solid #d3d3d3;
}


.ui-datepicker .ui-datepicker-prev:hover span, 
.ui-datepicker .ui-datepicker-next:hover span,
.ui-datepicker .ui-datepicker-prev span, 
.ui-datepicker .ui-datepicker-next span {
	background:none;
	margin:0;
}

#ui-datepicker-div .ui-state-hover {
	background:none;
/*	border:none;*/
	border: 1px solid #ff5a00;
	margin:0;
	cursor:pointer;

}
#ui-datepicker-div .ui-datepicker-next-hover ,#ui-datepicker-div .ui-datepicker-prev-hover{
	border:none!important;
}
.ui-datepicker-next:before {
	content:"\f054";
	font-family:FontAwesome;
	display: block;
	color:#fff;
	position: absolute;
	top:8px;
	right:10px;
	font-weight: normal;

}

.ui-datepicker-prev:before {
	content:"\f053";
	font-family:FontAwesome;
	display: block;
	color:#fff;
	position: absolute;
	top:8px;
	left:10px;
}