@charset "Shift_JIS";
/* Container Styles */

.calcontainer {*height:1%;} /* IE */
.calcontainer:after {content:'.';clear:both;display:block;visibility:hidden;height:0;} /* others */

.calbordered {
	float:left;
	padding:5px;
	border:1px solid #525252;
}

.calbordered .title {
	font:80% Arial,Helvetica,sans-serif;
	color:#fff;
	font-weight:bold;
	margin-bottom:5px;
	height:auto;
	width:304px;
	position:relative;
}

.title .close-icon {
	position:absolute;
	right:0;
	top:0;
	border:none;
}

.calnavleft {
	position:absolute;
	top:0;
	bottom:0;
	height:12px;   
	left:2px;
}

.calnavright {
	position:absolute;
	top:0;
	bottom:0;
	height:12px;  
	right:2px;
}

/* Calendar element styles */

.calendar {
	font:15px Arial,Helvetica,sans-serif;
	text-align:center;
}

.calcell {
	width:1.8em;
	height:1.4em;
	border:1px solid #999;
}

.calcell a {
	color:#fff;
	text-decoration:none;
}

.calcell.oom, .calcell.oom:hover {
	cursor:default;
	color:#999;
	border:1px solid #282828;
}

.calcell.selected {
	color:#003DB8;
	border:1px solid #0231a9;
}

.calcell.today {
	border:1px solid #fff;
	background-color:#aaa;
}

.calcell:hover, .calcell.calcellhover {
	cursor:pointer;
	color:#FFF;
	border:1px solid #5285ff;
}

.calcell.calcellhover a, .calcell:hover a {
	color:#FFF;
}

.calcell.restricted {
	text-decoration:line-through;
}

.calcell.previous {
	color:#CCC;
}



.calhead {
	border:1px solid #525252;
	vertical-align:middle;
}

.calheader {
	position:relative;
	width:100%;
}

.calheader img {
	border:none;
}

.calweekdaycell {
	color:#bbbbbb;
	font-weight:normal;
}

.sunday{
	border:1px solid #fff;
}
.sunday a{
	color: #FF0000;
}

