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

.f_abst_tbl{
	border: 1px solid #f1b08d ;
	margin-top: 5px ;
	margin-bottom: 10px ;
}
	.f_abst_tbl th,.f_abst_tbl td{
		border-right: 1px solid #f1b08d ;
		border-bottom: 1px solid #f1b08d ;
		padding: 4px 10px ;
		vertical-align: middle ;
	}

	.f_abst_tbl th{
		background: #FFF4E1 ;
		border-bottom: 1px solid #f1b08d ;
		color: #e7793e ;
		height: 60px ;
		text-align: left ;
	}

	.f_abst_tbl tr td:nth-of-type(1){ /* 1列目のtd */
		width: 45% ;
	}




/* ----------*----------*----------*----------*----------*----------*----------*----------*----------*----------*/
/* ----------*----------*----------*----------*----------*----------*----------*----------*----------*----------*/
/* テーブル セル個別指定（サンプル） */
/* ----------*----------*----------*----------*----------*----------*----------*----------*----------*----------*/
/* ----------*----------*----------*----------*----------*----------*----------*----------*----------*----------*/
.tbl_test tr td:nth-of-type(2){ /* 2列目全セルの幅 */
	width: 15% ;
}
.tbl_test tr td:nth-of-type(3){ /* 3列目全セルの幅 */
	width: 15% ;
}
.tbl_test tr:nth-child(1) th { /* 1行目のth スタイル */
	background: #004E8A ;
}
.tbl_test tr:nth-child(2) th { /* 2行目のth スタイル */
	background: #004E8A ;
}


.tbl_test tr:nth-child(1) th:nth-child(4) { /* 1行目で4番目のth スタイル */
	border-bottom: solid 1px #FFF ;
}
/* ----------*----------*----------*----------*----------*----------*----------*----------*----------*----------*/
/* ----------*----------*----------*----------*----------*----------*----------*----------*----------*----------*/
/* ----------*----------*----------*----------*----------*----------*----------*----------*----------*----------*/
/* ----------*----------*----------*----------*----------*----------*----------*----------*----------*----------*/

