@charset "utf-8";

/*-----------------------------------------------------------
 default
-----------------------------------------------------------*/

* {
	font-size: 100%;
	margin: 0; 	padding: 0;
	}

img {
	border: none;
	vertical-align: bottom;
	}

ul , ol { list-style: none; }

a {
	text-decoration: none;
	}
	a:hover { text-decoration: underline; }
	a:active { outline: none; }
	a:focus { -moz-outline-style: none; }
