a.white:link {text-decoration : none; color : #ffffff; }
a.white:visited {text-decoration : none; color : #ffffff; }
a.white:active {text-decoration : none; color : #ffffff; }
a.white:hover {text-decoration : none; color : #ffffff; }

ul.lcp_catlist li {
list-style:none;
}

ul.lcp_catlist li img {
 float: left;
 margin-top: 30px;
 margin-right: 15px;
 margin-left: 15px;
}

body.page-id-302 {
background : none;
}

/*月曜日の背景色*/
th.fc-day-header.fc-widget-header.fc-mon {
    background: #696969;
}
/*火曜日の背景色*/
th.fc-day-header.fc-widget-header.fc-tue {
    background: #696969;
}
/*水曜日の背景色*/
th.fc-day-header.fc-widget-header.fc-wed {
    background: #696969;
}
/*木曜日の背景色*/
th.fc-day-header.fc-widget-header.fc-thu {
    background: #696969;
}
/*金曜日の背景色*/
th.fc-day-header.fc-widget-header.fc-fri {
    background: #696969;
}
/*土曜日の背景色*/
th.fc-day-header.fc-widget-header.fc-sat {
    background: #696969;
}
/*日曜日の背景色*/
th.fc-day-header.fc-widget-header.fc-sun {
    background: #696969;
}
 
/*月の文字色を変更*/
td.fc-day-number.fc-mon {
    color: #000;
}
/*火の文字色を変更*/
td.fc-day-number.fc-tue {
    color: #000;
}
/*水の文字色を変更*/
td.fc-day-number.fc-wed {
    color: #000;
}
/*木の文字色を変更*/
td.fc-day-number.fc-thu {
    color: #000;
}
/*金の文字色を変更*/
td.fc-day-number.fc-fri {
    color: #000;
}
/*土の文字色を変更*/
td.fc-day-number.fc-sat{
    color: #000;
}
/*日の文字色を変更*/
td.fc-day-number.fc-sun {
    color: #000;
}