div.cal_wrapper {
	padding: 0px;
	float:left;
	margin:0 auto;
	padding:10px;
}
div.cal_wrapper table.cal tr th p {
	float: none;
	padding: 5px;
	margin: 0px;
	display:block;
	color: #666;
	font-size: 14px;
}
div.cal_wrapper table.cal{
	float: none;
	padding: 15px 40px;
	margin: 0 auto;
	display:block;
	color: #666;
	font-size: 14px;
}
div.cal_wrapper table.cal tr th div.cal_ui {
}
div.cal_wrapper table.cal tr th div.cal_ui input {
	border: none;
	font-size: 14px;
	margin: 0px 1px;
	padding: 1px 5px;
	border-radius: 3px;
	color:#999;
	display:none;
}
div.cal_wrapper table.cal tr td {
	border-top: solid 1px #EEE;
}
div.cal_wrapper table.cal tr td {
	font-size: 14px;
	text-align: center;
	padding: 2px 10px;
}
div.cal_wrapper table.cal tr.headline td {
	padding: 5px 0px;
	color: #666;
}
div.cal_wrapper table.cal tr.headline {
	background-color: #EEE;
}
div.cal_wrapper table.cal tr td div {
	position: relative;
	padding: 5px 15px;
	font-size: 14px;
	text-align: center;
	background-color: #FFF;
	border-radius: 3px;
}
@media screen and (max-width:1270px) {
div.cal_wrapper {
	padding: 0px;
	float:none;
	margin:0 auto!important;
	display:block;
	padding:10px;
}
div.cal_wrapper table.cal tr td div {
	position: relative;
	padding: 2px 5px;
	font-size: 14px;
	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: 180px;
	border: solid 1px #EEE;
	background-color: #FFF;
	text-align: left;
	padding: 2px 10px;
	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.Today {
	font-weight: bolder;
	background-color:#CCC;
}
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: #444;
	background-color: #F3B29D;
}
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;
}