@charset "utf-8";
/* CSS Document */

/*概要table*/
table{ border-collapse: collapse;  border-spacing: 0;}
th{ font-weight: normal; vertical-align:top; white-space: nowrap;color:#001c7a; }

#outlineTable tr{ display:block; border-bottom:2px solid #fff; }
#outlineTable tr:last-child{ border-bottom:none; }
#outlineTable th,#outlineTable td{ padding: 20px 30px; }

#outlineTable th{	background:#accdee; width:165px;}
#outlineTable td{ background:#e9f6ff; width:545px; }

#outlineTable span{display:block; font-size:0.9em; padding-top:5px;}
#outlineTable a{ color:#111; }
#outlineTable a:hover{ color:#001c7a; }

#outlineTable td a:after{ content:''; display:block; padding-bottom:23px; margin-top:-20px;
	
	background:url("../images/externallinkIcon.png") 100px 0 no-repeat;}

/*事務局*/
#secretariatTable tbody{ margin: 0 20px; display: block; }
#secretariatTable tr{ display:block; border-bottom:1px dotted #999; }
#secretariatTable tr:last-child{ border-bottom:none; }
#secretariatTable th{ width:160px; padding: 30px 0; }
#secretariatTable td{ width:510px;  padding: 30px 10px; }