@charset "UTF-8";

.greet-div{
	color: #AC312B;
	width: 100%;
	margin-top: 5%;
	padding-left: 10%;
}

.submit-user-area{
	padding-bottom: 15px;
	padding-left: 0%;
	text-align: left;
	width: 100%;
}

.submit-user-table{
	width:40%;
}

@media screen and (max-width: 800px){
	.submit-user-table{
		width:100%;
	}
}

.submit-user-table tr{
	height: auto;
	width:100%;
}

.submit-user-table tr td:first-child{
	width: 50%;
	text-align: right;
	padding-right: 5%;
}

.submit-user-table tr td:nth-child(2){
	height: auto;
}

.submit-user-table input{
	border: 4px solid #6FB350;
	border-radius: 9px;
	width: 100%;
}

.submit-user-table input:focus{
	border: 4px solid #6765A9;
	border-radius: 9px;
}

.submit-user-button{
	font-weight: bold;
	padding: 6px;
	margin: 2px;
	text-decoration: none;
	text-align: center;
	color: white;
	border-radius: 10px;
	border: 1px solid #8C2F64;
	background-color: #8C2F64;
}

.submit-user-button:hover{
	border: 1px solid #f5c211;;
	background-color: #f5c211;
}

.submit-user-back-to-index{
	height: 30px;
	text-align: center;
	margin-top: 30px;
}

.submit-user-back-to-index a{
	font-weight: bold;
	padding: 6px;
	margin: 2px;
	text-decoration: none;
	text-align: center;
	color: white;
	border-radius: 10px;
	border: 1px solid #8C2F64;
	background-color: #8C2F64;
}
.submit-user-back-to-index a:hover{
	border: 1px solid #f5c211;;
	background-color: #f5c211;
}


