@charset "UTF-8";


#month_cal{
	position: relative;
    width: 99%;
	border: 4px solid #669999;
	overflow-x: auto;
}

.head{
	position:relative;
	width:100%;
	text-align:center;
	font-size:24px;
	padding: 15px 0;
}

.body{
	position:relative;
	background: #fff;
	border-collapse: separate;
	width: 100%;
	text-align: center;
	
}


.cal_btn{
	background:#FFEBCD;
	color: #663300;
	width: 14%;
	text-align: center;
}
.cal_btn_today{
	background:#B8860B;
	color: #ffffcc;
	width: 14%;
	text-align: center;
}


