﻿@charset "utf-8";
/*--------------------------------------------------
　社員名簿（構成団体）
--------------------------------------------------*/

#mainContents .common table {
	margin:0 auto 20px auto;
/*	width:400px;
	border:none;*/
	width:630px;
	border:solid 1px #999999;
}
#mainContents .common table caption {
	text-align:right;
	padding-bottom:3px;
}

#mainContents .common .row-1 td {
	background: #393939;
	color:#ffffff;
	font-weight:bold;
}

#mainContents .common td {
	padding:10px 20px;
	border:solid 1px #999999;
	font-size:14px;
	line-height:1;
	border-bottom: solid 1px #999999;
  text-align: left;
}

#mainContents .common td:nth-child(2) {text-align: center;}

#mainContents .common p.m10 {
	margin:0 10px;
}


#mainContents .common p.comment {
	padding:10px;
	text-align:right;
}

