@charset "UTF-8";

span.Today {
	cursor: default;
	font-weight: bolder;
	display: block;
	background-color: #fff;
}
.deli {
	background-color: #009900;
}
li.openingsale {
	color: #FFFFFF;
	font-weight: bolder;
	background-color: #FF0000;
}
li.holyday {
	color: #FF0000;
	}
li.open {
	color: #666;
}
li.Sun {
	color: #FF0000;
}
li.Sat {
	color: #0000FF;
}
li.undefined {
	color:#666;
	cursor: pointer;
}

/*ui*/
div.cal_wrapper {
	margin: 0 10% 12px;
	width: 80%;
	background-position: bottom right !important;
	background-repeat: no-repeat;
	position: relative;
}
.cal_wrapper:after{
	content: ".";  
	display: block;  
	visibility: hidden;  
	height: 0.1px;  
	font-size: 0.1em;  
	line-height: 0;  
	clear: both;  
}
*:first-child+html .cal_wrapper{  
	zoom: 100%;  
}

ul.cal_ui {
	padding: 0px;
	margin: 0 2% 0 0;
	width: 60px;
	float: right;
}
ul.cal_ui li {
	float: left;
	width: 20px;
	height: 15px;
	font-size: 10px;
	list-style: none;
	background-repeat: no-repeat;
	cursor: pointer;
}
li.cal_prev {
	background-image: url(cal_01.gif);
}
li.cal_to {
	background-image: url(cal_02.gif);
}
li.cal_next {
	background-image: url(cal_03.gif);
}

div.cal_base {
	
}

div.cal_base p {
	font-size: 1em;
	padding: 5px 0;
	margin:0 2% 15px 0 !important;
	color:#000;
	border-bottom: solid 1px #ccc;
	width:auto;
}

ul.cal_main {
	clear: both;
	padding: 0px;
	margin: 0px;
}
ul.cal_main li {
	/*padding: 3px 0px 3px 0px;*/
	width: 14%;
	text-align: center;
	list-style: none;
	font-size: 11px;
	font-size: 1.1em;
	font-size: 1.1rem;
	float: left;
	overflow: hidden;
	border-bottom: solid 1px #eaeaea;
	cursor:default !important;
}
ul.cal_main li span {
	padding: 3px;
	display: block;
}

li.cal_headline {
	color:#fff;
}