@charset "utf-8";
/* CSS Document */
.point_p{
	width:50px;
	float:left;
}
.n_add_record td{
	background: yellow;
}
.ye_td{
	background: yellow;	
}
.ye_txt{
	clear:both;
	display: flex;
	flex-flow: row nowrap;
	justify-content: flex-start;
	align-items: flex-end;
}
.ye_txt p{
	margin: 0 5px;
}
.ye_block{
	background: yellow;
	width: 40px;
	height: 20px;
	border:solid 1px #000;
}
