@charset "UTF-8";

/**
@prefix : <http://purl.org/net/ns/doas#> .
<http://www.mfv.co.jp/sitemap/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 p {
	margin-bottom: 30px;
	font-size: 108%;
	font-weight: bold;
}
body.index #content .section-02 ul.list {
	width: 450px;
	float: left;
	margin-right: 9px;
	font-size: 108%;
}
body.index #content .section-02 ul li {
	margin-bottom: 10px;
	font-weight: bold;
}
body.index #content .section-02 ul li ul {
	margin: 5px 0 10px 20px;
	padding: 5px 0 0 10px;
	border-left: 5px solid #999;
}
body.index #content .section-02 ul li ul li {
	font-weight: normal;
}
body.index #content .section-02 ul li ul li dl {
	margin-top: 10px;
}
body.index #content .section-02 ul li ul li dl dt {
	margin-bottom: 5px;
	font-weight: bold;
}
body.index #content .section-02 ul li ul li dl dd {
	margin-bottom: 10px;
}

/*----------------------------------------------------
	Clearfix
----------------------------------------------------*/
.clearfix:after,
body.index #content .section-02:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix,
body.index #content .section-02 {
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix,
* html body.index #content .section-02 {
	height: 1%;
}
.clearfix,
body.index #content .section-02 {
	display: block;
}
/* End hide from IE-mac */

