@charset "utf-8";

/* FAMILYEXTERIOR SHOWROOM.CSS  */


/*---------------------------------------
*	
*	00.SHOWROOM
*
*	MODULES
*		MO_01.CLEARFIX
*		MO_02.TEXT
*		MO_03.LIST
*
*--------------------------------------*/



/**--------------------------------------
	00.SHOWROOM
---------------------------------------**/

div.showroom
{
	padding: 25px 0;
	background: #FFF;
}

div.showroom h2
{
	padding: 0 0 20px 25px;
	background: url(../../common/images/cmn_dot_hdevider.gif) repeat-x left bottom;
}

#swf
{
	/* swfObject2.0を使った時に無効になる。
	padding: 0 0 25px 0;
	*/
	width: 690px;
	height: 525px;
	background: #FFFFFF;
}

div.showroom h3
{
	margin: 0 0 15px 25px;
}

div.map
{
	margin: 0 0 25px 25px;
	width: 640px;
	height: 280px;
	background: #CCCCCC;
}

div.map iframe
{
	padding: 1px 0 0 1px;
	width: 638px;
	height: 278px;
}

div.showroom table
{
	margin: 0 0 15px 25px;
	width: 640px;
	border-collapse: collapse;
	border-top: 1px solid #CCC;
}

div.showroom table th
{
	width: 120px;
	border-right: 1px solid #CCC;
	background: url(../../common/images/cmn_th_back.gif) no-repeat right bottom;
}

div.showroom table th,
div.showroom table td
{
	padding: 10px;
	border-bottom: 1px solid #CCC;
}



/*---------------------------------------

	MODULES
	
---------------------------------------**/


/*---------------------------------------
	MO_01.CLEARFIX
---------------------------------------**/

.clearfix:after
{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

.clearfix
{
	display:inline-block;
}

/* \*/
* html .clearfix
{ 
	height:1%;
}
/* */

