@charset "UTF-8";
/* CSS Document */

/* ------------------------------------------------------------------------
		採用情報 CSS
------------------------------------------------------------------------ */

/* [ TOP ]
------------------------------------------------------------------------ */

/* [ Outline ]
------------------------------------------------------------------------ */
#outline {
	background: url(../../images/recruit/back_img.jpg) center top no-repeat;
}


/* 画面1600px以上に表示 */
@media screen and (min-width: 1600px) {

	#outline {
	background-size: 100% auto;
	}



}



#outline .box {
	margin-bottom: 100px;
}

#outline h2 {
	margin-bottom: 50px;
}

#outline table th,
#outline table td {
	padding: 35px 0 35px 0;
	text-align: left;
	border-bottom: 1px dotted #ccc;

/*
	background-size: 8px 1px;
	background-image: linear-gradient(to right, #CCC, #CCC 5px, transparent 5px, transparent 8px);
	background-repeat: repeat-x;
*/
/*
	border-top: solid 1px #b9b9b9;
	border-bottom: solid 1px #b9b9b9;
	line-height: 65px;
*/
}

#outline table th {
	font-size: 16px;
	font-weight: bold;
	line-height: 2;
}


#outline table td {
/*	background: #2f4d93;*/
	color: #000;
	text-align: left;
/*	vertical-align: middle;*/
	font-size: 15px;
	font-weight: bold;
	line-height: 2;
}

/* con_title */
#outline #con_title h1 {
	padding-top: 79px;
	margin-bottom: 53px;
}


/* [ job ]
------------------------------------------------------------------------ */

.job_name {
	padding: 130px 0 55px;
	/* width: 584px; */
	font-size: 42px;
/*	font-weight: bold;*/
}

.job_recruitment {
	margin: 0 0 55px;
	font-size: 42px;
	text-align: center;
}

.job_type {
	font-size: 16px;
	font-weight: bold;
	line-height: 1.75;
	width: 643.5px;
	padding-left: 50px;
	margin-bottom: 150px;
}

/* 画面568px以下に表示 */
@media screen and (max-width: 568px) {
	.job_type {
		font-size: 16px;
		font-weight: bold;
		line-height: 1.75;
		width: 95%;
		padding-left: 5%;
		margin-bottom: 150px;
	}
}

.job_table_width {
	width: 650px;
	text-align: center;
	margin: 0 auto 50px;
}

/* 画面568px以下に表示 */
@media screen and (max-width: 568px) {
	.job_table_width {
		width: 100%;
		text-align: center;
		margin: 0 auto 50px;
	}
}

.job_table table th {
	width: 220px;
}


/* 画面568px以下に表示 */
@media screen and (max-width: 568px) {
	.job_table table th {
		width: 35%;
	}
}


/*
.job_table table th,
.job_table table td {
	padding: 15px 20px;
	text-align: left;
	border-top: solid 1px #b9b9b9;
	border-bottom: solid 1px #b9b9b9;
	line-height: 1.86;
}

.job_table table th {
	background: #2f4d93;
	color: #000;
	text-align: center;
	vertical-align: middle;
}
*/


/* 画面568px以下に表示 */
@media screen and (max-width: 568px) {

	.pconly{
	/* PC、タブレットのみ表示 */
		display:none;
	}





}




