/* CSS Document */
/* network */

.mainImgBox {
	background-image: url(../img/mainImg.jpg);
}

.mainImgBox h2 {
	width: 482px;
	background-image: url(../img/h2.png);
}

.businessBox ul {
	padding: 150px 25px 100px;
}

.businessBox li {
	float: left;
	width: 465px;
	height: 160px;
	margin-bottom: 20px;
	overflow: hidden;
}

.businessBox li:nth-child(2n) {
	margin-left: 20px;
}

.businessBox li a {
	display: inline-block;
	height: 100%;
}

.catTitle {
	position: relative;
	padding-top: 90px;
}

.catTitle h3 {
	min-height: 35px;
	padding-left: 100px;
	font-size: 22px;
	font-weight: bold;
	color: #FFF;
	line-height: 33px;
	letter-spacing: 0.04em;
	text-align: left;
	background: url(../../img/common/h3_blue.png) top left no-repeat;
}

.catTitle h3 .sub {
	padding-right: 100px;
	font-size: 20px;
	font-weight: bold;
	color: #000;
	letter-spacing: 0.04em;
	float: right;
}

.catTitle h3:before {
	content: "";
	position: absolute;
	top: 90px;
	left: 0;
	width: 50%;
	height: 35px;
	background: #368ACA;
	z-index: -1;
}















