@charset "UTF-8";
/* CSS Document */

.pageHeader {
	background: url(../images/bg_services.jpg);
	background-repeat: no-repeat;
	background-position: center;
	color: #ffffff;
}
.pageHeader h2 {
	font-weight: normal;
	text-shadow: 1px 1px 0px #000000;
}
.pageHeader h2 span {
	border-bottom: 2px solid #ffffff;
	box-shadow: 0px 1px  #000000;
}

#servicePrice {
	margin-bottom: 85px;
}
#servicePrice p {
	font-size: 16px;
	text-align: center;
}
#servicePrice p:last-child {
	margin-top: 30px;
}

#serviceList {
	background: #CCDFCC;
	overflow: hidden;
}
#serviceList .inner {
	margin-bottom: 85px;
	text-align: center;
}
#serviceList .service {
	float: left;
	margin-bottom: 50px;
}
#serviceList .service .thumb {
	width: 300px;
	height: 300px;
	overflow: hidden;
	background: #fff;
}
#serviceList .service img {
	vertical-align: bottom;
	transition: all 0.4s ease;
}
#serviceList .service p {
	font-size:16px;
	text-align: center;
	margin-top: 20px;
	color: #000;
}
#serviceList .service a {
}
#serviceList .service a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
}
#serviceList .service a:hover p {
	text-decoration: underline;
}
#serviceList .service:nth-child(3n+2) {
	margin: 0 30px;
}
#serviceList .service:nth-child(7) {
	float: none;
	display: inline-block;
	margin: 0;
}
#serviceList .service:nth-child(7) .thumb {
	margin: 0 auto;
}
#area {
	margin-bottom: 95px;
}
#area p {
	font-size: 16px;
	text-align: center;
}