@charset "Shift_JIS";
.wcvcal_cell_01 {
	font-size: 13px;
	text-align: center;
	border-top: 1px solid #99CCCC;
	border-right: 1px solid #99CCCC;
	border-bottom: 2px solid #6699CC;
	border-left: 1px solid #6699CC;
	vertical-align: top;
	white-space: normal; 
	padding: 0;
	background: #FFFFFF;
}

/*休館・休日*/
.wcvcal_cell_02 {
	height: 100%;
	color: #CC0000;
	text-align: center;
	vertical-align: center;
	background: #F2DCDB;
	border: 1px solid #FF66CC;
	height: 100%;
}

/*午前*/
.wcvcal_cell_03 {
	color:#000000;
	text-align: center;
	border: 1px solid #6699CC;
	background: #DCE6F2;
}

/*午後*/
.wcvcal_cell_04 {
	color:#000000;
	text-align: center;
	background: #FAFDD3;
	border: 1px solid #FF9966;
}

/*夜間*/
.wcvcal_cell_05 {
	color:#000000;
	text-align: center;
	background: #95B3D7;
	border: 1px solid #333399;
}

/*全日*/
.wcvcal_cell_06 {
	height: 100%;
	color:#000000;
	text-align: center;
	vertical-align: center;
	background: #C3D69B;
	border: 1px solid #999900;
	width:100%;
}