@charset "UTF-8";

/* CSS Document */

input, button, textarea, select {
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
	/*font-family: RC TYPE,Roboto,Avenir,Helvetica,Arial,sans-serif !important;*/
	/*font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif !important;*/
}

input:focus,
button:focus,
textarea:focus,
select:focus {
	border-color:#Fd6 !important;
	/*background-color:#ffd !important;*/
}

input:focus::placeholder,
button:focus::placeholder,
textarea:focus::placeholder,
select:focus::placeholder {
  color: #c8c8c8;
}


/*オートコンプリート対策*/
input:-webkit-autofill,
button:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px #FFF inset;
	-webkit-text-fill-color: #666 !important;
}


::placeholder {
  color: #c8c8c8;
}