@charset "UTF-8";

/*!
Theme Name: Simplicity2 child
Template:   simplicity2
Version:    20161002
*/

/* Simplicity子テーマ用のスタイルを書く */



/*土曜日の背景色*/
th.fc-day-header.fc-widget-header.fc-sat {
    background: #00bfff;
}
/*日曜日の背景色*/
th.fc-day-header.fc-widget-header.fc-sun {
    background: #ff6666;
}

/*土の文字色を変更*/
td.fc-day-number.fc-sat{
    color: #0000ff;
}
/*日の文字色を変更*/
td.fc-day-number.fc-sun {
    color: #ff0000;
}
