
.page_tit {
	height: 115px;
	width: 980px;
	margin-top: 20px;
	text-indent: -9999px;
	overflow: hidden;
	display: block;
	background-image: url(../img/company/page_tit.png);
	background-position: top right;
	background-repeat: no-repeat;
}

.comapny_box {
	height: auto;
	width: 980px;
	margin-left: auto;
	margin-right: auto;
}

.comapny_box dl {
	height: auto;
	width: 760px;
	margin-top: 90px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

.comapny_box dl dt {
	height: auto;
	width: 60%;
	padding-left: 20px;
	padding-bottom: 3px;
	font-size: 15px;
	line-height: 25px;
	font-weight: bold;
	border-bottom: 1px solid #CCC;
	color: #666;
}

.comapny_box dl dd {
	height: auto;
	padding-top: 15px;
	padding-left: 50%;
	padding-bottom: 25px;
	font-size: 14px;
	line-height: 25px;
	color: #333;
}

@media screen and (max-width: 640px){

.comapny_box {
	width: 100%;
}

.comapny_box dl {
	margin-top: 30px;
	width: 90%;
}

.comapny_box dl dd {
	padding-left: 50%;
}

}

