/* サイト側表示系 */
.cal_tbl{
	width:280px;
	table-layout:fixed;
}
.cal_tbl img {
	max-width: inherit;
}
.cal_tbl th {
	box-sizing: border-box;
	width: 40px;
}
#tbl_box .cal_tbl tbody th,
#tbl_box .cal_tbl tbody td {
	padding:3px 2px;
	text-align: center;
}
/* div */
#tbl_box{
	margin-left:0;
}

#tbl_box .cals{
	display:block;
	float:left;
	width:280px;
	margin:0 70px 0 0;
	padding:0;
}
div.para { width:500px; }
div.para a { font-weight:bold; text-decoration:underline; cursor:pointer; }
/* Tooltip */
#tooltip { position:absolute; z-index:9999; color:#fff; font-size:10px; width:180px; }
#tooltip .tipHeader { height:8px; background:url(img/ajax/tipHeader.gif) no-repeat; }
#tooltip .tipBody { background-color:#000; padding:5px 5px 5px 15px; }
#tooltip .tipFooter { height:8px; background:url(img/ajax/tipFooter.gif) no-repeat; }
