@charset "utf-8";

#recruit-detail>div>div>div h3:first-child, div.modal h3:first-child {
	font-size: 22px;
	line-height: 35px;
	padding-left: 16px;
	font-weight: bold;
	letter-spacing: 0.15em;
	border-left: 5px solid #999;
	margin-bottom: 20px;
	position: relative;
}

#recruit-detail>div>div>div h3:first-child>span, div.modal h3:first-child>span {
	font-size: 18px;
	line-height: 25px;
	margin-left: 50px;
	padding: 5px 0;
}

#recruit-detail>div>div>div h3:first-child>span span.red, div.modal h3:first-child>span span.red {
	font-size: 18px;
	line-height: 25px;
	font-weight: bold;
	display: inline-block;
}

#recruit-detail>div>div>div>table {
	width: 100%;
}

#recruit-detail>div>div>div>table th, div.modal table th {
	display: table-cell;
	height: 44px;
	background: #000 url(../../images/icon-wing.gif) no-repeat left center;
	padding-left: 59px;
	vertical-align: middle;
	font-weight: bold;
	color: #fff;
	border: 1px solid #000;
}

#recruit-detail>div>div>div>table tr td {
	font-size: 13px;
	line-height: 19px;
	padding: 15px 15px;
}

#recruit-detail>div>div>div>table tr td:first-child {
	width: 140px;
	border-left: 1px solid #bbb;
	border-right: 1px dashed #bbb;
	border-bottom: 1px dashed #bbb;
	vertical-align: middle;
	font-weight: bold;
	background-color: #fdfdfd;
}

#recruit-detail>div>div>div>table tr td:last-child {
	border-right: 1px solid #bbb;
	border-bottom: 1px dashed #bbb;
	vertical-align: middle;
	background-color: #fdfdfd;
}

#recruit-detail>div>div>div>table tr:nth-child(10) td:last-child {
	color: #b0000f;
}

#recruit-detail>div>div>div>table tr td span {
	margin-right: 30px;
}

#recruit-detail>div>div>div>table tr:last-child td {
	height: 124px;
	text-align: center;
	border: 1px solid #bbb;
	padding: 0;
	background-color: #f3f3f3;
}


#recruit-detail>div>div>div>table tr td dl.location {
	width: 100%;
	overflow: hidden;
}
#recruit-detail>div>div>div>table tr td dl.location dt {
	width: 180px;
	float: left;
	font-size: 13px !important;
}
#recruit-detail>div>div>div>table tr td dl.location dd {
	float: left;
	font-size: 13px !important;
}



#modal-open {
	display: inline-block !important;
	width: 280px;
	height: 54px;
	text-align: center;
	background-color: #b0000f;
	color: #fff;
	font-size: 18px;
	line-height: 54px;
	font-weight: bold;
	letter-spacing: 0.15em;
	border-radius: 7px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	margin: 0 !important;
}

#recruit-detail>div>div>div>p {
	text-align: center;
	margin: 0;
	padding: 30px;
}

#recruit-detail>div>div>div>p a {
	display: inline-block;
	width: 380px;
	height: 54px;
	text-align: center;
	background-color: #fff;
	font-size: 18px;
	line-height: 54px;
	letter-spacing: 0.15em;
	border: 1px solid #000;
}

#recruit-detail div.grey-bg {
	padding: 0;
}

div.fade {
	position: fixed;
	background: #000;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	filter: alpha(opacity=50);
	opacity: 0.5;
	-moz-opacity: 0.5;
	display: none;
}

div.modal {
	position: absolute;
	top: 300px;
	left: 0;
	right: 0;
	background: #fff;
	width: 900px;
	margin: 0 auto 200px;
	min-width: 900px;
	padding: 40px;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	display: none;
	z-index: 9999;
}

div.modal p {
	width: 860px;
	margin: 30px auto
}

div.modal table {
	width: 860px;
	margin: 0 auto;
	border-bottom: 1px solid #bbb;
}

div.modal table tr td {
	font-size: 13px;
	line-height: 25px;
	padding: 12px 15px;
}

div.modal table tr td:first-child {
	width: 140px;
	border-left: 1px solid #bbb;
	border-bottom: 1px dashed #bbb;
	vertical-align: top;
	font-weight: bold;
}

div.modal table tr td:last-child {
	border-right: 1px solid #bbb;
	border-bottom: 1px dashed #bbb;
	vertical-align: top;
}

div.modal table tr td dl, div.modal table tr td dt, div.modal table tr td dd {
	font-size: 13px;
	line-height: 25px;
}

div.modal table tr td dd {
	display: block;
	float: left;
	white-space: nowrap;
}

div.modal table tr td dt {
	display: block;
	float: left;
	clear: both;
	width: 200px;
	white-space: nowrap;
}

div.modal table tr:last-child td dl {
	width: 100%;
	overflow: hidden;
}

div.modal table tr:last-child td dt {
	display: block;
	float: left;
	clear: both;
	width: 200px;
	white-space: nowrap;
}

div.modal table tr:last-child td dd a {
	color: #00f;
	text-decoration: underline;
}

div.modal table tr:last-child td hr {
	border-top: 1px dashed #ccc;
}

#modal-close {
	position: absolute;
	right: 10px;
	top: 10px;
	width: 40px;
	height: 40px;
	text-indent: -9999px;
	background: url(../../images/btn-modal-close.png) no-repeat center center;
}

#modal-open:hover, #modal-close:hover {
	filter: alpha(opacity=70);
	opacity: 0.7;
	-moz-opacity: 0.7;
}

.fc-b0000f {
	color: #b0000f;
}

.pcHide {
	display: none;
}
.spHide {
	display: block;
}

/* レスポンシブ */

@media screen and (max-width:736px) {
	#recruit-detail>div>div>div h3:first-child, div.modal h3:first-child {
		margin-bottom: 60px;
	}
	#recruit-detail>div>div>div h3:first-child>span, div.modal h3:first-child>span {
		margin-left: 0;
		display: block;
		position: absolute;
		font-size: 17px;
		letter-spacing: 0.1em;
	}
	#recruit-detail>div>div>div>table th, div.modal table th {
		display: table-cell;
		height: 23px;
		background: #000;
		padding-left: 5px;
		vertical-align: middle;
		font-size: 13px;
		line-height: 13px;
		font-weight: bold;
		color: #fff;
		border: 1px solid #000;
	}
	#recruit-detail>div>div>div>table tr td {
		font-size: 11px;
		line-height: 14px;
		font-weight: normal !important;
		padding: 7px 10px;
	}
	#recruit-detail>div>div>div>table tr td:first-child {
		white-space: nowrap;
		width: auto;
		height: auto;
		border-left: 1px solid #000;
		border-right: 0;
		border-bottom: 1px dotted #000;
		vertical-align: top;
		background: none;
	}
	#recruit-detail>div>div>div>table tr td:last-child {
		border-right: 1px solid #000;
		border-bottom: 1px dotted #000;
		vertical-align: top;
		background-color: #fdfdfd;
	}
	#recruit-detail>div>div>div>table tr td span {
		display: block;
	}
	#recruit-detail>div>div>div>table tr:last-child td {
		height: 78px;
		text-align: center !important;
		border: 1px solid #000;
		border-top: 0;
		border-bottom: 5px solid #000;
		padding: 0;
		background-color: #f3f3f3;
		vertical-align: middle;
	}
	#modal-open {
		width: 92%;
		max-width: 280px;
	}
	#recruit-detail>div>div>div>p {
		padding: 45px 0;
	}
	#recruit-detail>div>div>div>p a {
		width: 100%;
		max-width: 380px;
	}
	div.modal {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		width: 87%;
		margin: 0 auto 200px;
		min-width: 0;
		padding: 15px;
		max-width: 500px;
	}
	div.modal p {
		width: 100%;
		margin: 30px auto 15px;
	}
	div.modal table {
		width: 100%;
		margin: 0 auto;
		overflow: hidden;
	}
	div.modal table tr td {
		font-size: 13px;
		line-height: 20px;
		padding: 6px 0 6px 5px;
		overflow: hidden;
	}
	div.modal table tr:nth-of-type(2) td:first-child {
		white-space: nowrap;
	}
	div.modal table tr td:first-child {
		width: auto;
		vertical-align: top;
		font-weight: bold;
		white-space: normal;
	}
	div.modal table tr td dl, div.modal table tr td dt, div.modal table tr td dd {
		font-size: 13px;
		line-height: 20px;
	}
	div.modal table tr td dd {
		float: none;
		margin-bottom: 15px;
		white-space: normal;
	}
	div.modal table tr td dt {
		float: none;
		width: auto;
	}
	div.modal table tr:last-child td dt {
		float: none;
		width: auto;
	}
	div.modal table tr:last-child td dd a {
		color: #00f;
		text-decoration: underline;
	}
	
	
	#recruit-detail>div>div>div>table tr td dl.location {
		width: 100%;
	}
	#recruit-detail>div>div>div>table tr td dl.location dt {
		font-size: 11px !important;
	}
	#recruit-detail>div>div>div>table tr td dl.location dd {
		font-size: 11px !important;
		padding-left: 10px;
	}
	
	
	.pcHide {
		display: block;
	}
	.spHide {
		display: none;
	}
}