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

/*Reset=======================================================
============================================================*/
* {box-sizing: border-box;}

body,ul,ol,li,dl,dt,dd,blockquote,p,h1,h2,h3,h4,h5,h6,form,fieldset,address,em,th,strong,i,sup {
	border: none;
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
	text-align: left;
	vertical-align: middle;
	}
h1,h2,h3,h4,h5,h6{line-height: 1;}

button {
	background: transparent;
	border: none;
	outline: none;
	padding: 0;
	appearance: none;
	font-family: inherit;
	display: block;
	}

input,select,textarea{
	font-family: inherit;
	font-size: 1.6rem;
	}

input[type="submit"],input[type="button"] {
	-webkit-appearance: none;
	border-radius: 0;
	}

table{
	border-collapse: collapse;
	border-spacing: 0;
	margin: 0;
	padding: 0;
	}

img,picture {
	border: 0;
	max-width: 100%;
	vertical-align: bottom;
	margin: 0;
	}

li {list-style-type: none;}
small {font-size: 100%;}
iframe {border: 0;}

/* Clearfix
-------------------------------------------*/
.clearfix:after{
	content: "";
	display: block;
	clear: both;
	}
	
/*============================================================
================================================== Reset END*/