@charset "utf-8";
html, body {
	height: 100% !important;
	margin-top: 0px;
	padding-top: 0px;
	position: relative;
}

ul {
}

ul li {
	list-style-position: outside;
	list-style-type: none;
}

#regist_header {
	width: auto;
	min-width: 100%;
	height: 75px;
	text-align: left;
	position: fixed;
	z-index: 1000;
	background-color: #00A63C;
	top: 0px;
	left: 0px;
}
#regist_logo {
	background-color: #FFFFFF;
	height: 75px;
	width: 180px;
	position: relative;
	display: inline-block;
	z-index: 1;
	margin-right: -6px;
	text-align: center;
}
#regist_logo img {
	width: 147px;
	height: 40px;
	top: 20px;
	position: relative;
}
section {
	margin-right: auto;
	margin-left: auto;
	position: relative;
	width: auto;
	height: 100%;
	min-height: 800px;
}
.regist_contents {
	position: absolute;
	top: 30%;
	left: 50%;
	transform: translate(-50%, -30%);
}

#regist_area {
}
#top {
}
#title {
	font-size: 22px;
	margin-bottom: 50px;
}

#error_list {
}
#error_list li {
	color: #E50003;
	margin-bottom: 20px;
}
#error_list li a {
	color: hsla(359,100%,41%,1.00);
	font-weight: 600;
}
#error_list li a:hover {
	text-decoration: underline;
	
}
#form_area {
	border: 1px solid #A7A7A8;
	border-radius: 10px;
	padding-top: 30px;
	padding-bottom: 30px;
	width: 450px;
	text-align: center;
}
#cout {
	color: hsla(359,100%,46%,1.00);
	text-align: left;
	margin-left: 26px;
}

form {
	padding-top: 10px;
	margin-bottom: 20px;
	display: inline-block;
	min-width: 300px;
}

#form_box {
	margin-bottom: 10px;
	width: 100%;
}
#form_box a {
	text-decoration: underline;
}
#form_box a:hover {
	color: #DF0003;
	
}
#form_area ul {
	margin-bottom: 10px;
}


.input_text {
	background-color: #F5FBFE;
	border: 1px solid #000000;
	font-size: 19px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	color: #313131 !important;
	width: 100%;
	display: inline-block;
}
.input_text_short {
	background-color: #F5FBFE;
	border: 1px solid #000000;
	font-size: 19px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	color: #A0A0A1 !important;
	width: 60%;
	margin-right: 19px;
	margin-left: -8px;
}
#search_address {
	font-size: 19px;
	color: hsla(0,0%,42%,1.00);
	padding-top: 7px;
	padding-right: 7px;
	padding-bottom: 7px;
	padding-left: 7px;
	border: 1px solid hsla(0,0%,0%,1.00);
	border-radius: 5px;
	background-color: hsla(0,0%,91%,1.00);
	line-height: 1;
	transition: 0.5s;
}
#search_address:hover {
	color: hsla(0,0%,80%,1.00);
	background-color: hsla(0,0%,33%,1.00);
	cursor: pointer;
}
#submit {
	margin-top: 50px;
	font-size: 20px;
	color: #FFFFFF;
	background-color: #26677A;
	border-radius: 5px;
	border: 1px solid #26677A;
	padding-left: 10px;
	padding-right: 10px;
	line-height: 1;
	padding-top: 5px;
	cursor: pointer;
	transition: 0.5s;
	width: 200px;
	padding-bottom: 5px;
}
#submit:hover {
	color: #26677A;
	background-color: #D4F5FF;
}
footer {
	padding-top: 20px;
	position: fixed;
	bottom: 0px;
	left: 0px;
	width: auto;
	padding-bottom: 30px;
}
#footer_logo {
	text-align: center;
	width: 170px;
	float: right;
	margin-right: 30px;
	font-size: 14px;
	margin-bottom: 0px !important;
}
#footer_logo img {
	width: 100%;
}
copyright {
	position: absolute;
	width: 100%;
	top: 40%;
}

@media (max-width:540px){
footer {
	padding-top: 10px;
	position: fixed;
	bottom: 0px;
	left: 0px;
	width: auto;
	padding-bottom: 30px;
}
#footer_logo {
	text-align: center;
	width: 170px;
	float: right;
	margin-right: 30px;
	font-size: 14px;
	margin-bottom: 0px !important;
}
#footer_logo img {
	width: 100%;
}
copyright {
	position: absolute;
	width: 100%;
	top: 81%;
}
}
