@charset "utf-8";
div.cal_wrapper {
	margin: 15px 0 0;
}
div.cal_wrapper table {
	width: 100%;
	margin-bottom: 0;
}
div.cal_wrapper table tr.headline, div.cal_wrapper table td {
	border-left: 1px solid #FFFFFF;
	background: #fff;
}
div.cal_wrapper table.cal tr th {
	background: none;
}
div.cal_wrapper table.cal tr th p {/* 当月 */
	float: left;
	margin: 0px 0px 10px;
	color: #333;
	font-size: 16px;
	font-weight: 500;
}
div.cal_wrapper table.cal tr th div.cal_ui {/* next/prevボタン */
	float: right;
}
div.cal_wrapper table.cal tr th div.cal_ui input {/* next.prev btn */
	border: none;
	background-color: #fabe00;
	font-size: 12px;
	margin: 0px 1px 5px;
	padding: 1px 7px;
	border-radius: 3px;
	cursor: pointer;
	color: #fff;
}
div.cal_wrapper table.cal tr td {/* カレンダーボーダー */
	border: none;
	border-top: 1px solid #FFFFFF;
}
div.cal_wrapper table.cal tr td {/* 日付のサイズ */
	font-size: 13px;
	text-align: center;
	padding: 0px;
	font-weight: 500;
	border-right: 1px solid #FFFFFF;
}
div.cal_wrapper table.cal tr.headline td {/* 曜日 */
	padding: 5px;
	color: #FFFFFF;
	border: none;
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	background-color: #555555;
}
div.cal_wrapper table.cal tr.headline {/* 曜日背景 */
}
div.cal_wrapper table.cal tr td div {/* 日付サイズなど */ 
	position: relative;
	font-size: 12px;
	text-align: center;
	padding: 7px;
}
div.cal_wrapper table.cal tr td div span {/* 休日名など、ポップアップ */
	position: absolute;
	top: 30px;
	left: 0px;
	display: none;
	width: 180px;
	border: solid 1px #FFFFFF;
	background-color: #FFF;
	text-align: left;
	padding: 5px;
	z-index: 10;
	color: #000;
	font-weight: normal;
	line-height: 1.5em;
	box-shadow: 1px 1px 3px #666;
}

div.cal_wrapper table.cal tr td div.Wed {
	background: #d1ebfc;
	color: #006cd1;
}
div.cal_wrapper table.cal tr td div.Sat {
	background: #caffb3;
	color: #74a900;
}
div.cal_wrapper table.cal tr td div.Sun, div.cal_wrapper table.cal tr td div.Holyday {
	background: #ffe9e9 !important;
	color: #dc0000;
}
div.cal_wrapper table.cal tr td div.Today {
	font-weight: bold;
	color: #333;
}
div.cal_wrapper table.cal tr td div.backward {
	color: #CCC !important;
	font-weight: normal;
	opacity: 0.5;

}
div.cal_wrapper table.cal tr td div.pointer {
	cursor: pointer;
}
div.cal_wrapper table.cal tr td div.pointer:hover {
	background-color: #AAA;
	color: #fff;
}
.cal-txt {
	font-size: 14px;
}
