/* CSS Document */
.recruit_left{ width:25%; background-color:#eeeeee; padding:25px; float:left;}
.recruit_left p{ line-height:2em}
.recruit_left select{ width:100%; padding:10px; border:1px solid #ccc; border-radius:3px; margin-top:10px; margin-bottom:20px; background-color:#FFF}
.recruit_left strong{ color:#b72115; font-size:20px; font-weight:bold; display:block;}

.recruit_right{ float:right; width:70%}

.recruit_li{ background-color:#f5f5f5; border:1px solid #ccc;padding:30px; margin-bottom:30px}
.recruit_li p.p1{ color:#999; margin-top:10px; line-height:2em}
.recruit_li p.p1 span{ display:inline-block; margin-right:20px;white-space:nowrap; }
.recruit_text{ border-top:1px solid #ccc; margin-top:20px; padding-top:20px; line-height:2em}



@media(max-width:1080px)
{
	.recruit_left{ width:100%;float:none; margin-bottom:30px}
	.recruit_right{ width:100%;float:none;}
}




