@charset "utf-8";

/* reset 
-------------------*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, fieldset, input, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
	}
hr {	display: none;	}
li {	list-style-type: none;	}

/* color
-------------------*/

body {	color: #666; font-size: 100%;	}
a:link {	color: #036; font-style: normal; text-decoration: none;	}
a:visited {	color: #069; font-style: normal; text-decoration: none;	}
a:hover {	color: #099; font-style: normal; text-decoration: underline;	}
a:active {	color: #F93; text-decoration: underline;	}

/* clearfix
-------------------*/
.clearfix: after {
	content:" ";
	display: block;
	clear: both;
	height: 0;
	}



/* sprite画像のドラッグ禁止
-------------------*/
body img {
	user-select: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-drag: none;
	-khtml-user-drag: none;
	}
