hr{
	display: none;
}

#content{
	position: relative;
	border: 1px solid #aaaaaa;
	border-radius:10px;
	overflow: visible;
	z-index: 1;
}
p.copy{
	margin: 5px 0 10px 0;
	padding: 10px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	background-color: #f2f2f2;
}
div#content img{
	margin: 0 20px 0 0;
}
.list-row{
	border: none;
}
.list-row:first-child,
.list-row:hover{
	background-color: #ffffff;
}

/* 給与 */
.list-row div{
	display: inline-block;
	margin-right: 5px;
}
