@charset "utf-8";
/*-----------------------------------------------------------------------------------------------
	[ css ] [ uni_company_panphlet.css ]
	-----------------------------------------------------------------------------------------------
	author: Lampros co.,ltd. Atsushi Umehara
	url:http://www.lampros.co.jp/
	making day: 2009-12-03
	---------------------------------------------------------------------------------------------*/

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

	mainImg

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

/* mainImg -------------*/
#mainImg {
	background-image: url(../_img/service/m_i_company_panphlet.jpg);
}

#works ul {
	list-style-type: none;
	list-style-image: none;
	margin: 0px;
	padding: 15px;
	width: 680px;
}
#works ul li {
	padding: 0px;
	width: 200px;
	float: left;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#works ul li span {
	display: block;
}


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

