@charset "UTF-8";



/* [[=====================================================================]] */
/* [[body#forClient]] */
/*===========================================================================*/



/* [[=====================================================================]] */
/* [[#contents]] */
/*===========================================================================*/

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

#contents .section.notes {
	padding: 14px 19px 19px 19px;
	border: solid 1px #ddd;
	border-radius: 8px;
}

/* [[　┠ h2]] */
/*___________________________________________________________________________*/
#contents .section h2 {
	margin: 20px 0 0 0;
	padding: 7px 10px;
	border: solid 1px #dde6ee;
	color: #49c;
	font-weight: bold;
	font-size: 16px;
	background: #eef6ff;
	border-radius: 5px;
}

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

/* [[　┠ h3]] */
/*___________________________________________________________________________*/
#contents .section h3 {
	margin: 20px 0 0 0;
	padding: 0 0 15px 0;
	border-bottom: solid 3px #8be;
	color: #000;
	font-weight: bold;
	font-size: 16px;
	
}

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

/* [[　┃┗ span]] */
/*---------------------------------------------------------------------------*/
#contents .section h3 span {
	color: #49c;
}

/* [[　┠ table]] */
/*___________________________________________________________________________*/
#contents .section.notes table {
	width: 100%;
	margin: 10px 0 0 0;
}

#contents .section.notes h3 + table {
	margin-top: 0;
}

/* [[　┃┗ th / td]] */
/*---------------------------------------------------------------------------*/
#contents .section.notes th,
#contents .section.notes td {
	padding: 10px;
	border-top: solid 1px #ddd;
}

#contents .section.notes tr:first-child th,
#contents .section.notes tr:first-child td {
	border-top: none;
}

#contents .section.notes th {
	width: 270px;
	background: #fffff6;
}

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

#contents .section p:first-child,
#contents .section h2 + p,
#contents .section h3 + p {
	padding-top: 0;
	border-top: none;
	/* reset */
}

/* [[　┃ + table > ]] *//*---------------*/
#contents .section.notes table th p {
	margin-top: 0;
	padding-top: 0;
	border-top: none;
	/* reset */
}

#contents .section.notes table th p:first-child {
	color: #8be;
	font-size: 12px;
}

#contents .section.notes table td p {
	margin-top: 5px;
	padding-top: 0;
	border-top: none;
	/* reset */
}

/* [[　┠ dl]] */
/*___________________________________________________________________________*/
/* [[　┃┠ dt]] */
/*---------------------------------------------------------------------------*/
#contents .section dt {
	margin: 10px 0 0 0;
	padding: 10px 0 0 0;
	border-top: dotted 1px #ccc;
	color: #000;
	font-weight: bold;
}

#contents .section dl:first-child dt:first-child,
#contents .section h2 + dl dt:first-child,
#contents .section h3 + dl dt:first-child {
	padding-top: 0;
	border-top: none;
}

/* [[　┃┗ dd]] */
/*---------------------------------------------------------------------------*/
#contents .section dd {
	padding: 5px 0 0 0;
}

/* [[　┗ common selector]] */
/*___________________________________________________________________________*/
/* [[　　┠ .notes]] */
/*---------------------------------------------------------------------------*/
#contents .section .notes {
	color: #888;
	font-size: 12px;
}

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

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

/* [[　　┗ span.icon]] */
/*---------------------------------------------------------------------------*/
#contents .section span.icon {
	margin-right: 2px;
	color: #49c;
}



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