@charset "utf-8";

/*------------------------------------
　　　	main_image
------------------------------------*/
.main_image {
	background: #6f9fc3 url("../img/main_top_bg.jpg") no-repeat scroll center 0;
    margin: 0 auto;
    text-align: center;
}
/*-- main_inner --*/
.main_inner {
	background: #5fb5e2 url("../img/mian_Inner_bg.jpg") repeat scroll center 50%;
    margin-bottom: 30px;
    text-align: center;
}


/*------------------------------------
　　　			top
------------------------------------*/
#recruit_box {
	background-color: #f8f6f2;
	overflow: hidden;
	padding-top: 40px;
}

#recruit_box .lead {
	box-shadow: 0 0 10px #aaa;
    margin-bottom: 40px;
}

.recruit_attention {
    margin-bottom: 40px;
}

/*-- recruit_contact --*/
.recruit_contact {
	background-color: #fff;
    border: 10px solid #e9e9e9;
    border-radius: 6px;
    box-shadow: 0 0 10px #aaa;
    margin-bottom: 20px;
    padding: 30px;
}
.recruit_contact dl {
	padding: 0 0 0 90px;
	overflow: hidden;
	clear: both;
}
.recruit_contact dt {
	font-size: 20px;
    font-weight: bold;
    text-align: center;
    float: left;
    padding-left: 18px;
    padding-right: 32px;
}
.recruit_contact dt span {
	display: block;
}
.recruit_contact dd {
	border-left: 1px solid #e9e9e9;
    color: #e73542;
    font-size: 45px;
    font-weight: bold;
    line-height: 65px;
    overflow: hidden;
    padding-left: 48px;
    word-wrap: break-word;
}

.recruit_contact .recruit_tel {
	background: url("../img/bg_top_contact_tel.jpg") no-repeat scroll 30px 0;
	border-bottom: 1px dotted #e9e9e9;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.recruit_contact .recruit_tel dd div {
    display: inline-block;
	background-color: #e73542;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.3;
    position: relative;
    margin-top: -8px;
    margin-left: 15px;
    padding: 6px;
    text-align: center;
    vertical-align: middle;
}
.recruit_contact .recruit_mail a {
    color: inherit;
}
.recruit_contact .recruit_mail {
	background: url("../img/bg_top_contact_mail.jpg") no-repeat scroll 30px 0;
}
.recruit_attention {
    margin-bottom: 128px;
}
/*-- recruit_voice --*/
.recruit_voice {
	box-shadow: 0 0 10px #aaa;
	background-color: #fff;
	padding: 20px 0; 
    margin-bottom: 10px;
    overflow: hidden;
}
.recruit_voice h3 {
	border-left: 10px solid #ec3938;
    font-size: 25px;
    font-weight: bold;
    padding: 5px 10px;
    margin-bottom: 20px;
}
.recruit_staff {
	padding: 0 16px;
    overflow: hidden;
}
.recruit_staff dl {
	float: left;
    overflow: hidden;
    padding: 0 8px;
    width: 300px;
}
.recruit_staff dt {
	margin-bottom: 0;
}
.recruit_staff dd {
	background-color: #ec3938;
}
.recruit_staff dd a {
	display: block;
	color: #fff;
    font-size: 25px;
    font-weight: bold;
    line-height: 2;
    text-align: center;
}