@charset "utf-8";
/*================================================================

	misumi-vona　汎用追加CSS

================================================================*/
*.DEV {
	font-size:				12px!important;
	color:					#800080!important;
	font-weight:			normal!important;
	line-height:			1em!important;
}
*.DEV-productCode {
	font-size:				12px!important;
	color:					#999!important;
	font-weight:			normal!important;
	line-height:			1em!important;
}
*.rel {
	position:				relative;
}
/*------------------
	na
------------------*/
.PROD-body *.na {
	display:				none!important;
}
.DEV-body *.na {
	background-color:		#BFBFBF!important;
	color:					#999!important;
}
.header .headSearch .suggest #keyword_body ul.list a.focus{
	color:#0169c6;
}
/*------------------
	generalBox
------------------*/
.generalBox {
    background: none repeat scroll 0 0 #ffffff;
    border: 2px solid #323232;
    left: 0;
    padding: 10px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 470px !important;
    z-index: 1000;
}
