@charset "utf-8";
/* ------------------------------------------------------
contents
------------------------------------------------------ */
.l-content .colL {
	float: left;
	width: 450px;
	margin-bottom: 70px;
}
.l-content .colR {
	float: right;
	width: 448px;
	border: 1px solid #e2e2e2;
	background: #eff5f8;
	padding: 60px 0;
	margin: 0 0 0 30px;
}
/* softwareBtn */
.l-content .softwareBtn {
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	width: 225px;
	margin: 0 auto 10px;
}
.l-content .softwareBtn a {
	width: 225px;
	height: 49px;
	display: block;
	background: url(/special/timing_pulley/tech/images/btn_software.png) no-repeat 0 0;
}
.l-content .sortwareTxt {
	text-align: center;
	color: #555555;
}
/* techLinkList */
.l-content .techLinkList {
	margin: 0 0 30px 15px;
}
.l-content .techLinkList .m-linkWin {
	font-weight: bold;
	text-decoration: none;
}
.l-content ol.sk {
	margin: 3px 0 15px 0;
}
.l-content ol.sk li {
	padding-left: 0;
	text-indent: 0;
}
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}
