.contents{
	min-height: 100%;
	padding: 16px;
	display: flex;
	flex-direction: column;
	background-position: 0 0,20px 20px;
}

.contents-description{
	border-left: 4px solid #aaaaaa;
}

.test{
	width: 50%;
}

.test-header, .data1{
	display: flex;
	justify-content: space-around;
}
