@charset "UTF-8";

/* ***************************************************
* CSS file For 
	FileName: point03.css
	
■目次 ==========================================
■[01]:　機械加工における品質向上のポイント（3.機上計測の各種方式）
**************************************************** */

/*-----------------------------------------------------------
■[01]:　機械加工における品質向上のポイント（3.機上計測の各種方式）
------------------------------------------------------------*/

table.Method{
	border: none;
	font-size: 12px;
	line-height: 18px;
}

table.Method th{
	text-align: center;
	background-color: #e71f19;
	border-right: 4px solid #FFF;
	border-bottom: 4px solid #FFF;
}

table.Method th.Left{
	border-right: none;
	border-bottom: 4px solid #FFF;
}

table.Method td {
	padding: 10px 7px 10px 11px;
}

table.Method td.TypeName,
table.Method td.Machine,
table.Method td.Type{
	text-align: center;
	border-right: 4px solid #FFF;
	border-bottom: 4px solid #FFF;
}

table.Method td.TypeName{
	width: 100px;
	font-weight: bold;
	color: #e71f19;
	background-color: #dfdfdf;
}

table.Method td.Machine,
table.Method td.Type{
	background-color: #efefef;
}

table.Method td.Type{
	width: 87px;
}

table.Method td.Feature{
	background-color: #fef2f1;
	border-right: none;
	border-bottom: 4px solid #FFF;
}

span.scan{
	font-size: 10px;
	line-height: 16px;
	letter-spacing: 0px;
}


table.Method ul li{
	padding: 0 3px 0 9px;
	background: url(/img/point/list_dot.gif) no-repeat 1px 7px;
}

div.ThreeType {
	width: 616px;
}

div.ThreeType p{
	float: left;
	text-align: center;
	color: #e71f19;
	font-weight: bold;
	width: 201px;
	height: 219px;
}

div.ThreeType p.TT01{
	background: url(/img/point/gazou_bg.gif) no-repeat left bottom;
}

div.ThreeType p.TT02{
	background: url(/img/point/touch_bg.gif) no-repeat left bottom;
	margin: 0 0 0 6px;
}

div.ThreeType p.TT03{
	background: url(/img/point/arm_bg.gif) no-repeat left bottom;
	margin: 0 0 0 6px;
}

div.ThreeType p.TT01 img,
div.ThreeType p.TT02 img,
div.ThreeType p.TT03 img{
	margin: 45px 16px 9px;
}

