.module-1 {
	padding-top: 30px;
	padding-bottom: 56px;
}
.service-module-title {
	margin-bottom: 10px;
	line-height: 40px;
	font-size: 24px;
	color: #333;
}
.service-list-wrapper {
	position: relative;
	margin-bottom: 24px;
	border: 1px solid #e1e4e6;
	padding: 30px 0 30px 178px;
}
.service-list-wrapper:hover {
	box-shadow: 0 0 8px rgba(0,0,0,0.12);
}
.service-list-header {
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -38px;
	padding-top: 54px;
	height: 76px;
	width: 178px;
	background: url(img/service_list_header_01.png) no-repeat center 0;
	text-align: center;
	font-size: 16px;
	color: #999;
}
.service-list-header.header-02 {
	background: url(img/service_list_header_02.png) no-repeat center 0;
}
.service-list-header.header-03 {
	background: url(img/service_list_header_03.png) no-repeat center 0;
}
.service-list-inner {
	border-left: 1px solid #eeeeee;
}
.service-list {
	float: left;
	padding-left: 40px;
	width: 254px;
}
.service-list-title {
	height: 16px;
	line-height: 16px;
	font-size: 16px;
	color: #333;
}
.service-list-item {
	display: block;
	margin-top: 14px;
	height: 12px;
	line-height: 12px;
	font-size: 12px;
	color: #00aaff;
}
.service-list-item:hover {
	text-decoration: underline;
}
.service-list-item:first-child {
	margin-top: 24px;
}
