@charset "UTF-8";

body, div, address, blockquote, iframe, ul, ol, dl, dt, dd, li, dl, h1, h2, h3, h4, pre, table, caption, th, td, form, legend, fieldset, input, button, select, textarea, p {
  margin:0;
  padding:0;
  font-style: normal;
  font-weight:normal;
  font-size:14px;
}
ol, ul, li {
  list-style: none;
}
img {
  border: 0;
  vertical-align:top;
}
body {
  font-family: "Arial";
  color: #4c4c4c;
  background: #fff;
}
a {
  text-decoration:none;
  color: #4c4c4c;
}
.clear {
  clear:both;
  height:0;
  line-height:0;
  font-size:0;
  display:block;
  overflow:hidden
}
.clearfix:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
  font-size:0
}
.clearfix {
  zoom:1
}

body, html {
  background: #fff;
}
.banner_text {
  min-width: 1200px;
}
textarea:focus {
  outline: 0 none;
}
