@charset "utf-8";
/* /////////////////////////////////////////////////////////
	採用情報
///////////////////////////////////////////////////////// */

/*=================================
	container
==================================*/
#container{
	background:url(../recruit/images/page-title.jpg) center top no-repeat #F8F8F8;
}

/*=================================
	recruit
==================================*/
#recruit{
	width:900px;
	background:#FFF;
	border-top:4px solid #743bb2;
	padding:17px 20px 25px 20px;
	margin-bottom:30px;
}
#recruit h3{
	color:#313131;
	font-size:170%;
	margin-bottom:17px;
}

/*=================================
	guide
==================================*/
#guide table{
	width:900px;
	border-collapse:collapse;
	margin-bottom:30px;
}
#guide table tr{
	border-top:1px dashed #a0a0a0;
	border-bottom:1px dashed #a0a0a0;
}
#guide table tr th,
#guide table tr td{
	color:#313131;
	font-size:110%;
}
#guide table tr th{
	width:220px;
	background:#EEE;
	padding:12px 15px;
}
#guide table tr td{
	padding:12px 20px;
}

/*=================================
	apply
==================================*/
#apply{
	width:900px;
}
#apply p{
	color:#313131;
	font-size:110%;
	margin-bottom:17px;
}
#apply dl{
	border:3px solid #743bb2;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	padding:22px 0;
}
#apply dl dt,
#apply dl dd{
	font-size:120%;
	text-align:center;
}
#apply dl dt{
	color:#743bb2;
}
#apply dl dd{
	margin-bottom:17px;
}
#apply dl dd:last-child{
	margin-bottom:0;
}
#apply dl dd span{
	font-size:130%;
}








