#cal_title{
	float:left;
	width:80px;
	text-align:right;
		font-size: 14px;
		font-weight:bold;
		padding:20px 0 0 20px;
}

div.cal_wrapper table.cal tbody tr th p {
	color: #000;
	font-size: 18px;
	font-weight:bold;
}



div.cal_wrapper {
	width:95%;
	text-align:right;
	padding: 10px 10px;
	float:left;
		background-color:#FAE1D7;
		margin:20px 0 10px;

}
@media only screen and (max-width:600px){
div.cal_wrapper {
	width:94%;
		padding: 10px 0;
		margin:0;
}
}

div.schedule_wrapper h3 {
	padding: 0px 10px;
	font-weight: normal;
	margin: 0px;
	font-size: 12px;
	color: #666;
}
div.cal_wrapper table.cal tr th p {
	float: left;
	padding: 5px;
	margin: 0px;
	color: #666;
	font-size: 12px;

}div.cal_wrapper table.cal {
	margin: 0 auto;
}
div.cal_wrapper table.cal tr th div.cal_ui {
	float: right;
}
div.cal_wrapper table.cal tr th div.cal_ui input {
	font-size: 12px;
	margin: 0px 1px;
	color:#FF0000;
}

div.cal_wrapper table.cal tr td {
	border-top: solid 1px #EEE;
}
div.cal_wrapper table.cal tr td {
	font-size: 12px;
	text-align: center;
	padding: 5px 16px;
}
@media only screen and (max-width:600px){
div.cal_wrapper table.cal tr td {
	padding: 5px 3px;
}
}
div.cal_wrapper table.cal tr.headline td {
	padding: 5px 0px;
	color: #FFF;
	background-color:#F00;
}

div.cal_wrapper table.cal tr td div {
	position: relative;
	padding: 8px;
	font-size: 12px;
	text-align: center;
	background-color: #FFF;
	border-radius: 20px;
}
div.cal_wrapper table.cal tr td div span {
	display: none;
	position: absolute;
	top: 20px;
	left: 0px;
	width: 180px;
	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;
}

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

div.cal_wrapper table.cal tr td div.Sat {
	color: #00F;
}
div.cal_wrapper table.cal tr td div.Sun {
	color: #F00;

}
div.cal_wrapper table.cal tr td div.Tue {
		background-color:#F00;
		color: #FFF;

}
div.cal_wrapper table.cal tr td div.Tueholi {
		background-color:#FFF;
		color: #000;

}
div.cal_wrapper table.cal tr td div.WedHol{
		background-color:#F00;
		color: #FFF;
}

div.cal_wrapper table.cal tr td div.Today {
	font-weight: bolder;
	color:#0C0;

}
div.cal_wrapper table.cal tr td div.Deli {
	background-color: #EFE;
}
div.cal_wrapper table.cal tr td div.Holyday {
	font-weight: bolder;
	color: #903;
}
div.cal_wrapper table.cal tr td div.Satholiday {
	font-weight: bolder;
	color: #00F;
}
div.cal_wrapper table.cal tr td div.Weekholiday {
	font-weight: bolder;
	color: #000;
}
div.cal_wrapper table.cal tr td div.Birthday {
	font-weight: bolder;
	background-color: #EEF;
	color: #090;
	border-radius: 6px;
}

/* 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;
}

