@charset "utf-8";

/*------左カラム------*/

#mainContent01.thirdCont h2{
	padding-bottom:20px;
	}
	
#mainContent01.thirdCont p.calendarNote{
	padding:0 20px 40px;
}

/*--table--*/

table.calendar{
	border-left:#c1c1c1 1px solid;
	border-top:#c1c1c1 1px solid;
	margin-bottom:15px;
	}
	
table.calendar td,
table.calendar th{
	border-right:#c1c1c1 1px solid;
	border-bottom:#c1c1c1 1px solid;
	padding:6px;
	font-size:1em;
}

table.calendar th{
	background:#e4e4e4 url(/images/common/bg_tablecell_01.jpg) top repeat-x;
	font-weight:bold;
	}
	
table.calendar th.date{
	width:10em;
	}
