@charset "UTF-8";


/* =====================
  form
===================== */

input,
select,
button,
textarea {
  display: block;
  margin: 0;
  padding: 0;
  background: none;
  outline: none;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family : inherit;
  color: inherit;
}

/*-------------------------------------------*/
/*	PC
/*-------------------------------------------*/

@media screen and (min-width:900px) {


}

/*-------------------------------------------*/
/*	SP
/*-------------------------------------------*/

@media screen and (max-width:899px) {


}
