@charset "UTF-8";

/* calendar */

/*--------------------------------------
	common
---------------------------------------*/

/* calendar_header */

.calendar_header {
	position: relative;
}

.calendar_header .btn_prev {
	position: absolute;
	left: 5px;
	top: 2px;
}

.calendar_header .btn_next {
	position: absolute;
	right: 5px;
	top: 2px;
}

.calendar_header .btn .disabled {
	filter: alpha(opacity=20);
	-moz-opacity: 0.2;
	opacity: 0.2;
}
	
.calendar_title {
	margin-bottom: 5px;
	border-bottom: 2px solid #CCC;
	line-height: 1.6em;
	text-align: center;
	font-size: 92%;
	font-weight: bold;
	color: #333;
}

/* calendar_frame */

.calendar_wrap {
	float: left;
	width: 190px;
}

.calendar_table {
	width: 100%;
	border-bottom: 2px solid #CCC;
}

.calendar_table th,
.calendar_table td {
	padding: 0;
	line-height: 2.2em;
	text-align: center;
	font-size: 77%;
	font-weight: bold;
	color: #666;
}

.calendar_table th.sun {
	color: #C00;
}

.calendar_table th.sat {
	color: #39F;
}

.calendar_table .check,
.calendar_table .w_check {
	color: #DDD;
}

.calendar_table .today {
	background: #F0F4F2;
	/*border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;*/
}