@charset "euc-jp";

/* システムエリア
============================ */
#systemArea {
	padding-bottom: 100px;
}
#systemArea a,
#systemArea a:visited {
	text-decoration: underline;
	color: #28AF78;
}
#systemArea a:hover {
	text-decoration: none;
}

/* 基本幅 */
.wrap_jobs,
#systemArea.search,
#systemArea.joblist,
#systemArea.desc {
	width: 86%; /* ★width */
	margin: 0 auto;
	}
	@media screen and (min-width:1025px) {
	.wrap_jobs,
	#systemArea.search,
	#systemArea.joblist,
	#systemArea.desc {
		width: 960px; /* ★width */
	}
}
.wrap,
#systemArea.agree,
#systemArea.agree table,
#systemArea.agree textarea,
#systemArea.entry,
#systemArea.entry table[width="920"] table,
#systemArea.entry table[width="620"] {
	width: 960px; /* ★width */
	margin: 0 auto;
}

/* 左右セル幅 */
#systemArea form > table table td[width="129"] {
	width: 250px; /* ★width */
}
#systemArea form > table table td[width="459"] {
	width: 710px; /* ★width */
}

/* ボタン */
#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: #005652; /* ★color */
	margin-top: 60px;
	position: relative;
	/*-webkit-transition: 0.8s;
	-moz-transition: 0.8s;
	-o-transition: 0.8s;
	-ms-transition: 0.8s;
	transition: 0.8s;*/
}
#systemArea .btn:before {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 20px;
	margin: auto;
	content: "";
	vertical-align: middle;
	width: 8px;
	height: 8px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
#systemArea .btn input,
#systemArea .btn a {
	color: #fff;
	font-size: 1.8rem;
	display: block;
	width: 30rem;
	height: 5.4rem;
	line-height: 5.4rem;
	padding-right: 15px;
	font-family: "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
	text-decoration: none;
	}
	@media screen and (min-width:768px) {
	#systemArea .btn input,
	#systemArea .btn a {
		width: 320px;
	}
}
/*#systemArea .btn:hover {
	opacity: 0.7;
}*/

/* 一覧へ戻るリンク */
#systemArea .pageback {
	margin: 20px auto 0;
}


/* 募集職種一覧
------------------------------------------------- */
.joblist {
	padding-top: 2em;
}

/* メッセージ、職種0件エリア */
#systemArea .msgArea,
#systemArea .zeroArea {
	padding: 20px;
	width: 100%;
	margin-bottom: 20px;
	box-sizing: border-box;
	text-align: left;
}
#systemArea .msgArea {
	background: #f6f6f6;
}
#systemArea .zeroArea {
	text-align: center;
}

/* 一覧 */
.joblist dl.jobs {
	width: 100%;
	text-align: left;
}
.joblist dl.jobs dt {
	background: #005652;;
	color: #fff;
	padding: 0.7em 4em 0.7em 1em;
	margin-top: 10px;
	position: relative;
}
.joblist dl.jobs dt::before,
.joblist dl.jobs dt::after,
.joblist dl.jobs dt span:before,
.joblist dl.jobs dt.active::before,
.joblist dl.jobs dt.active::after {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto 0;
	content: "";
	display: block;
}
.joblist dl.jobs dt::before {
	right: 21px;
	width: 1px;
	height: 11px;
	background: #fff;
}
.joblist dl.jobs dt::after {
	right: 16px;
	width: 11px;
	height: 1px;
	background: #fff;
}
.joblist dl.jobs dt.active::before {
	display: none;
}
.joblist dl.jobs dd {
	margin-bottom: 2em;
}
#systemArea.joblist dl.jobs dd a {
	display: block;
	color: #000;
	padding: 0.7em 1em;
	border-bottom: 1px solid #ccc;
	text-decoration: none;
}
.joblist dl.jobs dd a:hover {
	background: #f6f6f6;
}


/* 募集職種詳細
------------------------------------------------- */
#systemArea.desc .zeroArea {
	margin-top: 80px;
}
#systemArea.desc h2 {
	font-size: 2.2rem;
	line-height: 1.4;
	margin-bottom: 1.5em;
	font-weight: 500;
	}
	@media screen and (min-width:1025px) {
	#systemArea.desc h2 {
		font-size: 26px;
	}
}
.desc h2 span {
	display: block;
	font-size: 1.6rem;
	line-height: 1.6;
	margin-bottom: 0.6em;
}
.desc table {
	width: 100%;
	border-collapse: collapse;
	border-top: 1px solid #ccc;
	text-align: left;
}
.desc table th {
	display: block;
	width: 100%;
	font-weight: bold;
	vertical-align: top;
	padding: 1.5em 0 0;
}
.desc table td {
	display: block;
	width: 100%;
	padding: 1em 0;
	border-bottom: 1px solid #ccc;
	vertical-align: top;
	overflow: hidden;
}
@media screen and (min-width:1025px) {
.desc table th {
	display: table-cell;
	width: 160px;
	font-weight: 500;
	border-bottom: 1px solid #ccc;
	padding: 1em;
}
.desc table td {
	display: table-cell;
	width: calc(100% - 160px);
	padding: 1em;
}
}
.desc .buttonArea {
	text-align: center;
	width: 100%;
}
#systemArea.desc .buttonArea .btn {
	margin-top: 4em;
}

/* 写真サイズ調整 */
#systemArea.desc table td .pic {
	display: table;
	border-collapse: collapse;
	height: auto;
	float: right;
	margin: 0 0 13px 26px;
	padding: 5px;
	width: 100%;
	min-height: 180px;
	line-height: 0;
	}
	@media screen and (min-width:768px) {
	#systemArea.desc table td .pic {
		width: 260px;
	}
}
#systemArea.desc table td .pic span {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}
#systemArea.desc table td .pic img {
	width: auto;
	height: auto;
	max-height: 100%;
	max-width: 100%;
	}
	@media screen and (min-width:1025px) {
	#systemArea.desc table td .pic img {
		max-width: 260px;
	}
}

/* 同意文
------------------------------------------------- */
#systemArea.agree table td {
	background: #fff;
	text-align:center;
	padding: 0;
}
#systemArea.agree table td strong {
	display: none;
}
#systemArea.agree textarea {
	height: 460px;
	/*border: none;
	background: #eee;*/
	padding: 40px;
}

/* ボタンエリア */
#systemArea.agree table table table td {
	text-align: right;
}
#systemArea.agree table table table td:last-child {
	text-align: left;
}
#systemArea.agree table table table td:last-child a {
	text-align: center;
}
#systemArea.agree table table table + br,
#systemArea.agree table table table + br + br {
	display: none;
}
#systemArea.agree .btn {
	margin-right: 10px;
	margin-left: 10px;
}


/* エントリーと確認
------------------------------------------------- */
/* 不要スペーサー、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: #eee;
}
#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 table[width="920"] table .warn {
	color: #000;
	font-weight: 500;
}

/* 幅調整 */
#systemArea.entry form > table table td[width="10"] {
	width: 50px;
}
#systemArea.entry form > table table table td[width="30"] {
	width: 50px;
}
#systemArea.entry input[size="6"] {
	width: 80px;
}
#systemArea.entry input[size="10"] {
	width: 120px;
}
#systemArea.entry input[size="16"] {
	width: 200px;
}
#systemArea.entry input[size="40"] {
	width: 380px;
}
#systemArea.entry input[size="50"],
#systemArea.entry textarea {
	width: 500px;
}

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

/* テーブルデザイン */
#systemArea.entry form > table td.tips,
#systemArea.entry form > table td[colspan="2"] {
	text-align: center;
}
#systemArea.entry form > table table td {
	border-bottom: 1px solid #ccc;
	padding: 26px 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 b {
	font-weight: 500;
	font-size: 26px;
	display: block;
}
#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: 0;
}

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

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

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

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

/* 入力欄、セレクトボックス */
#systemArea input[type="text"],
#systemArea textarea,
#systemArea select {
	font-family: "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
	font-size: 100%;
	border: 1px solid #ccc;
	padding: 0.4em;
	color: #000;
	border-radius: 0;
}
#systemArea input[type="text"],
#systemArea textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

/* チェックボックス */
#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;
}
#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^="media"]:before,
#systemArea.entry label[for^="delete_button_upload"]:before {
	content: '';
	position: absolute;
	width: 17px;
	height: 17px;
	left: 0;
	top: 5px;
	border: 1px solid #ccc;
	z-index: 3;
}
#systemArea.entry input[type="checkbox"]:checked + span:after,
#systemArea.entry label[for^="media"]:after,
#systemArea.entry label[for^="delete_button_upload"]:after {
	content: '';
	position: absolute;
	top: 8px;
	left: 6px;
	display: block;
	width: 5px;
	height: 8px;
	border-right: 2px solid #005652; /* ★color */
	border-bottom: 2px solid #005652; /* ★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"] {
	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 {
	position: absolute;
	width: 17px;
	height: 17px;
	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 {
	content: '';
	position: absolute;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	left: 1px;
	top: 5px;
	background-color: #005652; /* ★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 .tips p {
	text-align: center;
}
