@charset "utf-8";


body {
    margin: 0;
    padding: 0;
    border: none;
}
/* img */
img,
/*box*/
div, p, blockquote,
/* heading */
h1, h2, h3, h4, h5, h6,
/* list */
ul, ol, li, dl, dt, dd,
/* form */
form, fieldset,
/* address */
address,
/* strong */
/* html5 */
main,article, aside, dialog, figure, footer, header, hgroup, nav, section {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	list-style-type: none;
}


/* html5 */
main,article, aside, dialog, figure, footer, header, hgroup, nav, section {
    display: block;
}
/* table */
table, th, td {
    border: none;
    border-collapse: collapse;
    border-spacing: 0;
	padding: 0;
	margin: 0;
}
th {
    text-align: left;
    font-weight: normal;
    vertical-align: top;
}
caption {
    text-align: left;
}
/* a */
a, a:focus, a:hover, a:active {
    outline: none;
}
/* img */
img {
    vertical-align: top;
}
/* sub,sup */
sub {
	font-size: .6em;
	vertical-align: baseline;
}
sup {
	font-size: .6em;
	vertical-align: top;
}
