div.cal_wrapper {
	padding: 0px 0px;
	margin:0px;
}
div.schedule_wrapper {
	padding: 2px 0px 0px 2px;
	border: solid 1px #CCC;
	border-radius: 5px;
	margin:5px 0px;
	background-color:#ffffff;
}
div.schedule_wrapper div.schedule_list {
	padding: 0px 10px;
	margin: 0px;
}
div.schedule_wrapper div.schedule_list ol {
	padding: 0px 0px 5px 0px;
	margin: 0px auto;
}
div.schedule_wrapper div.schedule_list ol li {
	padding: 0px 10px 0px 0px;
	margin: 0px 0px 0px 12px;
	font-size: 10px;
	line-height: 1em;
}
div.schedule_wrapper div.schedule_list ol li:hover {
	text-decoration: none;
}
div.cal_wrapper table.cal{
	width:100%;
	border-collapse: collapse;
}

div.cal_wrapper table.cal tr th p {
	float: left;
	padding: 0px;
	margin: 0px;
	color: #737373;
	font-weight: normal;
	font-size: 14px;
	line-height: 1.5em;
}
div.cal_wrapper table.cal tr th div.cal_ui {
	float: right;
}
div.cal_wrapper table.cal tr th div.cal_ui input {
	border: solid 1px #CCC;
	font-size: 12px;
	margin: 2px 2px;
	padding: 2px 2px;
	line-height: 1.5em;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
div.cal_wrapper table.cal tr td {
	border: solid 1px #dbdbdb;
	font-size:12px;
	text-align: center;
	padding: 0px;
	line-height: 1.5em;
	background-color:#ffffff;
}
div.cal_wrapper table.cal tr.headline td {
	padding: 3px 0px;
	color: #737373;
	line-height: 1.5em;
	background-color:#f2f2f2;
}
div.cal_wrapper table.cal tr.headline {
}


div.cal_wrapper table.cal tr td div {
	position: relative;
	padding: 0px 0px;
	text-align: center;

}
/*
div.cal_wrapper table.cal tr td div span {
	display: block;
	position: absolute;
	top: 20px;
	left: 0px;
	display: none;
	border: solid 1px #EEE;
	text-align: left;
	padding: 0px;
	z-index: 10;
	color: #000;
	font-weight: normal;
	line-height: 1.5em;

}*/



div.cal_wrapper table.cal tr td div span {
	display: block;
	position: absolute;
	top: 20px;
	left: 0px;
	display: none;
	width: 120px;
	line-height: 120%;
	background-color: #FFF;
	text-align: left;
	padding: 5px;
	z-index: 10;
	color: #050505 !important;
	box-shadow: 1px 1px 3px #rgba(0,0,0,.2);
}



/* 以下、クラス指定するときのアレ */

div.cal_wrapper table.cal tr td div.Today {
	font-weight: bolder;
}
div.cal_wrapper table.cal tr td div.Deli {
	background-color: #EFE;
}
div.cal_wrapper table.cal tr td div.weekend {
	color: #e50404;
	background-color: #f9cb69;
}
div.cal_wrapper table.cal tr td div.season {
	color: #e50404;
	background-color: #f2abab;
}
div.cal_wrapper table.cal tr td div.season_b {
	background-color: #f2abab;
}
div.cal_wrapper table.cal tr td div.holiday {
	color: #e50404;
	background-color: #f2abab;
}

div.cal_wrapper table.cal tr td div.taiwan {
	color: #008000;
	background-color: #c2e8a6;
}

div.cal_wrapper table.cal tr td div.korean {
	color: #3e87cb;
	background-color: #9bd8ed;
}

div.cal_wrapper table.cal tr td div.backward {
	color: #838383;
	font-weight: normal;
}
div.cal_wrapper table.cal tr td div.pointer {
}
div.cal_wrapper table.cal tr td div.pointer:hover {
}