/*업체회원 가입 페이지 */
.nopadding{padding:0px}
.redColor{color:#d4021f;display: inline-block;}

.form-control:focus {
    border: 1px solid #BABABA;
}

#agencyregist { width: 950px; padding-top: 80px; max-width: 1020px; }
#agencyregist h1 {
    color: #222;
    font-size: 36px;
    font-weight: bold;
    line-height: 50px;
    background-image: url('/images/agency_register_icon.png');
    background-repeat: no-repeat;
    padding-left: 70px;
}
.subtitle {
    border-bottom: 2px solid #444 !important;
}
#agencyregist form .subtitle ul { padding-left: 24px; }
#agencyregist form .subtitle li { color: #d4021f; list-style-type: square; font-size: 24px; }
#agencyregist form .subtitle h2 {
	font-size: 24px;
	color: #444;
    font-weight: bold;
    margin-top: 50px;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
#agencyregist form table { width: 100%; }
#agencyregist form table td, #agencyregist form table th { padding: 10px; }
#agencyregist form tr {
    border-bottom: 1px solid #ddd;
}
#agencyregist form th { background-color: #f8f8f8; width: 180px; }
#agencyregist form input .tel { width: 120px; }
#agencyregist #recommanded {
    background-color: #eee;
    padding: 10px;
}

#agencyregist #recommanded p {
    color: #f00;
    margin: 0;
}
#agencyregist .row {
    margin: 40px 0;
}
.termsAllCheck {
    float: right;
    font-size: 12px;
    font-weight: normal;
    margin-top: 12px;
}
.termsAllCheck label {
    margin-right: 5px !important;
}
.termsList {
    list-style-type: none;
    padding-left: 0;
}

.termsList li {
    padding: 13px;
    border-bottom: 1px solid #ccc;
}

.termsLink {
    color: #d4021f;
    border-bottom: 1px solid #d4021f;
    float: right;
}

#agencyregist #manager_name {
    width: 35.5%;
    margin-right: 10px;"
}

#sample4_postcode {
    width: 7em;
}

#sample4_roadAddress {
    width: 25em;
}

#sample4_jibunAddress {
    width: 20em;
}

#agency_regist_form .telInput{
    width: 25%;
}

#txtAddrSearch {
    width: 52%;
}
#btnAddressSearch {
    min-width: 120px;
    margin-left: 5px;
}
#addressFront {
    margin: 5px 0px 10px;
}

.registerWrap{
    text-align: center;
}
#register{
    padding: 15px 80px;
    margin-top: 40px;
    transition: all 1s;
}
#register[disabled] {
    background-color: #aaa;
    border-color: #888;
}

dl.listAddr { font-size: 14px; font-weight: normal; margin: 10px 0px; }
dl.listAddr dt {
	width: 34px; height: 13px; margin-top: 2px; border: 1px solid #d4e2ef;
	border-radius: 1px; line-height: 12px; color: #008db3; text-align: center;
	font-size: 10px; float: left;
}

form#agency_regist_form input[type=checkbox] { display: none; }
form#agency_regist_form input[type=checkbox]+label.redBorder {
    background: url('/images/red_rounded_checkbox_off.png') no-repeat 0px 0px;
}
form#agency_regist_form input[type=checkbox]+label {
    background: url('/images/gray_rounded_checkbox_off.png') no-repeat 0px 0px;
    height: 20px;
    width: 20px;
    margin-top: -2px;
    margin-right: 15px;
    margin-bottom: 0px;
    display: inline-block;
    vertical-align: middle;
}
form#agency_regist_form input[type=checkbox]:checked+label {
    background: url('/images/red_rounded_checkbox_on.png') no-repeat 0px 0px;
}
div#changeProfile {
			background-image: url('/images/nobody.png');
			margin: 10px 0px;
			position: relative;
			width: 70px;
			height: 70px;
			margin: 5px auto;
			border-radius: 50%;
			border: 2px solid #ccc;
			background-size: cover;
    		background-position: center center;
			float: left;
		}
div#changeProfile input[type=file] { display: none; }
div#changeProfile a#lnkChangeProfile {
    width: 24px;
    height: 24px;
    position: absolute;
    bottom: 0;
    right: 0;
}
