@charset "utf-8";

/*
reset
---------------------------*/
p, td, li, dd { background: url(../img/bg.png) repeat 0 0; }
body { -webkit-text-size-adjust: 100%; background: #fff; } * {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  background-repeat: no-repeat;
}
*:before, *:after {
  box-sizing: border-box;
  background-repeat: no-repeat;
}
html {
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-text-size-adjust: 100%;
}
article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
  display: block;
}
h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}
a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
a:active, a:hover { outline-width: 0;}

b, strong { font-weight: bolder;}

hr, legend { display: none;}

img, abbr, acronym, fieldset {
  vertical-align: bottom;
  border-style: none;
}
ol, ul { list-style: none;}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
}
table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
td, th {
  padding: 0;
  text-align: left;
  font-weight: normal;
}
caption  {
  text-align: left;
  font-weight: normal;
}
embed, object, audio, video {
  height: auto;
  width: 100%;
}
button {
  cursor: pointer;
  border: none;
  background-color: transparent;
}
button, input, select, textarea { margin: 0;}
object, embed { vertical-align: top;}
iframe { border: 0;}
blockquote, q { quotes: none;}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}
code {
  color: #ff3860;
  font-size: .8em;
  font-weight: normal;
  padding: .25em .5em .25em;
  background-color: whitesmoke;
}
pre {
  color: #4a4a4a;
  font-size: .8em;
  white-space: pre;
  word-wrap: normal;
  background-color: whitesmoke;
}
pre code {
  background: none;
  color: inherit;
  display: block;
  font-size: 1em;
  overflow-x: auto;
  padding: 1.25rem 1.5rem;
}
.clearfix:after{
  clear: both;
  content: " ";
  display: table;
}
input[type="checkbox"], input[type="radio"] { vertical-align: baseline;}
[disabled] { cursor: default;}
button, [type="button"], [type="reset"], [type="submit"] { cursor: pointer;}

button, input, optgroup, select, textarea { font: inherit;}
button, select, textarea {
  color: inherit;
  border-style: none;
  background-color: transparent;
}
button, html [type="button"], [type="reset"], [type="submit"] {
  border: none;
  border-radius: 0;
  -webkit-appearance: button; /* iOS */
}
button, select { text-transform: none; } /* Firefox 40+, IE 11- */
button { overflow: visible;}
select {
  -webkit-appearance: none; /* Chrome 41+ */
     -moz-appearance: none; /* Firefox 36+ */
}
select::-ms-expand { display: none; } /* IE 11+ */
select::-ms-value { color: currentColor;} /* IE 11+ */
optgroup { font-weight: bold;}
textarea { resize: vertical;}