@charset "utf-8";
/*-----------------------------------------------------------------------------------------------
	[ css ] [ uni_maker.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 {}
.subSection ul li {
	display: block;
	float: left;
	width: 317px;
	border: 1px solid #E0E0E0;
	margin-bottom: 10px;
	height: 62px;
}
.subSection ul li.m1,
.subSection ul li.m3,
.subSection ul li.m5,
.subSection ul li.m7,
.subSection ul li.m9,
.subSection ul li.m11 {
	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;
}
.subSection ul li span.logo {}
.subSection ul li span.title {
	line-height: 60px;
}


/* 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 */

