@charset "utf-8";

/*������������������*/
.ui-datepicker-trigger {
	padding:0 0 0 4px;
	vertical-align:bottom;
}
@media screen and (max-width: 600px) {
	.ui-datepicker-trigger {
		padding:0 0 0 8px;
		vertical-align:middle;
	}
}

/*����������������*/
.ui-datepicker {
    font-size: 90%;
}

@media screen and (max-width: 600px) {
	.ui-datepicker {
		font-size: 70%;
	}
}

/*���������ǥ�������*/
.ui-widget-content {
  border: 1px solid #65C2A5;
  background: white;
  color: #333;
}
.ui-widget-content a {
  color: black;
}
.ui-widget-header {
  border: 0;
  background: #007D5F;
  color: white;
  font-weight: bold;
}
.ui-widget-header a {
  color: white;
}
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  border: 1px solid white;
  background: #E0F3ED;
  font-weight: normal;
  color: black;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
  color: black;
  text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
  border: 1px solid #007D5F;
  background: #FFF;
  font-weight: normal;
  color: black;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited {
  color: black;
  text-decoration: none;
}
.ui-widget-header .ui-icon {
	background-image: url(../images/share/ui-icons_ffffff_256x240.png);
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
  background: #FF7217;
}
