@charset "utf-8";
/*-----------------------------------------------------------------------------------------------
	[ css ] [ uni_ranking.css ]
	-----------------------------------------------------------------------------------------------
	author: Lampros co.,ltd. Atsushi Umehara
	url:http://www.lampros.co.jp/
	making day: 2010-01-25
	---------------------------------------------------------------------------------------------*/

@import url(reset.css);
@import url(common.css);

/* ================================================

	subSection ul

=================================================*/

/* subSection ul -------------*/
.subSection ul {
	width: 648px;
}
.subSection ul li {
	display: block;
	float: left;
	width: 318px;
	margin-bottom: 10px;
	height: 106px;
}
.subSection ul li.m1,
.subSection ul li.m3,
.subSection ul li.m5 {
	margin-right: 10px;
}
.subSection ul li a {
	font-weight: bold;
	text-decoration: none;
}
.subSection ul li a:hover {}
.subSection ul li span img {}
.subSection ul li span {
	display: block;
	height: 60px;
	float: left;
}



/* clearfix
---------------------------------------------------------------------------------------------*/
.subSection ul:after
	{ content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.subSection ul
	{ display: inline-table; min-height: 1%; }
/* Hides from IE-mac */
* html .subSection ul
	{ height: 1%; }
.subSection ul
	{ display: block; }
/* End hide from IE-mac */

