@charset "utf-8";
/* CSS Document */

.wanted_case{
	padding-left:36px;
}
table.wanted{
	border-collapse:collapse;
	width:100%;
	border:solid #eeb 1px;
	margin:15px 0 40px 0;
}
table.wanted td{
	border-collapse:collapse;
	padding:5px 10px ;
	line-height:18px;
	font-size:12px;
	border:solid #ee9 1px;
}

table.wanted td h3.subject{
	font-size:16px;
	line-height:20px;
	color:#333;
	border:none;
}
table.wanted a{
	color:#33f;
	text-decoration:none;
}
table.wanted a:hover{
	color:#f33;
	text-decoration:underline;
}
.about_enjibosyuu h2{
	font-size:16px;	
}
.about_enjibosyuu h3{
	font-size:14px;
}
.about_enjibosyuu p{
	padding:5px 0;
	line-height:20px;
}
.about_enjibosyuu ul.utiwake li{
	padding:5px 0 5px 10px;
	line-height:20px;
}
.about_enjibosyuu a{
	color:#00f;
	text-decoration:none;
}
.about_enjibosyuu a:hover{
	color:#f00;
	text-decoration:underline;
}