﻿.recruitBox {
	background-color:#e9e9e9;
	width:625px;
	padding: 15px 0;
	text-align: center;
}

.recruitInner {
	background-color:#fff;
	width: 590px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 15px;
	text-align: center;
	border: solid 1px #ccc;
}

.attention {
	width: 565px;
	margin-left: auto;
	margin-right: auto;
	padding: 5px;
	font-size:0.8em;
	text-align:left;
}

.recruitTable {
	width: 565px;
	margin-left: auto;
	margin-right: auto;
	text-align:left;
	border-collapse: separate;
}

.recruitTable th {
	background-color:#e5eef8;
	width: 210px;
	text-align:left;
	font-weight:normal;
	padding: 5px;
	vertical-align:middle;
	font-size:0.8em;
}

.recruitTable td {
	background-color:#fff;
	padding: 5px;
	font-size:0.8em;
	line-height:1.2em;
}

.defaultInput {
	width: 100%;
}

.defaultTextarea {
	width: 100%;
}

.defaultCheck {
	vertical-align: top;
}

.submit {
	padding: 10px;
}

.submitDesc {
	font-size:0.8em;
	line-height:1.6em;
	padding-bottom: 10px;
}

.notice {
	color: #f00;
}

.checkBoxList {
	padding-bottom: 5px;
	line-height:1.6em;
}

.checkBoxList input {
	vertical-align: middle;
}


/* thanks message */

.msg {
	background-color:#e9e9e9;
	width: 585px;
	padding: 20px;
	text-align: center;
}

.msg p {
	background-color:#fff;
	padding: 80px 20px;
	text-align: center;
	font-size: 0.8em;
	color: #003594;
}