@charset "utf-8";

body {
	margin: 0px;
	padding: 0px;
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	line-height: 100%;
}

.entry-title {
	font-weight: 400;
	font-size: 22px;
}

.calendar_box {
	height:100%;
}

.top_ctrl {
	margin-left:auto;
	margin-right:auto;
	text-align:left;
}

.calendar{
	border: 0px #000000 solid;
}

.calendar th{
	border: 0px #000000 solid;
}

.calendar td{
	width: 60px;
	height: 52px;
	padding: 0px;
}

.date_font {
	font: 600 26px/1 Times New Roman;
}

.yobi {
	height: 18px;
	padding-top: 4px;
	border: 1px solid #ccc;
	font: 600 18px/1 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
}

.y_red {
	color: firebrick;
}

.y_blue {
	color: navy;
}

.y_green {
	color: darkgreen;
}

.date_block {
	position: relative;
	text-align:center;
	height:100%;
}

.bkgd_green {
	background: #a0dec0;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	box-shadow:1px 1px 3px;
	vertical-align: bottom;
}

.bkgd_green_other {
	background: #80bea0;
	vertical-align: bottom;
}

.txt_green {
	position: absolute;
	top: 24px;
	left: 0px;
	width: 100%;
	height: 28px;
	color: darkgreen;
	line-height: 28px;
	overflow: hidden;
}

.bkgd_red {
	background: #ffe0ed;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	box-shadow:1px 1px 3px;
	vertical-align: bottom;
}

.bkgd_red_other {
	background: pink;
	vertical-align: bottom;
}

.txt_red {
	position: absolute;
	top: 24px;
	left: 0px;
	width: 100%;
	height: 28px;
	color: crimson;
	line-height: 28px;
	overflow: hidden;
}

.bkgd_blue {
	background: #def;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	box-shadow:1px 1px 3px;
	vertical-align: bottom;
}

.bkgd_blue_other {
	background: #cde;
	vertical-align: bottom;
}

.txt_blue {
	position: absolute;
	top: 24px;
	left: 0px;
	width: 100%;
	height: 28px;
	color: navy;
	line-height: 28px;
	overflow: hidden;
}

.bkgd_gray {
	position: relative;
	height:100%;
	color: gray;
	text-align:center;
}

.txt_other {
	position: absolute;
	top: 24px;
	left: 0px;
	width: 100%;
	height: 28px;
}


.bkgd_today {
	height: 28px;
	width: 100%;
	background: gold;
	border-bottom-left-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
}

.txt_today {
	height: 28px;
	color: #000;
	line-height: 28px;
	overflow: hidden;
}

.holiday_txt_red {
	height: 2em;
	color: crimson;
	padding-top: 2px;
	margin: 0px;
  text-align:center;
	font: 400 12px/1 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	overflow: hidden;
}


.year {
	padding-left: 10px;
	padding: 2px 10px;
	font: 400 18px/1 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
}

.month {
	padding-left: 10px;
	padding: 2px 10px;
	font: 400 18px/1 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
}

.sengetu {
	float: left;
	padding: 2px 30px;
	font-size: 1.2em;
	font-weight: bold;
	background-color: #248;
	color: #fff;
	border-style: none;
	box-shadow: 2px 2px 3px 1px #666;
		-moz-box-shadow: 2px 2px 3px 1px #666;
		-webkit-box-shadow: 2px 2px 3px 1px #666;
	text-shadow: 1px 1px 2px #000;
	background: -moz-linear-gradient(top,#B1D2E0 0%,#B1D2E0 3%,#0099CC 3%,#069);
	background: -webkit-gradient(linear, left top, left bottom, from(#B1D2E0), color-stop(0.03,#B1D2E0), color-stop(0.03,#0099CC), to(#069));
	border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
}
.sengetu:hover {
	opacity: 0.8;
}

.kongetu {
	padding: 2px 30px;
	font-size: 1.2em;
	font-weight: bold;
	background-color: #248;
	color: #fff;
	border-style: none;
	box-shadow: 2px 2px 3px 1px #666;
		-moz-box-shadow: 2px 2px 3px 1px #666;
		-webkit-box-shadow: 2px 2px 3px 1px #666;
	text-shadow: 1px 1px 2px #000;
	background: -moz-linear-gradient(top,#B1D2E0 0%,#B1D2E0 3%,#0099CC 3%,#069);
	background: -webkit-gradient(linear, left top, left bottom, from(#B1D2E0), color-stop(0.03,#B1D2E0), color-stop(0.03,#0099CC), to(#069));
	border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
}
.kongetu:hover {
	opacity: 0.8;
}

.raigetu {
	float: right;
	padding: 2px 30px;
	font-size: 1.2em;
	font-weight: bold;
	background-color: #248;
	color: #fff;
	border-style: none;
	box-shadow: 2px 2px 3px 1px #666;
		-moz-box-shadow: 2px 2px 3px 1px #666;
		-webkit-box-shadow: 2px 2px 3px 1px #666;
	text-shadow: 1px 1px 2px #000;
	background: -moz-linear-gradient(top,#B1D2E0 0%,#B1D2E0 3%,#0099CC 3%,#069);
	background: -webkit-gradient(linear, left top, left bottom, from(#B1D2E0), color-stop(0.03,#B1D2E0), color-stop(0.03,#0099CC), to(#069));
	border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
}
.raigetu:hover {
	opacity: 0.8;
}
