@charset "utf-8";

/* reset for default browsers */
html,body {
	height:100%;
	background:#FFF;
	-webkit-tap-highlight-color: rgba(0,0,0,0.30);
}

html, body, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p,
header, hgroup, section, article, aside, hgroup, footer, figure, figcaption, nav {
	margin:0;
	padding:0;
	font-size:100%;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary {
	display:block;
}

body {
	line-height:1.3;
	color:#333;
	font-size:13px;
	word-break:break-all;
	-webkit-text-size-adjust:none;
}

img {
	border:0;
	vertical-align:top;
}

ol,
ul {
	list-style:none;
}

blockquote,
q {
	quotes:none;
}

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

/* float clear */
div:after {
	display:block;
	clear:both;
	content:"";
}












