@charset "utf-8";

/* 事業案内 */
.business {
	height: 1117px;
	padding: 20px 0;
	position: relative;
	overflow: hidden;
	}
#idea a {
	position: absolute;
	top: 20px;
	left: 0;
	background: url(img/idea.png) no-repeat;
	}
#design a {
	position: absolute;
	top: 60px;
	right: 0;
	background: url(img/design.png) no-repeat;
	}
#processing a {
	position: absolute;
	top: 485px;
	left: 0;
	background: url(img/processing.png) no-repeat;
	}
#pdca a {
	position: absolute;
	top: 680px;
	right: 0;
	background: url(img/pdca.png) no-repeat;
	}
.copy {
	position: absolute;
	top: 50px;
	right: 115px;
	}
.iso {
	position: absolute;
	bottom: 0;
	left: 0;
	}
	
	#idea a:hover {background: url(img/idea_over.png) no-repeat}
	#design a:hover {background: url(img/design_over.png) no-repeat}
	#processing a:hover {background: url(img/processing_over.png) no-repeat}
	#pdca a:hover {background: url(img/pdca_over.png) no-repeat}
	
#detail .close {
	margin-top: 20px;
	}