@charset "utf-8";

article,aside,canvas,details,figcaption,figure,
header,footer,main,menu,nav,section,summary {
	display: block;
}

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, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	font-style: inherit;
	font-weight: inherit;
	font-size: 100%;
/*	outline: 0;*/
}
body {
	-webkit-text-size-adjust: 100%;
	font-family: Meiryo,'Hiragino Kaku Gothic Pro W3','Hiragino Kaku Gothic Pro W6',sans-serif, Helvetica;
	line-height: 1.5em;
	font-size: 20px;

}
body #contents {
	width:100%;
	margin:0px auto;
	text-align:left;
}
table {
	border:0;
	border-collapse : collapse;
	border-spacing:0;
}
input,select {
	font-size: 1rem;
}
