@charset "utf-8";

@import url("../../css/style_campuslife.css");

#gakusei .question{/* 旧版※テーブル構造 */
	background:url(../img/q.gif) no-repeat;
	padding: 0 0 0 40px;
	height:40px;
	font-size:15px;
	font-weight: bold;
	color: #ff6c81;
	border-bottom: 1px dotted #ff6c81;
}

#gakusei .answer{/* 旧版※テーブル構造 */
	background:url(../img/a.gif) no-repeat;
	padding: 0 0 0 40px;
	height:40px;
	line-height: 150%;
}

#gakusei dt {/* 新版 */
	background:url(../img/q.gif) no-repeat;
	padding: 5px 0 10px 40px;
	font-size:15px;
	font-weight: bold;
	color: #ff6c81;
	border-bottom: 1px dotted #ff6c81;
	margin-bottom:15px;
}

#gakusei dd  {/* 新版 */
	background:url(../img/a.gif) no-repeat;
	padding: 0 0 0 40px;
	line-height: 150%;
	margin-bottom:25px;
}

#gakusei em{
	font-weight:bold;
	font-size:14px;
	color: #FF3366;
}

.note {
	border: 1px dotted #FF9966;
	padding: 5px;
	background: #F8D9AB;
	font-size: 11px;
}
