@charset "utf-8";

/* FAMILYEXTERIOR COMPANY.CSS  */


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



/**--------------------------------------
	00.COMPANY
---------------------------------------**/

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

#message,
#cProfile
{
	margin: 0 0 25px 0;
	padding: 0 0 0 25px;
	width: 640px;
}

#message h2,
#cProfile h2
{
	margin: 0 0 25px 0;
}

#message div.commentBox
{
	float: left;
	width: 370px;
}

#message div.commentBox h3
{
	margin: 0 0 25px 0;
}

#message div.commentBox p.msg
{
	margin: 0 0 15px 0;
}

#message div.commentBox p.sign
{
	text-align: right;
}

#message p.pic
{
	float: right;
	width: 240px;
}

#cProfile table
{
	width: 640px;
	border-collapse: collapse;
	border-top: 1px solid #CCC;
	color: #555555;
}

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

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

#cProfile table td dl.honsya
{
	margin: 0 0 20px 0;
}

#cProfile table td dl dt
{
	display: block;
	margin: 0 0 5px 0;
	font-weight: bold;
}

#cProfile table td dl dd span
{
	display: none;
	visibility: hidden;
}

#cProfile table td dl dd.cAddress
{
	margin: 0 0 8px 0;
}


#cProfile table td dl dd ul li
{
	margin: 0 0 4px 0;
	padding: 4px 15px 0 20px;
	height: 17px;
	line-height: 1;
}

li.hTel
{
	float: left;
	background: url(../../common/images/cmn_h_tel.gif) no-repeat left 1px;
}

li.hFax
{
	float: left;
	background: url(../../common/images/cmn_h_fax.gif) no-repeat left 1px;
}

li.hMail
{
	clear: left;
	background: url(../../common/images/cmn_h_mail.gif) no-repeat left 1px;
}

li.kTel
{
	float: left;
	background: url(../../common/images/cmn_k_tel.gif) no-repeat left 1px;
}

li.kFax
{
	float: left;
	background: url(../../common/images/cmn_k_fax.gif) no-repeat left 1px;
}

li.kMail
{
	clear: left;
	background: url(../../common/images/cmn_k_mail.gif) no-repeat left 1px;
}

#cProfile table td ul.cExpire
{
	margin: 0 0 15px 0;
}


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

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


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

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

.clearfix,
#message
{
	display:inline-block;
}

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