﻿@charset "utf-8";
/* -----------------------------------------------
 * 採用情報用CSS
 * 
 * Last Update 2009/01/08
----------------------------------------------- */
#contents h2 {
	margin-bottom: 18px;
}

/* top */
#contents #topImage {
	margin-top: 32px;
}
	#contents #topImage li {
		float: left;
		margin-right: 8px;
	}
		#contents #topImage li.end {
			margin-right: 0;
		}

/* message */
.messageBox {
	margin: 0 0 18px 0;
}
.messageBoxTop {
	padding-bottom: 18px;
	border-bottom: 1px solid #CCBF89;
}
	.messageBox .messageText {
		float: left;
		width: 500px;
		margin-right: 57px;
	}
	.messageBox .messageImage {
		float: left;
		width: 188px;
	}

	.staff .messageText {
		width: 540px;
		margin-right: 0;
	}
		.staff .messageText p {
			margin-bottom: 16px;
		}

	.staff .messageImage {
		margin-right: 17px;
	}

.message_border {
	height: 1px;
	overflow: hidden;
	margin-bottom: 15px;
	background-color: #cccccc;
}

/* 待遇 */
.treatmentBox {
	margin: 0 0 32px;
	border-top: 1px solid #CCBF89;
}
	.treatmentBox h3 {
		margin-bottom: 13px;
	}

/* 要綱 */
#infoBanner {
	margin: 18px 0;
}
	#infoBanner li {
		float: left;
		width: 180px;
		margin-right: 8px;
	}
		#infoBanner li.end {
			margin-right: 0;
		}

table.info {
	margin-bottom: 15px;
}
	table.info th {
		vertical-align: top;
		padding: 3px 5px 3px 3px;
		color: #8D433B;
		text-align: right;
	}
	table.info td {
		vertical-align: top;
		padding: 3px;
	}

.infoDetail {
	margin-left: 70px;
}

.infoAddress {
	margin: 30px 0 0 70px;
}