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

	About CSS (LastUpDate:2012.08.24)
	
		- Lead
		- Staff
		- Equipment

-----------------------------------------------------*/
/*-----------------------------------------------------

	Lead

-----------------------------------------------------*/
dl.Lead {
	margin-bottom: 40px;
	padding: 0 48px;
}

dl.Lead dt {
	margin-bottom: 17px;
}

dl.Lead dd {
	font-size: 108%;
}


/*-----------------------------------------------------

	Recruit

-----------------------------------------------------*/
#recruit {
	margin-bottom:50px;
}

#recruit table.about{
	border:1px solid #EBD4B2;
}

#recruit table.about tr{
	border-bottom:1px dotted #EBD4B2;
}

#recruit table.about th{
	width:120px;
	background-color:#F8F6F0;
	padding:10px;
	text-align:center;
}

#recruit table.about td{
	padding:15px;
}

#recruit table.noframe tr{
	border:none;
}

#recruit table.noframe th{
	padding:0;
	text-align:left;
	background:none;
	width:60px;
}

#recruit table.noframe td{
	padding:0;
}


/*-----------------------------------------------------

	Q&A

-----------------------------------------------------*/
#qa{
	margin-bottom:20px;
}

#qa .qa_illust{
	float:right;
}

#qa .qa_about{
	margin-bottom:20px;
	font-size: 18px;
}

#qa .qa_about .fa{
	margin-right:0.5em;
	color:#D25E16;
	font-size: 25px;
	vertical-align: middle;
	background-color:#F8F6F0;
	-moz-border-radius: 2em;
	-webkit-border-radius: 2em;
	-o-border-radius: 2em;
	-ms-border-radius: 2em;
	width: 2em;
	height: 2em;
	display: inline-block;
	text-align: center;
	line-height: 2em;
}

#qa .qa_list{
	margin-left: 60px;
}

#qa .qa_list li{
	margin-bottom:15px;
}

#qa .qa_q{
	font-size:17px;
	color:#d25e16;
	font-weight:bold;
	margin-bottom: 5px;
}

#qa .qa_a{
	margin-left: 35px;
}