@charset "utf-8";
/* CSS Document */
body {
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", HelveticaNeue, "Segoe UI", "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:15px;
	line-height:140%;
	text-align:left;
	margin:0;
	padding:0 5px 0 5px;
}
html {
	overflow:hidden;
}
.clr{
	clear: both;
}
table.calendar {
	border-collapse:collapse;
	border-spacing:0;
	border:1px #666 solid;
	text-align:center;
	font-size:12px;
	margin:0 auto 10px auto;
	width:195px;
}

table.calendar caption{
	padding:0 10px 3px 10px;
	color:#333333;
	font-size:110%;
}


table.calendar td,
table.calendar th {
	padding:2px 0px;
	border:1px #CCCCCC solid;
	width:20px;
	height:20px;
	font-weight:normal;
}

table.calendar th {
	background:#c9dfe8;
}

table.calendar td.today {
	background:#fff;
	color:#008080;
	font-weight:bold;
}

.underline{
	text-decoration:underline;
	color:#F63;
}

.today_txt{
	color:#000;
}


table.calendar td.holiday {
	background:#ffe4e4;
	color:#e57f7d;
}

table.calendar td.specialday {
	background:#6C6;
	color:#fff;
}

table.calendar .red {
	color:#f33;
}

table.calendar .blue {
	color:#33f;
}

.yoko,.yoko_ft{
	width:195px !important;
	text-align:center;
	}

.yoko_ft{
	float:left !important;
	margin-right:25px !important;
}
