@charset "utf-8";
/* =======================================================
	CSS構成	: 出席報告 ページレイアウト
	Editor	: DOTCOM MARKETING
	-----------------------------------------------------
	【TOC】
	01 : #attend
	-----------------------------------------------------
	■基本骨格
	#header
		#wrapper
			#attend
	#footer
======================================================= */




/* -------------------------------------------------------------
	01 : #attend
------------------------------------------------------------- */
#attend {}
#attend #attendance {
	margin: 20px 0;
	text-align: center;
}
#attend #attendance table {
	border: 1px solid #999;
	border-collapse: collapse;
	margin: 0 auto;
	width: 100%;
}
#attend #attendance table td ,
#attend #attendance table th {
	border: 1px solid #999;
	padding: 6px 4px 3px;
	text-align: center;
}
#attend #attendance table th {
	background: #001548;
	color: #FFFFFF;
	vertical-align: middle;
}
#attend #attendance table td {}
#attend #attendance table .th_number { width: 6%; }
#attend #attendance table .th_club { width: 26%; }
#attend #attendance table .th_reikai { width: 10%; }
#attend #attendance table .th_syusseki { width: 10%; }
#attend #attendance table .bunku {
	background: #E3E0CE;
	color: #5B5A52;
}

#attend #attendance table .td_club {
	padding: 0 0 0 8px;
	text-align: left;
}
#attend #attendance table .span_red { color: #F00; }
#attend #attendance table .span_blue { color: #001548; }


/*													end:#attend
------------------------------------------------------------- */
