@charset "shift_jis";


/* box_login
============================================================ */
/* column */
#content .column{
	width:980px;
	margin-bottom:20px;
}

#content .column.col2{
	background:url(/lib/css/2012/img/entry/background_col2_01.gif) no-repeat left bottom;
}

#content .column.col2 .col{
	width:460px;
	margin-right:30px;
	float:left;
}

/* box_login */
#content .box_login{
	background:url(/lib/css/2012/img/jobsearch/background_result_01.gif) repeat-x;
	padding-top:3px;
	margin-bottom:20px;
}

#content .box_login .header{
	background:#FFECE9;
	border-right:3px solid #C1C1C1;
	border-bottom:3px solid #C1C1C1;
	border-left:3px solid #C1C1C1;
	padding:8px 10px 5px;
	color:#E62400;
	font-weight:bold;
	font-size: 1.167em /* = 14px */;
}

#content .box_login .inner{
	padding:15px 25px 0;
}

#content .box_login .inner p{
	margin-bottom:15px;
}

#content .box_login .inner p.lead{
	color:#E62400;
	font-size: 1.167em /* = 14px */;
	margin-bottom:10px;
}


/* form_login */
#content .box_login .form_login{
	padding:0 25px;
}

#content .box_login .form_login p span.label{
	font-weight:bold;
	color:#4A1505;
	display:inline-block;
	/display:inline;
	/zoom:1;
}

#content .box_login .form_login p input[type="text"],
#content .box_login .form_login p input[type="password"]{
	width:54%;
	position:relative;
	top:-4px;
	float:right;
}

#content .box_login .form_login p.checkbox{
	font-size:0.833em /* = 10px */;
	margin-bottom:5px;
}

#content .box_login .form_login p.more{
	clear:both;
	margin-bottom:0;
}






























