#Contents .user {
	margin: 20px auto 10px;
	max-width: 300px;
}
#Contents h3 {
	border: none;
}
#Contents div.entry {
	margin-top: 0;
	font-size: 0.8rem;
}
#Contents div.entry input {
	padding: 5px;
}
#Contents div.entry.company div {
	border: 1px solid #EEE;
	padding: 5px;
}

#Contents .button {
	background-color: #ABBBCC;
}
#Contents .button.submit {
	background-color: #69C;
}
#Contents .button.update {
	background-color: #ef5042;
}

#Contents select[name=company] {
	width: 100%;
	font-size: 1.5rem;
}

#Contents .notice {
	margin: 40px auto 10px;
	padding: 10px;
	max-width: 300px;
	background-color: #EEE;
	box-sizing: border-box;
}

#Contents .notice.mono-set {
	background-color: #DDD;
}
