 @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {  
  /* IE10+ specific styles go here */  

  .qty {
  	padding-bottom: 3px;
  }

  #option-primary {
  	-webkit-appearance: none ; 	/*Chrome、Safari*/
  	-moz-appearance: none ;     /*Firefox*/
  	-ms-appearance: none;       /*IE*/
  	appearance: none;
  	background-image:none;
  }

  .shop-info #district {
  	-webkit-appearance: none ; 	/*Chrome、Safari*/
  	-moz-appearance: none ;     /*Firefox*/
  	-ms-appearance: none;       /*IE*/
  	appearance: none;
  	background-image:none;
  }

  .shop-info #conuty {
  	-webkit-appearance: none ; 	/*Chrome、Safari*/
  	-moz-appearance: none ;     /*Firefox*/
  	-ms-appearance: none;       /*IE*/
  	appearance: none;
  	background-image:none;
  }
  .shareb {
    margin-bottom: -75px;
  }

  .sharefb,
  .sharefb span,
  .sharefb iframe{
    width: 75px!important;
    height: 20px!important;
  }
  .sharegp .___plus_0,
  .sharegp iframe {
     width: 60px!important;
  }

}