@charset "UTF-8";


/* company/index.html
=========================================*/
body#company .section ul {
}
body#company .section ul li {
	float: left;
	padding-bottom: 17px;
}


/* company/greeting.html
=========================================*/
body#company #contents .two-column01 div.two-left {
	width: 445px;
}
body#company #contents .two-column01 div.two-right {
	width: 190px;
}


/* company/recruit.html
=========================================*/
body#company .recruit th,
body#company .recruit td {
	padding: 5px;
}


/* company/map.html
=========================================*/
body#company .centeringTable {
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}



/* 99. Extra
=========================================*/
/* Clearfix */
body#company .section ul li:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	font-size: 0;
	line-height: 0;
}

body#company .section ul li {
	min-height: 1px;
}

/* for IE6 */
* html body#company .section ul li {
	height: 1px;
}

/* for IE7 */
*:first-child+html body#company .section ul li {
	zoom: 1;
}
