@charset "utf-8";
/* CSS Document */

/* ============= 募集職種一覧 ============= */
ol.list_freshman {
	padding: 10px;
	border: #b6dc55 1px solid;
	margin: 15px 0 20px 0;
	background:#edfab8;
}
ol.list_freshman li {
	line-height: 2em;
	list-style-position: inside;
	margin-left: 1em;
}

/* ============= 選考の流れ ============= */
ul.entry_flow{
background: url(../../../img/common/bg_entryflow.gif) center repeat-y;}

ul.entry_flow li{
background: url(../../../img/common/shade.gif) #c2e4e4;
text-align:center;
margin:0 30px 10px 30px;
padding:3px;
border: 1px #99cccc solid;
font-size:11px;
}

ul.entry_flow li strong{
font-size:13px;}

ul.entry_flow li p{
	width:35em;
	margin:0 auto;
	padding:0;
	text-align:left;
	font-size:11px;
}

.acrobat{
	width:450px;
	margin:10px auto;
	border:dotted 1px #999999;
	padding:5px;
}

/* ============= 選考の流れ（左寄せ） ============= */

dl.left-entry_flow {
	background: url(../../../img/common/bg_entryflow.gif) 150px center repeat-y;
	margin-bottom: 15px;
	}

dl.left-entry_flow dt {
	background: url(../../../img/common/shade.gif) #c2e4e4;
	text-align:center;
	margin: 0 15px 15px 15px;
	padding:3px;
	border: 1px #99cccc solid;
	font-size:11px;
	width: 260px;
	}

dl.left-entry_flow dt strong {
	font-size:13px;
	}

dl.left-entry_flow dt p {
	width:35em;
	margin:0 auto;
	padding:0;
	text-align:left;
	font-size:11px;
	}
	
dl.left-entry_flow dd {
	width: 230px;
	text-align: center;
	float: right;
	margin-right: 50px;
	}

dl.left-entry_flow dd.prog_a {
	width: 140px;
	background: url(../../img/ico_nittei_a.gif) top center no-repeat;
	padding-top: 16px;
	margin-right: 15px;
    }

dl.left-entry_flow dd.prog_b {
	width: 140px;
	background: url(../../img/ico_nittei_b.gif) top center no-repeat;
	padding-top: 16px;
    }

dl.left-entry_flow dd.prog_c {
	width: 200px;
	background: url(../../img/ico_nittei_c.gif) top center no-repeat;
	padding-top: 16px;
	margin-right: 50px;
    }
	
.bg_box02{
	display: block;
	width: 20em;
	text-align: center;
	background: #c2e4e4;
	padding: 2px;
	border: 1px solid #648fb3;
	margin:8px 0;
}
	


.bg_blue_03 {
background: url(../../../img/common/shade.gif) #c2e4e4;
margin:0 200px 10px 0;
padding:5px;
border: 1px #99cccc solid;
font-size:13px;
}


