@charset "utf-8";
/* =======================================================
	CSS構成	: 年間行事予定 ページレイアウト
	Editor	: DOTCOM MARKETING
	-----------------------------------------------------
	【TOC】
	01 : #schedule
	-----------------------------------------------------
	■基本骨格
	#header
		#wrapper
			#schedule
	#footer
======================================================= */




/* -------------------------------------------------------------
	01 : #schedule
------------------------------------------------------------- */
#schedule {}
#schedule h2 {
	color: #963;
	font-weight: bold;
}
#schedule p { margin-bottom: 20px; }


#schedule .schedule_box { margin-bottom: 40px; }
#schedule .schedule_box h3 { margin-bottom: 20px; }
#schedule .schedule_box table {
	border: 1px solid #999;
	border-bottom: none;
	border-collapse: collapse;
	width: 100%;
}
#schedule .schedule_box table:last-child { border-bottom: 1px solid #999; }
#schedule .schedule_box table td ,
#schedule .schedule_box table th {
	border: 1px solid #999;
	padding: 6px;
}
#schedule .schedule_box table td { text-align: left; }
#schedule .schedule_box table th {
	background: #001548;
	color: #FFF;
	font-weight: bold;
	text-align: center;
}
#schedule .schedule_box table .th01 {}
#schedule .schedule_box table .th_month {
	background: #E3E0CE;
	color: #5B5A52;
	vertical-align: middle;
	width: 8%;
}
#schedule .schedule_box table .th_aim {
	background: #E3E0CE;
	color: #5B5A52;
	text-align: left;
}
#schedule .schedule_box table .td_kijitsu { width: 20%;vertical-align: middle; }
#schedule .schedule_box table .td_gyouji { width: 50%;vertical-align: middle; }
#schedule .schedule_box table .td_kaijou { vertical-align: middle; }


/*													end:#schedule
------------------------------------------------------------- */

