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


/* ----------*----------*----------*----------*----------*----------*----------*----------*----------*----------*/
/* 参加登録ページ */
/* ----------*----------*----------*----------*----------*----------*----------*----------*----------*----------*/


/*----------*----------*----------*----------*----------*----------*----------*----------*----------*----------*/
/* テーブル */
/*----------*----------*----------*----------*----------*----------*----------*----------*----------*----------*/

/* テーブル デフォルト */
.regist_table{
	border: 1px solid #f1b08d ;
	margin: 5px 0 10px 0 ;
	box-sizing: border-box ;
	width: 90%;
}
	.regist_table th,.regist_table td{
		border-right: 1px solid #f1b08d ;
		border-bottom: 1px solid #f1b08d ;
		padding: 4px 10px ;
		vertical-align: middle ;
	}
	.regist_table th{
		background: #fcf3e2 ;
		color: #e7793e ;
		text-align: left ;
	}
	.regist_table td{
		text-align: left ;
		width: 20%;
	}

	.regist_table tr:first-child>*{
		border: 1px solid  #eeac88 ;
		background: #e7793e ;
		color: #fff ;
	}

.regist_table2{
	border: 1px solid #f1b08d ;
	margin: 5px 0 10px 0 ;
	box-sizing: border-box ;
}
	.regist_table2 th,.regist_table2 td{
		border-right: 1px solid #f1b08d ;
		border-bottom: 1px solid #f1b08d ;
		padding: 4px 10px ;
		vertical-align: middle ;
	}
	.regist_table2 th{
		background: #fcf3e2 ;
		color: #e7793e ;
		text-align: left ;
		width: 20%;
	}
	.regist_table2 td{
		text-align: left ;
	}