@charset "UTF-8";

/* company */

/*--------------------------------------
	common
---------------------------------------*/

.title_wrap {
	background: url(../../images/common/title/title_bg_company.jpg) no-repeat center top;
}

/*--------------------------------------
	index
---------------------------------------*/

#company_index_contents {
}

#company_index_contents  colgroup.th {
	width: 20%;
}

/*--------------------------------------
	[ module ] clearfix
---------------------------------------*/

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

.clearfix {
	display:inline-block;
}

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

.clearfix {
	display: block;
}
/* */