@charset "UTF-8";

/**
@prefix : <http://purl.org/net/ns/doas#> .
<http://www.mfv.co.jp/recruit/css/common.css> a :CSSstylesheet;
 :shortdesc "Common CSS";
 :created "2009-09-14";
 :license <http://www.mfv.co.jp/>;
 :dependencies "none" .
*/


/*----------------------------------------------------
	body.index
----------------------------------------------------*/
body.index #content .section-02 ul {
	font-size: 108%;
}
body.index #content .section-02 ul li {
	margin-top: 10px;
}

/*----------------------------------------------------
	Clearfix
----------------------------------------------------*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */

