@charset "UTF-8";
/* CSS Document */

.calTable {
	border-collapse: collapse;
}

.calTable td,
.calTable th {
	background: #F2F2F2;
	width: 25px;
	height: 25px;
	text-align: center;
	font-family: Verdana, Helvetica;
	font-size: 11px;
	color: #444;
	border: 1px solid #fff;
	margin: 0px;
	padding: 0px;
	vertical-align:top;
}

.calTable th {
	font-size: 8px;
	height: 15px;
	text-align: center;
	font-weight: normal;
	border: 1px solid #fff;
	vertical-align:middle;
	background: #9F9FA7;
	color: #FFF;
}

.calTable td.mon {
	width: 125px;
	height: 25px;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	vertical-align:middle;
}

.calTable td.btn {
	font-size: 11px;
	height: 25px;
	font-weight: bold;
	text-align: center;
	line-height: 12px;
}

.calTable td.sat {
	color: #444;
	background: #D8DAE7;
	border: 1px solid #fff;
}

.calTable td.sun {
	color: #d63838;
	background: #EFD4D0;
	border: 1px solid #fff;
}

.calTable td.today {
	background: #FFCC66;	
}

.calTable td.webJozu {
	font-size: 9px;
	width: 175px;
	height: 20px;
	text-align: right;
	padding-right:5px;
	background: #F2F2F2;	
}

.calTable td.btn a {
	display: block;
	width: 25px;
	height: 21px;
	color: #444;
	padding: 9px 0px 0px 0px;
	text-decoration: none;
	background: #EEE;
}

.calTable td.btn a:hover {
	text-decoration: underline;
}

.yView {
	font-size: 13px;
	font-weight: normal;
	color: #444;
	font-weight: bold;
}

.tbView {display:none;}

.linkArea {
	display: block;
	width: 25px;
	height: 25px;
	text-align: center;	
	vertical-align:top;
}

a.linkArea:link,
a.linkArea:visited {
	color: #d63838;
	vertical-align:top;
}

a.linkArea:hover {
	background-color: #fff0f0;
	vertical-align:top;
}

.linkPopup {
	display: block;
	position: absolute;
	left: -6px;
	top: 34px;
	text-align: left;
}

.popTxt {
	display: block;
	background-color: #f9f9f9;
	width: 110px;
	font-size: 11px;
	font-weight: normal;
	line-height: 150%;
	color: #444;
	border: 1px solid #FFCC66;
	padding: 4px 10px;
}

.popArrow {
	font-size: 12px;
	font-weight: bold;
	line-height: 50%;
	color: #FFCC66;
	padding-left: 21px;
}