@charset "UTF-8";
#cal {
	padding:1px 1px 10px 1px;
	text-align:center;
	border:#CCC solid 1px;
	color:#666;
}
#cal dt {
	height:28px;
	margin-bottom:20px;
	padding-left:10px;
	background:#aeaeae;
	color:#FFF;
	font-weight:bold;
	font-size:94%;
	line-height:28px;
	text-align:left;
}
#cal ul.cal_main li {
	width: 25px;
	height:20px;
	margin:0;
	padding:0;
	background-image:none;
	text-align: center;
	line-height:14px;
	list-style: none;
	font-size: 75%;
	float: left;
	overflow: hidden;
	border-left:#CCCCCC solid 1px;
	border-top:#CCCCCC solid 1px;
}
#cal ul.cal_main li.rli {
	border-right:#CCCCCC solid 1px;
}
#cal ul.cal_main li span {
	padding: 3px;
	display: block;
}
#cal span.Today {
	font-weight: bolder;
	color:#339900;
	display: block;
	/*height:17px;*/
}
#cal li.deli {
	background-color: #FFCCCC;
	color: #FF0000;
}
#cal li.openingsale {
	color: #FF0000;
	background-color: #FFCCCC;
}
#cal li.holiday {
	/*color: #FF0000;*/
	background-color: #FFE1E1;
}
#cal li.dayoff {
	background-color: #FFE1E1;
}
#cal li.Sun {
	/*color: #FF0000;*/
	background-color: #FFE1E1;
}
#cal li.Sat {
	/*color: #0000FF;*/
	background-color: #FFE1E1;
}
#cal li.open {
	color: #0000FF;
	background-color: #FFF;
}
#cal ul.cal_main li.cal_headline {
	width:26px;
	background:#FFF;
	border:none;
}

#cal .cal_base {
	margin-bottom:20px;
}

#cal .cal_base p {
	width:182px;
	height:20px;
	margin:0 auto 10px;
	background:#EEE;
	font-size:82%;
	font-weight:bold;
	text-align:center;
	line-height:20px;
}

#cal .cal_main:after {
	content:" ";
	display:block;
	clear: both;
	height:0;
}
#cal .cal_main {
	display: inline-block;
	position:relative;
}
#cal .cal_main {
	display: block;
}
/* MacIE用 \*//*/
#cal .cal_main { overflow: hidden; }
/* */
#cal ul.cal_main {
	clear: both;
	margin:0 auto;
	width:183px;
	border-bottom:#CCCCCC solid 1px;
	/*border-right:#CCCCCC solid 1px;*/
	background-color:#FFF;
}
#cal .ht {
	width:182px;
	margin:0 auto;
	text-align:left;
}
#cal .ht p {
	margin-bottom:10px;
	font-size:75%;
	line-height:1.4em;
}
#cal .ht p.box_idt {
	padding:0;
	text-indent:-0.5em;
}
#cal .ht .holiday {
	padding:0 10px 0 5px;
	display:inline;
	line-height:20px;
	border-left:solid 30px;
}
#cal .ht .today {
	padding:0 10px 0 5px;
	display:inline;
	line-height:20px;
}
#cal .ht .holiday {
	border-left-color:#FCC;
}
#cal .ht .today {
	color:#390;
	font-weight:bold;
}
