@charset "utf-8";
@import "../normalize.css";
@import "../common.css";
/*=================================
	採用情報
==================================*/
#box span.require{
	color:#ff0101;
}

section {
	width:660px;
	margin:0px auto;
	font-size:1.1em;
}

#intro {
	margin:0 auto 30px auto;
}

.recruit h3 {
	font-size:120%;
	font-weight:bold;
	color:#076ab6;
}

#map {
	margin-top:10px;
}

td input,
td select,
td textarea {
	padding:4px;
}

td p {
	margin-bottom:8px;
}

#city{
	width:358px;
}

#email,
#email2 {
	width:466px;
}

textarea {
	display:block;
	padding:4px;
	width:466px;
	height:200px;	
}

#form-check h2,
#error h2,
#complete h2,
section h2{
	color:#076ab6;
	font-weight:bold;
	font-size:120%;
	margin:0 auto 20px auto;
}

/*-- 内容確認ボタン --*/
#button input {
	display:block;
	width:400px;
	height:0px;
	margin:0px auto;
	padding-top:80px;
	overflow:hidden;
	 border:none;
	 cursor: pointer;
	background-image:url(../contact/images/button_form.gif);
	background-repeat:no-repeat;
}

/*-- 送信確定ボタン --*/
#button { text-align:center;}
#button #submit,
#myreset, 
input#submit{
	width:300px;
	font-size:150%;
}

input#submit{
	display:block;
	margin:0 auto;
}

.error {
	color:#990000;
}

/*-- テーブル --*/
table {
	width:660px;
	margin:10px 0px 20px 0px;
	border-left:1px solid #b7d8f3;
	border-right:1px solid #b7d8f3;
	border-top:1px solid #b7d8f3;
}

.table01 th{
	width:20%;
	background-color:#f1f6fa;
}
.table01 td,
.table01 th {
	padding:1.0em;
	vertical-align:top;
	border-right:1px solid #b7d8f3;
	border-bottom:1px solid #b7d8f3;
}

/*.table01 th {
	background-color:#f4f4f4;
}*/