/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	box-sizing: border-box;
}
html {
  font-size: 62.5%;
}
input {
	color: #4d4d4d;
	font-size: 1.4rem;
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}
input[type="text"] {

}
input[type="text"]:focus {

}
input[type="tel"] {

}
input[type="tel"]:focus {

}
input[type="email"] {

}
input[type="email"]:focus {

}
input[type="time"] {

}
input[type="time"]:focus {

}
input[type="number"] {

}
input[type="number"]:focus {

}
textarea {
	
}
textarea:focus {

}
