.Inservicelist .panel {
	margin-bottom: 0px;
	background-color: #ffffff;
	border: 0px;
	border-radius: 0;
	-webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
	box-shadow: 0 0 0 rgba(0, 0, 0, 0); 
}
.Inservicelist .menu-first{
	position: relative;
	display: block;
	border-bottom: 1px solid #fff;
	height: 50px;
	padding-left: 10px;
}
.Inservicelist .menu-first .coll-chara{
	position: absolute;
	display: block;
	font-size: 25px;
	color: #fff;
	right: 10px;
	top: 7px;
	font-family:monospace;
}
.Inservicelist .menu-second,
.Inservicelist .menu-third{
	position: relative;
	border-bottom: 1px solid #c7cacf;
	display: block;
	height: 50px;
}
.Inservicelist .menu-second .img-responsive{
	width: 10px;
	position: absolute;
	top: 15px;
	right: 0px;
}
.Inservicelist .menu-first h4,
.Inservicelist .menu-second h4,
.Inservicelist .menu-third h4{
	height: 50px;
	line-height: 50px;
	word-break: break-all;
	font-size: 14px;
}
.Inservicelist a.menu-first{
	color: #fff;
}
.Inservicelist a.menu-second{
	color: #333;
}
.Inservicelist a.menu-third{
	color: #4579cf;
	cursor: pointer;
	height: auto;
}
.Inservicelist a.menu-third h4{
	height: auto;
	word-break: break-all;
	line-height: 25px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.Inservicelist a.menu-first:hover,
.Inservicelist a.menu-first:focus,
.Inservicelist a.menu-second:hover,
.Inservicelist a.menu-second:focus,
.Inservicelist a.menu-third:hover,
.Inservicelist a.menu-third:focus{
	text-decoration: none;
}
.Inservicelist .div-coll{
	padding-left: 10px;
	padding-right: 10px;
}