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

body {
	color: #333333;
	display: table;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	margin: 0 auto;
}

p.text {
	font-size: 14px;
	line-height: 1.0;
	padding: 0 0 0 28px;
	position: relative;
}
p.text span {
	background-color: #fffcac;
	border: solid 1px #e2cabc;
	display: block;
	position: absolute;
	top: -3px;
	left: 0;
	height: 16px;
	width: 22px;
}

div.cal_wrapper {
	display: table;
	margin: 0 auto 20px;
	padding: 0;
}
div.cal_wrapper table {
	border-collapse: collapse;
}

div.cal_wrapper table.cal tr th p {
	margin: 0 0 5px;
	color: #7b6041;
	font-size: 18px;
	text-align: center;
}
div.cal_wrapper table.cal tr th div.cal_ui {
	display: none;
}
div.cal_wrapper table.cal tr th div.cal_ui input {
	border: solid 1px #CCC;
	background-color: #FFF;
	font-size: 12px;
	margin: 0px 1px;
	padding: 1px 5px;
	border-radius: 3px;
}
div.cal_wrapper table.cal tr td {
	background-color: #ffffff;
	border: solid 1px #e2cabc;
	font-size: 14px;
	text-align: center;
}
div.cal_wrapper table.cal tr.headline td {
	background-color: #e9dad1;
	padding: 5px 0px;
	color: #7b6041;
}
div.cal_wrapper table.cal tr.headline {
	background-color: #ffcac4;
}
div.cal_wrapper table.cal tr td div {
	position: relative;
	padding: 5px 8px;
	font-size: 14px;
	text-align: center;
	background-color: #FFF;
}
div.cal_wrapper table.cal tr td div span {
	display: none;
	position: absolute;
	top: 20px;
	left: 0px;
	width: 180px;
	border: solid 1px #EEE;
	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;
}

/* �ȉ��A�N���X�w�肷��Ƃ��̃A�� */

div.cal_wrapper table.cal tr td div.Sat {
	background-color: #fffcac;
	color: #4fa8b8;
}
div.cal_wrapper table.cal tr td div.Sun {
	background-color: #fffcac;
	color: #ff1833;
}
div.cal_wrapper table.cal tr td div.Today {
	font-weight: bolder;
}
div.cal_wrapper table.cal tr td div.Holyday {
	background-color: #fffcac;
	color: #ff1833;
}
div.cal_wrapper table.cal tr td div.holi {
	background-color: #fffcac;
}

div.cal_wrapper table.cal tr td div.pointer {
	cursor: pointer;
}
div.cal_wrapper table.cal tr td div.pointer:hover {
	background-color: #EEE;
}

@media screen and (max-width: 210px) {
	div.cal_wrapper table.cal tr td div {
		padding: 7px 4px;
	}
}