@charset "utf-8";
/* title */
#contents .title {
	border: 2px solid #0d376e;
	color: #0d376e;
	font-size: 22px;
	margin-bottom: 30px;
	padding: 5px 20px;
	vertical-align: middle;
}
/* title */

#contents.contact section table {
	width: 100%;
	border: 2px solid #0d376e;
}
#contents.contact section tr {
	border-bottom: 2px solid #0d376e;
}
#contents.contact section tr:last-child {
	border-bottom: none;
}
#contents.contact section tr th {
	font-size: 14px;
	padding: 10px 20px;
	border-right: 2px solid #0d376e;
	vertical-align: middle;
	background-color: #F9F9F9;
}
#contents.contact section tr td {
	font-size: 14px;
	padding: 10px 20px;
}
#contents.contact section tr td input {
	padding: 5px;
}
#contents.contact section tr td .error {
	color: #ff0000;
	display: block;
	margin-top: 5px;
}
#contents.contact section tr td textarea {
	padding: 5px;
	width: 350px;
	height: 200px;
	resize: none;
}
#contents.contact section tr th span {
	padding: 2px 5px;
	background-color: #ff0000;
	color: #ffffff;
	font-weight: bold;
	font-size: 13px;
	border-radius: 3px;
	float: right;
}
.applicationBox {
	margin-bottom: 30px;
}
.applicationBox ul li {
	display: inline-block;
}
.applicationBox ul li a {
	padding: 10px 15px;
	background-color: #F59558;
	color: #ffffff;
	border-radius: 5px;
}
.applicationBox ul li:last-child {
	margin-left: 15px;
}
.applicationBox ul li:last-child a {
	background-color: #F55858;
}
/* btn */
.btns {
	margin-top: 50px;
	text-align: center;
}
.btns .backBtn {
	display: inline-block;
	width: 200px;
	height: 50px;
	background-color: #999999;
	border: none;
	color: #ffffff;
	font-size: 16px;
	line-height: 48px;
}
.btns .nextBtn {
	display: inline-block;
	margin: 0 auto;
	width: 200px;
	height: 50px;
	background-color: #0d376e;
	border: none;
	color: #ffffff;
	font-size: 16px;
}
/* btn *