@charset "utf-8";

/* ------------------------------------------------------
contents
------------------------------------------------------ */

/* title */
.l-content .tolerance .ttl_tolerance{
	width:141px;
	height:26px;
	margin:50px 0 30px 0;
	background:url(/special/alumiframe/tech/tolerance/img/ttl_tolerance.png) no-repeat 0 0;
	text-indent:100%;
	white-space: nowrap;
	overflow:hidden;
}

/* data_area */
.l-content .tolerance .data_area{
	width:940px;
	height:90px;
	border:5px solid #eeeeee;
	margin:30px 0 0 0;
	position:relative;
}

.l-content .tolerance .data_area .txt01{
	width:113px;
	height:16px;
	position:absolute;
	top:37px;
	left:40px;
	background:url(/special/alumiframe/tech/tolerance/img/txt_data01.png) no-repeat 0 0;
	text-indent:100%;
	white-space: nowrap;
	overflow:hidden;
}

.l-content .tolerance .data_area .txt02{
	width:295px;
	height:16px;
	position:absolute;
	top:25px;
	left:196px;
	background:url(/special/alumiframe/tech/tolerance/img/txt_data02.png) no-repeat 0 0;
	text-indent:100%;
	white-space: nowrap;
	overflow:hidden;
}

.l-content .tolerance .data_area .txt03{
	width:586px;
	height:17px;
	position:absolute;
	top:49px;
	left:196px;
	background:url(/special/alumiframe/tech/tolerance/img/txt_data03.png) no-repeat 0 0;
	text-indent:100%;
	white-space: nowrap;
	overflow:hidden;
}

/* 曲がりの許容差 */
.l-content .tolerance .Larea{
	width:485px;
	float:left;
}

.l-content .tolerance .Rarea{
	width:450px;
	float:left;
	padding:0 0 0 15px;
}

.l-content .tolerance .markB{
	background:url(/special/alumiframe/tech/tolerance/img/icon_blue.png) no-repeat 0 center;
	padding:0 0 0 13px;
}

/* 平らさ・ねじれ許容差 */
.l-content .tolerance .Larea2{
	width:590px;
	float:left;
}

.l-content .tolerance .Rarea2{
	width:345px;
	float:left;
	padding:0 0 0 15px;
}

/* 参考：外形寸法の公差 */
.l-content .tolerance .Larea3{
	width:385px;
	float:left;
}

.l-content .tolerance .Rarea3{
	width:540px;
	float:left;
	padding:0 0 0 25px;
}

/* other */
.l-content .tolerance .t_indent{
	padding:0 0 0 13px;
}
	
	
	
	
	
	