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

.recruit_main							{ margin-bottom:50px; }
.recruit_title:before 					{ background-color: rgba(229,218,208,0.88); }

.recruit_main table						{ width:100%; margin-top:-12px; margin-left: 13px; }
.recruit_main table td					{ padding:15px 0; border-bottom: 1px dotted #CCCCCC; line-height:1.75; font-size:0.87em; }
.recruit_main table td:first-child		{ width:287px; }


@media screen and (max-width:375px) {
	
.recruit_main table					{ margin-left:0;  }	
.recruit_main table td				{ display:block; width:100% !important; padding:15px 0 0; border:none; }
.recruit_main table td:first-child	{ border-bottom: 1px dotted #CCCCCC;  }	
	
}
	