@charset "utf-8";

* {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	vertical-align: baseline;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

html {
	overflow: auto;
}

body {
	background: #fff;
	text-align: left;
	color: #000;
	line-height: 10px;
	font-weight: 300;
	font-family: "Meiryo UI" , "メイリオ" , Meiryo , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
	font-size: 10px;
	-webkit-text-size-adjust: none;
}

h1, h2, h3, h4, h5, h6,
div, p, pre, ul, ol, dl, dt, dd,
address, form, blockquote {
	font-size: 100%;
	font-weight: normal;
	text-align: left;
	display: block;
}

ol,
ul {
	list-style: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: show;
}

img {
	border: none;
	image-rendering: optimizeQuality;
	-ms-interpolation-mode: bicubic;
}

li {
}

acronym, abbr {
	cursor: help;
}



a {
	color: #009fe8;
	text-decoration: none;
}



.clearfix {
	zoom: 1; /*for IE 5.5-7*/
}

.clearfix:after { /*for modern browser*/
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}

* html .clearfix {
	display: inline-table;
	/*\*/display: block;/**/
}
