#calendar {
	background:#fff;
	margin:0;
	padding:0 10px;
	border:1px solid #ddd;
}

.calendar iframe{
	font-size:10px;
}

.cal_wrapper table{
	margin: 0 0 0 5px;
}

div.cal_wrapper table.cal tr th p {/*年月*/
	float:left;
	color:#666;
	font-size:15px;
	padding:0 0 5px 10px;
}
div.cal_wrapper table.cal tr th div.cal_ui {
	float:right;
	cursor:pointer;
}
div.cal_wrapper table.cal tr th div.cal_ui input {/*月おくり*/
	border:solid 1px #CCC;
	background-color:#FFF;
	font-size:12px;
	margin: 0;
	padding:4px;
	border-radius:2px;
	cursor:pointer;
}

div.cal_wrapper table.cal td {/*曜日*/
	border-bottom:solid 1px #EEE;
	font-size:10px;
	text-align:center;
	background:#fff;
}

div.cal_wrapper table.cal tr td div {/*カレンダー中身*/
	margin:0;
	padding:3px 7px;/*日付背景色範囲*/
	font-size:12px;
	text-align:center;
	background-color:#FFF;
	border-radius:3px;
}
div.cal_wrapper table.cal tr td div span {/*マウスオーバー(IE非対応)*/
	display:block;
	visibility:hidden;
	position:absolute;
	top:30px;
	left:0;
	display:none;
/*	width:180px;
*/	border:solid 1px #EEE;
	background-color:#FFF;
	text-align:left;
	padding:5px;
	z-index:30;
	color:#000;
	font-weight:normal;
	line-height:1.5em;
	box-shadow:1px 1px 3px #666;
}

/* 以下、クラス指定 */

div.cal_wrapper table.cal tr td div.weekday {
	background:#FFF;
}/*白8:30-22:00*/

div.cal_wrapper table.cal tr td div.weekday_vacation {
	background:#B3FFB3;
}/*緑8:30-13:00*/

div.cal_wrapper table.cal tr td div.Sat {
	background:#c3e5fe;
}/*水色8:30-17:00*/

div.cal_wrapper table.cal tr td div.Sun {
	background:#FFCCF7;
}/*ピンク閉館*/

div.cal_wrapper table.cal tr td div.testweek{
	background:#FFC;
}/*黄色10:00-17:00*/

div.cal_wrapper table.cal tr td div.closed {
	background:#bbb;
}/*灰未定*/

div.cal_wrapper table.cal tr td div.temp {
	background:#FC3;
}/*オレンジ8:30-19:00*/

div.cal_wrapper table.cal tr td div.temp2 {
	background:#C9F;
}/*紫8:30-20:00*/

div.cal_wrapper table.cal tr td div.Today {
	font-weight:bold;
	text-decoration:underline;
	border:#F30 solid 1px;
	margin:-1px;
}
div.cal_wrapper table.cal tr td div.Deli {
	background-color:#EFE;
}

div.cal_wrapper table.cal tr td div.backward {
	color:#666;
	border-radius:3px;
}
div.cal_wrapper table.cal tr td div.pointer {
	cursor:pointer;
}


/* 開館時間表 */
#ex table{
	margin:5px 0 0 5px;
	width: 100%;
}

#ex td{
	margin:0;
	padding:1px;
	text-align:center;
	background:#fff;
	font-size:10px;
}
#ex .weekday{
	border:#aaa solid 1px;
}

#ex .weekday_vacation{
	background:#B3FFB3 !important;
}

#ex .Sat{
	background:#c3e5fe !important;
}
#ex .Sun{
	background:#FFCCF7 !important;
}
#ex .testweek{
	background:#FFC !important;
}
#ex .temp{
	background:#FC3 !important;
}
#ex .temp2{
	background:#C9F !important;
}
#ex .closed {
	background:#bbb !important;
}

/* 文字調整 */
td .cal_caption{
	text-align: left;
}