﻿@charset "utf-8";

/* 	※カレンダーボタンの位置を調整 */
th.ui-datepicker-week-end {
	color: #00f;
}

th.ui-datepicker-week-end:first-child {
	color: #f00;
}

.ui-datepicker-week-end a.ui-state-default {
	color: #00f;
}

.ui-datepicker-calendar td:first-child .ui-state-default {
	color: #f00;
}

.ui-datepicker-trigger {
	margin-left: 5px;
	margin-bottom: -2px;
}