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


/*===========================================

    recruit
	
	newgraduate.css
		
===========================================*/
div#contents h3 {
	margin-bottom: 50px;
	padding-left: 12px;
}

/* 見出し */
div#contents div.midashi {
	position: relative;
	z-index: 1;
	width: 946px;
	margin: 0 auto 30px auto;
	border-top: 1px #ACBFD9 solid;
}

div#contents div.midashi h4 {
	z-index: 10;
	position: relative;
	margin-top: -10px;
}


/* 応募の流れ */
div#contents div#flow {
	margin-bottom: 50px;
}

div#contents div#flow ul {
	width: 936px;
	margin: 0 auto 10px auto;
}

div#contents div#flow ul li {
	float: left;
	width: 120px;
	margin-right: 2px;
	padding-right: 14px;
	background: url(../img/form_permission/bg_arrow.gif) center right no-repeat;
}

div#contents div#flow ul li.last {
	margin-right: 0;
	padding-right: 0;
}

div#contents div#flow ul li p {
	width: 110px;
	padding: 5px;
	background-color: #EFF2F5;
	line-height: 1.4;
}

.margin{
margin-left:-1px;
}

/* 応募の流れ注釈 */
div#contents div#flow p.caption {
	clear: both;
	padding-top: 10px;
	text-align: center;
	font-size: 80%;
}


div#contents div#flow p.caption span.jinji {
	display: block;
	padding-top: 3px;
	font-size: 120%;
	}
div#contents div#flow p.caption span.jinji a {
	font-weight: bold;
	color: #043D8A;
	}



/* 応募要項 */
div.section {
	border: 1px solid #ACBFD9;
	clear: both;
	overflow: hidden;
	width: 796px;
	margin: 0 auto;
	}

div.section h5 {
	padding: 14px;
	background-color: #F5F7FB;
	border: 1px solid #FFFFFF;
	
	color: #043D8A;
	font-size: 120%;
	font-weight: bold;
	}
	
div.section table {
	float: left;
	width: 360px;
	margin-right: 20px;
	}
	
div.section table tr th {
	width: 5.2em;
	padding: 4px;
	
	color: #043D8A;
	vertical-align: top;
	font-weight: bold;
	}
	
div.section table tr td {
	padding: 4px;
	}


div.section div {
	overflow: hidden;
	width: 760px;
	margin: 20px 0 20px 35px;
	
	background: url(../img/formindex/tableback.gif) center repeat-y;
	}
	
div.section table table#intable {
	float: none;
	width: 100%;
	border: 1px solid #CCCCCC;
	}
	
div.section table table#intable tr th {
	line-height: 1.1;
	border: 1px solid #CCCCCC;
	background-color: #F0F0F0;
	vertical-align: middle;
	}
	
div.section table table#intable tr th.year {
	width: 10em;
	}
	
div.section table table#intable tr td {
	border: 1px solid #CCCCCC;
	vertical-align: middle;
	text-align: right;
	}

div.section table table#intable tr td.work {
	border: 1px solid #CCCCCC;
	vertical-align: middle;
	text-align: left;
	}
	
p.groups{
margin-top:3px;
float:right;
}



/* 応募ボタンなど */
p#btn {
	margin-top: 50px;
	margin-bottom: 50px;
	text-align: center;
}

p#btn a img {
	padding: 10px;
}






/* FAQ */
div#contents dl {
	float: left;
	margin-top: -30px;
	width: 470px;
	}

div#contents dl dt {
	margin-top: 30px;
	margin-left: 50px;
	padding-left: 20px;
	background: url(../img/newgraduation/icon_q.gif) 0 3px no-repeat;
	
	color: #145AA0;
	font-weight: bold;
	font-size: 125%;
	}

div#contents dl dd {
	margin-left: 50px;
	margin-bottom: 30px;
	padding-top: 6px;
	padding-left: 25px;
	background: url(../img/newgraduation/icon_a.gif) 0 6px no-repeat;
	}



