
select {
  -webkit-appearance: none;
  appearance: none; /* デフォルトの矢印を非表示 */
  border-radius: 0;
  height: 37px;
  padding-left: 10px;
  width: 200px;
  background: #eeeeff;
}
select::-ms-expand {
  display: none; /* デフォルトの矢印を非表示(IE用) */
}
/* セレクトボックスの矢印デザイン変更 */
select {
  background-image: url(sele2.png);
  background-position: right 10px center;
  background-repeat: no-repeat;
  background-size: 20px 20px;
}

.selexv {
    position: relative;
    width: 200px;

}