@charset "UTF-8";
/* CSS Document */

@import "/lib/cmn_css/component.css";

#contents div.fullS {
	clear: both;
	margin-left: 10px;
	width: 900px;
}

#contents div.companyTxt {
	float: left;
	padding-bottom: 10px;
	width: 450px;
}

#contents div.companyInfo {
	float: right;
	padding-bottom: 10px;
	width: 430px;
}

#contents h3 {
	font-size: 0;
	line-height: 100%;
}

#contents div.companyTxt p {
	font-size: 0;
	line-height: 100%;
	margin-bottom: 30px;
	padding: 0;
}

#contents div.companyInfo table {
	background: #EFEFEF;
	border-top: 1px solid #999999;
	width: 430px;
}

#contents div.companyInfo table th {
	border-bottom: 1px solid #999999;
	font-weight: normal;
	line-height: 150%;
	text-align: left;
	padding: 7px 18px;
	vertical-align: top;
	width: 25%;
	white-space: nowrap;
}

#contents div.companyInfo table td {
	border-bottom: 1px solid #999999;
	line-height: 150%;
	padding: 7px 10px 7px 0;
	vertical-align: top;
	width: 75%;
}

/* map.html */
#contents div.mapBox {
	background: url(/company/images/bg_map_box.jpg) left top repeat-y;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	margin-bottom: 25px;
	padding: 25px 0;
	width: 640px;
}

#contents div.mapBoxInner {	margin: 0 45px;}
#contents div.close {	text-align: right;}
#contents div.close p img { vertical-align: middle;}
