@charset "utf-8";
/* CSS Document */

body, td, input, textarea {
	font-size: 14px;
	color: #666;
}
body, form, h1 {
	margin: 0;
	padding: 0;
}
.clear{
	clear:both;
}
.foot {
	padding: 10px;
	text-align: center;
	clear: both;
	margin: 5px;
	border-top: 1px solid #ccc;
}
.msg_img {
	width: 250px;
}
#m_light_bg, #cal_se_bg {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1000;
	background: rgba(0, 0, 0, 0.8);
}
#top_msg {
	position: fixed;
	top: 20px;
	left: 20px;
	right: 20px;
	background: #fff;
	border-radius: 3px;
	padding: 10px;
	color: #000;
	font-weight: bold;
	z-index: 1001;
}
#cal_se_div {
	position: fixed;
	top: 20px;
	left: 0;
	right: 0;
	z-index: 1001;
	text-align: center;
}
#cal_se_div div {
	margin: 0 auto;
	width: 300px;
}
#cal_se_div table {
	background: #ccc;
}
#cal_se_div td {
	background: #fff;
	text-align: center;
	padding: 5px 0;
}
#cal_se_div .cal_weekend {
	background: #eee;
}
.cal_today {
	font-weight: bold;
	color: #036;

}
