
html {
  font-size: 62.5%;
  box-sizing: border-box;
}

*,
*:before,
*:after {
  background-repeat: no-repeat;
  box-sizing: inherit;
}

body {
  margin: 0px;
  padding: 0px;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  text-size-adjust: 100%;
  text-align: justify;
  text-justify: inter-ideograph;
}

h1,
h2,
h3,
h4,
h5,
h6,
dl,
dt,
dd,
ul,
li,
ol,
p {
  margin: 0px;
  padding: 0px;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

ul {
  list-style-type: none;
}

a {
  color: #333;
  background-color: transparent;
  text-decoration: none;
  transition: .2s linear;
  cursor: pointer;
}

a:hover,
a:active {
  outline-width: 0;
}

img {
  max-width: 100%;
  height: auto;
  margin: 0px;
  padding: 0px;
  border: none;
  vertical-align: top;
}

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

.clearfix:after,
.wrap:after,
.ctsWrap:after,
.timeInput:after {
  content: "";
  clear: both;
  display: block;
}
