@charset "UTF-8";

/*=====================================================
*
*	personform css
*
========================================================*/

#personform .contents-inner {
	padding: 20px 10px 54px;
}
#personform h2 {
	margin-bottom: 10px;
}
#personform  h4 {
	font-weight: bold;
	clear: both;
	padding-top: 10px;
}
#personform  h4 span.inp {
	font-size: 10px; font-size: 1rem;
	font-weight: normal;
}
#personform .personform-box {
	background: #f1eeeb;
	padding: 6px;
}
#personform .input {
	margin: 0.5em 0 0 0.7em !important;
}
#personform .input.text {
	float: left;
}
#personform .input.radio label {
	margin-right: 1em;
	vertical-align: middle;
	display: inline-block;
}
#personform .btn-next {
	color: #51343D;
	line-height: 47px;
	padding: 0;
	position: relative;
	margin: auto;
	left: -5px;
}
