body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 13px;
	line-height: 100%;
	color: #333;
	background-color: #E6F4FB;
}
#wrapper {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
}
#header {
	margin-bottom: 10px;
	height: 42px;
}
#header h1 {
	font-family: "Roboto", sans-serif;
	font-size: 50px;
	line-height: 42px;
	text-align: center;
	font-weight: 900;
}
#header h1 span {
	font-size: 24px;
	font-weight: 400;
	margin-left: 10px;
}
#header li#prev {
	float: left;
}
#header li#next {
	float: right;
}
#header li.off {
	opacity: 0.2;
	filter: alpha(opacity=20);        /* ie 6 7 */
	-ms-filter: "alpha(opacity=20)";  /* ie 8 */
}
.ta_cal {
	width: 100%;
	clear: both;
	background-color: #FFF;
	border: 1px solid #BBBBBB;
}
.ta_cal th {
	text-align: center;
	vertical-align: middle;
	font-size: 16px;
	border-left-color: #BBBBBB;
	border-right-color: #BBBBBB;
	border-top-color: #BBBBBB;
	border-left-style: solid;
	border-right-style: solid;
	border-top-style: solid;
	border-left-width: 1px;
	border-right-width: 1px;
	border-top-width: 1px;
}
.ta_cal th#honjo {
	background-color: #333;
	color: #FFF;
}
.ta_cal th#jogai {
	background-color: #333;
	color: #FFF;
}
.ta_cal th#shitei {
	background-color: #333;
	color: #FFF;
	font-size: 12px;
	padding: 5px 0px;
}
.ta_cal th#event {
	background-color: #555;
	color: #FFF;
	font-size: 11px;
	line-height: 110%;
	padding: 10px 0px;
}
.ta_cal th#gekijo {
	background-color: #777;
	color: #FFF;
	line-height: 110%;
}
.ta_cal th#day {
	width: 40px;
	background-color: #F5F5F5;
}
.ta_cal th#night {
	width: 40px;
	background-color: #E6E6E6;
}
.ta_cal td {
	width: 24px;
	color: #FFF;
	font-size: 12px;
	line-height: 110%;
	text-align: center;
	vertical-align: middle;
	border-left-color: #BBBBBB;
	border-right-color: #BBBBBB;
	border-top-color: #BBBBBB;
	border-left-style: solid;
	border-right-style: solid;
	border-top-style: solid;
	border-left-width: 1px;
	border-right-width: 1px;
	border-top-width: 1px;
}
.ta_cal tr.date td {
	font-family: "Roboto", sans-serif;
	font-weight: 700;
	font-size: 14px;
	line-height: 100%;
	color: #333;
	border-bottom-style: none;
	height: 18px;
	padding-top: 2px;
}
.ta_cal tr.day td {
	font-size: 11px;
	line-height: 100%;
	color: #999;
	border-top-style: none;
	height: 16px;
	padding-bottom: 2px;
}
.ta_cal tr.day td.sat {
	color: #5096F0;
}
.ta_cal tr.day td.sun {
	color: #FF6699;
}
.ta_cal tr.honjo td {
	color: #FFF;
	font-size: 13px;
	line-height: 150%;
	padding: 10px 2px 10px 2px;
}
.ta_cal tr.honjo td a {
	color: #FFF;
}
.ta_cal tr.honjo td a:hover {
	color: rgba(255,255,255,0.70);
}
.ta_cal tr.jogai td {
	color: #FFF;
	font-size: 13px;
	padding: 10px 2px 10px 2px;
}
.ta_cal tr.event td {
	padding: 4px 0px;
}
.ta_cal tr.gekijo {
	background-color: #F5F5F5;
	color: #FFF;
}
.ta_cal tr.gekijo td {
	font-size: 12px;
	padding: 5px 1px 5px 1px;
}
.ta_cal tr.gekijo.night {
	background-color: #E6E6E6;
}


.ta_cal tr.blank td {
	background-color: #BBB;
	font-size: 1px;
	line-height: 0%;
	height: 2px;
}


/*グレード・種別*/
td.SG {
	background-color: #DC1414;
}
td.G1 {
	background-color: #FF9600;
}
td.G2 {
	background-color: #9966CC;
}
td.G3 {
	background-color: #78C800;
}
td.G0 {
	background-color: #5096F0;
}
td.N {
	background-color: #6478DC;
}
td.L {
	background-color: #FF7878;
}
td.M {
	color: #333;
}

p#comment {
	color: #333;
	margin-top: 10px;
	margin-bottom: 0px;
	line-height: 150%;
}


/*中止*/
td.chushi {
	background-color: #333 !important;
	color: #DC1414 !important;
	font-weight: bold !important;
}
/*休館*/
td.close {
	background:#999 !important;
	color:#FFF !important;
}
