@charset "utf-8";

.l-content .serviceBox .serviceList {
	font-size: 0;
}
.l-content .serviceBox .serviceList > li {
	display: inline-block;
	width: 50%;
	margin-bottom: 10px;
	vertical-align: top;
	font-size: 12px;
}
.l-content .serviceBox .serviceList > li .image {
	float: left;
}
.l-content .serviceBox .serviceList > li .image a {
	display: block;
}
.l-content .serviceBox .serviceList > li .text {
	width: 460px;
	margin-bottom: 0;
	padding: 0 0 0 10px;
	float:left;
	vertical-align: top;
}
.l-content .serviceBox .serviceList > li .image + .text {
	width: 250px;
	min-height: auto;
	margin-bottom: 10px;
}
.l-content .serviceBox .serviceList > li .text > .title {
	display: block;
	font-weight: bold;
}
