@charset "utf-8";



/* reset CSS */
body, div, dl, dt, dd, ul, ol, li,
h1, h2, h3, h4, h5, h6, p, form,
input,textarea, table, tr, th, td {
	padding: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
img {
  border: none;
  vertical-align: bottom;
}
ol, ul {
  list-style: none;
}
q:after, q:before {
  content:'';
}
a {
  outline: none;
}

/* clearfix
---------------------------------*/
.clearfix:after {
  content: ".";
  height : 0px;
  clear: both;
  visibility: hidden;
  display: block;
}
.clearfix {
	zoom:100%;
}


/* float
---------------------------------*/
.flt_l {
	float: left;
}
.flt_r {
	float: right;
}