
/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
	border: 1px solid #c5c5c5;
	 background: #f6f6f6; 
	font-weight: normal;
	color: #454545;
    text-align: center;
    line-height: 30px;
    font-size: 1.2em;
}

/* 土曜日のスタイル */
.ui-datepicker-calendar .saturday a {
    background: #cff;
}

/* 日曜日のスタイル */
.ui-datepicker-calendar .sunday a {
    background: #fcf ;
}

/* 祝日のスタイル */
.ui-datepicker-calendar .holiday a {
    background: #f9f ;
}

/* 選択日付のスタイル */
.ui-datepicker-calendar .ui-datepicker-current-day a {
    background: #0f0;
    color: #454545;
}

/* 当日日付のスタイル */
.ui-datepicker-calendar .ui-datepicker-today a {

}

/* 標準（土日祝日・当日・選択日以外）のスタイル（ホバー） */
.ui-state-hover:hover {
    background: #426fd9;
    color: #fff;
}

/* 土曜日のスタイル（ホバー） */
.saturday .ui-state-hover:hover {
    background: #426fd9;
    color: #fff;
}

/* 日曜日のスタイル（ホバー） */
.sunday .ui-state-hover:hover {
    background: #426fd9;
    color: #fff;
}

/* 祝日のスタイル（ホバー） */
.holiday .ui-state-hover:hover {
    background: #426fd9;
    color: #fff;
}

/* 選択日のスタイル（ホバー） */
.ui-datepicker-current-day .ui-state-hover:hover {
    background: #426fd9;
    color: #fff;
}

/* 当日のスタイル（ホバー） */
.ui-datepicker-today .ui-state-hover:hover {
    background: #426fd9;
    color: #fff;
}

/* 当月以外の日付 */
.ui-datepicker-calendar .ui-datepicker-other-month span {
    background-color: #ccc;
    color: #a6a6a6;
}

/* 次月・先月へ移動のボタンサイズ */
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
    width: 2.4em;
    height: 2.4em;
}

/* 次月・先月へ移動のボタン（ホバー） */
.ui-widget-header .ui-datepicker-prev-hover,
.ui-widget-header .ui-datepicker-next-hover {
    background: #ededed;
}

/* 曜日文字サイズ */
.ui-datepicker-calendar th span {
    font-weight: bold;
    font-size: 1.2em;
}

/* 日付文字サイズ */
.ui-widget-content .ui-state-default {
    font-size:1.4em;
}

/* 曜日上にスペース追加（レイアウトのため） */
.ui-datepicker table {
    margin-top: 5px;
}

/* タイトル（XXXX年 XX月）文字サイズ */
.ui-datepicker-title {
    font-size:1.3em;
}

/* タイトル（XXXX年 XX月）フォント太字 */
.ui-datepicker-title,
.ui-datepicker-title span {
    font-weight: bold;
}









/* admin.css対応 */
#ui-datepicker-div span,
#ui-datepicker-div a {
    font-family: Arial,Helvetica,sans-serif;
}