@charset "utf-8";
* {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
body {
	font-family: 'Noto Sans SC', sans-serif;
}
input, button, select, textarea {
	margin:0;
}


.text-danger{
	color: #F30;
	height: 25px;
	font-size: 14px;
	margin-top: 1px;
	margin-left: 5px;
	font-family: 'Noto Sans SC', sans-serif;
	letter-spacing: 0.1em;
}
.form-group {
	width: 100%;
	margin: 0 auto;
}
.form-control {
	width: 100%;
	height: 28px;
	font-family: 'Noto Sans SC', sans-serif;
	margin: 0px;
	background-color: #FFFFFF;
	font-size: 14px;
	border: 1px solid #848484;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
}
.form-area {
	width: 100%;
	height: 100px;
	font-family: 'Noto Sans SC', sans-serif;
	margin: 0px;
	background-color: #FFFFFF;
	font-size: 14px;
	border: 1px solid #848484;
	padding-top: 10px;
	padding-right: 3px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.btn-xl2 {
	padding: 10px 20px;
	border-radius: 3px;
	text-transform: uppercase;
	font-family: 'Noto Sans SC', sans-serif;
	font-size: 14px;
	font-weight: 500;
	color: #fff;
	background-color: #999;
	margin: 0 auto;
	outline: 0;
	border: 1px solid #999;
}
.btn-xl2:hover,
.btn-xl2:focus,
.btn-xl2:active {
	color: #fff;
	background-color: #888;
}
.btn:focus,
.btn:active,
.btn.active,
.btn:active:focus {
    outline: 0;
}.btn-center {
	width: 100%;
	margin: 0 auto;
}
.space_ {
	letter-spacing: -0.1em;
}