@charset "UTF-8";

.registdiv {
	width: 100%;
	max-width:900px;
	margin:1em auto;
	padding:1.5em;
}

.hissu {
	padding:2px 10px 0 10px;
	background-color:#fff;
	font-size:0.8em;
	border-radius:0.9em;
	font-weight:bold;
	color:#fff;
	background-color:#f33;
}

.form-gp {
	min-height:50px;
	border:1px solid #ccc;
	color:#555;
}

.form-title {
	position:relative;
	display:flex;
	justify-content:space-between;
	align-items:center;
	width:220px;
	padding:5px 10px;
	border-right:1px solid #ccc;
	background-color:#eee;
}

.form-koumoku {
	display:flex;
	align-items:center;
	flex:1;
	padding:5px;
}

.subkoumoku {
	width:80px;
}
