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


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