@import url("common.css");

.articleContent {
	margin-bottom: 100px;
}
.companyList li {
	margin-bottom: 22px;
	position: relative;
}
.companyList li div.attr {
	line-height: 18px;
	padding: 6px 0 6px 25px;
	position: relative;
	font-size: 14px;
}
.companyList li div.name {
	font-size: 20px;
	padding-left: 0;
	font-size: 24px;
	color: #004a98;
	line-height: 28px;
	padding: 22px 0;
}
.companyList li:after {
	content: "";
	display: block;
	clear: both;
}
.companyList .map {
	width: 740px;
	height: 300px;
	padding: 0;
	background-color: #CCC;
	float: left;
}
.companyList li .info {
	width: 370px;
	float: right;
	padding: 40px 20px 0px 60px;
}
.companyList li div.attr.address {
	background: url(../image/icon_address.png) 2px 8px no-repeat;
}
.companyList li div.attr.tel {
	background: url(../image/icon_tel.png) 0 8px no-repeat;
}
.companyList li div.attr.fax {
	background: url(/images/icon_fax.png) 0 8px no-repeat;
}
.companyList li div.attr.email {
	background: url(../image/icon_email.png) 0 10px no-repeat;
}

@media screen and (min-width:640px) and (max-width: 1200px) {
	.companyList li .info,
	.companyList .map {
		float: none;
		width: auto;
	}
}

@media screen and (max-width: 640px) {
	.companyList .map {
		width: 100%;
		height: 300px;
		float: none;
	}
	.companyList li .info {
		width: auto;
		padding: 10px 0;
		float: none;
	}
	.companyList li div.name {
		padding: 10px 0;
	}
	.articleContent {
		margin-bottom: 20px;
	}
}


/*End*/