@charset "euc-jp";

/* システムエリア
============================ */
#systemArea {
	line-height: 1.8;
	margin: 0 auto;
}
#systemArea p {
	margin: 0;
}

/* 基本幅 */
#systemArea,
#systemArea.joblist table,
#systemArea.desc table,
#systemArea.agree table,
#systemArea.agree textarea,
#systemArea.entry table[width="920"],
#systemArea.entry table[width="882"] {
	width: 980px;
	box-sizing: border-box;
}

/* 左右セル幅 */
#systemArea form > table table td[width="154"] {
	width: 220px; /* ★width */
	box-sizing: border-box;
}
#systemArea form > table table td[width="728"] {
	width: calc(980px - 220px); /* ★width */
	box-sizing: border-box;
}

/* ボタン */
#systemArea input[type="submit"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: none;
	background: transparent;
	cursor: pointer;
}
#systemArea .btn {
	display: inline-block;
	vertical-align: top;
	background: #0075c1; /* ★color */
	margin-top: 60px;
	position: relative;
}
#systemArea .btn input,
#systemArea .btn a {
	color: #fff;
	font-size: 18px;
	display: block;
	width: 300px;
	height: 50px;
	line-height: 50px;
	font-family: "游ゴシック",YuGothic,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,Osaka,"MS P ゴシック","MS PGothic",sans-serif;
	text-decoration: none;
	padding: 0;
}
#systemArea .btn:hover {
	opacity: 0.7;
}

/* ボタンエリア（詳細、同意文） */
#systemArea .btnArea {
	width: 620px;
	margin: 0 auto;
	overflow: hidden;
}
#systemArea .btnArea .btn a {
	background: #f1f1f1;
	border: 1px solid #e6e6e6;
	color: #0075c1;
}

/* ボタンエリア（エントリー） */
#systemArea table + br,
#systemArea table + br + br {
	display: none;
}

/* 職種ゼロ件エリア
------------------------------------------------- */
#systemArea .zeroArea {
	margin: 0 0 60px;
	background: #fff;
	padding: 20px 30px;
	text-align: left;
}

/* 募集職種一覧
------------------------------------------------- */
/* メッセージエリア */
#systemArea.joblist .msgArea {
	margin: 0 0 60px;
	background: #ebf7fe;
	padding: 20px 30px;
	text-align: left;
}

/* 一覧 */
#systemArea.joblist dl {
	width: 100%;
	text-align: left;
}
#systemArea.joblist dl dt {
	background: #f4f5f7;
	border-left: 4px solid #0075c1;
	line-height: 1.6;
	padding: 19px 46px 19px 29px;
	margin-top: 21px;
	font-size: 20px;
	position: relative;
	box-sizing: border-box;
}
#systemArea.joblist dl dt:first-child {
	margin-top: 0;
}
#systemArea.joblist dl dt::before {
	content: "";
	position: absolute;
	top: 50%;
	right: 23px;
	display: block;
	width: 2px;
	height: 12px;
	background: #4a4a4a;
	margin-top: -6px;
	z-index: 1;
	-webkit-transition: 0.8s;
	-moz-transition: 0.8s;
	-o-transition: 0.8s;
	-ms-transition: 0.8s;
	transition: 0.8s;
}
#systemArea.joblist dl dt::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 23px;
	display: block;
	width: 2px;
	height: 12px;
	background: #4a4a4a;
	margin-top: -6px;
	transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
}
#systemArea.joblist dl dt.active::before {
	content: "";
	opacity: 0;
	-webkit-transition: 0.8s;
	-moz-transition: 0.8s;
	-o-transition: 0.8s;
	-ms-transition: 0.8s;
	transition: 0.8s;
	transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
}
#systemArea.joblist dl dt.active::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 23px;
	display: block;
	width: 2px;
	height: 12px;
	background: #aaaaaa;
	margin-top: -6px;
	transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
}
#systemArea.joblist dl dt:hover {
	cursor: pointer;
}
#systemArea.joblist dl dd {
	background: #fff;
	border: 1px solid #d5d5d5;
	border-top: none;
}
#systemArea.joblist dl dd ul li:hover {
	background: #eff8fd;
}
#systemArea.joblist dl dd ul li a {
	margin: 0 20px;
	display: block;
	line-height: 1.5;
	padding: 16px 0;
	border-bottom: 1px solid #d5d5d5;
	color: #4a4a4a;
}
#systemArea.joblist dl dd ul li:last-child a {
	border-bottom: none;
}
#systemArea.joblist dl dd ul li a span {
	margin-left: 0.5em;
	padding: 0.3em 0.5em;
	background: #ff9521;
	color: #fff;
	font-size: 11px;
}

/* 募集職種詳細
------------------------------------------------- */
#systemArea.desc h2 {
	font-size: 24px;
	margin-bottom: 1.5em;
	background: #fff;
}
#systemArea.desc table {
	width: 980px;
	border-top: 1px solid #d7d7d7;
}
#systemArea.desc table td {
	border-bottom: 1px solid #d7d7d7;
	padding: 14px 20px;
	background: #fff;
	vertical-align: top;
	text-align: left;
	box-sizing: border-box;
}
#systemArea.desc table td h3 {
	font-weight: normal;
}
#systemArea.desc table td.lineL {
	width: 150px;
}
#systemArea.desc table td.lineR {
	width: calc(980px - 150px);
}
#systemArea.desc .btnArea .btn {
	float: left;
	width: 300px;
}
#systemArea.desc .btnArea form {
	float: right;
	width: 300px;
}
/* 写真サイズ調整 */
#systemArea.desc table td .pic {
	display: table;
	height: auto;
	float: right;
	margin: 0 0 13px 26px;
	padding: 5px;
	border: 1px solid #eee;
	-webkit-box-shadow: 3px 3px 3px #ddd;
	-moz-box-shadow: 3px 3px 3px #ddd;
	box-shadow: 3px 3px 3px #ddd;
	width: 320px;
	min-height: 180px;
}
#systemArea.desc table td .pic span {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}
#systemArea.desc table td .pic img {
	box-sizing: border-box;
	width: auto;
	height: auto;
	max-height: 100%;
	max-width: 320px;
}

/* 同意文
------------------------------------------------- */
#systemArea.agree table td {
	background: #fff;
	text-align:center;
	padding: 0;
}
#systemArea.agree table td strong {
	display: none;
}
#systemArea.agree table td[width="10"] {
	display: none;
}
#systemArea.agree ol {
	text-align: left;
	margin-top: 20px;
	padding: 30px 40px 30px 60px;
	background: #f4f5f7;
	box-sizing: border-box;
	list-style: decimal;
}
#systemArea.agree ol li {
	margin-bottom: 1em;
}
#systemArea.agree ol li:last-child {
	margin-bottom: 0;
}

/* ボタンエリア */
#systemArea.agree .btnArea form {
	float: left;
	width: 300px;
}
#systemArea.agree .btnArea .btn {
	float: right;
	width: 300px;
}
#systemArea.agree form + .btn a {
	background: #9a9a9a;
	color: #fff;
}

/* エントリーと確認
------------------------------------------------- */
/* 不要スペーサー、br非表示 */
#systemArea.entry img[src$="spacer.gif"],
#systemArea.entry img[src$="spacer.gif"] + br,
#systemArea.entry img[src$="spacer.gif"] + br + br {
	display: none;
}

/* エラーメッセージ */
#systemArea.entry table[width="920"] table {
	background: #eee;
	margin-bottom: 60px;
}
#systemArea.entry table[width="920"] table td {
	background: #ebf7fe;
	border: none;
	padding: 2px 10px;
}
#systemArea.entry table[width="920"] table tr:first-child td {
	padding-top: 20px;
}
#systemArea.entry table[width="920"] table tr:last-child td {
	padding-bottom: 20px;
}

/* 導入文 */
#systemArea.entry form table + table[cellpadding="1"] td[align="left"] {
	text-align: center;
}

/* 幅調整 */
#systemArea.entry form > table table td[width="10"] {
	width: 45px;
}
#systemArea.entry form > table table table td[width="30"] {
	width: 50px;
}
#systemArea.entry input[size="6"] {
	width: 60px;
}
#systemArea.entry input[size="10"] {
	width: 100px;
}
#systemArea.entry input[size="16"] {
	width: 180px;
}
#systemArea.entry input[size="40"] {
	width: 360px;
}
#systemArea.entry input[size="50"],
#systemArea.entry textarea {
	width: 460px;
}

/* 添付ファイル */
#systemArea input[type="file"] {
	width: 460px;
	background: transparent;
	position: relative;
}

/* テーブルデザイン */
#systemArea.entry form > table table td {
	border-bottom: 1px solid #d7d7d7;
	padding: 14px 10px;
	background: #fff;
}
#systemArea.entry form > table table table td {
	border-bottom: none;
	padding: 5px 3px;
}

/* 余白調整 */
#systemArea.entry input[name="email1"],
#systemArea.entry input[name="confirm_email1"],
#systemArea.entry input[name="address1"] {
	margin-top: 10px;
}

/*カテゴリタイトル*/
#systemArea.entry form > table table td font[color="#448dc4"] {
	font-weight: bold;
	font-size: 18px;
	display: block;
	text-align: center;
}
#systemArea.entry form > table table td font[color="#448dc4"] b {
	font-size: 21px;
}
#systemArea.entry form > table table td[bgcolor="#004890"] {
	background: #fff;
	padding-top: 60px;
}

/*カテゴリサブタイトル*/
#systemArea.entry form > table table td .mgn {
	font-size: 22px;
	display: block;
	margin: 40px 0 0;
}

/* テキスト色 */
#systemArea.entry form > table font,
#systemArea.entry form > table table td font,
#systemArea.entry table .tips {
	color: #4a4a4a;
}

/* 必須アイコン */
#systemArea.entry font[color="#ff0000"] {
	display: inline-block;
	background: #0075c1; /* ★color */
	color: #fff;
	font-size: 0.750em;
	padding: 0 6px;
	line-height: 22px;
	height: 22px;
	margin: 0 8px 0 0;
}

/* 必須項目 */
#systemArea.entry .required2 {
	background: #f4f5f7;
}

/* ボタン */
#systemArea.entry .td_submit_table table td {
	padding: 0;
	font-size: 0;
}
#systemArea.entry form > table table td.tdwhite,
#systemArea.entry form > table table td.td_submit_table {
	padding: 0;
	border: none;
}
#systemArea.entry .tdwhite .btn {
	margin-right: 10px;
	margin-left: 10px;
}

/* 入力欄、セレクトボックス */
#systemArea input[type="text"],
#systemArea textarea,
#systemArea select {
	font-family: "游ゴシック",YuGothic,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,Osaka,"MS P ゴシック","MS PGothic",sans-serif;
	font-size: 100%;
	border: 1px solid #d7d7d7;
	padding: 0.4em;
	color: #4a4a4a;
}

/* チェックボックス */
#systemArea.entry label[for^="contact_how"],
#systemArea.entry label[for^="media"],
#systemArea.entry label[for^="delete_button_upload"] {
	cursor: pointer;
	position: relative;
	padding-left: 25px;
	margin-right: 20px;
	overflow: hidden;
	display: inline-block;
	box-sizing: border-box;
}
#systemArea.entry label[for^="contact_how"] {
	margin-top: 7px;
}
#systemArea.entry img[src$="spacer.gif"] + br + label[for^="media"] {
	margin-top: 20px;
}
#systemArea.entry label[for^="contact_how"]:before,
#systemArea.entry label[for^="media"] span:before,
#systemArea.entry label[for^="delete_button_upload"]:before {
	content: '';
	position: absolute;
	width: 15px;
	height: 15px;
	left: 0;
	top: 5px;
	border: 1px solid #d7d7d7;
	z-index: 3;
}
#systemArea.entry input[type="checkbox"]:checked + span:after,
#systemArea.entry label[for^="delete_button_upload"]:after {
	content: '';
	position: absolute;
	top: 8px;
	left: 6px;
	display: block;
	width: 3px;
	height: 6px;
	border-right: 2px solid #0075c1; /* ★color */
	border-bottom: 2px solid #0075c1; /* ★color */
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	z-index: 1;
}
#systemArea label input[type="checkbox"] {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	position: absolute;
	top: 3px;
	left: -40px;
	width: 16px;
	height: 16px;
	display: block;
	box-shadow: 41px 0px #fff;
	z-index: 2;
	margin: 0;
	padding: 0;
	font-size: 100%;
}
#systemArea label input[type="checkbox"]:checked {
	background: #fff;
	z-index: 0;
}

/* ラジオボタン */
#systemArea.entry label[for*="flag"],
#systemArea.entry label[for^="change_job_date"],
#systemArea.entry label[for^="sex_"],
#systemArea.entry label[for^="upload_"] {
	position: relative;
	padding-left: 25px;
	margin: 5px 20px 0 0;
	overflow: hidden;
	display: inline-block;
}
#systemArea.entry label[for*="flag"]:before,
#systemArea.entry label[for^="change_job_date"]:before,
#systemArea.entry label[for^="sex_"]:before,
#systemArea.entry label[for^="upload_"]:before {
	position: absolute;
	width: 15px;
	height: 15px;
	border: 1px solid #ccc;
	border-radius: 50%;
	left: 0px;
	top: 4px;
	content: '';
	z-index: 3;
}
#systemArea.entry label[for*="flag"]:after,
#systemArea.entry label[for^="change_job_date"]:after,
#systemArea.entry label[for^="sex_"]:after,
#systemArea.entry label[for^="upload_"]:after {
	content: '';
	position: absolute;
	width: 11px;
	height: 11px;
	border-radius: 100%;
	left: 1px;
	top: 5px;
	background-color: #0075c1; /* ★color */
	border: 2px solid #fff;
	z-index: 1;
}
#systemArea input[type="radio"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	position: absolute;
	z-index: 2;
	width: 16px;
	height: 16px;
	left: -32px;
	top: 5px;
	margin: 0px;
	box-shadow: 32px 0 #FFF;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
}
#systemArea input[type="radio"]:checked {
	box-shadow: none;
}
#systemArea td { /*forIE9*/
	border-collapse: separate;
}
#systemArea.entry .commentTxt {
	font-size: 16px;
	text-align: center;
	margin-top: 0.5em;
}
#systemArea.entry ol.comment {
	font-size: 16px;
	margin: 1em auto;
	padding: 1em 1em 1em 3em;
	width: 600px;
	background: #f4f5f7;
}
#systemArea.entry ol.comment li {
	list-style-type: decimal;
}
#systemArea.entry dl[class^="treatment"] {
	display: inline-block;
	font-size: 16px;
	margin: 0.5em 30px 0;
}
#systemArea.entry dl[class^="treatment"] dt {
	font-weight: bold;
}
#systemArea.entry dl.treatment1 {
	margin-left: 180px;
}

/* 確認
------------------------------------------------- */
#systemArea.entry .tips p {
	text-align: center;
}
#systemArea.entry .btn input[name="submit[retype]"] {
	display: block;
	height: 50px;
	line-height: 50px;
	background: #f4f5f7;
	border: 1px solid #e6e6e6;
	color: #0075c1;
	padding: 0;
	box-sizing: border-box;
}