@charset "UTF-8";
/* 共通部分 */
.wcvcal_cell_01, .wcvcal_cell_02, 
.wcvcal_cell_03, .wcvcal_cell_04, 
.wcvcal_cell_05, .wcvcal_cell_06 {
	color: #000000;
	text-align: center;
}

/*指定なし*/
.wcvcal_cell_01 {
	vertical-align: top;
	white-space: normal; 
	background: #FFFFFF;
padding: 4px 15px 4px 15px!important ;
}

/*休館・休日*/
.wcvcal_cell_02 {
	height: 100%;
	vertical-align: center;
background: #ffeded;
padding: 15px!important ;
}

/*午前*/
.wcvcal_cell_03 {
background: #e4f0ff;
padding: 4px 15px 4px 15px!important ;
}

/*午後*/
.wcvcal_cell_04 {
background: #efffe4;
padding: 4px 15px 4px 15px!important ;
}

/*夜間*/
.wcvcal_cell_05 {
	text-align: center;
background: #eeeeee;
padding: 4px 15px 4px 15px!important ;
}

/*全日*/
.wcvcal_cell_06 {
	height: 100%;
	vertical-align: center;
background: #fffce4;
padding: 15px!important ;
}
