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

img[usemap] {
	height: auto;
	min-width: 680px;
	width: 100%;
}

#main{
	width:100%;
	min-width:680px;
	margin:0 0 0 300px;
}
#frmimage{
	position:relative;
	overflow:hidden;
}
	#frmimage img{
		min-width: 680px;
		width: 100%;
		height: auto;
		position: absolute;
		top: 0;
		left: 0;
	}
	@media screen and (max-width: 980px){
		img[usemap]{
		}
		#frmimage img{
		}
	}

	#frmimage img#imgfront{
		z-index:3;
	}
	#frmimage img#mainimg_ro{
		z-index:2;
	}
	#frmimage img#mainimg{
		z-index:1;
	}

