/*
	リセットCSS
*/


body ,h1, h2, h3, h4, h5, h6, p, ol, ul, li, blockquote, pre, a {
	margin: 0;
	padding: 0;
	font-size:100%;
	line-height: inherit;
}
body {
	-webkit-text-size-adjust: 100%;
	line-height: 1;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
th, td {
	vertical-align: top;
	text-align:left;
	font-weight: normal;
}
img {
	border: 0;
	vertical-align: bottom;
}
