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

/*==================

   Service All (index)

====================*/

.service_allCon #contents section{
	border:#CCC solid 1px;
}

.service_allCon #contents h2{
	background-image:none;
	border-bottom:none;
	color:#ae162b;
	margin:0 0 0.75em 0;
	padding:18px 0 0 18px;
}
.service_allCon #contents h2 img{
	vertical-align:middle;
	padding-right:18px;
}
.service_allCon #contents h4{
	line-height:1.5;
	padding-left:42px;
}

.service_allCon #contents section p{
	padding:0 12px 12px 12px;
	margin-bottom:0;
}

.service_allCon #contents a.serviceAll_linkBox{
	color:#333;
	display:block;
}

.service_allCon #contents a.serviceAll_linkBox:hover{
	background-color:#f5f5f5;
	text-decoration:none;
}
.service_allCon #contents a.serviceAll_linkBox:hover h2{
	color:#d6687b;
}

.service_allCon #contents a.serviceAll_linkBox:hover img{
	opacity:0.5;
	filter: alpha(opacity=50);
	-ms-filter:"alpha(opacity=50)";
	background-color:#f5f5f5;
}