html, body, h1, h2, h3, h4, ul, ol, dl, li, dt, dd, p, div, span, img, a, table, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: normal;
	font-size: 100%;
	vertical-align: baseline;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
article, header, footer, aside, figure, figcaption, nav, section {
	display: block;
	margin: 0;
	padding: 0;
}
body {
	min-width: 1200px;
	font:12px/1 "Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN W3",Meiryo,メイリオ, sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}
ol, ul,li {
	list-style: none;
	list-style-type: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	font-size: inherit;
}
img {
	border: 0;
	vertical-align: top;
}
input,select,textarea {
	font-size: 100%;
	font-family: Verdana, Helvetica, sans-serif;
}

a {
	text-decoration: none;
}

/* ローディング */
#loader {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -32px;
}
#loader_area {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background: #FFF;
	z-index: 10000;
}
