@charset "utf-8";
.data th:last-child, .data tr td:last-child, .table-data th:last-child, .table-data tr td:last-child{
	text-align: left;
	}
	.imageapp{
		width: 100%;
		cursor:pointer;
		padding: 15px 0;
	}
	.imageapp.open{
		position:absolute;
		z-index: 100;
		left:0;	
		background:rgba(153,153,153,0.9);
	    padding: 15px;
		width:calc(100% - 30px);
	}
	.imageapp.open .popup{
		display:none;
	}
	.imageapp.open .close{
		position:absolute;
		z-index: 101;
		background: rgba(153,153,153,0.9);
		width: 1.6rem;
		height:1.6rem;
		color:white;
		top: 30px;
		right:0;
		margin-right: 60px;
		font-size: 2rem;
		font-weight:bold;
		text-align:center;
	}

