@charset "utf-8";

/* Reset CSS
---------------------------------------------------*/
html, body, div, span, h1, h2, h3, h4, h5, h6, p, a, address, img, small, dl, dt, dd, ol, ul, li, table, tr, th, td, footer, header, nav, section {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font-weight: normal;
	vertical-align: baseline;
}
footer, header, nav, section {
	display: block;
}
html {
    font-size: 62.5%;
}
body {
	line-height: 1;
    background: #fff;
	font-size: 1.6em;
}
ol, ul {
	list-style: none;
}
address {
	font-style: normal;
}
img {
	vertical-align: bottom;
	max-width: 100%;
	width:100%;
	height: auto;
}
img.imgAuto {
	width:auto !important;
	height:auto !important;
}
input[type="text"],
input[type="submit"],
input[type="image"] {
	-webkit-appearance: none;
	border-radius: 0;
}
sup {
   vertical-align: top;
}