@charset "UTF-8";
/* -------------------------------------
	service
 * ------------------------------------- */
.serice-text{
	margin-bottom:10px;
}

.serice-text p{
	text-align:center;
	padding:10px;
	color:#ff0000;
	border:solid 1px #ff0000;
}

/* -------------------------------------
	link list
 * ------------------------------------- */
.service-link .service-item{
	overflow:hidden;
}

.service-link dl{
	width:50%;
	height:120px;
	margin-bottom:40px;
	float:left;
}

.service-link dt{
	width:100%;
}

.service-link dt h3{
	font-size:124%;
	margin-bottom:14px;
}

.service-link dd{
	width:100%;
	height:88%;
	overflow:hidden;
}

.service-link dd p{
	line-height:130%;
}