/*recruit共通*/
h2 {
	margin-top: 20px;
	margin-bottom: 40px;
}

h3 {
	margin-bottom: 20px;
	margin-top: 20px;
}


#back {
	margin-top: 50px;
	text-align: right;
	margin-bottom: 60px;
}
.page-back {
	font-size: 75%;
	color: #000000;
	text-align: right;
	vertical-align: top;
	margin-top: 30px;
	margin-bottom: 30px;
}
.img-brock {/*h2にmapを入れても固定する*/
	display: block;
	margin: 0px;
	padding: 0px;
}








/*01.募集要項*/

/*テーブル大枠*/
.info-table {
	margin-right: 20px;
	margin-left: 20px;
	border-collapse:collapse;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-left-color: #000000;
	font-size: 75%;
	line-height: 1.3em;
}
.info-table th {
	border-collapse:collapse;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #000000;
	border-bottom-color: #000000;
	text-align: left;
	vertical-align: top;
	font-weight: normal;
	background-image: url(../img/icon_recruit_03.gif);
	background-repeat: no-repeat;
	background-position: 3px 9px;
	padding-left: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 120px;
	padding-right: 5px;
}
.info-table td {
	border-collapse:collapse;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	text-align: left;
	vertical-align: top;
	padding: 5px;
}
.info-table li {
	list-style-type: decimal;
	list-style-position: outside;
}
.info-table ol {
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 30px;
}

/*大枠テーブル内の小テーブル*/
.box-table {
}
.box-table th {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	background-image: url(../img/icon_recruit_02.gif);
	background-repeat: no-repeat;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	width: 90px;
}

.box-table td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

