@charset "utf-8";
@import "common/0-import.css";
/*------------------------------------------------------------
	転職アラート
------------------------------------------------------------*/
#conts .read {
	margin: 0 15px 5px;
}

#conts .read span {
	font-size: 16px;
	font-weight: bold;
	display: inline-block;
	margin-bottom: 5px;
}

#conts .read.left {
	padding-top: 7px;
	float: left;
}

#conts .link {
	margin: 0 15px 15px;
}

#conts .link a {
	padding-left: 10px;
	background: url(/img/common/icon/03.gif) no-repeat 0 2px;
}

#conts .link.right {
	margin: 0 0 30px;
	text-align: right;
}

#conts .link.right a {
	display: inline-block;
}

#conts .entryBox {
	margin: 0 18px;
	padding: 20px;
	background: #F7F7F7;
}

#conts .entryBox .link {
	margin-bottom: 0;
	text-align: center;
}

#conts .entryBox p {
	margin-bottom: 15px;
}

#conts .entryBox .btn {
	margin-bottom: 0;
	background: url(/img/member/bg_btn.png) no-repeat 20px 3px;
	text-align: center;
}

#conts .base {
	margin: 0 15px;
	padding: 20px 30px 10px;
	border: 1px solid #ccc;
	border-bottom: none;
}

#conts .form .fYear input {
	margin: 0 5px;
	width: 4em;
}

#conts .form li {
	display: inline;
}

#conts .table01 th {
	width: 97px;
}

#conts .table01 .more button {
	padding: 0 0 0 13px;
	position: relative;
	background: none;
	border: none;
	color: #0099cc;
	font-size: 12px;
	font-family: MS PGothic, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	text-decoration: underline;
	line-height: 1.5;
}

#conts .table01 .more button:hover {
	color: #67D0FE;
	cursor: pointer;
}

#conts .table01 .more button::after {
	margin: auto;
	width: 0;
	height: 0;
	border-width: 5px 4px 0  4px;
	border-style: solid;
	border-color: #0195C0 transparent transparent;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	content: "";
}

#conts .table01 .more button[data-active="true"]::after {
	transform: rotate(180deg);
}

#conts .table01 .area .sub,
#conts .table01 .area td {
	background: url(/img/common/line/01.gif) repeat-x left bottom;
	border-bottom: none;
	border-top: none;
}

#conts .table01 .area .sub {
	width: 95px;
	background: #F9F9F8 url(/img/common/line/01.gif) repeat-x left bottom;
	border: none;
	border-left: 1px solid #ccc;
	border-right: none;
}

#conts .table01 .area td {
	border-left: none;
	border-bottom: none;
}

#conts .table01 .last .sub {
	background: #F9F9F8;
}

#conts .table01 .last td {
	background: none;
}

#conts .table01 .mr ul {
	overflow: hidden;
	zoom: 1;
}

#conts .table01 .area  li {
	margin-right: 10px;
	width: 22%;
	float: left;
}

#conts .table01 input {
	margin-right: 5px;
	vertical-align: middle;
}

#conts .table01 label {
	vertical-align: middle;
}

#conts .table01 #areaList {
	margin: 5px -10px -10px;
	border-top: 1px solid #ccc;
}

#conts .table01 #areaList td {
	border-right: none;
	border-left: none;
}

#conts form .submit {
	margin-top: 10px;
	text-align: center;
}

#conts form .submit.left {
	margin-bottom: 30px;
	text-align: left;
}

#conts form .submit li {
	margin: 0 5px;
	display: inline;
}

#conts form .submit li.cancel {
	position: relative;
	top: -5px;
}

#conts form .release {
	margin-top: 15px;
	text-align: center;
}

#conts .return {
	margin-top: 30px;
	text-align: center;
}
