﻿@charset "utf-8";

.recruit{
	width: 680px;
}

.recruit .r_text{
	width: 680px;
	line-height: 20px;
	margin: 0 0 30px;
}

.recruit .r_text span{
	font-weight: bold;
	font-size: 15px;
	margin: 10px 0 20px;
	color: #dc143c;
}

/*----*/

.recruit_image{
	width: 680px;
	margin: 0 0 20px;
	float: left;
}

.recruit_image .left{
	float: left;
}

.recruit_image .right{
	float: right;
}

.recruit .stitle{
	width: 680px;
	margin: 20px 0 30px;
}

.recruit .stext{
	width: 680px;
	margin: 20px 0 30px;
}

/*----*/

.recruit_tbl{
	width: 680px;
	background: #ccc;
	margin: 0 0 10px;
	line-height: 18px;
	float: left;
}

.recruit_tbl th{
	width: 300px;
	background: #eee;
	padding: 13px 10px;
}

.recruit_tbl .md{
	width: 120px;
	vertical-align: top;
}

.recruit_tbl td{
	width: 420px;
	background: #fff;
	padding: 13px 10px;
}