@charset "utf-8";

/* HANABUSA RECRUIT.CSS  */


/*--------------------------------------
*	
*	00.COMMON
*	01.INDEX
*		01_00.INDEX_COMMON
*		01_01.INDEX_INTRO
*		01_02.INDEX_DOCTOR
*		01_03.INDEX_STAFF
*
*--------------------------------------*/


/**-------------------------------------
	00.COMMON
---------------------------------------**/

p.rectuitTopLeft
{
	float: left;
	width: 400px;
}

p.rectuitTopRight
{
	float: right;
	width: 200px;
}

/**-------------------------------------
	01.INDEX
---------------------------------------**/

/*---01_00.INDEX_COMMON---*/

dl.aboutJob
{
	margin: 0 0 20px 0;
}

dl.aboutJob dt
{
	margin: 0 0 20px 0;
	padding: 0 0 0 28px;
	background: url(../images/recruit_tt_icon.gif) no-repeat 0 4px;
	font-size: 107%;
	font-weight: bold;
	color: #F5388D;
}

dl.aboutJob dd
{
	padding: 0 0 0 26px;
}

dl.aboutJob dd b
{
	display: block;
	font-size: 92%;
	font-weight: bold;
}




dl.aboutCondition,
dl.aboutContact
{
	padding: 20px 0 0 12px;
	background: url(../../common/images/cmn_dotted_devider630.gif) top no-repeat;
}

dl.aboutCondition dt,
dl.aboutContact dt
{
	margin: 0 0 14px 0;
	padding: 0 0 0 15px;
	background: url(../../activity/images/activity_perm_ico_b.gif) no-repeat 0 5px;
	font-size: 107%;
	font-weight: bold;
}

dl.aboutCondition dd,
dl.aboutContact dd
{
	padding: 0 0 24px 14px;
}

dl.aboutCondition dd b,
dl.aboutContact dd b
{
	display: block;
	font-size: 92%;
	font-weight: bold;
}

dl.aboutContact a
{
	color: #0099CC;
	text-decoration: none;
}

dl.aboutContact a:hover
{
	color: #0099CC;
	text-decoration: underline;
}

/*---01_01.INDEX_INTRO---*/

div#recruitIntro h3
{
	margin: 8px 0 30px;
}

/*---01_02.INDEX_DOCTOR---*/

div#recruitDoctor
{
	margin-bottom: 30px;
	padding-top: 30px;
	background: url(../../common/images/cmc_rt_headbk.gif) top no-repeat;
}

div#recruitDoctor h3
{
	margin: 8px 0 30px;
}

/*---01_03.INDEX_STAFF---*/

div#recruitStaff
{
	margin-bottom: 30px;
	padding-top: 30px;
	background: url(../../common/images/cmc_rt_headbk.gif) top no-repeat;
}

div#recruitStaff h3
{
	margin: 8px 0 30px;
}






