/*************************************************
	手法・機能
*************************************************/

/*************************************************
	common
*************************************************/
	.article th.header {
		width :25%;
	}

	/* SGMツール */
	.article div.infoSGMtools {
		clear: both;
		float: right;
		width: 190px;
		margin-left: 16px;
		padding: 4px 2px 2px 6px;
		border: double 3px #C1E4E9;
		overflow: hidden;
	}
	.article .infoSGMtools h2 {
		position: relative;
		width: 190px;
		height: 115px;
		margin: 0;
		padding: 0;
		border: none;
		text-align:right;
	}
		.article .infoSGMtools h2 a span {
			position: absolute;
			top: 0;
			left: 0;
			display: block;
			width: 190px;
			height: 115px;
			overflow: hidden;
			background:  url( "/statistics/share/info-tools.png" ) left top no-repeat;
		}

		.article .infoSGMtools h2 a:hover span {
			background:  url( "/statistics/share/info-tools.png" ) left -120px no-repeat;
			cursor: pointer;
		}

	.article  div.infoSGMtools p {
		margin: 0;
		padding: 0 4px;
		text-align: center;
		font-size: 80%;
	}


/*************************************************
	
*************************************************/
#two-way-anova .article .imgList li {
	width: 260px;
	height: 210px;
}

#multiway-layout-anova .article .imgList li {
	width: 260px;
	height: 210px;
}
#one-way-anova .article .imgList li {
	width: 260px;
	height: 210px;
}

#control-chart .article th.header {
	width :50%;
}


/*************************************************
	sixsigma
*************************************************/
#sixsigma td.swCheck {
	text-align: center;
}


/*************************************************
	おすすめめ書籍
*************************************************/
body.func table.recommend_book{
	border: solid 1px #DCDDDD;
}
body.func table.recommend_book caption {
	border: none;
	font-size: 100%;
	font-weight: normal;
}





