@charset "utf-8";

div.cal_wrapper {
	padding: 2% 0;
	margin:0 auto;
	width:90%; 
	display:block;
}
div.schedule_wrapper {
	padding: 10px 0px;
	width: 100%;
	border: solid 1px #ddd;
	border-radius: 5px;
}
div.schedule_wrapper h5 {
	padding: 0px 10px 15px 10px;
	font-weight: normal;
	margin:0 0 15px 0;
	font-size: 14px;
	color: #666;
}
div.schedule_wrapper div.schedule_list {
	padding: 0px 10px;
	margin: 0px;
}
div.schedule_wrapper div.schedule_list ol {
	padding: 0px;
	margin: 5px auto;
	border-top: solid 1px #CCC;
}
div.schedule_wrapper div.schedule_list ol li {
	padding: 5%;
	margin: 0;
	font-size: 12px;
	line-height: 1.5em;
}
div.schedule_wrapper div.schedule_list ol li:hover {
	text-decoration: underline;
}

div.cal_wrapper table.cal tr th p {
	float: left;
	padding: 5px;
	margin: 0px;
	color: #666;
	font-size: 12px;
}
/* div.cal_wrapper table.cal tr th div.cal_ui {
	float: right;
}*/
div.cal_wrapper table.cal tr th div.cal_ui {
	display:none;
}
div.cal_wrapper table.cal tr th div.cal_ui input {
	border: solid 1px #CCC;
	background-color: #FFF;
	font-size: 12px;
	margin: 0px 1px;
	padding: 1px 5px;
	border-radius: 3px;
}
div.cal_wrapper table.cal tr td {
	border-top: solid 1px #EEE;
	width:15%;
}
div.cal_wrapper table.cal tr td {
	font-size: 10px;
	text-align: center;
	padding: 3%
}
div.cal_wrapper table.cal tr.headline td {
	padding: 2%;
	color: #fff;
}
div.cal_wrapper table.cal tr.headline {
	background-color: #3e75b5;
}
/* �R���@�@*/
div.cal_wrapper table.cal tr td div {
	position: relative;
	padding: 4px 7px;
	font-size: 10px;
	text-align: center;
	background-color: #FFF;
	border-radius: 3px;
}
div.cal_wrapper table.cal tr td div span {
	display: none;
	position: absolute;
	top: 20px;
	left: 0px;
	width: 150px;
	border: solid 1px #EEE;
	background-color: #FFF;
	text-align: left;
	padding: 5px;
	z-index: 10;
	color: #000;
	font-weight: normal;
	line-height: 1.5em;
	box-shadow: 1px 1px 3px #666;
}




/* �ȉ��A�N���X�w�肷��Ƃ��̃A�� */

 div.cal_wrapper table.cal tr td div.Sat {
	color: #000;
	font-weight: normal;
}
div.cal_wrapper table.cal tr td div.Sun2 {
	color: #000;
	font-weight: normal;
	background-color:#BFFCBC;
}

div.cal_wrapper table.cal tr td div.Wed {
	color: #000;
	font-weight:bolder;
	background-color: #ff9999;
}

div.cal_wrapper table.cal tr td div.Today {
	font-weight: bolder;
}
div.cal_wrapper table.cal tr td div.Holi {
	font-weight: bolder;
	background-color: #ff9999;
}

.top_cal_txt{font-size:100%; line-height:140%; color:#020202; margin-top:0; text-align:center;}
.top_cal_txt span.holyday_r_top{color:#ff9999; font-size: 150%;}

div.cal_wrapper table.cal tr td div.Holyday {
	font-weight: bolder;
	color: #F00;
}
div.cal_wrapper table.cal tr td div.Birthday {
	font-weight: bolder;
	background-color: #EEF;
	color: #090;
	border-radius: 3px;
}

div.cal_wrapper table.cal tr td div.backward {
	color: #CCC;
	font-weight: normal;
	background-color: #FFF;
	border-radius: 3px;
}
div.cal_wrapper table.cal tr td div.pointer {
	cursor: pointer;
}
div.cal_wrapper table.cal tr td div.pointer:hover {
	background-color: #EEE;
}

.cal_box_center{margin-left:auto; margin-right:auto; width: 505px;}

#cal1{display:block;}

