/* 日曜日のカラー設定 */
.ui-datepicker-calendar tr td:first-child a{
	background: none!important;
	background-color: #fcc!important;
	color: #f00!important;
}
/* 土曜日のカラー設定 */
.ui-datepicker-calendar tr td:last-child a{
	background: none!important;
	background-color: #ccf!important;
	color: #00f!important;
}

.ui-widget {
	font-family:"游明朝",YuMincho,"ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
    font-size: 1.1em;
}
