@charset "utf-8";
/*limited reset*/
html, body, div, section, article, aside, header, hgroup, footer, nav, h1, h2, h3, h4, h5, h6, p, blockquote, address, time, span, em, strong, img, ol, ul, li, figure, canvas, video {
	margin: 0;
	padding: 0;
	border: 0;
}
a {
	text-decoration: none;
}
:focus {
  outline: none;
}

.clear {
  clear:both;
}

.fleft {
  float:left;
}

.fright{
  float:right;
}

a img {
  border:0;
}

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

table td, table th, tr {
  border:0;
  margin:0;
  padding:0;
}

ul,ol {
  list-style:none;
  margin:0;
  padding:0;
}


iframe {
  display:block;
}


/*html5 display rule*/
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, nav, menu, nav, section, summary {
	display: block;
}


strong {
  font-weight:bold;
}