@charset "shift_jis";
/* CSS Document */

#calendarBox {
	/*width: 180px;*/
	padding-bottom: 15px;
	overflow: hidden;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#calendarTable_0,
#calendarTable_1,
#calendarTable_2 {
	width: 180px;
	float: left;
	margin: 0 10px 10px 0;
}

.calendarTable {
	border: #161616 solid 1px;
	background-color: #FFF;
}

.calendarH2 {
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3";
	font-size: 12px;
	font-weight: bold;
	line-height: 29px;
	color: #FFF;
	background-color: #161616;
	padding: 0 4px 0 10px;
	overflow: hidden;
}
.calendarDisp {
	float: left;
}
.monthNex,
.monthNow,
.monthPre {
	float: right;
	cursor: pointer;
}
.calendarH2 .monthNex:hover,
.calendarH2 .monthNow:hover,
.calendarH2 .monthPre:hover {
	color: #900000;
}

.calendarTable th {
	width: 14.28%;
	font-size: 10px;
	text-align: center;
	color: #333;
	font-weight: normal;
	background-color: #888;
	padding: 4px 0;
}
.calendarTable th.holiday {
	font-weight: bold;
}

.calendarTable td {
	font-size: 12px;
	font-weight: nomal;
	text-align: center;
	color: #333;
	padding: 3px 0;
	border-bottom: #ccc dotted 1px;
}
.calendarTable tr.calendarTr_3 td {
	border-bottom: none;
}
.calendarTable tr.calendarTr_4 td,
.calendarTable tr.calendarTr_5 td {
	border-top: #ccc dotted 1px;
	border-bottom: none;
}

.calendarTable td.holiday {
	background-color: #ccc;
	color: #900000;
}

.calendarTable tr td.today {
	/* font-weight: bold; */
	border: #333 solid 2px;
	padding: 1px 0;
}
