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

/*----------layout----------*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{ margin:0px;padding:0px;} 
table { border-collapse:collapse;border-spacing:0;} 
fieldset,img {border:0;} 
address,caption,cite,code,dfn,em,var {font-style:normal;font-weight:normal;} 
li{list-style:none;} 
caption,th{text-align:left;}
q:before,q:after {ontent:'';} 
abbr,acronym { border:0;} 
sup{vertical-align:text-top;}
sub{vertical-align:text-bottom;}

section {display: block;}
img {vertical-align: text-bottom;}
.clearboth{clear:both;}


/*----------font----------*/
h1,h2,h3,h4,h5,h6 {font-size:100%; font-weight:normal;} 
input,textarea,select{ z-index:auto; font-family:inherit;font-size:inherit;font-weight:inherit}

html {
	font-size:62.5%;
}

/*----------clearfix----------*/
	* html .clearfix {
		zoom: 1;
	}

	*+html .clearfix {
		zoom: 1;
	}

.clearfix:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}




