@charset "UTF-8";

*{
font-family:ＭＳ Ｐゴシック, MS PGOTHIC;
}

span.Today {
	cursor:pointer;
	font-weight:bolder;
	display:block;
	background-color:#E7CA8A;
}

.deli {
	background-color: ;
	color: ;
}

li.openingsale {
	color: ;
	font-weight: ;
	background-color: ;
}

li.holyday {
	color:#ff0000;
}

li.Sun {
	color:#ff0000;
}

li.Sat {
	color:#ff0000;
}

li.undefined {
	cursor:pointer;
}

/*ui*/
div.cal_wrapper {
	width:130px;  /*調整で重要　日の横幅18px×7日*/
	/*width//:138px;*/
	/*height:140px;*/
	/*height//:140px;*/
	/*background-position:bottom right;*/
	/*background-repeat:no-repeat;*/
	/*position:relative;*/
	margin-bottom:5px;
}

ul.cal_ui {
	padding:0px;
	margin:0px;
	width: ;  /*おそらく月移動のimgボックス全体の横幅、月移動不要の為、60pxとなっていたが削除した*/
	float:right;
}

ul.cal_ui li {
	float:left;
	width:0px;
	height:0px;
	font-size:7px;
	list-style:none;
	background-repeat:no-repeat;
	cursor:pointer;
}

li.cal_prev {
	/*background-image: ;*/
}

li.cal_to {
	/*background-image: ;*/
}

li.cal_next {
	/*background-image: ;*/
}

div.cal_base {
}

div.cal_base p {
	width:126px;  /*年月と曜日の間の幅　日の横幅18px×7日*/
	font-size:13px;  /*年月のフォントサイズ*/
	text-align:center;  /*年月の位置*/
	padding:0px;
	margin:0px;
	border-bottom:solid 1px #CCCCCC;
}

ul.cal_main {
	clear:both;
	padding:0px;
	margin:0px;
}

ul.cal_main li {
	/*padding: 3px 0px 3px 0px;*/
	width:18px;  /*調整で重要 おそらく日の横幅*/
	padding:0px;
	margin:0px;
	text-align:center;
	list-style:none;
	font-size:11px;
	float:left;
	overflow:hidden;
	border-bottom:solid 1px #CCCCCC;
}

ul.cal_main li span {
	padding:3px;  /*調整で重要 日の縦幅調整*/
	display:block;
}


li.cal_headline {
}
