/* CSS Document */
@import	"../css/common.css";

/*-----------------------------------------------------------------------*/
/*title*/
/*-----------------------------------------------------------------------*/
h2 {
	width: 580px;
	height: 60px;
	margin-bottom: 15px;
	background: url("image/title.png") no-repeat;
}
/*hideText*/
h2 span#main-title {
	display: none;
}
h2 span#sub-title {
	display: block;
	padding: 9px 0 0 150px;
	font-size: 18px;
	font-weight: bold;
}

/*-----------------------------------------------------------------------*/
/*recruitNavi*/
/*-----------------------------------------------------------------------*/
#recruit-navi {
	width: 520px;
	margin: auto auto 15px 60px;
}
#recruit-navi ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#recruit-navi ul li {
	float: left;
	margin: 0 3px 0 0;
	padding: 0;
}
#recruit-navi ul li a {
	display: block;
	width: 170px;
	height: 60px;
}
/*recruitment*/
li#recnavi-recruitment {
	background: url("image/bt_recruitment.jpg") no-repeat;
}
/*carrier*/
li#recnavi-carrier {
	background: url("image/bt_carrier.jpg") no-repeat;
}
/*part*/
li#recnavi-part {
	background: url("image/bt_part.jpg") no-repeat;
}

/*hideText*/
#recruit-navi span {
	display: none;
}
/*clearHack*/
#recruit-navi ul{zoom:1;}
#recruit-navi ul:after{content:" ";clear:both;height:0;display:block;visibility:hidden;}

/*-----------------------------------------------------------------------*/
/*recruitData*/
/*-----------------------------------------------------------------------*/
#recruit-data {
	width: 520px;
	margin: auto auto 30px 60px;
}
#recruit-data table {
	width: 470px;
	margin: auto 3px 24px 3px;;
}
#recruit-data table th, #recruit-data table td {
	padding: 9px 12px;
	border-bottom: 1px solid #555;
	font-weight: normal;
	text-align: left;
	vertical-align: top;
}
#recruit-data table th {
	background: #222;
	white-space: nowrap;
}

#for-new {
	margin:10px 0 20px 0;
}
#for-new h3 {
	font-size:16px;
}
#for-new img {
	float:right;
	margin:0 0 6px 6px;
}
#for-new p {
	margin:5px 0 0 10px;
}
#stepping {
	width: 300px;
	height: 45px;
	margin: auto;
	background: url("image/bt_steping.png") no-repeat;
}
#mail-contact {
	width: 300px;
	height: 45px;
	margin: auto;
	background: url("image/bt_contact.png") no-repeat;
}
#stepping a, #mail-contact a {
	display: block;
	width: 300px;
	height: 45px;
}
/*hideText*/
#stepping a span, #mail-contact a span {
	display: none;
}

/*-----------------------------------------------------------------------*/
/*partComment*/
/*-----------------------------------------------------------------------*/
#part-comment {
	width: 520px;
	margin: auto auto 30px 60px;
}
#part-comment h3 {
	width: 520px;
	height: 22px;
	background: url("image/t_part.png") no-repeat;
}
#part-text {
	width: 520px;
	height: 217px;
	background: url("image/comment_part.png") no-repeat;
}
/*hideText*/
#part-comment h3 span, #part-text dl {
	display: none;
}
