@charset "UTF-8";
/* CSS Document */
/* GLOBAL */
/* last updated 2014-10-28 */
/* for works.php */

/* サブページメインコピー
------------------------------------------------------- */
div#subMain {
	width: 100%;
}

div#subMain h1, div#subMain p {
	display: none;
}

div#subMain img {
	border-bottom: 2px solid #342c2a;
}

div#worksTitle {
	margin: 0 5px;
}

div#worksTitle ul {

}

div#worksTitle li {
	border: 1px solid #342c2a;
	padding: 5px;
	padding-left: 10px;
		/* 背景カラー */
	background: #d7d7d7; /* Old browsers */
	background: -moz-linear-gradient(top,  #d7d7d7 0%, #ffffff 100%); /*FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom,color-stop(0%,#d7d7d7), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #d7d7d7 0%,#ffffff 100%); /*Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #d7d7d7 0%,#ffffff 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top,  #d7d7d7 0%,#ffffff 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #d7d7d7 0%,#ffffff 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d7d7d7', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
		/* 配置調整 */
	margin-bottom: 10px;
}

	/* 求人情報詳細 */
div#worksDetail {
	margin: 0 5px;
	margin-top: 15px;
	margin-bottom: 15px;
	background-color: #ffffff;
		/* border */
	border: 1px solid #dedede;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;

	padding-top: 20px;
	padding-bottom: 10px;
}


div#worksDetail dl {
	margin:0 10px;
}

div#worksDetail dt {
	padding-left: 10px;
	margin-bottom: 10px;
		/* border */
	border: 1px solid #dedede;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
		/* 背景 */
	background-color: #d7d7d7;
}

div#worksDetail dd {
	margin-left: 10px;
	margin-bottom: 10px;
}

div#worksDetail strong.worksNote {
	font-weight: normal;
	font-size: 80%;
	color: #e2346e;
}


div.linkCall {
	padding: 5px 0;
	text-align: center;
	cursor: pointer;
	background-color: #c0985a;
		/* border */
	border: 1px solid #9c7230;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	margin: 5px;
}

/* 2016-04-20 ADD */
div#worksDetail h1.recruit {
	border-bottom: 1px solid #e53d7a;
	color: #e53d7a;
	font-size: 120%;
	margin: 0 10px;
	margin-bottom: 1em;

}

div#worksDetail ul.recruitUL {
	margin: 0 10px;
}

div#worksDetail ul.recruitUL li.recruitDate {
	font-weight: bold;
	color: #333333;
}

/* link 2 Mail */
div.linkMail {
	padding: 5px 0;
	text-align: center;
	cursor: pointer;
	background-color: #83b6e1;
		/* border */
	border: 1px solid #3c88c9;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	margin: 5px; }

/* link 2 LINE */
div.linkLINE {
	padding: 5px 0;
	text-align: center;
	cursor: pointer;
	background-color: #2ed27c;
		/* border */
	border: 1px solid #25955a;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	margin: 5px;
}

/* OverLay */
#overlay {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(99, 99, 99, 0.5);
	display: none;
	z-index: 998; }
#overlayWindow {
	margin: 100px auto;
	text-align: center;
	display: none;
	z-index: 999; }

/* ---------- 2024-11-19 ADDED ---------- */
h2.workType {
	margin-right: 6px;
	font-size: 100%;
	color: #000000;
	position: relative;
	padding: 0; }
h2.workType:before {
	position: absolute;
	top: calc(50% - 1px);
	left: 0;
	width: 100%;
	height: 1px;
	content: '';
	background: #999999; }
h2.workType span { position: relative; padding: 0 1em 0 0; background: #ffffff; }
dl.workSubDL { }
dl.workSubDL dt { background-color: #eeeeee!important; border: none!important; }
dl.workSubDL dd { padding-top: 0!important; }
table.workTable { }
table.workTable tr { text-align: left; vertical-align: top; }
table.workTable th { width: 33%!important; font-weight: normal; background-color: #eeeeee; padding: 2px 4px; }
.workUL { margin-left: 1em; }
.workUL li { list-style: disc; }
.addTXT { font-size: 90%; color: #666666; text-indent: 1em; display: inline-block; }
p.workP { margin-top:0px!important; color: #666666; font-size: 90%; display: block; }
.trainTXT { font-size: 90%; color: #666666; }
.sup { font-size: 90%; vertical-align: super; }
ul.workNoteUL li { padding-left: 1em; text-indent: -1em; font-size: 90%; line-height: 120%; color: #666666; }
span.copyTXT { font-weight: 600; text-indent: -0.5em; margin-right: 0.1em; display: inline-block; color: #449818; }

