.fontsize18{
	font-size:18px;
}
.use-label {
	margin-right: 20px;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type="number"] {
    -moz-appearance:textfield;
}

.required-label {
    width: 100px;
    float: left;
    line-height: 40px;
    font-weight: bold;
    padding-right: 20px;
    text-align: right;
    font-size: 18;
}

.manage-link-div {
	text-align: center;
	margin-top: 30px;
}
#registBtn:disabled {
	background-color: gray;
}
#registBtn {
	width: 350px;
}

.required-mng {
	padding-top: 0px;
	float: left;
	margin-top: 7px;
    height: 25px;
    line-height: 25px;
}

.completion_message{
	max-width: 770px;
	margin: 50px auto;
}

.member_kbn_div {
	clear: both;
	margin-left: 220px;
}

@media only screen and (max-width: 991px) and (min-width: 768px) {
	.mail_info {
		font-size: 0.7em;
		width: 500px;
		display: block;
	}
	.member_kbn_div {
		margin-left: 200px;
	}
}

.terms-div {
	width: 80%;
	margin-top: 50px !important;
	margin: auto;
	height: 300px;
	padding: 10px;
	overflow-y: scroll;
	font-size: 12pt;
}
.main-title {
	font-size: 25px;
    font-weight: bold;
    margin: 40px 0 40px 0;
}
.sub-title {
	font-size: 25px;
    font-weight: bold;
    margin: 40px 0 20px 0;
}
.article-title {
	font-size: 20px;
    font-weight: bold;
    margin: 40px 0 20px 0;
}
.item-title {
	text-decoration: underline;
    margin-top: 30px;
}
@media only screen and (max-width: 767px) {
	.terms-div {
		width: 95%;
		font-size: 10pt;
	}
	.main-title {
		font-size: 23px;
	    margin: 20px 0 20px 0;
	}
	.sub-title {
		font-size: 18px;
	    margin: 20px 0 10px 0;
	}
	.article-title {
		font-size: 18px;
	    margin: 20px 0 10px 0;
	}
	.item-title {
		text-decoration: underline;
	    margin-top: 20px;
	}
	.member_kbn_div {
		margin-left: 0;
	}
}

.mail_info{
	font-size: 15;
}

.enable-btn-group .btn {
	width: 200px;
	font-size: 18;
    padding: 0;
}
.residence-btn {
	width: 170px!important;
}
.bank-info-title {
	text-align: left;
    font-size: 20px;
    font-weight: bold;
}
.bank-info-text {
	line-height: 40px;
}