@charset "UTF-8";

/**
@prefix : <http://purl.org/net/ns/doas#> .
<http://www.mfv.co.jp/about/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 table {
	font-size: 108%;
}
body.index #content .section-02 table th,
body.index #content .section-02 table td {
	padding: 5px;
}


/*----------------------------------------------------
	body.history
----------------------------------------------------*/
body.history #content .section-02 ol {
	font-size: 108%;
}
body.history #content .section-02 ol li {
	margin-top: 10px;
}


/*----------------------------------------------------
	body.history
----------------------------------------------------*/
body.message #content .section-02 p.img-01 {
	float: left;
	margin-right: 30px;
}
body.message #content .section-02 p.img-02 {
	float: left;
}


/*----------------------------------------------------
	Clearfix
----------------------------------------------------*/
.clearfix:after,
body.message #content .section-02:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix,
body.message #content .section-02 {
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix,
* html body.message #content .section-02 {
	height: 1%;
}
.clearfix,
body.message #content .section-02 {
	display: block;
}
/* End hide from IE-mac */

