@charset "UTF-8";



/*===========================================================================*/
/* [[body + common]] */
/*===========================================================================*/

/* [[┃-------------------------------------------------------------------]] */
/* [[┠ .banner /  #hajRecommend]] */
/*===========================================================================*/
/*[memo]
基本仕様、HAJ主催イベント（大）指定
-----------------------------------------------------------------------------*/
#contents .banner,
#hajRecommend {
	padding: 0 0 0 0;
}

#contents .banner:first-child,
#hajRecommend:first-child {
	padding-top: 0;
}

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

#contents .others .banner {
	/* margin: 10px 0 0 0; */
	/* padding: 10px 0 0 0; */
	/* border-top: dotted 1px #ddd; */
}

#contents .others h3 + .banner {
	margin-top: 0;
	border-top: none;
}

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

body#jobDetail #contents .jobtitle + .banner {
	padding-top: 20px;
}

/* [[┃┗ a]] */
/*___________________________________________________________________________*/
#contents .banner a,
#hajRecommend a {
	display: block;
}

#contents .banner a:hover,
#hajRecommend a:hover {
	text-decoration: none;
}

#contents .banner .textLink {
	margin-top: 0;
	font-size: 14px;
	color: #0022C8;
	font-weight: bold;
	margin-bottom: 5px;
	padding-left: 17px;
	background: url(https://image.haj.co.jp/jobkita/primary/pc/base/othr_more_icon.png) no-repeat left 9px;
}
#contents .banner a:hover .textLink {
	text-decoration: underline;
}

/* [[┃　┠ img]] */
/*---------------------------------------------------------------------------*/
#contents .banner img,
#hajRecommend img {
	display: block;
	max-width: 100%;
}

/* [[┃　┗ p]] */
/*---------------------------------------------------------------------------*/
#contents .banner p,
#hajRecommend p {
	padding: 5px 0 0 0;
	color: #555;
	font-size: 12px;
	line-height: 1.5;
}

/* [[┃-------------------------------------------------------------------]] */
/* [[┠ #mailmag]] */
/*===========================================================================*/
/* [[┃┗ a]] */
/*___________________________________________________________________________*/
#mailmag.banner a {
	border: solid 1px #ec2;
	background: #fd3;
	background:-webkit-gradient(
		linear,
		left top,
		left bottom,
		from(#fe6),
		to(#fd3)
	);
	background:-webkit-linear-gradient(
		top,
		#fe6,
		#fd3
	);
	background:linear-gradient(
		to bottom,
		#fe6,
		#fd3
	);
	border-radius: 5px;
	-webkit-box-shadow: inset 0px 1px 0px #fe6;
	box-shadow: inset 0px 1px 0px #fe6;
}

/* [[┃-------------------------------------------------------------------]] */
/* [[┠ 災害お見舞い]] */
/*===========================================================================*/
#contents .banner.saigai {
	padding: 0;
	/* reset */
	margin-top: 10px;
	border: solid 1px #ddd;
	background: #f3f3f3;
}

#contents .banner.saigai:first-child {
	padding: 0;
	/* reset */
}

/* [[┃┗ p]] */
/*___________________________________________________________________________*/
#contents .banner.saigai p {
	padding: 0;
	color: #333;
	font-size: 13px;
	/* reset */
}

#contents .banner.saigai p.headline {
	padding: 5px 0;
	color: #000;
	font-weight: bold;
	font-size: 12px;
	text-align: center;
}

#contents .banner.saigai p.lead {
	margin: 0 3px 3px 3px;
	border: solid 1px #e6e6e6;
	text-align: center;
	background: #fff;
}

#contents .banner.saigai p.lead a {
	padding: 7px 0;
}

#contents .banner.saigai p.lead a:hover {
	text-decoration: underline;
}

/* [[┃-------------------------------------------------------------------]] */
/* [[┠ #premiumSlider]] */
/*===========================================================================*/
/*[memo]
.commonLink = 共通リンク = リンク先が1つの場合
.eachLink = リンク先が各シーン毎の場合
-----------------------------------------------------------------------------*/
#premiumSlider.banner {
	padding: 0;
	/* reset */
	position: relative;
	width: 216px;
	height: 116px;
	margin-top: 10px;
	padding: 2px;
	overflow: hidden;
}

#premiumSlider.banner:first-child {
	padding: 2px;
	/* reset */
	margin-top: 0;
}

#contents #premiumSlider.banner img {
	max-width: initial;
	/* reset */
	display: block;
}

/* [[┃┠ a.prm_common_link]] */
/*___________________________________________________________________________*/
#premiumSlider.banner .prm_common_link {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	font-size: 0;
	line-height: 0;
	text-decoration: none;
	z-index: 40;
}

#premiumSlider.banner.eachLink .prm_common_link {
	display: none;
}

/* [[┃┠ .prm_intro]] */
/*___________________________________________________________________________*/
#premiumSlider.banner .prm_intro {
	position: absolute;
	top: 2px;
	left: 2px;
	z-index: 30;
}

/* [[┃┃┠ .prm_intro_title]] */
/*---------------------------------------------------------------------------*/
#premiumSlider.banner .prm_intro_title {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 29;
}

/* [[┃┃┗ .prm_intro_background]] */
/*---------------------------------------------------------------------------*/
#premiumSlider.banner .prm_intro_background {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 28;
}

/* [[┃┠ .prm_common_button]] */
/*___________________________________________________________________________*/
#premiumSlider.banner .prm_common_button {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 20;
}

#premiumSlider.banner.eachLink .prm_common_button {
	display: none;
}

/* [[┃┠ ul.prm_scene]] */
/*___________________________________________________________________________*/
#premiumSlider.banner .prm_scene {
	/* 未指定 */
}

/* [[┃┃┗ li]] */
/*---------------------------------------------------------------------------*/
#premiumSlider.banner .prm_scene li {
	display: none;
	position: absolute;
	bottom: 2px;
	left: 2px;
	z-index: 10;
}

/* [[┃┗ .prm_background]] */
/*___________________________________________________________________________*/
#premiumSlider.banner .prm_background {
	margin: -2px;/* #premiumSlider.banner padding */
}



/* [[=====================================================================]] */
/* [[▽print style]] */
/*===========================================================================*/
@media print {
pre {
	white-space: pre-wrap;
	white-space: -moz-pre-wrap;
	white-space: -o-pre-wrap;
	white-space: -pre-wrap;
	word-wrap: break-word;
}



}/*△print style*/



/* [[=====================================================================]] */
/* [[▽clearfix]] */
/*===========================================================================*/
.clearfix
{ zoom:1; }

.clearfix:after
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	font-size: 0;
	line-height: 0;
}

* html .clearfix
{
	display:inline-table;
	/*\*/display:block;/**/
}
