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


#calendarTable_0,
#calendarTable_1,
#calendarTable_2 {
	width: 100%;
	float: left;
}

.calendarTable {
	border: #6ca22c solid 1px;
	background-color: #ffffff;
}
/* @@<<¡>>  */
.calendarH3 {
	font-family: MyriadB,Meiryo,"CI",sans-serif;
	font-size: 12px;
	font-weight: bold;
	height: 24px;
	line-height: 24px;
	margin-bottom: 9px;
	color: #666666;
	background-color: #ffffff;
}
.calendarH3 span {
	vertical-align: top;
}
/* NªÌÝ */
.calendarDisp {
	width: calc(100% - 30px);
	float: left;
	font-size: 17px;
	color: #7eb63b;
	text-align: center;
}
.monthNex,
.monthPre {
	float: left;
	cursor: pointer;
}
.monthNex {
	float: right;
}

/* jú@½ú */
.calendarTable th {
	width: 14.28%;
	font-size: 117%;
	text-align: center;
	color: #ffffff;
	font-weight: bold;
	background-color: #7eb63b;	/* ½úÌjúFwè */
	padding: 4px 0 3px;
	border-bottom: #6ca22c solid 1px;
	border-right: #6ca22c solid 1px;
}
/* jú@yú */
.calendarTable th.holiday {
	font-size: 117%;
	color: #ffffff;
	font-weight: bold;
	background-color: #919280;	/* yúÌjúFwè */
	border-bottom: #6ca22c solid 1px;
}

/* úÉ¿ SÌ*/
.calendarTable td {
	background-color: #dff1c9;	/* cÆúÌFwè */
	font-size: 125%;
	font-weight: nomal;
	text-align: center;
	color: #333;
	padding: 3px 0;			/* ³wè */
	border-bottom: #ccc dotted 1px;
	border-right: #ccc dotted 1px;
}
.calendarTable tr.calendarTr_3 td {
	border-bottom: none;
	border-right: #ccc dotted 1px;
}
.calendarTable tr.calendarTr_4 td,
.calendarTable tr.calendarTr_5 td {
	border-top: #ccc dotted 1px;
	border-right: #ccc dotted 1px;
	border-bottom: none;
}

/* úÉ¿ úEjÕú*/
.calendarTable td.holiday {
	background-color: #ffffff;
	color: #ff0000;
	font-weight: normal;
}

/* úÉ¿ y*/
.calendarTable td.holiday2 {
	background-color: #ffffff;
	color: #0033ff;
	font-weight: normal;
}

/* úÉ¿ xÆú*/
.calendarTable td.holiday3 {
	background-color: #ffa500;	/* xÆúÌFwè */
	color: #333;
}

/* úÉ¿ ó*/
.calendarTable td.kuhaku {
	background-color: #ffffff;
}

/* úÉ¿ ¡ú*/
.calendarTable tr td.today {
	/* font-weight: bold; */
	border: #6ca22c solid 1px;	/* gÌFwè */
	padding: 1px 0;
}