@charset "utf-8";
/*!
 * reset CSS
 */

/* html5 element
--------------------------------------------- */

article,aside,details,figcaption,figure,footer,header,menu,nav,section { 
    display:block;
}

/* margin, padding
--------------------------------------------- */

article,aside,details,figcaption,figure,footer,header,menu,nav,section,
* {
	margin: 0;
	padding: 0;
}


/* border
--------------------------------------------- */

fieldset,img {
	border: 0;
}


/* font
--------------------------------------------- */

*{
	font-size:100%;
}


/* list
--------------------------------------------- */

ol,ul,li {
  list-style: none;
}

/* img
--------------------------------------------- */

img {
	border:none;
	vertical-align:top;
}
/* clearfix
--------------------------------------------- */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	zoom: 1;
	min-height: 1px;
}