@charset "utf-8";
/* CSS Document */
/* *** reset for iOS safari *** */
input[type="submit"],
input[type="button"] {
	-webkit-box-sizing: content-box;
	-webkit-appearance: none;
	border-radius: 0;
}

select {
	-webkit-appearance: none;
	appearance: none;
}
select {
	background-image: url("../img/unext.png");
	background-position: right 10px center;
	background-repeat: no-repeat;
	background-size: 13px 13px;
	color: #000;
	background-color: #FFF;
	border: 1px solid #6B6B6B;
}
