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

.l-content .alSubNavContent {
	width: 950px;
	height: 48px;
}

.l-content .subNavDetail {
	float: left;
	width: 475px;
	height: 48px;
	background:url(/special/alumiframe/additional_machining/images/alSub01.png) no-repeat;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

.l-content .subNavDetail a {
	display: block;
	width: 475px;
	height: 48px;
}

.l-content .subNavDetail.outline {
	background-position: 0 0;
}

.l-content .subNavDetail.detail {
	background-position: -475px 0;
}

.l-content .subNavDetail.outline.nowPage {
	background-position: 0 -48px;
}

.l-content .subNavDetail.detail.nowPage {
	background-position: -475px -48px;
}