/*青*/


/* Selectbox
------------------------------------------------- */
#selectbox{
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
    border-radius:3px;
	padding:10px 30px;
	border:none;
	box-shadow:1px 1px 4px rgba(0,0,0,.4) inset;
}

#inputbox {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  }
#inputbox::-webkit-search-decoration {
  display: none;
}


/* Appearance
------------------------------------------------- */
.appearance div{
	width:200px;
	margin:0 0 10px;
}
#button {
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  }
#button-bevel {
	-webkit-appearance: button-bevel;
	-moz-appearance: button-bevel;
	appearance: button-bevel;
}
#listbox {
	-webkit-appearance: listbox;
	-moz-appearance: listbox;
	appearance: listbox;
}
#searchfield {
	-webkit-appearance: searchfield;
	-moz-appearance: searchfield;
	appearance: searchfield;
}

