@charset "utf-8";
/* CSS Document */

@import url("../../css/campuslife.css");/* キャンパスライフ全体共通 */

/*■□■□■□■□■□■□■□■□ 共通項目 ■□■□■□■□■□■□■□■□*/

.student .girl dt{
	background:url(../img/student_qg.gif) no-repeat;
	padding:8px 0 8px 30px;
	font-size:15px;
	font-weight:bold;
	color:#f29108;
	border-bottom:#fcd419 1px dotted;
	margin:15px 0;
}
.student .girl dd{
	background:url(../img/student_ag.gif) no-repeat;
	padding:8px 0 8px 30px;
	margin:15px 0;
}
.student .boy dt{
	background:url(../img/student_qb.gif) no-repeat;
	padding:3px 0 8px 30px;
	font-size:15px;
	font-weight:bold;
	color:#40a5d3;
	border-bottom:#40a5d3 1px dotted;
	margin:15px 0;
}
.student .boy dd{
	background:url(../img/student_ab.gif) no-repeat;
	padding:3px 0 8px 30px;
	margin:15px 0;
}

/**/

.student img.img_center{
	padding-top:10px;
}

