@charset "UTF-8";

/**
@prefix : <http://purl.org/net/ns/doas#> .
<http://www.mfv.co.jp/locations/css/common.css> a :CSSstylesheet;
 :shortdesc "Common CSS";
 :created "2009-09-14";
 :license <http://www.mfv.co.jp/>;
 :dependencies "none" .
*/


/*----------------------------------------------------
	base
----------------------------------------------------*/
body#other #content ul.subnavi li {
	width: 145px;
}
body#other #content ul.subnavi li.osaka {
	width: 187px;
}
body#other #content ul.subnavi li:last-child {
	border-right: none;
}
body#other #content ul.subnavi li.lastChild {
	border-right: none;
}


/*----------------------------------------------------
	body.osaka
----------------------------------------------------*/
body.osaka #content .section-02 .section-inner-01 {
	margin-bottom: 20px;
}
body.osaka #content .section-02 .section-inner-01 dl {
	clear: both;
	width: 300px;
	float: left;
	margin-right: 20px;
	font-size: 108%;
}
body.osaka #content .section-02 .section-inner-01 dl dt {
	font-weight: bold;
	margin-bottom: 10px;
	padding-bottom: 10px;
	background: url(/locations/img/common_line_01.gif) repeat-x left bottom;
}
body.osaka #content .section-02 .section-inner-01 dl dd.address {
	margin-bottom: 10px;
}
body.osaka #content .section-02 .section-inner-01 ul li {
	float: left;
	margin-right: 20px;
}


/*----------------------------------------------------
	body.okayama
----------------------------------------------------*/
body.okayama #content .section-02 .section-inner-01 {
	margin-bottom: 20px;
}
body.okayama #content .section-02 .section-inner-01 dl {
	clear: both;
	width: 300px;
	float: left;
	margin-right: 20px;
	font-size: 108%;
}
body.okayama #content .section-02 .section-inner-01 dl dt {
	font-weight: bold;
	margin-bottom: 10px;
	padding-bottom: 10px;
	background: url(/locations/img/common_line_01.gif) repeat-x left bottom;
}
body.okayama #content .section-02 .section-inner-01 dl dd.address {
	margin-bottom: 10px;
}
body.okayama #content .section-02 .section-inner-01 ul li {
	float: left;
	margin-right: 20px;
}
body.okayama #content .section-02 p.text-01 {
	margin-top: 20px;;
	font-size: 108%;
	font-weight: bold;
}


/*----------------------------------------------------
	body.tokyo
----------------------------------------------------*/
body.tokyo #content .section-02 .section-inner-01 {
	margin-bottom: 20px;
}
body.tokyo #content .section-02 .section-inner-01 dl {
	clear: both;
	width: 300px;
	float: left;
	margin-right: 20px;
	font-size: 108%;
}
body.tokyo #content .section-02 .section-inner-01 dl dt {
	font-weight: bold;
	margin-bottom: 10px;
	padding-bottom: 10px;
	background: url(/locations/img/common_line_01.gif) repeat-x left bottom;
}
body.tokyo #content .section-02 .section-inner-01 dl dd.address {
	margin-bottom: 10px;
}
body.tokyo #content .section-02 .section-inner-01 ul li {
	float: left;
	margin-right: 20px;
}
body.tokyo #content .section-02 p.text-01 {
	margin-top: 20px;;
	font-size: 108%;
	font-weight: bold;
}


/*----------------------------------------------------
	body.china
----------------------------------------------------*/
body.china #content .section-02 .section-inner-01 {
	margin-bottom: 20px;
}
body.china #content .section-02 .section-inner-01 dl {
	clear: both;
	width: 500px;
	float: left;
	margin-right: 20px;
	font-size: 108%;
}
body.china #content .section-02 .section-inner-01 dl dt {
	font-weight: bold;
	margin-bottom: 10px;
	padding-bottom: 10px;
	background: url(/locations/img/common_line_01.gif) repeat-x left bottom;
}
body.china #content .section-02 .section-inner-01 dl dd.address {
	margin-bottom: 10px;
}
body.china #content .section-02 .section-inner-01 p {
	float: left;
}
body.china #content .section-02 p.text-01 {
	margin-top: 20px;;
	font-size: 108%;
	font-weight: bold;
}

/*----------------------------------------------------
	body.america
----------------------------------------------------*/
body.america #content .section-02 .section-inner-01 {
	margin-bottom: 20px;
}
body.america #content .section-02 .section-inner-01 dl {
	clear: both;
	width: 500px;
	float: left;
	margin-right: 20px;
	font-size: 108%;
}
body.america #content .section-02 .section-inner-01 dl dt {
	font-weight: bold;
	margin-bottom: 10px;
	padding-bottom: 10px;
	background: url(/locations/img/common_line_01.gif) repeat-x left bottom;
}
body.america #content .section-02 .section-inner-01 dl dd.address {
	margin-bottom: 10px;
}
body.america #content .section-02 .section-inner-01 p {
	float: left;
}
body.america #content .section-02 p.text-01 {
	margin-top: 20px;;
	font-size: 108%;
	font-weight: bold;
}


/*----------------------------------------------------
	Clearfix
----------------------------------------------------*/
.clearfix:after,
#content .section-02 .section-inner-01:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix,
#content .section-02 .section-inner-01 {
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix,
* html #content .section-02 .section-inner-01 {
	height: 1%;
}
.clearfix,
#content .section-02 .section-inner-01 {
	display: block;
}
/* End hide from IE-mac */

