@charset "utf-8";
/********************************************************************************************



*********************************************************************************************/
.normalTbl{
	width:100%;
	background:#fff;
}

	.normalTbl thead th{
		text-align:center;
	}

	.normalTbl tbody th{
		vertical-align:middle;
	}
	.normalTbl tbody td{
	}

	.normalTbl .cell1{ width:20px; text-align:center; }
	.normalTbl .cell2{ width:70px; }





/*--------------------------------------------------

index

--------------------------------------------------*/
.indexFlow{
	margin-bottom:10px;
}

	.indexFlow dt{
		float:left;
		width:147px;
	}


	.indexFlow dd{
		float:right;
		width:440px;
	}

.indexContact{
}
	.indexContact dt{
		float:left;
		width:3em;
	}
	.indexContact dd{
		margin-left:3em;
	}
	
	
	
	
#Notice{
	border:4px solid #F00;
	padding:30px;
	width:550px;
	background:#FFF;
	font-size:12px;
	line-height:2em;
	margin-bottom:30px;
}

.notice__box{
	display: flex;
	justify-content: center;
}


.Noticettl{
		font-size:120%;
		color:#F00;
	}






