@charset "UTF-8";
/* -----------------------------------
    C O M P A N Y
------------------------------------- */
.company_img{
	background: url(../images/company-header.jpg) no-repeat center bottom;
	background-size: cover;
	height: 400px;
}

h1.c_title {
	padding: 16px 0;
	font-size: 25px;
	color: #036eb7;
	font-weight: bold;
}


.company dl{
	margin-top:60px;
}

.company dl dt{
	width:180px;
	clear:both;
	float:left;
	font-size:25px;
	color:#036EB7;
	font-weight:bold;
	position:relative;
}
.company dl dt:after{
	content:"：";
	color:#036EB7;
	position:absolute;
	right:0;
	font-size:25px;
}

.company dl dd{
	width:490px;
	margin-left:210px;
	margin-bottom:34px;
}
.company dl dd p,
.company dl dd ul li{
	font-size:17px;
	line-height:30px;
	color:#000;
}
.company dl dd ul+ul{
	margin-top:40px;
}