@charset "utf-8";
/* FORMAT CSS Document */



/* RESET ===================================================== */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}
ol, ul {
	list-style: none;
}
input, textarea, select{font-family:inherit;font-size:inherit;font-weight:inherit;}

img {
	vertical-align: bottom;
}


/* LINK ===================================================== */
a:hover {
    color: #666;
    text-decoration: none;
}

/* animation */
a,
a:hover,
a img:hover {
	-o-transition: background-color 0.15s ease-in;
	-webkit-transition: background-color 0.15s ease-in;
	-moz-transition: background-color 0.15s ease-in;
	transition: background-color 0.15s ease-in;
}
