@charset "utf-8";
/* ------------------------------------------------------------------------

目次

	・共通...テーブルに関する共通のスタイル
		
------------------------------------------------------------------------ */


/* ------------------------------------------------------------------------

	・共通...テーブルに関する共通のスタイル。
		
------------------------------------------------------------------------ */

.baseTable{
	border-top:solid #000 1px;
	border-collapse:collapse;
	margin-bottom:10px;
	width:100%;
	font-size:100%;
	background-color:#fff;
}

.baseTable caption{
	text-align:left;
}

.baseTable th,
.baseTable td{
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	border-left: 1px solid #000;
	vertical-align:top;
	padding:2px 5px;
	font-weight:400;
	text-align:left;
}

.baseTable th{
	/*width:20%;*/
}

th.cellCenter,
td.cellCenter{
	text-align:center;
}