.reclutamento{
	clear: both;
	width: 100%;
	border: solid 1px rgb(150, 110, 35);
	margin-top: 40px;
	padding: 40px  0px  40px  0px;
}

h2{
	width: 100%;
	text-align: center;
	color: rgb(158, 107, 12);
	margin-top: 20px;
}

.linea{
	width: 500px;
	height: 60px;
	background: url(../img/reclutamento/linea.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
	margin: 0px auto 0px auto;
}

.ruolo{
	width: 100%;
	height: 80px;
	line-height: 80px;
	font-weight: 400;
	font-size: 35px;
	text-align: center;
}

.condizione{
	text-align: center;
	line-height: 30px;

}

.mail{
	width: 100%;
	height: 40px;
	line-height: 40px;
	text-align: center;
	margin-top: 40px;
}

.up{
	width: 300px;
	height: 36px;
	background: url(../img/reclutamento/up.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
	margin: 0px auto 0px auto;
}

.down{
	width: 300px;
	height: 36px;
	background: url(../img/reclutamento/down.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
	margin: 0px auto 0px auto;
}


/* スマフォ対応 */

@media screen and (max-width:1000px){
	.reclutamento{
		width: 80%;
		margin: 80px auto 0px auto;
	}





}