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

/***********************************************/
/****************** customer *******************/
/***********************************************/

.recruit #title{
	border:1px solid #CCC;
	padding:3px 0 3px 3px;
}

.recruit h3{
	color:#6FBA2C;
	font-size:1.4em;
	border-bottom:1px solid #6FBA2C;
	margin-bottom:0.5em;
}

.recruit table{
	width:100%;
}

.recruit th, .recruit td{
	border:1px solid #CCC;
	padding:5px;
}

.recruit th{
	background-color:#e5e5e5;
	font-weight:normal;
	padding-right:4em;
}

.recruit .c2{
	font-size:1.2em;
	font-weight:bold;
	color:#6FBA2C;
}
