@charset "utf-8";
@import "common/0-import.css";
/*------------------------------------------------------------
	転職アラート
------------------------------------------------------------*/
#conts p {
	margin-bottom: 1em;
}

#conts form {
	margin: 10px 15px;
}

#conts form .table01 {
	margin: 0;
}

#conts form .table01 th,
#conts form .table01 td {
	padding: 10px;
	border-collapse: collapse;

	vertical-align: middle;
}

#conts form .table01 th {
	width: 130px;
	vertical-align: middle;
	font-size: 1.16em;
	font-weight: normal;
}

#conts form .table01 th > div {
	position: relative;
}

#conts form .table01 th .required,
#conts form .table01 th .optional {
	background: #FE6765;
	padding: 1px 5px;
	-webkit-border-radius: 4px;
	font-size: 10px;
	position: absolute;
	border-radius: 4px;
	color: #FFF;
	right: 5px;
}

#conts form .table01 th .optional {
	background: #999;
}

#conts form .table01 td.colon {
	padding: 5px 5px 0 10px;

	font-size: 1.16em;
}

#conts form .table01 td input {
	border: 1px solid #ddd;
	-webkit-border-radius: 4px;
	        border-radius: 4px;
	padding: 7px;
	font-size: 14px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

#conts form .table01 td.subTh {
	width: 50px;
}

#conts form .table01 td input[name="EMAIL"] {
	width: 100%;
}

#conts form .table01 td .yoko li {
	width: 50%;
	margin-right: 0;
	margin: 5px 0;
}

#conts .table01 .area li {
  width: 30%;
}

#conts form fieldset input.keyword {
	width: 340px;
}

#conts form fieldset input {
	padding: 3px;
	font-size: 1.16em;
}

#conts form .notes {
	margin: 5px 0;
}

#conts form .att {
	margin: 10px 0 0;
	color: #FC6B67;
	text-align: center;
}

#conts form .bottom {
	position: relative;
}

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

#conts form .bottom .rule {
	width: 230px;
	position: absolute;
	top: 11px;
	left: 0;
	text-align: right;
}

/* エラー */
#conts .error th {
	color: #FC6B67;
	font-weight: bold;
}

#conts .error td input {
	background: #FFF0F0;
}

/* サンキュー */
#conts .thanks {
	margin: 0 15px;
}

#conts .thanks .table01 {
	margin: 20px 0 0;
	width: 100%;
	font-size: 0.84em;
}

#conts .thanks th,
#conts .thanks td {
	padding: 15px 20px!important;
}
