@charset "UTF-8";
/* CSS Document */

html {
  font-family: "Helvetica Neue",
    Arial,'Kiwi Maru',
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    Meiryo,serif;
}

*, *:before, *:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
button, textarea, select {
	-webkit-appearance: none;
	appearance: none;
}
body {
	-webkit-text-size-adjust: 100%;
	text-size-adjust: 100%;
}
img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}