@charset "UTF-8";

.section-main:before{
	content:"";
	background:url(../../img/recruit/bg-recruit.png) no-repeat;
	width:980px;height:237px;
	position: absolute;
	left:50%;
	margin-left:-490px;
	top:50%;margin-top:-319px;
}
.section-main .logo{
	position: absolute;
	left:15px;top:15px;
}

.section-main .close{
	position: absolute;
	right:15px;top:15px;
}

.main-box{
	position: absolute;
	width:540px;height:535px;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}

.main-box .article-title{
	margin-bottom: 15px;
}
.main-box .black-box{
	background-color:#000;
	padding:65px 25px;
	text-align: center;
	color:#fff;
	    font-size: 22px;
}
.main-box .black-box .mail{
	margin-top:40px;
	    letter-spacing: 4px;
}
.main-box .black-box .mail a{
	color:#a9884d;
	font-size:22px;
	text-decoration: underline;
	    margin-left: 15px;
}

.text-copy{
	color: #fff;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 15px;
    font-size: 14px;
}




