@charset "utf-8";
/*-------------------------------------------------
  基本設定
  作成者：Tsubasa Juura
  作成日：2010/06/09
  最終更新日：2010/06/09
--------------------------------------------------*/

/*入試情報　新着記事用
----------------------------------------*/
#exam-topics{
	border:1px solid #D5D5D0;
	padding:10px 10px 20px;
	margin-top:20px;
}


/*見出しと一覧*/
#ti-exam-topics {
	padding-bottom: 8px;
	border-bottom: 2px solid #D5D5D0;
}

#ti-exam-topics h2 {
	float: left;
	margin-top: 0!important;
	background-image:none!important;
	background-color:#FFFFFF!important;
	border:none!important;
	padding:0 0 0 10px!important;
}

#ti-exam-topics p{
	float:right;
	margin:0 10px 0 0!important;
}
#ti-exam-topics p a {
	display: block;
	text-indent: -9999px;
	text-decoration:none;
	overflow: hidden;
	height:14px;
	background-image: url(../../imgs/top/img_ichiran.gif);
	width: 54px;
}

/*記事リスト*/
#exam-topics dl:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#exam-topics dl {
	background-image: url(../../imgs/common/li_01.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	padding: 9px 0 10px 0;
	display: inline-table;
	min-height: 1%;
}

/* Hides from IE-mac \*/
* html #exam-topics dl {
	height: 1%;
}
#exam-topics dl {
	display: block;
}
/* Hides from IE-mac */
#exam-topics dt{
	float: left;
	width: 125px;
	background-image: url(../../topics/imgs/ic_exam_list.gif);
	background-repeat: no-repeat;
	background-position: 6px 0.2em;
	padding-left:25px;
	color:#F07003;
	letter-spacing:0 ;
}
#exam-topics dd{
	float: right;
	width: 425px;

}
