@charset "utf-8";

/*-------------------------------------------------------------------------
	.area-contents .service
-------------------------------------------------------------------------*/
.area-contents.service {
	width: auto;
	margin: 0 auto;
}


/*--------- .box-service ---------*/
.area-contents.service .box-service {
	position: relative;
}

.area-contents.service .box-service .nav-service {
    width: 980px;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
	z-index: 5;
}


/*--------- .side-pagenav ---------*/
.area-contents.service .box-service .side-pagenav {
	position: absolute;
	top: 44px;
	right: 0;
}

.area-contents.service .box-service .side-pagenav dt {
    background: url(../img/service/ico-side-title.png) no-repeat left;
    padding: 25px 0 20px;
    width: 197px;
    margin-left: 46px;
}

/*--------- .contents-service ---------*/
.area-contents.service .box-service .contents-service {
	text-align: left;
}

.area-contents.service .box-service .contents-service li {
	background: #d1e4ff;
	margin: 0 auto;
	padding: 45px 0;
	border-bottom: #fff 3px solid;
}

.area-contents.service .box-service .contents-service li:nth-child(even) {
	background: #d7effb;
}

.area-contents.service .box-service .contents-service li:last-child {
	border-bottom: none;
}

.area-contents.service .box-service .contents-service section {
	width: 980px;
	margin: 0 auto;
	position: relative;
}

.area-contents.service .box-service .contents-service section div {
	width: 670px;
	margin-top: 10px;
	line-height: 2;
	font-size: 1.1em;
}















