﻿@charset "utf-8";
@import url("../_common/_common.css");

/*---------- for 年間予定 CSS ----------*/
/* under #ContentBody */

#ContentBody .ContentMain h2 {
}

#ContentBody .ContentMain h3 {
}
#ContentBody .ContentMain p.AsOf {
	margin: 0;
	padding: 0 0 .5em;
	text-align: center;
}
#ContentBody .ContentMain p.Attention {
	margin: 0;
	padding: 0;
	text-align: center;
}
#ContentBody .ContentMain table.Schedule {
	width: 100%;
	margin: 0;
	border-collapse: collapse;
	border: 2px solid #aaa;
	font-size: 12px;
}
#ContentBody .ContentMain table.Schedule th ,
#ContentBody .ContentMain table.Schedule td {
	/* vertical-align: top; */
	white-space: nowrap;
	border: 1px solid #aaa;
}
#ContentBody .ContentMain table.Schedule tr.Bdr th ,
#ContentBody .ContentMain table.Schedule tr.Bdr td {
	border-top: 2px solid #aaa;
}
#ContentBody .ContentMain table.Schedule th {
	padding: 1px 4px;
	color: #666;
	background: #eee;
}
#ContentBody .ContentMain table.Schedule td.br {
	white-space: normal;
}
#ContentBody .ContentMain table.Schedule tr.Year th {
	padding: 2px 12px 0;
	color: #fff;
	background: #aaa;
	text-align: left;
	line-height: 1.1;
}
#ContentBody .ContentMain table.Schedule td {
	padding: 6px 4px;
}
#ContentBody .ContentMain table.Schedule td.Num {
	text-align: right;
	white-space: nowrap;
	font-weight: bold;
	background: #ffe;
}
#ContentBody .ContentMain table.Schedule td.Date {
	text-align: center;
	white-space: nowrap;
	font-weight: bold;
}
#ContentBody .ContentMain table.Schedule td.Target {
	white-space: nowrap;
	text-align: center;
	font-size: 11px;
	background: #f8ffff;
}
#ContentBody .ContentMain table.Schedule td.Type {
	background: #f8ffff;
}
#ContentBody .ContentMain table.Schedule tr.Reikai td.Type {
	background: #eef;
}
#ContentBody .ContentMain table.Schedule tr.Special td.Type {
	background: #ffe;
}
#ContentBody .ContentMain table.Schedule td.Type .Theme {
	/* display: block;
	margin: 0 0 0 1em;
	font-size: 11px;
	color: #030; */
	font-weight: bold;
}
#ContentBody .ContentMain table.Schedule tr.Member td.Target ,
#ContentBody .ContentMain table.Schedule tr.Member td.Type {
	background: #fff8f8;
}
#ContentBody .ContentMain table.Schedule td.Place {
	width: 7.5em;
	font-size: 10px;
}
