@charset "UTF-8";



/* [[=====================================================================]] */
/* [[body#home]] */
/*===========================================================================*/

/* [[┃-------------------------------------------------------------------]] */
/* [[┠ dl#lastUpdate]] */
/*===========================================================================*/
#lastUpdate {
	margin: 10px 0 0 0;
	padding: 0 3px 3px 3px;
	background:#8be;
	border-radius: 5px;
}

#lastUpdate:first-child {
	margin-top: 0;
}

/* [[┃┠ dt]] */
/*___________________________________________________________________________*/
#lastUpdate dt {
	padding: 5px 7px;
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
}

/* [[┃┗ dd]] */
/*___________________________________________________________________________*/
#lastUpdate dd {
	padding: 5px 10px;
	font-size: 14px;
	text-align: center;
	background:#fff;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
}

/* [[┃　┗ strong]] */
/*---------------------------------------------------------------------------*/
#lastUpdate dd strong {
	color: #f00;
}

/* [[┃-------------------------------------------------------------------]] */
/* [[┠ #information]] */
/*===========================================================================*/
#information {
	margin: 10px 0 0 0;
	padding: 0 5px 5px 5px;
	background: #cceef6;
	border-radius: 5px;
}

#information:first-child {
	margin-top: 0;
}

/* [[┃┠ .headline]] */
/*___________________________________________________________________________*/
/*[memo]
hタグで使用のため class 指定
-----------------------------------------------------------------------------*/
#information > .headline {
	padding: 7px 5px 5px 5px;
	color: #49c;
	font-weight: bold;
	font-size: 12px;
}

/* [[┃┗ dl]] */
/*___________________________________________________________________________*/
#information dl {
	margin: 5px 0 0 0;
	padding: 10px;
	border: solid 1px #cde;
	background: #fff;
	border-radius: 4px;
}

#information h3 + dl {
	margin-top: 0;
}

/* [[┃　┠ dt.update]] */
/*---------------------------------------------------------------------------*/
#information dt.update {
	color: #000;
	font-weight: bold;
	font-size: 10px;
}

/* [[┃　┠ dt.title]] */
/*---------------------------------------------------------------------------*/
#information dt.headline {
	color: #039;
	font-weight: bold;
	font-size: 14px;
}

/* [[┃　┗ dd.detail]] */
/*---------------------------------------------------------------------------*/
#information dd {
	padding: 3px 0 0 0;
	font-size: 12px;
}

/* [[┃-------------------------------------------------------------------]] */
/* [[┠ #special]] */
/*===========================================================================*/
#special {
	padding: 0 5px 5px 5px;
	background: #fc3;
	border-radius: 8px;
}

/* [[┃┠ .headline]] */
/*___________________________________________________________________________*/
/*[memo]
hタグで使用のため class 指定
-----------------------------------------------------------------------------*/#special > .headline {
	float: left;
	padding: 0 0 0 30px;
	color: #fff;
	font-weight: bold;
	font-size: 18px;
	line-height: 40px;
	background: url(https://image.haj.co.jp/jobkita/primary/pc/home/spl_title_icon.png) no-repeat left center;
}

/* [[┃┠ p]] */
/*___________________________________________________________________________*/
#special > p {
	float: right;
	padding: 0 5px 0 0;
	color: #fff;
	font-size: 11px;
	line-height: 40px;
}

/* [[┃┗ ul]] */
/*___________________________________________________________________________*/
#special ul {
	clear: both;
}

#special ul:first-child {
	padding: 5px 0 0 0;
}

/* [[┃　┗ li]] */
/*---------------------------------------------------------------------------*/
#special li {
	padding: 5px 0 0 0;
}

#special li:first-child {
	padding-top: 0;
}

/* [[┃　　┗ a]] */
/*--------------------------------------------------*/
#special li a {
	display: block;
	padding: 5px 20px 5px 10px;
	background: #fff url(https://image.haj.co.jp/jobkita/primary/pc/home/spl_link_icon.png) no-repeat right center;
	border-radius: 5px;
	-webkit-box-shadow: 0px 1px 2px #da1;
	box-shadow: 0px 1px 2px #da1;
}

#special li a:hover {
	text-decoration: none;
}

/* [[┃　　　┠ span.update]] */
/*------------------------------*/
#special li a .update {
	display: block;
	color: #000;
	font-size: 10px;
}

#special li.new a .update:after {
	content: "NEW";
	display: inline-block;
	vertical-align: top;
	margin: 0 0 0 2px;
	padding: 0 5px;
	color: #fff;
	font-weight: bold;
	font-size: 8px;
	line-height: 14px;
	background: #f00;
	border-radius: 100px;
}

#special li.notes a .update:after {
	content: "「北海道の大地で働く」が新しくなりました";
	display: inline-block;
	vertical-align: top;
	margin: 0 0 0 10px;
	color: #f60;
	font-weight: bold;
}

/* [[┃　　　┗ span.headline]] */
/*------------------------------*/
#special li a .headline {
	display: block;
	font-weight: bold;
	font-size: 14px;
}

#special li a:hover .headline {
	text-decoration: underline;
}

/* [[┃-------------------------------------------------------------------]] */
/* [[┠ #jobList]] */
/*===========================================================================*/
#jobList {
	padding: 20px 0 0 0;
}

#jobList:first-child {
	padding-top: 0;
}

/* [[┃┗ .headline]] */
/*___________________________________________________________________________*/
/*[memo]
hタグで使用のため class 指定
-----------------------------------------------------------------------------*/
#jobList .headline {
	padding: 10px 0;
	border-top: solid 5px #49c;
	border-bottom: solid 1px #ddd;
	color: #000;
	font-weight: bold;
	font-size: 18px;
}



/* [[=====================================================================]] */
/* [[▽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;/**/
}
