/*reset css*/
* {
	box-sizing: border-box;
}
body,div,dl,dt,dd,ul,ol,li,
h1,h2,h3,h4,h5,h6,
form,input,textarea,table,caption,button,
tbody,tfoot,thead,th,td,optionpre,
fieldset,legend,
p,blockquote {
	margin:0px;
	padding:0px;
}

input {
	vertical-align: 0px;
}

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

fieldset,img,
abbr,acronym
{
	border:0px;
}


address,caption,cite,
code,dfn,th,var,
optgroup,strong,em,b,i
{
	font-style:normal;
	font-weight:normal;
}

ul{
	list-style:none;
}

q:before,q:after{
	content:'';
}

ins,del{
	text-decoration: none;
}

img{
	vertical-align: bottom;
}

object,embed,th,td{
	vertical-align: middle;
}

input, textarea, select {
	font-size: 1em;
}

/*----------------------------------*/
.clear {
	clear: both;
}
.clearfix:after{
	content:".";
	display:block;
	visibility:hidden;
	height:0.1px;
	font-size:0.1em;
	line-height:0;
	clear:both;
}
.clearfix{
	display:inline-block;
}