.ip-error{
	border-color: red;
}
.control-label {
	text-align: right;
}

.hand-cursor {
	cursor: pointer;
}

.hidden {
	display: none;
}

.required::after {
	border-radius: 3px;
	border: 1px solid #ff000080;
	color: #ff0000db;
	content: '必須';
	font-size: xx-small;
	margin-left: 0.25rem;
	padding: 0 1px;
	position: absolute;
	white-space: nowrap;
}

.thumb {
	width: 130px;
	height: 130px;
}
