@charset "utf-8";

/*  recruit style
----------------------------------------------------------------------*/

.recruit #billboard {
	color: #8ed750 !important;
	background: url(../recruit/images/hbnr-recruit.jpg) no-repeat;
}
.recruit h3 {
	font-size: 144%;
	font-weight: bold;
	margin-bottom: 15px;
	background: url(../images/headline-lineb.jpg) no-repeat left bottom;
}
.recruit h3 span {
	padding-left: 25px;
	background: url(../images/bullet02b.png) no-repeat left 50%;
}

/* submenu */
.second .submenu li {
	background: #fff url(../images/submenu-bg04.jpg) repeat-x left bottom;
}
.second .submenu li.current {
	background: #e4f5d1 url(../images/submenu-bg04-current.jpg) repeat-x left bottom;
}
.second .submenu li a {
	border: 1px solid #8fd850;
	background: transparent url(../images/bullet05.png) no-repeat 15px 50%;
}
.second .submenu li:hover {
	background: #e4f5d1 url(../images/submenu-bg04-current.jpg) repeat-x left bottom;
}

.form-btn {
	text-align: center;
	margin: 20px 0 30px 0;
}
.reclist {
	margin: 0 -17px;
}
.reclist li {
	position: relative;
	float: left;
	font-size: 144%;
	width: 325px;
	margin: 17px;
}
.reclist li a,
.reclist li span {
	display: block;
	text-decoration: none;
	vertical-align: middle;
	border: 1px solid #d7d8d8;
}
.reclist li a {
	background: transparent url(../recruit/images/list-bg.jpg) repeat-x left bottom;
	border-left: 5px solid #ff8c8c;
}
.reclist li.stop span {
	background: #f3f3f3 url(../recruit/images/list-disable-bg.jpg) repeat-x left bottom;
	border-left: 5px solid #b0b0b1;
}
.reclist li a:hover {
	background: #ffecc4 url(../recruit/images/list-bg_on.jpg) repeat-x left bottom;
}
.reclist li p {
	position: absolute;
	top: -15px;
	left: 0;
	width: 60px;
	height: 16px;
	overflow: hidden;
	text-indent: -10000px;
	background: transparent url(../recruit/images/tip-rec.gif) no-repeat left bottom;
	z-index: 2;
}
.reclist li.stop p {
	background: transparent url(../recruit/images/tip-stop.gif) no-repeat left bottom;
}
.reclist li a span {
	background: transparent url(../recruit/images/btn-guidelines.png) no-repeat 220px 50%;
	padding: 12px 110px 12px 12px;
	border: 0;
}
.reclist li.stop span span {
	background: transparent url(../recruit/images/btn-guidelines-disable.png) no-repeat 220px 50%;
	padding: 12px 110px 12px 12px;
	border: 0;
}
.reclist li a:link,
.reclist li a:visited {
	color: #3e3a39;
}

/* guidelines */
#guidelines .main table {
	width: 100%;
	border-collapse: collapse;
}
#guidelines .main table th,
#guidelines .main table td {
	padding: 0.8em 1.2em;
	border: 1px solid #777;
}
#guidelines .main table th {
	background: #f4f4f4;
	white-space: nowrap;
}

/* recruit */
#recruit .main h2 {
	position: relative;
}
#recruit .main h2 .hover {
	position: absolute;
	top: 7px;
	right: 0;
}
#recruit .mainv p {
	margin-top: 20px;
}
#recruit .study div {
	font-size: 107%;
	line-height: 1.8;
	width: 685px;
	height: 80px;
	padding: 72px 0 0 10px;
	background: url(../recruit/images/recruit-study.gif) no-repeat left top;
}
#recruit .studyinfo div {
	margin-top: 20px;
}
#recruit .welfare div {
	margin-top: 10px;
}

/* entry */
#entry .main p strong {
	color: #f00;
}

