@charset "UTF-8";



/* [[=====================================================================]] */
/* [[body#jobDetail]] */
/*===========================================================================*/

/* [[┃-------------------------------------------------------------------]] */
/* [[┠ #contentsHeader]] */
/*===========================================================================*/
/* [[┃┠ .jobtitle]] */
/*___________________________________________________________________________*/
/*[memo]
pc_banner.css 継承
body#jobList 継承させないため「body#jobDetail」指定にしています。
-----------------------------------------------------------------------------*/
body#jobDetail #contentsHeader .jobtitle {
	padding: 20px 0 0;
	/* display: flex;
	align-items: center; */
	/* reset */
}
body#jobDetail #contentsHeader .jobtitle::after {
	content: "";
	clear: both;
	display: block;
	width: 100%;
	height: 1px;
}

/* [[┃┃┗ a.elementGuide]] */
/*---------------------------------------------------------------------------*/
body#jobDetail #contentsHeader .jobtitle .elementGuide {
	display: inline-block;
	margin: 0 0 0 25px;
	padding: 8px 12px 6px 30px;
	border: solid 1px #006CD9;
	color: #006CD9;
	font-size: 15px;
	line-height: 1;
	background: url(../../primary/images/pc/common/anchor_icon.png) no-repeat 10px center;
	border-radius: 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	cursor: pointer;
}

body#jobDetail #contentsHeader .jobtitle .elementGuide:hover {
	color: #fff;
	text-decoration: none;
	background-color: #006CD9 !important;
	background: url(../../primary/images/pc/common/anchor_icon_on.png) no-repeat 10px center;
}

/* [[┃┗ .optionData]] */
/*___________________________________________________________________________*/
#contentsHeader .optionData {
	clear: both;
	margin: 20px 0 0 0;
	border-top: dotted 1px #ddd;
}

/* [[┃　┗ dl.period]] */
/*---------------------------------------------------------------------------*/
#contentsHeader .optionData .period {
	margin-top: 10px;
}

/* [[┃　　┠ dt.headline]] */
/*--------------------------------------------------*/
#contentsHeader .optionData .period .headline {
	display: inline;
	font-size: 12px;
}

/* [[┃　　┠ dd.detail]] */
/*--------------------------------------------------*/
#contentsHeader .optionData .period .detail {
	display: inline;
	font-size: 12px;
	padding-left: 1em;
}

/* [[┃　　┗ dd.notes]] */
/*--------------------------------------------------*/
#contentsHeader .optionData .period .notes {
	color: #888;
	font-size: 10px;
}

/* [[┃-------------------------------------------------------------------]] */
/* [[┠ .agentNotes]] */
/*===========================================================================*/
#contentsHeader .agentNotes,
#contentsFooter .agentNotes {
	margin-top: 10px;
	padding: 9px;
	border: solid 1px #ddd;
	border-radius: 5px;
	color: #999;
	font-size: 12px;
}
#contentsHeader .agentNotes:first-child,
#contentsFooter .agentNotes:first-child {
	margin-top: 0;
}

/* [[┃-------------------------------------------------------------------]] */
/* [[┠ .clipTool]] */
/*===========================================================================*/
#contents .toolbar .clipTool {
	margin-left: auto;
}


/* [[┃-------------------------------------------------------------------]] */
/* [[┠ .webEntry]] */
/*===========================================================================*/
.webEntry {
	margin-left: 5px;
}
/* [[┃-------------------------------------------------------------------]] */
/* [[┠ .jdetNav]] */
/*===========================================================================*/
.jdetNav {
	margin-top: 20px;
	padding-left: 10px;
	padding-right: 10px;

	/* .jdetNav:before */
	position: relative;
	z-index: 1;
}
.jdetNav:before {
	content: ' ';
	font-size: 0;
	line-height: 0;

	width: 100%;
	height: 2px;
	background-color: #006CD9;

	position: absolute;
	bottom: 0;
	left: 0;
	z-index: -1;
 }
.jdetNavSet {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: stretch;
}
.jdetNavSet_item {
	width: calc(50% - 5px);
	height: 70px;
	background-color: #006CD9;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
.jdetNavSet_item a {
	width: 100%;
	height: 100%;

	color: #fff;
	font-weight: bold;
	font-size: 16px;
	text-align: center;

	/* text middle合わせ */
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
.jdetNavSet_item a:hover {
	text-decoration: none;
}
.jdetNavSet_item-employment {
	/* 未指定 */
}
.jdetNavSet_item-message {
	/* 未指定 */
}
.jdetNavSet_item-act {
	border: solid 2px #006CD9;
	border-bottom: none;
	background-color: #fff;
	box-sizing: border-box;
}
.jdetNavSet_item-act a {
	color: #006CD9;
}

/* [[┃-------------------------------------------------------------------]] */
/* [[┠ .jdetMessageImage]] */
/*===========================================================================*/
.jdetMessageImage {
	margin-top: 20px;
	font-size: 0;
	line-height: 0;
}
.jdetMessageImage img {
	width: 100%;
}

/* [[┃-------------------------------------------------------------------]] */
/* [[┠ .jdetMessageNav]] */
/*===========================================================================*/
/*[memo]
縦長画像ページ「この求人の募集要項へ」リンク要素
-----------------------------------------------------------------------------*/
.jdetMessageNav {
	margin-top: 20px;

	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: stretch;
}
.jdetMessageNav_item {
	width: 320px;
	height: 60px;
}
.jdetMessageNav_item + .jdetMessageNav_item {
	margin-left: 10px;
}
.jdetMessageNav_item a {
	width: 100%;
	height: 100%;
	border: solid 1px #006CD9;
	background: #006CD9;
	background:-webkit-gradient(
		linear,
		left top,
		left bottom,
		from(#006CD9),
		to(#0062C6)
	);
	background:-webkit-linear-gradient(
		top,
		#006CD9,
		#0062C6
	);
	background: linear-gradient(  to bottom,  #006CD9,  #0062C6 );
	/* -webkit-box-shadow: inset 0px 1px 0px rgba(255,255,255,0.4);
	box-shadow: inset 0px 1px 0px rgba(255,255,255,0.4); */
	border-radius: 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;

	cursor: pointer;

	/* テキスト middle 合わせ */
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;

	color: #fff;
	font-weight: bold;
	font-size: 16px;
	text-align: center;
	text-decoration: none;
}

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

/* [[┃┗ img]] */
/*___________________________________________________________________________*/
#contents .flyer img {
	display: block;
	margin: 0 auto;
}

/* [[┃-------------------------------------------------------------------]] */
/* [[┠ .sellingPoint]] */
/*===========================================================================*/
/*[memo]
body#jobList 継承させないため「body#jobDetail」指定にしています。
-----------------------------------------------------------------------------*/
body#jobDetail #contents .sellingPoint {
	margin-top: 20px;
}
/* [[┃┠ .mainPhoto]] */
/*___________________________________________________________________________*/
body#jobDetail #contents .sellingPoint .mainPhoto {
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	font-size: 0;
	line-height: 0;
	text-align: center;
}
body#jobDetail #contents .sellingPoint .mainPhoto:first-child {
	margin-top: 0;
}

/* [[┃┃┗ img]] */
/*---------------------------------------------------------------------------*/
body#jobDetail #contents .sellingPoint .mainPhoto img {
	display: inline-block;
	max-width: 650px;
	max-height: 488px;
}

/* [[┃┠ .message]] */
/*___________________________________________________________________________*/
body#jobDetail #contents .sellingPoint .message {
	margin-top: 20px;
	color: #0054AA;
	font-weight: bold;
	font-size: 18px;

	/* 半角英数字 改行指定 */
	word-wrap : break-word;
	overflow-wrap : break-word;
}
body#jobDetail #contents .sellingPoint .message:first-child {
	margin-top: 0;
}

/* [[┃┠ p.description]] */
/*___________________________________________________________________________*/
#contents .sellingPoint .description {
	padding: 20px 0 0 0;
	font-size: 14px;
	line-height: 2;

	/* 半角英数字 改行指定 */
	word-wrap : break-word;
	overflow-wrap : break-word;
}

/* [[┃┗ .cut]] */
/*___________________________________________________________________________*/
#contents .sellingPoint .cut {
	padding: 20px 0 0 0;
}

/* [[┃┃┗ item]] */
/*---------------------------------------------------------------------------*/
#contents .sellingPoint .cut .item {
	float: left;
	width: 440px;
	padding: 10px;
	background: #eef6ff;
	border-radius: 5px;
}

#contents .sellingPoint .cut .item + .item {
	margin: 0 0 0 20px;
}

/* [[┃┃　┠ .photo]] */
/*--------------------------------------------------*/
#contents .sellingPoint .cut .item .photo {
	float: left;
	margin: 0 10px 0 0;
}

/* [[┃┃　┃┗ img]] */
/*------------------------------*/
#contents .sellingPoint .cut .item .photo img {
	display: block;
	width: 180px;
}

/* [[┃┃　┗ p]] */
/*--------------------------------------------------*/
#contents .sellingPoint .cut .item p {
	overflow: hidden;
	zoom: 1;
	color: #468;
	font-size: 12px;

	/* 半角英数字 改行指定 */
	word-wrap : break-word;
	overflow-wrap : break-word;
}

/* [[┃-------------------------------------------------------------------]] */
/* [[┠ .jdetAside]] */
/*===========================================================================*/
/*[memo] イベント参加告知ブロック */
.jdetAside {
	margin: 20px 0 0 0;
	padding: 0 19px 19px 19px;
	border: solid 1px #ddd;
	border-radius: 8px;
}
.jdetAside_item {
	display: table;
	width: 100%;
	table-layout: fixed;
	margin-top: 20px;
}
.jdetAside_item + .jdetAside_item {
	padding-top: 20px;
	border-top: dotted 1px #ddd;
}
.jdetAside_banner {
	display: table-cell;
	vertical-align: top;
	width: 220px;
}
.jdetAside_banner a {
	display: block;
}
.jdetAside_banner img {
	display: block;
	width: 100%;
	background-color: #8be;
}
.jdetAside_summary {
	display: table-cell;
	vertical-align: middle;
	width: 95%;
	padding-left: 20px;
}
.jdetAside_title  {
	color: #49c;
	font-weight: bold;
	font-size: 16px;
}
.jdetAside_lead {
	margin-top: 5px;
	font-size: 14px;
}

/* [[┃-------------------------------------------------------------------]] */
/* [[┠ .library]] */
/*===========================================================================*/
#contents .library {
	margin: 20px 0 0 0;
	padding: 10px 0;
	background: #f3f3f3;
	border-radius: 5px;
}

/* [[┃┗ .wrap]] */
/*___________________________________________________________________________*/
#contents .library .wrap {
	display: table;
	border-collapse: separate;
	border-spacing: 10px 0;
	margin: 10px 0 0 0;
}

#contents .library .wrap:first-child {
	margin-top: 0;
}

/* [[┃　┗ .item]] */
/*---------------------------------------------------------------------------*/
#contents .library .item {
	display: table-cell;
	width: 300px;
	padding: 10px;
	background: #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/* [[┃　　┠ .photo]] */
/*--------------------------------------------------*/
/* [[┃　　┃┗ img]] */
/*------------------------------*/
#contents .library .item .photo img {
	display: block;
	width: 180px;
	margin: 0 auto;
}

/* [[┃　　┗ p]] */
/*--------------------------------------------------*/
#contents .library .item p {
	padding: 10px 0 0 0;
	font-size: 12px;

	/* 半角英数字 改行指定 */
	word-wrap : break-word;
	overflow-wrap : break-word;
}

/* [[┃-------------------------------------------------------------------]] */
/* [[┠ .interview]] */
/*===========================================================================*/
#contents .interview {
	margin: 20px 0 0 0;
	padding: 0 19px 19px 19px;
	border: solid 1px #ddd;
	border-radius: 8px;
}

/* [[┃┠ .headline]] */
/*___________________________________________________________________________*/
/*[memo]
hタグで使用のため class 指定
-----------------------------------------------------------------------------*/
#contents .interview .headline {
	padding: 20px 0;
	border-bottom: dotted 1px #ddd;
	color: #0054AA;
	font-weight: bold;
	font-size: 16px;

	/* 半角英数字 改行指定 */
	word-wrap : break-word;
	overflow-wrap : break-word;
}

/* [[┃┠ .cut]] */
/*___________________________________________________________________________*/
#contents .interview .cut {
	float: left;
	width: 180px;
	margin: 19px 20px 0 0;
	padding: 10px;
	background: #eef6ff;
	border-radius: 5px;
}

#contents .interview h4 ~ .cut {
	margin-top: 10px;
}

/* [[┃┃┠ .photo]] */
/*---------------------------------------------------------------------------*/
/* [[┃┃┃┗ img]] */
/*--------------------------------------------------*/
#contents .interview .cut .photo img {
	display: block;
	width: 180px;
}

/* [[┃┃┗ p]] */
/*---------------------------------------------------------------------------*/
#contents .interview .cut p {
	color: #468;
	font-size: 12px;

	/* 半角英数字 改行指定 */
	word-wrap : break-word;
	overflow-wrap : break-word;
}

#contents .interview .cut .photo + p {
	padding: 5px 0 0 0;
}

/* [[┃┗ .detail]] */
/*___________________________________________________________________________*/
#contents .interview .detail {
	overflow: hidden;
	zoom: 1;
	padding: 19px 0 0 0;
}

#contents .interview h4 ~ .detail {
	padding-top: 10px;
}

/* [[┃　┗ p]] */
/*---------------------------------------------------------------------------*/
#contents .interview .detail p {
	font-size: 14px;
	line-height: 2;

	/* 半角英数字 改行指定 */
	word-wrap : break-word;
	overflow-wrap : break-word;
}

/* [[┃-------------------------------------------------------------------]] */
/* [[┠ .movie]] */
/*===========================================================================*/
/*[memo] youTubeなどの動画ブロック */
#contents .movie {
	margin: 20px 0 0 0;
	padding: 0 19px 19px 19px;
	border: solid 1px #ddd;
	border-radius: 8px;
}

/* [[┃┠ .movie_headline]] */
/*___________________________________________________________________________*/
#contents .movie_headline {
	padding: 20px 0;
	border-bottom: dotted 1px #ddd;
	color: #0054AA;
	font-weight: bold;
	font-size: 16px;
}

/* [[┃┠ .movie_wrapper]] */
/*___________________________________________________________________________*/
#contents .movie_wrapper {
	padding-top: 20px;
	width: 400px;
	margin: 0 auto;
}

/* [[┃┃┠ .movie_inner]] */
/*---------------------------------------------------------------------------*/
#contents .movie_inner {
	position: relative;
	padding-top: 56.25%;
}
/* [[┃┃┃┗ iframe]] */
/*--------------------------------------------------*/
#contents .movie_inner iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%!important;
	height: 100%!important;
}
/* [[┃┠ .movie_text]] */
/*___________________________________________________________________________*/
#contents .movie_text {
	margin-top: 10px;
	font-size: 14px;
	text-align: center;

	/* 半角英数字 改行指定 */
	word-wrap : break-word;
	overflow-wrap : break-word;
}

/* [[┃-------------------------------------------------------------------]] */
/* [[┠ .jdetBarometer]] */
/*===========================================================================*/
/*[memo]
職場のバロメータ
-----------------------------------------------------------------------------*/
.jdetBarometer {
	margin-top: 20px;
}

/* [[┃┠ &_title ]] */
/*___________________________________________________________________________*/
.jdetBarometer_title {
	padding: 5px 10px;
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	background: #006CD9;
	border-radius: 5px;
}

/* [[┃┠ &_body ]] */
/*___________________________________________________________________________*/
.jdetBarometer_body {
	margin-top: 20px;

	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
}

/* [[┃┠ .jdetBarometerSet ]] */
/*___________________________________________________________________________*/
.jdetBarometerSet {
	width: 300px;

	display: flex;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: center;
}
.jdetBarometerSet + .jdetBarometerSet {
	margin-left: 20px;
}
.jdetBarometerSet_text {
	width: calc(((100% - 55px) / 2) - 5px);
	/* 55px = .jdetBarometerValue width */
	font-size: 14px;
	line-height: 1.2;
}
.jdetBarometerSet_text-first {
	margin-right: 5px;
	text-align: right;
}
.jdetBarometerSet_text-last {
	margin-left: 5px;
	text-align: left;
}

/* [[┃┗ .jdetBarometerValue ]] */
/*___________________________________________________________________________*/
.jdetBarometerValue {
	width: 55px;

	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.jdetBarometerValue_item {
	font-size: 0;
	line-height: 0;
	width: 10px;
	height: 10px;
	margin: 1px;/* &_item-cheked border */
	background-color: #ddd;
	border-radius: 100px;
}
.jdetBarometerValue_item-cheked {
	padding: 0;
	border: solid 3px #006CD9;
}

/* [[┃-------------------------------------------------------------------]] */
/* [[┠ .jdetSpec]] */
/*===========================================================================*/
/*[memo]
メリットアイコン
-----------------------------------------------------------------------------*/
.jdetSpec {
	margin-top: 20px;
}

/* [[┃┠ &_title ]] */
/*___________________________________________________________________________*/
.jdetSpec_title {
	padding: 5px 10px;
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	background: #006CD9;
	border-radius: 5px;
}

/* [[┃┗ .jdetSpecNotes ]] */
/*___________________________________________________________________________*/
/*[memo]
社内求人プレビューで表示させるコメント要素。
本番環境では表示されない要素です。
-----------------------------------------------------------------------------*/
.jdetSpecNotes {
	margin-top: 10px;
	padding: 10px;
	background-color: #f00;
	border-radius: 5px;

	color: #fff;
	font-size: 10px;
	display: table;/* テキストサイズにwidthをフィットさせるため指定 */

	position: relative;/* before */
}
.jdetSpecNotes:before {
	content: ' ';

	width: 0;
	height: 0;
	font-size: 0;
	line-height: 0;

	border-style: solid;
	border-width: 6px;
	border-color:transparent transparent #f00 transparent;

	position: absolute;
	top: -12px;
	left: 24px;
}

/* [[┃-------------------------------------------------------------------]] */
/* [[┠ .jdetProperty]] */
/*===========================================================================*/
.jdetProperty {
	margin-top: 20px;
}

/* [[┃┠ &_title ]] */
/*___________________________________________________________________________*/
.jdetProperty_title {
	padding: 5px 10px;
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	background: #006CD9;
	border-radius: 5px;
}

/* [[┃┠ &_body ]] */
/*___________________________________________________________________________*/
.jdetProperty_body {
	margin-top: 20px;
}

/* [[┃┗ .jdetPropertyItem ]] */
/*___________________________________________________________________________*/
.jdetPropertyItem + .jdetPropertyItem {
	margin-top: 20px;
	padding-top: 20px;
	border-top: solid 1px #ddd;
}
.jdetPropertyItem {
	display: flex;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: flex-start;
}
.jdetPropertyItem_title {
	width: 120px;
	padding-right: 10px;
	box-sizing: border-box;

	color: #0054AA;
	font-size: 14px;
}
.jdetPropertyItem_detail {
	width: calc(100% - 120px);
	font-size: 14px;
}

/* [[┃-------------------------------------------------------------------]] */
/* [[┠ .jdetComments]] */
/*===========================================================================*/
.jdetComments {
	margin-top: 20px;
}

/* [[┃┠ &_title ]] */
/*___________________________________________________________________________*/
.jdetComments_title {
	padding: 5px 10px;
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	background: #006CD9;
	border-radius: 5px;
}

/* [[┃┗ &_text ]] */
/*___________________________________________________________________________*/
.jdetComments_text {
	margin-top: 20px;
	font-size: 14px;

	/* 半角英数字 改行指定 */
	word-wrap : break-word;
	overflow-wrap : break-word;

}

/* [[┃-------------------------------------------------------------------]] */
/* [[┠ .jobInfo / .jobInfo.period]] */
/*===========================================================================*/
/*[memo]
div.jobInfo
dl.jobInfo
で使用します。
-----------------------------------------------------------------------------*/
#contents .jobInfo {
	margin: 20px 0 0 0;
}

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

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

#contents #webEntry.jobInfo {
	padding: 9px;
	border: solid 1px #ccc;
	border-radius: 5px;
}

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

#contents div.jobInfo.notes {
	padding: 10px;
	background: #f6f6f6;
	border-radius: 5px;
}
#contents div.jobInfo.notes + div.jobInfo.notes {
	margin-top: 10px;
}

/* [[┃┠ .headline]] */
/*___________________________________________________________________________*/
/*[memo]
h3〜・dtで使用のため class 指定
-----------------------------------------------------------------------------*/
#contents .jobInfo .headline {
	padding: 5px 10px;
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	background: #006CD9;
	border-radius: 5px;
}
.jobInfoHeadline {
	font-size: 18px;
	font-weight: bold;
	color: #0054AA;
	padding: 2px 0 8px 15px;
	margin-bottom: 0;
	border-bottom: 1px solid #DDDDDD;
	position: relative;
	margin-top: 40px;
}
.jobInfoHeadline::before {
	content: "";
	position: absolute;
	left: 0;
	top: 2px;
	width: 6px;
	height: calc(100% - 10px);
	background-color: #006CD9;
	border-radius: 5px;
}

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

#contents #jobMeet.jobInfo .headline,
#contents #jobPRpoint.jobInfo .headline,
#contents #jobContact.jobInfo .headline {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

/* [[┃┠ table]] */
/*___________________________________________________________________________*/
#contents .jobInfo table {
	table-layout: fixed;
	width: 100%;
	margin: 10px 0 0 0;
}

/* [[┃┃┗ th / td]] */
/*---------------------------------------------------------------------------*/
#contents .jobInfo th,
#contents .jobInfo td {
	padding: 10px;
	border: solid 1px #ccc;
}

#contents .jobInfo th {
	box-sizing: border-box;
	width: 170px;
	vertical-align: middle;
	color: #000;
	font-weight: bold;
	text-align: center;
	background: #ffe;

	/* 半角英数字 改行指定 */
	word-wrap : break-word;
	overflow-wrap : break-word;
	/* display: block; */
	/* width: auto; */
	/* padding: 5px; */
}

#contents .jobInfo td {
	box-sizing: border-box;
	width: 420px;

	/* 半角英数字 改行指定 */
	word-wrap : break-word;
	overflow-wrap : break-word;
	/* display: block; */
	width: auto;
}
#contents .jobInfo .sideNote {
	margin-top: 15px;
	padding: 10px;
	background-color: #eef6ff;
}
#contents .jobInfo .sideNote p {
	border-top: none;
}

/* [[┃┗ dd.detail / dd.notes / p]] */
/*___________________________________________________________________________*/
/*[memo]
div.jobInfo > p
dl.jobInfo > dd.detail
dl.jobInfo > dd.notes
で使用
-----------------------------------------------------------------------------*/
#contents .jobInfo dd,
#contents div.jobInfo p {
	max-width: 100%;
	margin: 5px 0 0 0;
	padding: 5px 0 0 0;
	border-top: dotted 1px #ccc;

	/* 半角英数字 改行指定 */
	word-wrap : break-word;
	overflow-wrap : break-word;
}

#contents .jobInfo dd.notes {
	color: #888;
	font-size: 12px;
}

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

#contents .jobInfo dt + dd {
	padding-top: 0;
	border-top: none;
}

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

#contents div.jobInfo p:first-child {
	margin-top: 0;
	padding-top: 0;
	border-top: none;
}

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

#contents #jobMeet.jobInfo dd.detail,
#contents #jobPRpoint.jobInfo dd.detail,
#contents #jobContact.jobInfo dd.detail {
	margin-top: 0;
	padding: 9px;
	/* reset */
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}

#contents #jobMeet.jobInfo dd.detail,
#contents #jobPRpoint.jobInfo dd.detail {
	border: solid 1px #eeb;
	border-top: none;
	background: #ffc;
}

#contents #jobContact.jobInfo dd.detail {
	border: solid 1px #ccc;
	border-top: none;
}

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

#contents #webEntry.jobInfo p {
	color: #000;
	font-weight: bold;
}

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

#contents .jobInfo.notes p {
	color: #777;
	font-size: 12px;
}

/* [[┃-------------------------------------------------------------------]] */
/* [[┠ #mapLink.jobInfo]] */
/*===========================================================================*/
/* [[┃┠ dt.headline]] */
/*___________________________________________________________________________*/
#contents #mapLink.jobInfo .headline {
	border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
#contents #mapLink.jobInfo .headline span {
	padding: 0 0 0 5px;
}
/* [[┃┠ dd.detail]] */
/*___________________________________________________________________________*/
#contents #mapLink.jobInfo dd.detail {
	overflow: auto;
	max-height: 305px;
	margin: 0;
	border: solid 1px #ccc;
    border-top: none;
 	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}
/* [[┃　┗ dl]] */
/*---------------------------------------------------------------------------*/
#contents #mapLink.jobInfo dd.detail dl {
	padding: 10px;
    border-bottom: 1px dotted #ccc;
}
#contents #mapLink.jobInfo dd.detail dl:last-child {
    border-bottom: none;
}
/* [[┃　　┠ dt]] */
/*--------------------------------------------------*/
#contents #mapLink.jobInfo dd.detail dl dt {
	font-weight: bold;
	line-height: 1;
}
/* [[┃　　┗ dd]] */
/*--------------------------------------------------*/
#contents #mapLink.jobInfo dd.detail dl dd {
	margin: 0;
    border-top: none;
}
#contents #mapLink.jobInfo dd.detail dl dd + dd {
	padding: 10px 0 0 0;
}
/* [[┃　　　┠ span]] */
/*--------------------------------------------------*/
#contents #mapLink.jobInfo dd.detail dl dd span {
    display: inline-block;
    height: 16px;
	margin: 0 0 0 15px;
	padding: 1px 0 0 15px;
	background: url(https://image.haj.co.jp/jobkita/primary/pc/job/maplink_icon.png) no-repeat left bottom;
	background-size: 12px 16px;
}
/* [[┃　　　┗ a]] */
/*--------------------------------------------------*/
#contents #mapLink.jobInfo dd.detail dl dd span a {
	text-decoration: underline;
}

/* [[┃-------------------------------------------------------------------]] */
/* [[┠ .jdetOherJobPR]] */
/*===========================================================================*/
.jdetOherJobPR {
	margin-top: 20px;
}

/* [[┃┠ &_title ]] */
/*___________________________________________________________________________*/
.jdetOherJobPR_title {
	padding: 7px 10px;
	border-bottom: solid 3px #006CD9;
	color: #0054AA;
	font-weight: bold;
	font-size: 14px;
	background: #f3f3f3;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

/* [[┃┗ &_body ]] */
/*___________________________________________________________________________*/
.jdetOherJobPR_body {

	/* .jobCardMini 1行3個（3カード） */
	display: flex;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: stretch;
}

.jobName {
	margin-right: auto;
}


/* [[=====================================================================]] */
/* [[▽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]] */
/*===========================================================================*/
.jdetAside_item,
#contents .interview,
#contents .sellingPoint .cut .item,
#contents .sellingPoint .cut,
#contentsHeader .optionData,
.clearfix
{ zoom:1; }

.jdetAside_item:after,
#contents .interview:after,
#contents .sellingPoint .cut .item:after,
#contents .sellingPoint .cut:after,
#contentsHeader .optionData:after,
.clearfix:after
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	font-size: 0;
	line-height: 0;
}

* html .jdetAside_item,
* html #contents .interview,
* html #contents .sellingPoint .cut .item,
* html #contents .sellingPoint .cut,
* html #contentsHeader .optionData,
* html .clearfix
{
	display:inline-table;
	/*\*/display:block;/**/
}
