@charset "utf-8";

/* reset css */
html,body,div,span,iframe,
h1,h2,h3,h4,h5,h6,p,
a,address,em,img,small,strong,
dl,dt,dd,ol,ul,li,
table,caption,tbody,tfoot,thead,tr,th,td,
article,aside,canvas,figcaption,figure,
footer,header,menu,nav,section {
	font-size: 100%;
	margin: 0;
	padding: 0;
}
article,aside,footer,header,nav,main,section {
	display: block;
}
ul,ol {
	list-style-type: none;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
}
address,em,i {
	font-style: normal;
}
a {
	text-decoration: none;
}
img {
	vertical-align: bottom;
}
.inner {
	margin-right: auto;
	margin-left: auto;
}
