@charset "utf-8";


.ta1 th.DaiKbn,{
    width:1}%;
}

.ta1 th.ChuKbn, {
    width:.0%;
}

.ta1 th.ShoKbn,{
    width:t0%;
}
.ta1 th.Kensaku{
    width:5%;
}

/*テーブル
---------------------------------------------------------------------------*/
/*テーブル１行目に入った見出し部分（※caption）*/
/*
.ta1 caption {
	border: 1px solid #ccc;	/*テーブルの枠線の幅、線種、色*/
	border-bottom: none;	/*下線だけ消す*/
	text-align: center;		/*文字を左寄せ*/
	background: #eee;		/*背景色*/
	color: #666;			/*文字色*/
	font-weight: bold;		/*太字に*/
	padding: 5px;			/*ボックス内の余白*/
}
*/
/*ta1設定*/
.ta1, {
	table-layout: fixed;
	width: 100%;
	margin: 0 auto 20px;
	background: #fff;	/*背景色*/
	color: #666;		/*文字色*/
}
.ta1 td, .ta1 th {
	word-break: break-all;
	border: 1px solid #ccc;	/*テーブルの枠線の幅、線種、色*/
	padding: 5px;	/*ボックス内の余白*/
}

.ta1 tr.even td{
    background-color:#eeeeee;
}
.ta1 tr.odd td{
    background-color:white;
}




/*ta1の左側ボックス*/
.ta1 th {
	width: 140px;		/*幅*/
	text-align: center;	/*センタリング*/
	color: #fff;		/*文字色*/
	background: #000e78;	/*背景色*/
}
/*labelタグ*/
.ta1 label {
	display: inline-block;
}

