
/* -- 共通CSS読み込み start ▼ --------------------------------- */

@import url("common.css");		/* -- 消さないでください。 -- */

/* -- 共通CSS読み込み end ▲ ----------------------------------- */



/*-- content start ▼ ----------------------------*/

/*---- content start ▼ ----------------------------*/

.recruit {
	border-collapse: separate;
	border-top: 1px solid #999999;
	border-left: 1px solid #999999;
	border-spacing: 0;
	width: 98%;
	margin: 20px auto;
}

.recruit td {
	border-bottom: 1px solid #999999;
	border-right: 1px solid #999999;
	line-height: 1.5em;
	padding: 5px 10px;
}

.recruit_title {
	vertical-align: top;
	width: 150px;
}

.recruit_back td {
	background: #F2F2F2;
}

.button {
	width: 100%;
	text-align: center;
	margin-bottom: 20px;
}

/*---- content end  ▲ -----------------------------*/

/*-- content end  ▲ -----------------------------*/