@charset "utf-8";

/*----------------------------------------------------------------------------
   /company ： individual style
----------------------------------------------------------------------------*/

.company .compliment p{margin:1em 0;}
.company .tableLayout{
border-top:1px solid #b0b0b0;
border-right:1px solid #b0b0b0;
}
.company .tableLayout th,
.company .tableLayout td{
padding:10px;
border-bottom:1px solid #b0b0b0;
border-left:1px solid #b0b0b0;
vertical-align:top;
}
.company .tableLayout th{font-weight:bold;background-color:#ffefc8;}

.company .tableLayout .mapBtn{text-align:right;}

.company .dlStyle01 dt{
padding-left:20px;
min-height:15px;
font-weight:bold;
background:url(../../common/images/ttl_bg04.gif) no-repeat 0 0.1em;
}
	/* IE6 min-height */
	* html .company .dlStyle01 dt{height:15px;}

.company .dlStyle01 dd{margin:0 0 10px 20px;}

.company .history dl{
margin-top:5px;
padding-top:5px;
background:url(../../common/images/line01.gif)  repeat-x 0 0;
}
.company .history dl.first{
margin:0;
padding:0;
background:none;
}
.company .history dt{float:left; width:105px;}
.company .history dd{float:left; width:410px;}


/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::: clear */

.company .history dl:after{
content:"."; 
display:block; 
clear:both; 
height:0;
line-height:0;
visibility:hidden;
}

	/* IE6 */
	* html .company .history dl{height:1%;}

	/* IE7 */
	*:first-child+html .company .history dl{display:inline-block;}