<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/******************** recruit ********************/
.recruit{
	width: 535px;
	margin: 10px auto;
}
.recruit h3{
	font-size: 16px;
	font-weight: bold;
	border-bottom: 2px solid #99ccff;
	line-height:140%;
	padding-left:24px;
	margin-bottom:10px;
	background: url(../img/common/icon.gif) left center no-repeat;
}
.recruit table{
	width: 500px;
	margin: 0px auto 20px 25px;
}
.recruit th{
	width: 7em;
	font-weight: bold;
	vertical-align: top;
}
.recruit p{
	margin-left: 25px;
	font-size: 110%;
	margin-bottom: 0px;
}
.recruit .tel{
	font-size: 150%;
	font-weight: bold;
}
.recruit .tel span{
	color: #ff6633;
}


.recruit-new table{
	width: 550px;
	margin: 0px auto 20px 0px;
}
.recruit-new th{
	width: 8em;
	padding: 5px;
	font-weight: bold;
	vertical-align: top;
	background-color: #fff3b8;
	border: 1px #fcc800 solid;
}
.recruit-new td{
	padding: 5px;
	vertical-align: top;
	background-color: #fff;
	border: 1px #fcc800 solid;
}
.recruit-new td.type{
	text-align: center;
	font-weight: bold;
	background-color: #fff3b8;
}
</pre></body></html>