@charset "utf-8";

/* index.css */

body a:hover {
	text-decoration: underline;
}

/* panNav
------------------------------------------------ */
#panNav {
	padding-top: 80px;
}

/* recruitBlock
------------------------------------------------ */
#recruitBlock {
	position: relative;
}

#recruitBlock h1 {
	font-family: 'Syncopate', sans-serif;
	font-weight: 700;
	font-size: 36px;
	line-height: 40px;
	color: #313131;
	background: #ebebeb;
	width: auto;
	text-align: center;
	padding: 54px 0;
}

#recruitBlock h1 span {
	font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, sans-serif;
	display: block;
	font-size: 14px;
	line-height: 20px;
}

/* h2
------------------------------------------------ */
h2 {
	display: block;
	font-size: 14px;
	line-height: 26px;
	text-align: center;
	background: url("../../../common/img/h_line.gif") repeat-x 0 10px;
	margin-top: 64px;
	letter-spacing: 4px;
}

h2 strong {
	background: #fff;
	padding: 0 16px;
	display: inline-block;
	font-family: 'Syncopate', sans-serif;
	font-weight: 700;
	font-size: 36px;
	line-height: 26px;
	letter-spacing: 2px;
}

p {
	padding-top: 24px;
	text-align: center;
}

/* profileBlock
------------------------------------------------ */
.recruitinfo {
	width: 960px;
	margin: 0 auto;
	font-size: 14px;
	line-height: 22px;
	text-align: left;
	margin-top: 54px;
	padding-left: 400px;
}
#recruit01 {
	background: url("../img/recruit_01.jpg") no-repeat left bottom;
}
#recruit02 {
	background: url("../img/recruit_02.jpg") no-repeat left bottom;
}

.recruitinfo tr th {
	background: #f6f6f6;
	font-weight: normal;
	padding: 14px 0 14px 30px;
	border-bottom: 1px solid #ccc;
	width: 118px;
}

.recruitinfo tr td {
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 14px 0 14px 30px;
}

.recruitinfo tr.first th,
.recruitinfo tr.first td {
	border-top: 1px solid #ccc;
}
