@charset "utf-8";
@import url("base.css");
@import url("common.css");
@import url("fontsize.css");


#recruitB .ttl {
	text-align: center;
	margin-top: 50px;
}
#recruitB .ttl h2 {
	font-size: 175%;
	font-weight: bold;
	color: #FE3310;
	margin: 0 0 5px;
	padding: 0;
	border-bottom: none;
}
#recruitB .ttl p {
	color: #666;
	font-size: 95%;
}

#recruitB h3 {
	font-weight: bold;
	margin: 30px 0 10px;
	padding: 0 0 3px;
	color: #FE3310;
	border-bottom: 1px dotted #FE3310;
}
#recruitB ul {
	margin: 0 0 0 10px;
	list-style-type: circle;
}
#recruitB {
	width: 536px;
	margin-right: auto;
	margin-left: auto;
	line-height: 135%;
	text-align: left;
}
#recruitB li {
	padding-bottom: 5px;
}
#recruitB table {
	text-align: left;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
}
#recruitB table th,
#recruitB table td {
	vertical-align: top;
	padding: 10px 5px 5px;
	border-bottom: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
}
#recruitB table th {
	white-space: nowrap;
	width: 17%;
	font-weight: normal;
	background-color: #EEEEEE;
}
.txt-box {
	background-color: #EEEEEE;
	padding: 10px 20px;
	border: 1px solid #CCCCCC;
	margin-bottom: 40px;
	font-weight: bold;
}

