@charset "UTF-8";



/* [[=====================================================================]] */
/* [[body#guide]] */
/*===========================================================================*/



/* [[=====================================================================]] */
/* [[#contents]] */
/*===========================================================================*/
#contentsWrap {
	background: url(https://image.haj.co.jp/jobkita/primary/pc/guide/nav_box_btm.gif) no-repeat right bottom;
}

#main {
	float: left;
	/* pc_base.css reset */
}

#sub {
	float: right;
	/* pc_base.css reset */
	background: url(https://image.haj.co.jp/jobkita/primary/pc/guide/nav_box_top.gif) no-repeat right top;
}

/* [[┃-------------------------------------------------------------------]] */
/* [[┠ .section / .wrap]] */
/*===========================================================================*/
#contents .section {
	margin: 20px 0 0 0;
}

#contents #contentsHeader + .section {
	margin-top: 10px;
}

#contents .section .wrap {
	margin: 20px 0 0 0;
}

#contents .section .wrap:first-child {
	margin-top: 0;
	padding: 20px 0 0 0;
	border-top: solid 1px #ddd;
}

/* [[┃┠ .headline]] */
/*___________________________________________________________________________*/
/*[memo]
h2〜で使用
-----------------------------------------------------------------------------*/
#contents .section .headline {
	margin: 40px 0 0 0;/* .section margin 相殺 */
	padding: 7px 10px;
	color: #fff;
	font-weight: bold;
	font-size: 16px;
	background: #8be;
	border-radius: 5px;
}

#contents .section .headline-small {
	margin-top: 10px;
}

#contents .section .headline ~ .headline {
	margin-top: 20px;/* .section margin 相殺 */
	color: #49c;
	font-size: 14px;
	background: #eef6ff;
	/* reset */
	border: solid 1px #dde6ee;
}

#contents .section .headline ~ .wrap .headline {
	padding: 10px 0;
	border: none;
	color: #49c;
	background: none;
	border-radius: 0;
	/* reset */
	border-top: solid 1px #ddd;
	border-bottom: dotted 1px #ddd;
	overflow: hidden;
	zoom: 1;
}

#contents .section .headline + .headline {
	margin-top: 10px;
	/* reset */
}

#contents .section .headline ~ .wrap .headline:first-child,
#contents .section .headline ~ .wrap .photo + .headline {
	margin-top: 0;
	/* reset */
}

/* [[┃┠ .photo]] */
/*___________________________________________________________________________*/
#contents .section .photo {
	margin: 10px 0 0 0;
}

/* [[┃┃┃ + .wrap > ]] *//*---------------*/
#contents .section .wrap .photo {
	float: left;
	margin: 0 10px 0 0;
}

/* [[┃┃┗ img]] */
/*---------------------------------------------------------------------------*/
#contents .section .photo img {
	display: block;
	width: 100%;
}

/* [[┃┠ p]] */
/*___________________________________________________________________________*/
#contents .section p {
	margin: 10px 0 0 0;
	padding: 10px 0 0 0;
	border-top: dotted 1px #ccc;
	overflow: hidden;
	zoom: 1;
}

/* [[┃┃ + .:first-child / etc... ]] *//*---------------*/
#contents .section p:first-child,
#contents .section .headline + p,
#contents .section .wrap + p,
#contents .section .photo + p {
	padding-top: 0;
	border-top: none;
	/* reset */
}

/* [[┃┃ + .wrap > ]] *//*---------------*/
#contents .section .wrap .photo + p {
	margin-top: 0;
}

/* [[┃┠ ul / dl]] */
/*___________________________________________________________________________*/
#contents .section ul,
#contents .section dl {
	overflow: hidden;
	zoom: 1;
}

#contents .section ul:first-child,
#contents .section dl:first-child {
	margin: 20px 0 0 0;
}

/* [[┃┃┃ + #employmentIcon > ]] *//*---------------*/
#contents #employmentIcon.section ul {
	padding: 0 10px 10px 10px;
	border: solid 1px #ddd;
	border-radius: 5px;
}

/* [[┃┃┃ + #specIcon > ]] *//*---------------*/
#contents #specIcon.section ul {
	padding: 0 10px 10px 10px;
	border: solid 1px #ddd;
	border-radius: 5px;
}

/* [[┃┃┃ + body.abbreviation > ]] *//*---------------*/
body.abbreviation #contents .section dl {
	border-bottom: dotted 1px #ccc;
}

/* [[┃┃┠ dt]] */
/*---------------------------------------------------------------------------*/
#contents .section dt {
	margin: 10px 0 0 0;
	padding: 7px 10px;
	color: #000;
	font-weight: bold;
	background: #fff9ee;
	border-radius: 5px;
}

#contents .section dl:first-child dt:first-child {
	margin-top: 0;
}

/* [[┃┃┃ + body.abbreviation > ]] *//*---------------*/
body.abbreviation #contents .section dt {
	margin: 0;
	padding: 10px 0;
	background: none;
	border-radius: 0;
	/* reset */
	float: left;
	width: 50%;
	border-top: dotted 1px #ccc;
}

/* [[┃┃┗ li / dd]] */
/*---------------------------------------------------------------------------*/
#contents .section li,
#contents .section dd {
	margin: 10px 0 0 0;
	padding: 10px 0 0 0;
	border-top: dotted 1px #ccc;
}

#contents .section ul:first-child li:first-child,
#contents .section .headline + ul li:first-child,
#contents .section dt + dd {
	margin-top: 0;
	border-top: none;
}

/* [[┃┃　 + #employmentIcon > ]] *//*---------------*/
#contents #employmentIcon.section li {
	float: left;
	width: 50%;
}

#contents #employmentIcon.section ul:first-child li:first-child + li {
	margin-top: 0;
	border-top: none;
}

#contents #employmentIcon.section li:last-child:nth-of-type(odd),
#contents #specIcon.section li:last-child:nth-of-type(odd) {
	width: 100%;
}

/* [[┃┃┃ + body.abbreviation > ]] *//*---------------*/
body.abbreviation #contents .section dd {
	margin: 0;
	padding: 10px 0;
	border-top: dotted 1px #ccc;
	/* reset */
	float: left;
	width: 50%;
}

/* [[┃┠ strong]] */
/*___________________________________________________________________________*/
#contents .section strong {
	color: #000;
	font-weight: bold;
}

/* [[┃┠ em]] */
/*___________________________________________________________________________*/
#contents .section em {
	color: #49c;
}

/* [[┃┠ .notes]] */
/*___________________________________________________________________________*/
/*[memo]
p / li / dd 等で使用
-----------------------------------------------------------------------------*/
#contents .section .notes {
	color: #888;
	font-size: 12px;
}

/* [[┃┠ span.icon]] */
/*___________________________________________________________________________*/
/*[memo]
p / li / dd 等で使用
-----------------------------------------------------------------------------*/
#contents .section span.icon {
	margin-right: 5px;
	color: #49c;
}

/* [[┃┠ a.links]] */
/*___________________________________________________________________________*/
#contents .section a.links {
	padding: 0 0 0 17px;
	font-weight: bold;
	background: url(https://image.haj.co.jp/jobkita/primary/pc/guide/links_icon.png) no-repeat left center;
}

/* [[┃┗ #specIcon > a / span]] */
/*___________________________________________________________________________*/
#contents #specIcon.section li a,
#contents #specIcon.section li span:first-child {
	display: inline-block;
	vertical-align: middle;
	width: 140px;
	margin: 0 10px 0 0;
	padding: 7px 3px 6px 3px;
	color: #000;
	font-weight: bold;
	font-size: 14px;
	line-height: 1;
	text-align: center;
	background: #FFEE75;
}

#contents #specIcon.section li a:hover {
	text-decoration: none;
}

#contents #specIcon.section li a + span,
#contents #specIcon.section li span + span {
	display: inline-block;
	vertical-align: middle;
}



/* [[=====================================================================]] */
/* [[#nav]] */
/*===========================================================================*/

/* ------------------------------------------------------------------------- */
/* [[┠ #navi]] */
/*===========================================================================*/
#navi {
	padding: 20px 10px;
}

/* [[┃┗ li]] */
/*___________________________________________________________________________*/
#navi li {
	padding: 10px 0;
	border-bottom: solid 1px #ddd;
	font-weight: bold;
	font-size: 12px;
}

#navi li:first-child {
	border-top: solid 1px #ddd;
}

/* [[┃　┗ a]] */
/*---------------------------------------------------------------------------*/
#navi li a {
	display: block;
	padding: 0 0 0 17px;
	color: #666;
	background: url(https://image.haj.co.jp/jobkita/primary/pc/guide/nav_icon_def.gif) no-repeat left center;
}

body.about #navi li.about a,
body.area #navi li.area a,
body.jobtype #navi li.jobtype a,
body.jobicon #navi li.jobicon a,
body.abbreviation #navi li.abbreviation a,
body.time #navi li.time a,
body.clip #navi li.clip a,
body.entry #navi li.entry a,
body.mobile #navi li.mobile a,
body.employment #navi li.employment a,
body.consign #navi li.consign a,
body.temp #navi li.temp a {
	display: block;
	margin: 0 0 0 -10px;
	padding: 5px 5px 5px 20px;
	color: #49c;
	background: #fff url(https://image.haj.co.jp/jobkita/primary/pc/guide/nav_icon_act.gif) no-repeat 10px center;
	-webkit-border-top-right-radius:5px;
	-webkit-border-bottom-right-radius:5px;
	-moz-border-top-right-radius:5px;
	-moz-border-bottom-right-radius:5px;
	border-top-right-radius:5px;
	border-bottom-right-radius:5px;
	zoom:1;
}



/* [[=====================================================================]] */
/* [[▽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]] */
/*===========================================================================*/
#contents .section dl,
#contents .section ul,
#contents .section .wrap,
.clearfix
{ zoom:1; }

#contents .section dl:after,
#contents .section ul:after,
#contents .section .wrap:after,
.clearfix:after
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	font-size: 0;
	line-height: 0;
}

* html #contents .section dl,
* html #contents .section ul,
* html #contents .section .wrap,
* html .clearfix
{
	display:inline-table;
	/*\*/display:block;/**/
}
