/*-----------------------------------
	Reset CSS
----------------------------------*/
/* for new HTML5 elements */
section, article, aside, hgroup, header, footer, nav, figure, figcaption, summary {
  display: block;
}

html, body, div, p, dl, dt, dd, ol, ul, li, h1, h2, h3, h4, h5, h6, form, fieldset, input, textarea, table, th, td, figure {
  margin: 0;
  padding: 0;
}

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  /*overflow-y: scroll;*/
}

body {
  line-height: 1.0em;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th {
  text-align: left;
}

address, caption, th {
  font-style: normal;
  font-weight: normal;
}

ol, ul {
  list-style: none;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 1rem;
  font-weight: normal;
}

fieldset, img {
  border: 0;
}

img {
  vertical-align: middle;
}

input {
  font-size: 100%;
}

object {
  margin: 0;
  border: none;
}

a {
  outline: none;
}

/*-----------------------------------
 *	Module CSS
 *----------------------------------*/
.clear {
  clear: both;
}

/*	alpha
------------------------------------*/
a.alpha:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

/*	border-box
------------------------------------*/
*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#__bs_notify__ {
  display: none !important;
}
