@charset "UTF-8";
/**
 * styles
 * 
 */

/*--------------------------------------------------------------------------
 * newGetuSearch
 *------------------------------------------------------------------------*/
#newGetuSearch{
	position:absolute;
    left:50%;
	max-width:1500px;
	margin: 0 auto;
	width:100%;
	z-index:9999;
	transform: translate(-50%); 
}
#newGetuSearch1{
	padding:0;
	margin:0;
	width:100%;
}
#newGetuSearch a{
	position:absolute;
	top:0px;
	right:0;
	width:195px;
	height:41px;
	display:block;
	z-index:9999;
	text-indent:-9999px;
	/*background:url(/CATALOG/new/search/images/btn_getuSearch.png) no-repeat 0 0; */
	background:url(../images/search-pc.jpg) no-repeat 0 0;
	background-size:cover;
}

#newGetuSearch a:hover{
	background:url(../images/search-pc_on.jpg) no-repeat 0 0;
	background-size:cover;
}

/*

@media  (max-width:1025px) and (max-width:1280px) {
    #newGetuSearch1{
       
        background:url(./images/btn_getuSearch_1.png) no-repeat 0 0;
    }
}
*/

@media  (min-width:60em){
	#newGetuSearch a{
         background:url(../images/search-pc.jpg) no-repeat 0 0;
         background-size: cover;
         top: 0.2em;
		     /*top: 26px;*/
		     right:0;	
    }

}
@media  (max-width:60em){
	#newGetuSearch a{
        
         background:url(../images/search-pad.jpg) no-repeat 0 0;
         background-size: cover;
         top:0px;
         /* width:230px;
         height:46px; */
         top: 0.2em;
         right:0;
    }

}
@media (max-width:36.25em){
    #newGetuSearch a{
         background:url(../images/search-sp.jpg) no-repeat 0 0;
          background-size: cover;
          top:0px;
          width:177px;
		  height:38px;
    }
  
}

/*
@media (min-width:435px) and (max-width:719px) {
	#newGetuSearch a{
        
         background:url(../images/search-pad.jpg) no-repeat 0 0;
         background-size: cover;
         top:0px;
         width:177px;
		 height:46px;
    }
 

}

@media (max-width:434px) {
	#newGetuSearch a{
        
         background:url(../images/search-sp.jpg) no-repeat 0 0;
          background-size: cover;
          top:0px;
          width:177px;
		 height:38px;
    }
 

}
*/

/*
@media screen and (min-width:36.3125em) {
    #newGetuSearch{
        width: 216px
        background-size:cover;
    }
}
*/
