@charset "utf-8";
#toi_tel{
	margin-left:60px;
}
#toi_tel p{
	font-size:16px;
	line-height:2.3em;
}
#toi_tel p img{
	width:200px;
	height:auto;
}
#toi_tel span.maru{
	font-size:14px;
	background:#214c86;
	padding:2px 10px;
	color:#fff;
	font-weight:bold;
	border-radius:20px;
}
table#form{
	width:280px;
	margin:20px auto;
	padding:20px;
	border-collapse: collapse;
}
table#form th,table#form td {
	margin: 0;
	
}
table#form th{
	width: 260px;
	text-align:left;
	float:left;
	padding:20px 0px 0px 10px;
}
table#form td {
	width:260px;
	float:left;
	padding: 5px 10px 10px 10px;
	border-bottom:1px dashed #214c86;
}
table#form th span{
	font-size:11px;
}
table#form th span.hissu{
	color:#214c86;
}
table#form td select,table#form td input{
	width:260px;
	border:solid 1px #aaaaaa;
}
table#form td textarea{
	width:250px;
	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;
}