@charset "UTF-8";
/* CSS Document */

#form p {
	width: 600px;
	margin: auto;
	margin-bottom: 60px;
	font-size: 16px;
}
#formApply {
	width:100%;	
	margin:0 auto;
}

#formApply h2 {
	margin: 0;
    font-size: 1.2rem;
    text-align: center;
    padding-top: 80px;
    padding-bottom: 0.3rem;
    margin-bottom: 70px;
    font-weight: 400;
    border-bottom: 1px solid #333;
}
#formApply p {
	width:90%;
	font-size: 16px;
    line-height: 36px;
    margin: 0 auto;
    letter-spacing: 1.6px;
	padding-bottom:52px;
}
textarea {
	width:90%;
	font-size: 1em;
	background-color: #eee;
    border: none;
}
#formApply form {
	margin:auto;
	width:100%;	
	padding-bottom:100px;
}

.message {
	font-size: 1.2em;
    font-weight: 500;
    text-align: center;
    margin-bottom: 60px;
}

form ul {
	margin:0;
	padding:0;	
}
form li {
	list-style-type:none;	
	font-size: 16px;
    line-height: 36px;

	margin-bottom:58px;
	overflow:auto;
}
li label {
	display:inline-block;
	width:35%;
	margin-left: 5%;
	float:left;
}
li input {
	font-size:16px;	
	background-color: #eee;
    border: none;
}
.input_long_value {
	height:30px;
	width:90%;	
	box-sizing: border-box;
}
.input_short_value {
	height:30px;
	width:70px;	
	box-sizing: border-box;
}
.submitButton {
	padding: 10px 30px;
    text-align: center;
    color: #fff;
    background-color: #888;
    border: none;
	border-radius: 0;
	-webkit-box-sizing: content-box;
	-webkit-appearance: button;
	appearance: button;
    cursor: pointer;
    margin-left: 30px;
    font-size: 14px;
    letter-spacing: 0.1rem;
    font-weight: 400;
}

.submit_button_area {
	text-align:center;	
}
.submitButton:hover {
	color:#333333;
}
.input_area {
	display:block;
	width:60%;
	height:auto;	
	float:left;
}
.error_message {
	color:red;
	display:inline-block;
	width:100%;
	height:auto;	
}

input[type="submit"],
input[type="button"] {
    -webkit-box-sizing: content-box;
    -webkit-appearance: button;
    appearance: button;
    border: 2px solid #000;
    font-size: 1rem;
    background-color: #ffffff;
    border-radius: 1.2rem;
    padding: 0.6rem 1.5rem;
    box-sizing: border-box;
    cursor: pointer;
    font-weight: 600;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}
