@charset "utf-8";
/* CSS Document */

/*==================================
  入試情報用スタイルシート
====================================*/
/*Q&A用スタイル*/
.faq{
	border: solid 1px #FBB600;
	padding: 10px;
	background-color: #FFF7E1;
}
.faq dt{
	background-image: url(../imgs/ic_q.gif);
	background-repeat: no-repeat;
	padding: 5px 0 5px 35px;
	color: #993333;
	font-weight: bold;
	border-bottom: solid 1px #993333;
	min-height: 20px;
}
* html .faq dt{
	height: 20px;
}
.faq dd{
	background-image: url(../imgs/ic_a.gif);
	background-repeat: no-repeat;
	padding: 5px 0 5px 35px;
	margin-top: 10px;
}
.faq dl dt{
	background: none;
	padding: 0;
	min-height: inherit;
	font-weight: bold;
	border-bottom: none;
	min-height: inherit;
	color:#E27D21;
}
.faq dl dd{
	background: none;
	padding: 0;
	margin-top: 0;
}
/*募集要項ページで連続するth見出しに使用*/
.bg-l-gray{
 background-color:#F6F6F6 !important;
}

.bg-l-yellow{
 background-color:#F7F4EA !important;
 }
