@charset	"utf-8";

/* Float処理 ----------------------------------------------- */

dl.child_dl,
.recruit_main td dl,
recruit_contwrap	{
	zoom:1;
}

dl.child_dl:after,
.recruit_main td dl:after,
recruit_contwrap:after	{
	content:	"";
	display:	block;
	clear: both;
}

/* リンク処理 ---------------------------------------------- */

#acMenu dt:hover,
.recruit_contwrap a:hover,
.entry_buttons a:hover	{
	filter:alpha(opacity=60);
	-moz-opacity:0.60;
	opacity:0.60;
}

/* 採用情報 ------------------------------------------------ */

.recruit_main	{
	width:	690px;
	margin:	12px auto 24px;
	border-collapse:	separate;
	border-style:	solid none none solid;
	border-width:	2px 1px 1px;
	border-color:	#0a5baa #a9a9a9 #a9a9a9;
}

.recruit_main th	{
	padding:	16px;
	background-color:	#f3f5f8;
	width:	11em;
	border-style:	solid solid solid none;
	border-width:	1px;
	border-color:	#ffffff #a9a9a9 #a9a9a9 #a9a9a9;
}

.recruit_main td	{
	padding:	16px 24px;
	border-style:	solid solid solid none;
	border-width:	1px;
	border-color:	#ffffff #a9a9a9 #a9a9a9 #a9a9a9;
}

.recruit_main td dl	{
	width:	462px;
	margin:	0px auto 0px;
}

.recruit_main td dl dt	{
	float:	left;
	width:	62px;
}

.recruit_main td dl.longtitle dt	{
	float:	left;
	width:	124px;
}


.recruit_main td dl dd	{
	padding-left:	1em;
	text-indent:	-0.4em;
/*	margin-bottom:	0.6em; */
	width:	384px;
	float:	left;
}

.recruit_main td dl.longtitle dd	{
	padding-left:	1em;
	text-indent:	-0.4em;
/*	margin-bottom:	0.6em; */
	width:	322px;
	float:	left;
}

dl.child_dl	{
	width:	380px;
}

dl.child_dl dt	{
	width:	4em;
	float:	left;
}

dl.child_dl dd	{
	padding-left:	0em !important;
	text-indent:	0em !important;
	margin-bottom:	0em !important;
	width:	340px !important;
	float:	left;
}

.entry_buttons	{
	width:	730px;
	height:	70px;
	margin:	0px auto 48px;
	text-align:	right;
}

.entry_buttons img	{
	padding-left:	10px;
}

.recruit_contwrap	{
	width:	730px;
	min-height:	280px;
	margin:	0px auto 96px;
	position:	relative;
}

.recruit_contwrap img.asks	{
	display:	block;
	float:	left;
	padding-right:	10px;
}

a#go_ask	{
	display:	block;
	width:	246px;
	height:	45px;
	position:	absolute;
	right:	0px;
	top:	235px;
}

/* 募集要項 ------------------------------------------------ */
.accept_cont	{
	width:	730px;
	margin:	0px auto 0px;
	padding-bottom:	48px;
}

.about_cont	{
	width:	730px;
	margin:	0px auto 24px;
}

img.logics	{
	display:	block;
	margin:	16px auto 48px;
}

.about_cont ol li	{
	margin-left:	24px;
	list-style-type:	decimal;
}

.comp_policy	{
	width:	630px;
	height:	120px;
	border:	solid 1px #cfcfcf;
	margin:	24px auto 32px;
	padding:	10px 0px 10px;
}

.comp_policy h5	{
	background-color:	#0a5baa;
	color:	#ffffff;
	line-height:	24px;
	padding-left:	16px;
}

.comp_policy ul	{
	margin:	12px 0px 0px 24px;
}

.comp_policy ul li	{
	list-style-type:	disc;
	line-height:	2em;
	margin-left:	16px;
}



/* われらASK ----------------------------------------------- */
dl#acMenu	{
	width:	730px;
	margin:	24px auto 96px;
}

#acMenu dt	{
	display:	block;
	width:	730px;
	height:	220px;
	margin-top:	24px;
	cursor:	pointer;
	background:	url("/recruit/images/cont_open.jpg") no-repeat right top;
}

#acMenu dt:first-child	{
	margin-top:	0px;
}

#acMenu dd	{
	width:	730px;
	background-color:	#f5f5f5;
	display:	none;
}

#acMenu dd p	{
	padding:	16px 20px 24px;
	line-height:	1.6em
}

#acMenu dt.active	{
	background:	url("/recruit/images/cont_close.jpg") no-repeat right top;
}




