/* CSS Document */
@charset "UTF-8";

/*
 *
 * reset
 *
 */
html, body, p, div, section, article, nav, time, table, td, th, span, h1, h2, h3, h4, h5, h6, ul, ol, li, img, a, a img, canvas, header, footer{
	margin:0;padding:0;
	text-decoration:none;
	border:0px none transparent;
	font-size:inherit;
	font-weight:inherit;
	font-family:inherit;
	color:inherit;
	cursor:inherit;
	text-align:inherit;
	line-height:inherit;
	text-decoration:none;
	vertical-align:inherit;

	word-break:break-all;
}

html, body{
	height:100%; width:100%;
	font-weight:normal;
	line-height:150%;
	vertical-align:baseline;
	cursor:default;
	
    -webkit-text-size-adjust: 100%;
}

a{cursor:pointer;}