@charset "shift_jis";
/* =========================================

nasluck recruit training

newgraduate CSS

last modify : 2016/06/22 285_inose 新規作成

===========================================*/

/* ----- 共通 ----- */
.main_contents{
	width:1000px;
	margin:0 auto;
}

h2{
	margin:0 auto;
	padding:0;
	width:890px;
	height:46px;
}

a:hover {
	text-decoration:none;
	opacity:0.8;
}

/* ----- #lead-area ----- */

#lead-area{
	margin:0 auto;
}

#lead-area p{
	margin:20px auto;
	width:750px;
}

/* ----- #newgraduate and #career ----- */

#newgraduate,#career{
	margin-top:30px;
}

#newgraduate .top_img{
	width:890px;
	margin:10px auto;
}

#career .top_img{
	width:890px;
	margin:30px auto 10px;
}

#newgraduate dl,
#career dl{
	width:890px;
	margin:0 auto;
	padding:40px 0;
	border-top:2px solid #ccc;
}

#newgraduate dt,
#career dt{
	margin-left:110px;
}

#newgraduate dd,
#career dd{
	width:700px;
	margin:10px 0 0 110px;
	padding-left:30px;
}

#newgraduate .stepup,
#career .stepup{
	margin:40px auto;
	text-align:center;
}

#newgraduate .stepup p{
	margin:30px auto;
}

#career .lead{
	margin:30px auto 40px;
	width:700px;
}


/* 各リスト */
#dl01 { background:url("../image/pctogram_01.png") no-repeat 2% 50%; }
#dl02 { background:url("../image/pctogram_02.png") no-repeat 2% 50%; }
#dl03 { background:url("../image/pctogram_03.png") no-repeat 2% 50%; }
#dl04 { background:url("../image/pctogram_04.png") no-repeat 2% 50%; }
#dl05 { background:url("../image/pctogram_05.png") no-repeat 2% 50%; }
#dl06 { background:url("../image/pctogram_06.png") no-repeat 2% 50%; border-bottom:2px solid #ccc; }
#dl07 { background:url("../image/pctogram_07.png") no-repeat 2% 50%; }
#dl08 { background:url("../image/pctogram_08.png") no-repeat 2% 50%; }
#dl09 { background:url("../image/pctogram_09.png") no-repeat 2% 50%; border-bottom:2px solid #ccc; }

/* ----- aside ----- */

aside {
	margin:0 auto 10px;	
}

aside a{
	display:block;
	text-align:center;
}

