img.ui-datepicker-trigger{
  cursor: pointer;
  margin-left: 7px!important;
  vertical-align: middle;
  width: 20px;
  height: 20px;
}

/* 日曜日のカラー設定 */
td.ui-datepicker-week-end:first-child a.ui-state-default{
  background-color: #ffecec;   /* 背景色を設定 */
  color: #f00!important;       /* 文字色を設定 */
}
/* 土曜日のカラー設定 */
td.ui-datepicker-week-end:last-child a.ui-state-default{
  background-color: #eaeaff;   /* 背景色を設定 */
  color: #00f!important;       /* 文字色を設定 */
}
/* ホバー時の動作 */
td.ui-datepicker-week-end a.ui-state-hover{
  opacity: 0.8;
}
/* 当日を示す色はそのまま */
td.ui-datepicker-week-end a.ui-state-highlight{
  background-color: #fffa90!important;
}

table {
border-collapse: collapse;
border: 0px none;
width: 312px;
}
.t_border_1 {
border: 1px solid #C0C0C0;
}

.t_width100 {
border: 0px none;
width: 100%;
}

.t_none {
display: none;
}

td {
border: 1px solid #C0C0C0;
padding: 5px;
}

.td_border_0 {
border: 0px solid;
}

.td_border_0_pad_0 {
border: 0px solid;
padding: 0px;
}

.td_border_0_pad_5_0 {
border: 0px solid;
padding: 5px 0px;
}

.td_border_0_pad_5_20 {
border: 0px none;
padding: 5px 20px;
}

.td_pad_25_0 {
padding: 25px 0px;
}

.td_width_30 {
width: 30%;
}

.td_width_40 {
width: 40%;
}

.td_header_none {
display: none;
}

.td_top {
width: 310px;
}

.td_top_none1 {
display: none;
}

.td_top_none2 {
}

