@charset "utf-8";

/* *****************************************
/*+  company.html  +***********************
/***************************************** */
div.txtLeft {
	margin-bottom:0 !important;
	}
div.txtLeft p {
	width:440px;
	}
.nameTxt,
.detailBtn {
	text-align:right;
	}
td ul,
td dl {
	width:48%;
	}
td ul {
	float:left;
	}
td dl {
	float:right;
	}
div#profile .images {
	float:right;
	}
div#profile .images li {
	margin-bottom:8px;
	}
div#profile img {
	float:none;
	}
div.txtRight p,
div.txtRight dl {
	width:480px;
	}
div.txtRight dl {
	margin-bottom:20px;
	font-size:.85em;
	}
div.txtRight .detailBtn img {
	float:none;
	}
.detailBtn a:hover img {
	filter : alpha(opacity = 70);
	-moz-opacity : 0.70;
	opacity : 0.70;
	}