@charset "UTF-8";

/* reset styles */
html, body, div, h1, h2, h3, h4, h5, h6,
p, blockquote, pre, address,
ul, ol, li, dl, dt, dd,
table, th, td,
form, fieldset {
	margin: 0;
	padding: 0;
	color: #333;
	font-family:"メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Hiragino Kaku Gothic Pro W3",Osaka,"ＭＳ Ｐゴシック","MS P Gothic",sans-serif;
}

/* new HTML5 elements */
section, nav, article, aside, hgroup,
header, footer, figure, figcaption,
summary {
	display: block;
	margin: 0;
	padding: 0;
	color: #333;
	font-family:"メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Hiragino Kaku Gothic Pro W3",Osaka,"ＭＳ Ｐゴシック","MS P Gothic",sans-serif;
}

/*prevent from double tap enlargement in IE10*/
html {
	-ms-touch-action: manipulation;
}

/*preset for Firefox
body {
	-moz-transform-origin: 0 0;
}*/

table {
	border-collapse: collapse;
}

ol,ul {
	display: block;
	list-style-type: none;
	padding: 0;
	margin: 0;
}

a,input {
	outline: none;
}

input::-ms-clear,
input::-ms-reveal {
	display: none;
}

* { zoom: 1; }