@charset "utf-8";
#toi_tel{
	margin-left:60px;
}
#toi_tel p{
	font-size:16px;
	line-height:2.3em;
}
#toi_tel p img{
}
#toi_tel span.maru{
	font-size:14px;
	background:#214c86;
	padding:2px 10px;
	color:#fff;
	font-weight:bold;
	border-radius:20px;
}
table#form{
	width:750px;
	margin:20px auto;
	padding:20px;
	border-collapse: collapse;
}
table#form th,table#form td {
	margin: 0;
	padding: 20px 20px 20px 20px;
	border-bottom:1px dashed #214c86;
}
table#form th{
	width: 250px;
	text-align:left;
}
table#form td {

}
table#form th span{
	font-size:11px;
}
table#form th span.hissu{
	color:#214c86;
}
table#form td select,table#form td input{
	border:solid 1px #aaaaaa;
}
table#form td textarea{
	width:400px;
	border:1px solid #aaaaaa;
}
p#career_button{
	text-align:center;
}
p#career_button input{
	background:#214c86;
	color:#fff;
	font-weight:bold;
	font-size:16px;
	padding:10px 20px;
}