@charset "utf-8";

/* ===================================================================
CSS information

 file name  :recruit.css
 author     :yourName (admin)
 style info :indexページ用CSS
=================================================================== */

/* default style - リセット初期設定
----------------------------------------------------------- */
@import url("../../css/import.css");


/* -----------------------------------------------------------
	.index
----------------------------------------------------------- */
div#recruitLeft {
	float: left;
	border: 4px solid #EEEEEE;
	width: 327px;
	margin: 0 0 20px; padding: 18px 0 16px;
}
div#recruitRight {
	float: right;
	border: 4px solid #EEEEEE;
	width: 327px;
	margin: 0 0 20px; padding: 18px 0 16px;
}
div#recruitLeft h3,
div#recruitRight h3 {
	border-bottom: none;
	margin: 0 0 25px; padding: 0;
	
}
div#recruitLeft p,
div#recruitRight p {
	margin: 0 13px 2em 18px;
}
div#recruitLeft p.btn,
div#recruitRight p.btn {
	text-align: right!important;
	margin-bottom: 0!important;
}



/* -----------------------------------------------------------
	.career
----------------------------------------------------------- */
div#findBox {
	width: 677px;
}

div#findBox p {
	text-align: right;
}
div#findBox h3 {
	border-bottom: none!important;
}
div#findBox table th,
div#findBox table  td {
	border: 1px solid #cccccc;
	padding: 3px;
}
div#findBox table th {
	text-align: center;
}
div#findBox ol li {
	list-style: none!important;
}

